diff --git a/.eslintrc.cjs b/.eslintrc.cjs deleted file mode 100644 index 449e18c..0000000 --- a/.eslintrc.cjs +++ /dev/null @@ -1,14 +0,0 @@ -module.exports = { - env: { browser: true, es2020: true, node: true }, - extends: [ - 'eslint:recommended', - 'plugin:@typescript-eslint/recommended', - 'plugin:react-hooks/recommended', - ], - parser: '@typescript-eslint/parser', - parserOptions: { ecmaVersion: 'latest', sourceType: 'module' }, - plugins: ['react-refresh'], - rules: { - 'react-refresh/only-export-components': 'warn', - }, -} diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 997504b..0000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -# SCM syntax highlighting & preventing 3-way merges -pixi.lock merge=binary linguist-language=YAML linguist-generated=true -diff diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e41da4a..0000000 --- a/.gitignore +++ /dev/null @@ -1,27 +0,0 @@ -# Logs -logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* -pnpm-debug.log* -lerna-debug.log* - -node_modules -dist -dist-ssr -*.local - -# Editor directories and files -.vscode/* -!.vscode/extensions.json -.idea -.DS_Store -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw? -# pixi environments -.pixi/* -!.pixi/config.toml diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 7a0c064..0000000 --- a/Dockerfile +++ /dev/null @@ -1,11 +0,0 @@ -FROM node:22 as node_builder -WORKDIR /usr/src/app -COPY . /usr/src/app -RUN yarn -RUN yarn build - -FROM nginxinc/nginx-unprivileged:1.29 - -COPY --from=node_builder /usr/src/app/dist /usr/share/nginx/html -EXPOSE 80 -CMD ["nginx", "-g", "daemon off;"] diff --git a/README.md b/README.md deleted file mode 100644 index e69de29..0000000 diff --git a/index.html b/index.html deleted file mode 100644 index 0d100d0..0000000 --- a/index.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - 3D-LiDAR Visualisierung - - -
- - - diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 5ba0098..0000000 --- a/package-lock.json +++ /dev/null @@ -1,12845 +0,0 @@ -{ - "name": "FossGIS Workshop 2026 3D Tiles", - "version": "0.0.0", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "name": "FossGIS Workshop 2026 3D Tiles", - "version": "0.0.0", - "dependencies": { - "@mapcomponents/deck-gl": "^1.8.9", - "@mapcomponents/react-maplibre": "^1.8.9", - "react": "^19.2.4", - "react-dom": "^19.2.4" - }, - "devDependencies": { - "@types/react": "^19.2.14", - "@types/react-dom": "^19.2.3", - "@typescript-eslint/eslint-plugin": "^8.57.2", - "@typescript-eslint/parser": "^8.57.2", - "@vitejs/plugin-react": "^6.0.1", - "eslint": "^9.39.4", - "eslint-plugin-react-hooks": "^7.0.1", - "eslint-plugin-react-refresh": "^0.5.2", - "typescript": "^5.9.3", - "vite": "^8.0.2" - } - }, - "node_modules/@adobe/css-tools": { - "version": "4.4.4", - "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.4.tgz", - "integrity": "sha512-Elp+iwUx5rN5+Y8xLt5/GRoG20WGoDCQ/1Fb+1LiGtvwbDavuSk0jhD/eZdckHAuzcDzccnkv+rEjyWfRx18gg==", - "license": "MIT" - }, - "node_modules/@babel/code-frame": { - "version": "7.29.0", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz", - "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==", - "license": "MIT", - "dependencies": { - "@babel/helper-validator-identifier": "^7.28.5", - "js-tokens": "^4.0.0", - "picocolors": "^1.1.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/compat-data": { - "version": "7.29.0", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz", - "integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/core": { - "version": "7.29.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz", - "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/code-frame": "^7.29.0", - "@babel/generator": "^7.29.0", - "@babel/helper-compilation-targets": "^7.28.6", - "@babel/helper-module-transforms": "^7.28.6", - "@babel/helpers": "^7.28.6", - "@babel/parser": "^7.29.0", - "@babel/template": "^7.28.6", - "@babel/traverse": "^7.29.0", - "@babel/types": "^7.29.0", - "@jridgewell/remapping": "^2.3.5", - "convert-source-map": "^2.0.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.3", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - } - }, - "node_modules/@babel/core/node_modules/convert-source-map": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "dev": true, - "license": "MIT" - }, - "node_modules/@babel/core/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/generator": { - "version": "7.29.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.0.tgz", - "integrity": "sha512-vSH118/wwM/pLR38g/Sgk05sNtro6TlTJKuiMXDaZqPUfjTFcudpCOt00IhOfj+1BFAX+UFAlzCU+6WXr3GLFQ==", - "license": "MIT", - "dependencies": { - "@babel/parser": "^7.29.0", - "@babel/types": "^7.29.0", - "@jridgewell/gen-mapping": "^0.3.12", - "@jridgewell/trace-mapping": "^0.3.28", - "jsesc": "^3.0.2" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-compilation-targets": { - "version": "7.28.6", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz", - "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/compat-data": "^7.28.6", - "@babel/helper-validator-option": "^7.27.1", - "browserslist": "^4.24.0", - "lru-cache": "^5.1.1", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-compilation-targets/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/helper-globals": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz", - "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==", - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-imports": { - "version": "7.28.6", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz", - "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==", - "license": "MIT", - "dependencies": { - "@babel/traverse": "^7.28.6", - "@babel/types": "^7.28.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-transforms": { - "version": "7.28.6", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz", - "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-module-imports": "^7.28.6", - "@babel/helper-validator-identifier": "^7.28.5", - "@babel/traverse": "^7.28.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-string-parser": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", - "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-identifier": { - "version": "7.28.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", - "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-option": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz", - "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helpers": { - "version": "7.28.6", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.6.tgz", - "integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/template": "^7.28.6", - "@babel/types": "^7.28.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/parser": { - "version": "7.29.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz", - "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==", - "license": "MIT", - "dependencies": { - "@babel/types": "^7.29.0" - }, - "bin": { - "parser": "bin/babel-parser.js" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/runtime": { - "version": "7.28.4", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", - "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/template": { - "version": "7.28.6", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz", - "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==", - "license": "MIT", - "dependencies": { - "@babel/code-frame": "^7.28.6", - "@babel/parser": "^7.28.6", - "@babel/types": "^7.28.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/traverse": { - "version": "7.29.0", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz", - "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==", - "license": "MIT", - "dependencies": { - "@babel/code-frame": "^7.29.0", - "@babel/generator": "^7.29.0", - "@babel/helper-globals": "^7.28.0", - "@babel/parser": "^7.29.0", - "@babel/template": "^7.28.6", - "@babel/types": "^7.29.0", - "debug": "^4.3.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/types": { - "version": "7.29.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz", - "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==", - "license": "MIT", - "dependencies": { - "@babel/helper-string-parser": "^7.27.1", - "@babel/helper-validator-identifier": "^7.28.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@cfcs/core": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/@cfcs/core/-/core-0.0.6.tgz", - "integrity": "sha512-FxfJMwoLB8MEMConeXUCqtMGqxdtePQxRBOiGip9ULcYYam3WfCgoY6xdnMaSkYvRvmosp5iuG+TiPofm65+Pw==", - "license": "MIT", - "dependencies": { - "@egjs/component": "^3.0.2" - } - }, - "node_modules/@daybrush/utils": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@daybrush/utils/-/utils-1.13.0.tgz", - "integrity": "sha512-ALK12C6SQNNHw1enXK+UO8bdyQ+jaWNQ1Af7Z3FNxeAwjYhQT7do+TRE4RASAJ3ObaS2+TJ7TXR3oz2Gzbw0PQ==", - "license": "MIT" - }, - "node_modules/@deck.gl/aggregation-layers": { - "version": "9.2.11", - "resolved": "https://registry.npmjs.org/@deck.gl/aggregation-layers/-/aggregation-layers-9.2.11.tgz", - "integrity": "sha512-MRFbBHtMcDkOthxXnMPm6nF08DjFDACaIQsJSyHkdWtLUTSLHsWnOTn/8QbB4ka86WyNyfJy3dibLu/m3ei2ow==", - "license": "MIT", - "peer": true, - "dependencies": { - "@luma.gl/constants": "~9.2.6", - "@luma.gl/shadertools": "~9.2.6", - "@math.gl/core": "^4.1.0", - "@math.gl/web-mercator": "^4.1.0", - "d3-hexbin": "^0.2.1" - }, - "peerDependencies": { - "@deck.gl/core": "~9.2.0", - "@deck.gl/layers": "~9.2.0", - "@luma.gl/core": "~9.2.6", - "@luma.gl/engine": "~9.2.6" - } - }, - "node_modules/@deck.gl/core": { - "version": "9.2.11", - "resolved": "https://registry.npmjs.org/@deck.gl/core/-/core-9.2.11.tgz", - "integrity": "sha512-lpdxXQuFSkd6ET7M6QxPI8QMhsLRY6vzLyk83sPGFb7JSb4OhrNHYt9sfIhcA/hxJW7bdBSMWWphf2GvQetVuA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@loaders.gl/core": "~4.3.4", - "@loaders.gl/images": "~4.3.4", - "@luma.gl/constants": "~9.2.6", - "@luma.gl/core": "~9.2.6", - "@luma.gl/engine": "~9.2.6", - "@luma.gl/shadertools": "~9.2.6", - "@luma.gl/webgl": "~9.2.6", - "@math.gl/core": "^4.1.0", - "@math.gl/sun": "^4.1.0", - "@math.gl/types": "^4.1.0", - "@math.gl/web-mercator": "^4.1.0", - "@probe.gl/env": "^4.1.1", - "@probe.gl/log": "^4.1.1", - "@probe.gl/stats": "^4.1.1", - "@types/offscreencanvas": "^2019.6.4", - "gl-matrix": "^3.0.0", - "mjolnir.js": "^3.0.0" - } - }, - "node_modules/@deck.gl/extensions": { - "version": "9.2.11", - "resolved": "https://registry.npmjs.org/@deck.gl/extensions/-/extensions-9.2.11.tgz", - "integrity": "sha512-zlpM4Bg1ifBziW1Juiii9NY5gyW2rEhyVTWnhagH/bpTCZ2E73OhnToYt1ouqmoxL6lMtIjhRXz6LPb7tJbHHQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@luma.gl/constants": "~9.2.6", - "@luma.gl/shadertools": "~9.2.6", - "@math.gl/core": "^4.1.0" - }, - "peerDependencies": { - "@deck.gl/core": "~9.2.0", - "@luma.gl/core": "~9.2.6", - "@luma.gl/engine": "~9.2.6" - } - }, - "node_modules/@deck.gl/geo-layers": { - "version": "9.2.11", - "resolved": "https://registry.npmjs.org/@deck.gl/geo-layers/-/geo-layers-9.2.11.tgz", - "integrity": "sha512-Mr3yvKyZMPmQ3ho0hSqcJu1p7a881RqQaq/dRaPs2VP56UAkfk1e10zxXnrZ9/Dmo2MR5PH0j8tkOoGR3zKbfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@loaders.gl/3d-tiles": "~4.3.4", - "@loaders.gl/gis": "~4.3.4", - "@loaders.gl/loader-utils": "~4.3.4", - "@loaders.gl/mvt": "~4.3.4", - "@loaders.gl/schema": "~4.3.4", - "@loaders.gl/terrain": "~4.3.4", - "@loaders.gl/tiles": "~4.3.4", - "@loaders.gl/wms": "~4.3.4", - "@luma.gl/gltf": "~9.2.6", - "@luma.gl/shadertools": "~9.2.6", - "@math.gl/core": "^4.1.0", - "@math.gl/culling": "^4.1.0", - "@math.gl/web-mercator": "^4.1.0", - "@types/geojson": "^7946.0.8", - "a5-js": "^0.5.0", - "h3-js": "^4.1.0", - "long": "^3.2.0" - }, - "peerDependencies": { - "@deck.gl/core": "~9.2.0", - "@deck.gl/extensions": "~9.2.0", - "@deck.gl/layers": "~9.2.0", - "@deck.gl/mesh-layers": "~9.2.0", - "@loaders.gl/core": "~4.3.4", - "@luma.gl/core": "~9.2.6", - "@luma.gl/engine": "~9.2.6" - } - }, - "node_modules/@deck.gl/layers": { - "version": "9.2.11", - "resolved": "https://registry.npmjs.org/@deck.gl/layers/-/layers-9.2.11.tgz", - "integrity": "sha512-2FSb0Qa6YR+Rg6GWhYOGTUug3vtZ4uKcFdnrdiJoVXGyibKJMScKZIsivY0r/yQQZsaBjYqty5QuVJvdtEHxSA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@loaders.gl/images": "~4.3.4", - "@loaders.gl/schema": "~4.3.4", - "@luma.gl/shadertools": "~9.2.6", - "@mapbox/tiny-sdf": "^2.0.5", - "@math.gl/core": "^4.1.0", - "@math.gl/polygon": "^4.1.0", - "@math.gl/web-mercator": "^4.1.0", - "earcut": "^2.2.4" - }, - "peerDependencies": { - "@deck.gl/core": "~9.2.0", - "@loaders.gl/core": "~4.3.4", - "@luma.gl/core": "~9.2.6", - "@luma.gl/engine": "~9.2.6" - } - }, - "node_modules/@deck.gl/mapbox": { - "version": "9.2.11", - "resolved": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-9.2.11.tgz", - "integrity": "sha512-5OaFZgjyA4Vq6WjHUdcEdl0Phi8dwj8hSCErej0NetW90mctdbxwMt0gSbqcvWBowwhyj2QAhH0P2FcITjKG/A==", - "license": "MIT", - "peer": true, - "dependencies": { - "@luma.gl/constants": "~9.2.6", - "@math.gl/web-mercator": "^4.1.0" - }, - "peerDependencies": { - "@deck.gl/core": "~9.2.0", - "@luma.gl/constants": "~9.2.6", - "@luma.gl/core": "~9.2.6", - "@math.gl/web-mercator": "^4.1.0" - } - }, - "node_modules/@deck.gl/mesh-layers": { - "version": "9.2.11", - "resolved": "https://registry.npmjs.org/@deck.gl/mesh-layers/-/mesh-layers-9.2.11.tgz", - "integrity": "sha512-zPB7TtnPXB3tOEoOfcOkNZo7coIq/ukIQa8HIUQLLiOE8AVSQfz3kbMmMK6rUabXlQbgSw/I/j3kFSYRHg3NGg==", - "license": "MIT", - "peer": true, - "dependencies": { - "@loaders.gl/gltf": "~4.3.4", - "@loaders.gl/schema": "~4.3.4", - "@luma.gl/gltf": "~9.2.6", - "@luma.gl/shadertools": "~9.2.6" - }, - "peerDependencies": { - "@deck.gl/core": "~9.2.0", - "@luma.gl/core": "~9.2.6", - "@luma.gl/engine": "~9.2.6", - "@luma.gl/gltf": "~9.2.6", - "@luma.gl/shadertools": "~9.2.6" - } - }, - "node_modules/@dnd-kit/accessibility": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@dnd-kit/accessibility/-/accessibility-3.1.1.tgz", - "integrity": "sha512-2P+YgaXF+gRsIihwwY1gCsQSYnu9Zyj2py8kY5fFvUM1qm2WA2u639R6YNVfU4GWr+ZM5mqEsfHZZLoRONbemw==", - "license": "MIT", - "dependencies": { - "tslib": "^2.0.0" - }, - "peerDependencies": { - "react": ">=16.8.0" - } - }, - "node_modules/@dnd-kit/core": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@dnd-kit/core/-/core-6.3.1.tgz", - "integrity": "sha512-xkGBRQQab4RLwgXxoqETICr6S5JlogafbhNsidmrkVv2YRs5MLwpjoF2qpiGjQt8S9AoxtIV603s0GIUpY5eYQ==", - "license": "MIT", - "dependencies": { - "@dnd-kit/accessibility": "^3.1.1", - "@dnd-kit/utilities": "^3.2.2", - "tslib": "^2.0.0" - }, - "peerDependencies": { - "react": ">=16.8.0", - "react-dom": ">=16.8.0" - } - }, - "node_modules/@dnd-kit/modifiers": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@dnd-kit/modifiers/-/modifiers-9.0.0.tgz", - "integrity": "sha512-ybiLc66qRGuZoC20wdSSG6pDXFikui/dCNGthxv4Ndy8ylErY0N3KVxY2bgo7AWwIbxDmXDg3ylAFmnrjcbVvw==", - "license": "MIT", - "dependencies": { - "@dnd-kit/utilities": "^3.2.2", - "tslib": "^2.0.0" - }, - "peerDependencies": { - "@dnd-kit/core": "^6.3.0", - "react": ">=16.8.0" - } - }, - "node_modules/@dnd-kit/sortable": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@dnd-kit/sortable/-/sortable-10.0.0.tgz", - "integrity": "sha512-+xqhmIIzvAYMGfBYYnbKuNicfSsk4RksY2XdmJhT+HAC01nix6fHCztU68jooFiMUB01Ky3F0FyOvhG/BZrWkg==", - "license": "MIT", - "dependencies": { - "@dnd-kit/utilities": "^3.2.2", - "tslib": "^2.0.0" - }, - "peerDependencies": { - "@dnd-kit/core": "^6.3.0", - "react": ">=16.8.0" - } - }, - "node_modules/@dnd-kit/utilities": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/@dnd-kit/utilities/-/utilities-3.2.2.tgz", - "integrity": "sha512-+MKAJEOfaBe5SmV6t34p80MMKhjvUz0vRrvVJbPT0WElzaOJ/1xs+D+KDv+tD/NE5ujfrChEcshd4fLn0wpiqg==", - "license": "MIT", - "dependencies": { - "tslib": "^2.0.0" - }, - "peerDependencies": { - "react": ">=16.8.0" - } - }, - "node_modules/@egjs/agent": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/@egjs/agent/-/agent-2.4.4.tgz", - "integrity": "sha512-cvAPSlUILhBBOakn2krdPnOGv5hAZq92f1YHxYcfu0p7uarix2C6Ia3AVizpS1SGRZGiEkIS5E+IVTLg1I2Iog==", - "license": "MIT" - }, - "node_modules/@egjs/children-differ": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@egjs/children-differ/-/children-differ-1.0.1.tgz", - "integrity": "sha512-DRvyqMf+CPCOzAopQKHtW+X8iN6Hy6SFol+/7zCUiE5y4P/OB8JP8FtU4NxtZwtafvSL4faD5KoQYPj3JHzPFQ==", - "license": "MIT", - "dependencies": { - "@egjs/list-differ": "^1.0.0" - } - }, - "node_modules/@egjs/component": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@egjs/component/-/component-3.0.5.tgz", - "integrity": "sha512-cLcGizTrrUNA2EYE3MBmEDt2tQv1joVP1Q3oDisZ5nw0MZDx2kcgEXM+/kZpfa/PAkFvYVhRUZwytIQWoN3V/w==", - "license": "MIT" - }, - "node_modules/@egjs/list-differ": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@egjs/list-differ/-/list-differ-1.0.1.tgz", - "integrity": "sha512-OTFTDQcWS+1ZREOdCWuk5hCBgYO4OsD30lXcOCyVOAjXMhgL5rBRDnt/otb6Nz8CzU0L/igdcaQBDLWc4t9gvg==", - "license": "MIT" - }, - "node_modules/@emnapi/core": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.1.tgz", - "integrity": "sha512-mukuNALVsoix/w1BJwFzwXBN/dHeejQtuVzcDsfOEsdpCumXb/E9j8w11h5S54tT1xhifGfbbSm/ICrObRb3KA==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "@emnapi/wasi-threads": "1.2.0", - "tslib": "^2.4.0" - } - }, - "node_modules/@emnapi/runtime": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.1.tgz", - "integrity": "sha512-VYi5+ZVLhpgK4hQ0TAjiQiZ6ol0oe4mBx7mVv7IflsiEp0OWoVsp/+f9Vc1hOhE0TtkORVrI1GvzyreqpgWtkA==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "tslib": "^2.4.0" - } - }, - "node_modules/@emnapi/wasi-threads": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.0.tgz", - "integrity": "sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "tslib": "^2.4.0" - } - }, - "node_modules/@emotion/babel-plugin": { - "version": "11.13.5", - "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.13.5.tgz", - "integrity": "sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==", - "license": "MIT", - "dependencies": { - "@babel/helper-module-imports": "^7.16.7", - "@babel/runtime": "^7.18.3", - "@emotion/hash": "^0.9.2", - "@emotion/memoize": "^0.9.0", - "@emotion/serialize": "^1.3.3", - "babel-plugin-macros": "^3.1.0", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^4.0.0", - "find-root": "^1.1.0", - "source-map": "^0.5.7", - "stylis": "4.2.0" - } - }, - "node_modules/@emotion/cache": { - "version": "11.14.0", - "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.14.0.tgz", - "integrity": "sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==", - "license": "MIT", - "dependencies": { - "@emotion/memoize": "^0.9.0", - "@emotion/sheet": "^1.4.0", - "@emotion/utils": "^1.4.2", - "@emotion/weak-memoize": "^0.4.0", - "stylis": "4.2.0" - } - }, - "node_modules/@emotion/css": { - "version": "11.13.5", - "resolved": "https://registry.npmjs.org/@emotion/css/-/css-11.13.5.tgz", - "integrity": "sha512-wQdD0Xhkn3Qy2VNcIzbLP9MR8TafI0MJb7BEAXKp+w4+XqErksWR4OXomuDzPsN4InLdGhVe6EYcn2ZIUCpB8w==", - "license": "MIT", - "dependencies": { - "@emotion/babel-plugin": "^11.13.5", - "@emotion/cache": "^11.13.5", - "@emotion/serialize": "^1.3.3", - "@emotion/sheet": "^1.4.0", - "@emotion/utils": "^1.4.2" - } - }, - "node_modules/@emotion/hash": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz", - "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==", - "license": "MIT" - }, - "node_modules/@emotion/is-prop-valid": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.4.0.tgz", - "integrity": "sha512-QgD4fyscGcbbKwJmqNvUMSE02OsHUa+lAWKdEUIJKgqe5IwRSKd7+KhibEWdaKwgjLj0DRSHA9biAIqGBk05lw==", - "license": "MIT", - "dependencies": { - "@emotion/memoize": "^0.9.0" - } - }, - "node_modules/@emotion/memoize": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz", - "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==", - "license": "MIT" - }, - "node_modules/@emotion/react": { - "version": "11.14.0", - "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.14.0.tgz", - "integrity": "sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.18.3", - "@emotion/babel-plugin": "^11.13.5", - "@emotion/cache": "^11.14.0", - "@emotion/serialize": "^1.3.3", - "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0", - "@emotion/utils": "^1.4.2", - "@emotion/weak-memoize": "^0.4.0", - "hoist-non-react-statics": "^3.3.1" - }, - "peerDependencies": { - "react": ">=16.8.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@emotion/serialize": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.3.3.tgz", - "integrity": "sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==", - "license": "MIT", - "dependencies": { - "@emotion/hash": "^0.9.2", - "@emotion/memoize": "^0.9.0", - "@emotion/unitless": "^0.10.0", - "@emotion/utils": "^1.4.2", - "csstype": "^3.0.2" - } - }, - "node_modules/@emotion/sheet": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.4.0.tgz", - "integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==", - "license": "MIT" - }, - "node_modules/@emotion/styled": { - "version": "11.14.1", - "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.14.1.tgz", - "integrity": "sha512-qEEJt42DuToa3gurlH4Qqc1kVpNq8wO8cJtDzU46TjlzWjDlsVyevtYCRijVq3SrHsROS+gVQ8Fnea108GnKzw==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.18.3", - "@emotion/babel-plugin": "^11.13.5", - "@emotion/is-prop-valid": "^1.3.0", - "@emotion/serialize": "^1.3.3", - "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0", - "@emotion/utils": "^1.4.2" - }, - "peerDependencies": { - "@emotion/react": "^11.0.0-rc.0", - "react": ">=16.8.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@emotion/unitless": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.10.0.tgz", - "integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==", - "license": "MIT" - }, - "node_modules/@emotion/use-insertion-effect-with-fallbacks": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.2.0.tgz", - "integrity": "sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==", - "license": "MIT", - "peerDependencies": { - "react": ">=16.8.0" - } - }, - "node_modules/@emotion/utils": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.4.2.tgz", - "integrity": "sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==", - "license": "MIT" - }, - "node_modules/@emotion/weak-memoize": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz", - "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==", - "license": "MIT" - }, - "node_modules/@esbuild/aix-ppc64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz", - "integrity": "sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==", - "cpu": [ - "ppc64" - ], - "license": "MIT", - "optional": true, - "os": [ - "aix" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/android-arm": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.2.tgz", - "integrity": "sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==", - "cpu": [ - "arm" - ], - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/android-arm64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.2.tgz", - "integrity": "sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/android-x64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.2.tgz", - "integrity": "sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/darwin-arm64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.2.tgz", - "integrity": "sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/darwin-x64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.2.tgz", - "integrity": "sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/freebsd-arm64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.2.tgz", - "integrity": "sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/freebsd-x64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.2.tgz", - "integrity": "sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-arm": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.2.tgz", - "integrity": "sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==", - "cpu": [ - "arm" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-arm64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.2.tgz", - "integrity": "sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-ia32": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.2.tgz", - "integrity": "sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==", - "cpu": [ - "ia32" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-loong64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.2.tgz", - "integrity": "sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==", - "cpu": [ - "loong64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-mips64el": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.2.tgz", - "integrity": "sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==", - "cpu": [ - "mips64el" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-ppc64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.2.tgz", - "integrity": "sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==", - "cpu": [ - "ppc64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-riscv64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.2.tgz", - "integrity": "sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==", - "cpu": [ - "riscv64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-s390x": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.2.tgz", - "integrity": "sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==", - "cpu": [ - "s390x" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-x64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.2.tgz", - "integrity": "sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/netbsd-arm64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.2.tgz", - "integrity": "sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "netbsd" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/netbsd-x64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.2.tgz", - "integrity": "sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "netbsd" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/openbsd-arm64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.2.tgz", - "integrity": "sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/openbsd-x64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.2.tgz", - "integrity": "sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/openharmony-arm64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.2.tgz", - "integrity": "sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "openharmony" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/sunos-x64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.2.tgz", - "integrity": "sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "sunos" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/win32-arm64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.2.tgz", - "integrity": "sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/win32-ia32": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.2.tgz", - "integrity": "sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==", - "cpu": [ - "ia32" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/win32-x64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.2.tgz", - "integrity": "sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@eslint-community/eslint-utils": { - "version": "4.9.1", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz", - "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "eslint-visitor-keys": "^3.4.3" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" - } - }, - "node_modules/@eslint-community/regexpp": { - "version": "4.12.2", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz", - "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^12.0.0 || ^14.0.0 || >=16.0.0" - } - }, - "node_modules/@eslint/config-array": { - "version": "0.21.2", - "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.2.tgz", - "integrity": "sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@eslint/object-schema": "^2.1.7", - "debug": "^4.3.1", - "minimatch": "^3.1.5" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@eslint/config-array/node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true, - "license": "MIT" - }, - "node_modules/@eslint/config-array/node_modules/brace-expansion": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/@eslint/config-array/node_modules/minimatch": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz", - "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/@eslint/config-helpers": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz", - "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@eslint/core": "^0.17.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@eslint/core": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz", - "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@types/json-schema": "^7.0.15" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@eslint/eslintrc": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.5.tgz", - "integrity": "sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==", - "dev": true, - "license": "MIT", - "dependencies": { - "ajv": "^6.14.0", - "debug": "^4.3.2", - "espree": "^10.0.1", - "globals": "^14.0.0", - "ignore": "^5.2.0", - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.1", - "minimatch": "^3.1.5", - "strip-json-comments": "^3.1.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/@eslint/eslintrc/node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true, - "license": "MIT" - }, - "node_modules/@eslint/eslintrc/node_modules/brace-expansion": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/@eslint/eslintrc/node_modules/ignore": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", - "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 4" - } - }, - "node_modules/@eslint/eslintrc/node_modules/minimatch": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz", - "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/@eslint/js": { - "version": "9.39.4", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.4.tgz", - "integrity": "sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://eslint.org/donate" - } - }, - "node_modules/@eslint/object-schema": { - "version": "2.1.7", - "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz", - "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@eslint/plugin-kit": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz", - "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@eslint/core": "^0.17.0", - "levn": "^0.4.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@humanfs/core": { - "version": "0.19.1", - "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz", - "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=18.18.0" - } - }, - "node_modules/@humanfs/node": { - "version": "0.16.7", - "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz", - "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@humanfs/core": "^0.19.1", - "@humanwhocodes/retry": "^0.4.0" - }, - "engines": { - "node": ">=18.18.0" - } - }, - "node_modules/@humanwhocodes/module-importer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", - "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=12.22" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" - } - }, - "node_modules/@humanwhocodes/retry": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz", - "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=18.18" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" - } - }, - "node_modules/@icons/material": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/@icons/material/-/material-0.2.4.tgz", - "integrity": "sha512-QPcGmICAPbGLGb6F/yNf/KzKqvFx8z5qx3D1yFqVAjoFmXK35EgyW+cJ57Te3CNsmzblwtzakLGFqHPqrfb4Tw==", - "license": "MIT", - "peerDependencies": { - "react": "*" - } - }, - "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.13", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", - "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", - "license": "MIT", - "dependencies": { - "@jridgewell/sourcemap-codec": "^1.5.0", - "@jridgewell/trace-mapping": "^0.3.24" - } - }, - "node_modules/@jridgewell/remapping": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", - "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.24" - } - }, - "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", - "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", - "license": "MIT", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.5.5", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", - "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", - "license": "MIT" - }, - "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.31", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", - "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", - "license": "MIT", - "dependencies": { - "@jridgewell/resolve-uri": "^3.1.0", - "@jridgewell/sourcemap-codec": "^1.4.14" - } - }, - "node_modules/@loaders.gl/3d-tiles": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@loaders.gl/3d-tiles/-/3d-tiles-4.3.4.tgz", - "integrity": "sha512-JQ3y3p/KlZP7lfobwON5t7H9WinXEYTvuo3SRQM8TBKhM+koEYZhvI2GwzoXx54MbBbY+s3fm1dq5UAAmaTsZw==", - "license": "MIT", - "peer": true, - "dependencies": { - "@loaders.gl/compression": "4.3.4", - "@loaders.gl/crypto": "4.3.4", - "@loaders.gl/draco": "4.3.4", - "@loaders.gl/gltf": "4.3.4", - "@loaders.gl/images": "4.3.4", - "@loaders.gl/loader-utils": "4.3.4", - "@loaders.gl/math": "4.3.4", - "@loaders.gl/tiles": "4.3.4", - "@loaders.gl/zip": "4.3.4", - "@math.gl/core": "^4.1.0", - "@math.gl/culling": "^4.1.0", - "@math.gl/geospatial": "^4.1.0", - "@probe.gl/log": "^4.0.4", - "long": "^5.2.1" - }, - "peerDependencies": { - "@loaders.gl/core": "^4.3.0" - } - }, - "node_modules/@loaders.gl/3d-tiles/node_modules/long": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/long/-/long-5.3.2.tgz", - "integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==", - "license": "Apache-2.0", - "peer": true - }, - "node_modules/@loaders.gl/compression": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@loaders.gl/compression/-/compression-4.3.4.tgz", - "integrity": "sha512-+o+5JqL9Sx8UCwdc2MTtjQiUHYQGJALHbYY/3CT+b9g/Emzwzez2Ggk9U9waRfdHiBCzEgRBivpWZEOAtkimXQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@loaders.gl/loader-utils": "4.3.4", - "@loaders.gl/worker-utils": "4.3.4", - "@types/brotli": "^1.3.0", - "@types/pako": "^1.0.1", - "fflate": "0.7.4", - "lzo-wasm": "^0.0.4", - "pako": "1.0.11", - "snappyjs": "^0.6.1" - }, - "optionalDependencies": { - "brotli": "^1.3.2", - "lz4js": "^0.2.0", - "zstd-codec": "^0.1" - }, - "peerDependencies": { - "@loaders.gl/core": "^4.3.0" - } - }, - "node_modules/@loaders.gl/compression/node_modules/@types/pako": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/@types/pako/-/pako-1.0.7.tgz", - "integrity": "sha512-YBtzT2ztNF6R/9+UXj2wTGFnC9NklAnASt3sC0h2m1bbH7G6FyBIkt4AN8ThZpNfxUo1b2iMVO0UawiJymEt8A==", - "license": "MIT", - "peer": true - }, - "node_modules/@loaders.gl/compression/node_modules/fflate": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.7.4.tgz", - "integrity": "sha512-5u2V/CDW15QM1XbbgS+0DfPxVB+jUKhWEKuuFuHncbk3tEEqzmoXL+2KyOFuKGqOnmdIy0/davWF1CkuwtibCw==", - "license": "MIT", - "peer": true - }, - "node_modules/@loaders.gl/compression/node_modules/pako": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", - "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==", - "license": "(MIT AND Zlib)", - "peer": true - }, - "node_modules/@loaders.gl/core": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@loaders.gl/core/-/core-4.3.4.tgz", - "integrity": "sha512-cG0C5fMZ1jyW6WCsf4LoHGvaIAJCEVA/ioqKoYRwoSfXkOf+17KupK1OUQyUCw5XoRn+oWA1FulJQOYlXnb9Gw==", - "license": "MIT", - "peer": true, - "dependencies": { - "@loaders.gl/loader-utils": "4.3.4", - "@loaders.gl/schema": "4.3.4", - "@loaders.gl/worker-utils": "4.3.4", - "@probe.gl/log": "^4.0.2" - } - }, - "node_modules/@loaders.gl/crypto": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@loaders.gl/crypto/-/crypto-4.3.4.tgz", - "integrity": "sha512-3VS5FgB44nLOlAB9Q82VOQnT1IltwfRa1miE0mpHCe1prYu1M/dMnEyynusbrsp+eDs3EKbxpguIS9HUsFu5dQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@loaders.gl/loader-utils": "4.3.4", - "@loaders.gl/worker-utils": "4.3.4", - "@types/crypto-js": "^4.0.2" - }, - "peerDependencies": { - "@loaders.gl/core": "^4.3.0" - } - }, - "node_modules/@loaders.gl/draco": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@loaders.gl/draco/-/draco-4.3.4.tgz", - "integrity": "sha512-4Lx0rKmYENGspvcgV5XDpFD9o+NamXoazSSl9Oa3pjVVjo+HJuzCgrxTQYD/3JvRrolW/QRehZeWD/L/cEC6mw==", - "license": "MIT", - "peer": true, - "dependencies": { - "@loaders.gl/loader-utils": "4.3.4", - "@loaders.gl/schema": "4.3.4", - "@loaders.gl/worker-utils": "4.3.4", - "draco3d": "1.5.7" - }, - "peerDependencies": { - "@loaders.gl/core": "^4.3.0" - } - }, - "node_modules/@loaders.gl/gis": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@loaders.gl/gis/-/gis-4.3.4.tgz", - "integrity": "sha512-8xub38lSWW7+ZXWuUcggk7agRHJUy6RdipLNKZ90eE0ZzLNGDstGD1qiBwkvqH0AkG+uz4B7Kkiptyl7w2Oa6g==", - "license": "MIT", - "peer": true, - "dependencies": { - "@loaders.gl/loader-utils": "4.3.4", - "@loaders.gl/schema": "4.3.4", - "@mapbox/vector-tile": "^1.3.1", - "@math.gl/polygon": "^4.1.0", - "pbf": "^3.2.1" - }, - "peerDependencies": { - "@loaders.gl/core": "^4.3.0" - } - }, - "node_modules/@loaders.gl/gis/node_modules/@mapbox/vector-tile": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@mapbox/vector-tile/-/vector-tile-1.3.1.tgz", - "integrity": "sha512-MCEddb8u44/xfQ3oD+Srl/tNcQoqTw3goGk2oLsrFxOTc3dUp+kAnby3PvAeeBYSMSjSPD1nd1AJA6W49WnoUw==", - "license": "BSD-3-Clause", - "peer": true, - "dependencies": { - "@mapbox/point-geometry": "~0.1.0" - } - }, - "node_modules/@loaders.gl/gis/node_modules/pbf": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/pbf/-/pbf-3.3.0.tgz", - "integrity": "sha512-XDF38WCH3z5OV/OVa8GKUNtLAyneuzbCisx7QUCF8Q6Nutx0WnJrQe5O+kOtBlLfRNUws98Y58Lblp+NJG5T4Q==", - "license": "BSD-3-Clause", - "peer": true, - "dependencies": { - "ieee754": "^1.1.12", - "resolve-protobuf-schema": "^2.1.0" - }, - "bin": { - "pbf": "bin/pbf" - } - }, - "node_modules/@loaders.gl/gltf": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@loaders.gl/gltf/-/gltf-4.3.4.tgz", - "integrity": "sha512-EiUTiLGMfukLd9W98wMpKmw+hVRhQ0dJ37wdlXK98XPeGGB+zTQxCcQY+/BaMhsSpYt/OOJleHhTfwNr8RgzRg==", - "license": "MIT", - "peer": true, - "dependencies": { - "@loaders.gl/draco": "4.3.4", - "@loaders.gl/images": "4.3.4", - "@loaders.gl/loader-utils": "4.3.4", - "@loaders.gl/schema": "4.3.4", - "@loaders.gl/textures": "4.3.4", - "@math.gl/core": "^4.1.0" - }, - "peerDependencies": { - "@loaders.gl/core": "^4.3.0" - } - }, - "node_modules/@loaders.gl/images": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@loaders.gl/images/-/images-4.3.4.tgz", - "integrity": "sha512-qgc33BaNsqN9cWa/xvcGvQ50wGDONgQQdzHCKDDKhV2w/uptZoR5iofJfuG8UUV2vUMMd82Uk9zbopRx2rS4Ag==", - "license": "MIT", - "peer": true, - "dependencies": { - "@loaders.gl/loader-utils": "4.3.4" - }, - "peerDependencies": { - "@loaders.gl/core": "^4.3.0" - } - }, - "node_modules/@loaders.gl/loader-utils": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@loaders.gl/loader-utils/-/loader-utils-4.3.4.tgz", - "integrity": "sha512-tjMZvlKQSaMl2qmYTAxg+ySR6zd6hQn5n3XaU8+Ehp90TD3WzxvDKOMNDqOa72fFmIV+KgPhcmIJTpq4lAdC4Q==", - "license": "MIT", - "peer": true, - "dependencies": { - "@loaders.gl/schema": "4.3.4", - "@loaders.gl/worker-utils": "4.3.4", - "@probe.gl/log": "^4.0.2", - "@probe.gl/stats": "^4.0.2" - }, - "peerDependencies": { - "@loaders.gl/core": "^4.3.0" - } - }, - "node_modules/@loaders.gl/math": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@loaders.gl/math/-/math-4.3.4.tgz", - "integrity": "sha512-UJrlHys1fp9EUO4UMnqTCqvKvUjJVCbYZ2qAKD7tdGzHJYT8w/nsP7f/ZOYFc//JlfC3nq+5ogvmdpq2pyu3TA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@loaders.gl/images": "4.3.4", - "@loaders.gl/loader-utils": "4.3.4", - "@math.gl/core": "^4.1.0" - }, - "peerDependencies": { - "@loaders.gl/core": "^4.3.0" - } - }, - "node_modules/@loaders.gl/mvt": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@loaders.gl/mvt/-/mvt-4.3.4.tgz", - "integrity": "sha512-9DrJX8RQf14htNtxsPIYvTso5dUce9WaJCWCIY/79KYE80Be6dhcEYMknxBS4w3+PAuImaAe66S5xo9B7Erm5A==", - "license": "MIT", - "peer": true, - "dependencies": { - "@loaders.gl/gis": "4.3.4", - "@loaders.gl/images": "4.3.4", - "@loaders.gl/loader-utils": "4.3.4", - "@loaders.gl/schema": "4.3.4", - "@math.gl/polygon": "^4.1.0", - "@probe.gl/stats": "^4.0.0", - "pbf": "^3.2.1" - }, - "peerDependencies": { - "@loaders.gl/core": "^4.3.0" - } - }, - "node_modules/@loaders.gl/mvt/node_modules/pbf": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/pbf/-/pbf-3.3.0.tgz", - "integrity": "sha512-XDF38WCH3z5OV/OVa8GKUNtLAyneuzbCisx7QUCF8Q6Nutx0WnJrQe5O+kOtBlLfRNUws98Y58Lblp+NJG5T4Q==", - "license": "BSD-3-Clause", - "peer": true, - "dependencies": { - "ieee754": "^1.1.12", - "resolve-protobuf-schema": "^2.1.0" - }, - "bin": { - "pbf": "bin/pbf" - } - }, - "node_modules/@loaders.gl/schema": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@loaders.gl/schema/-/schema-4.3.4.tgz", - "integrity": "sha512-1YTYoatgzr/6JTxqBLwDiD3AVGwQZheYiQwAimWdRBVB0JAzych7s1yBuE0CVEzj4JDPKOzVAz8KnU1TiBvJGw==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/geojson": "^7946.0.7" - }, - "peerDependencies": { - "@loaders.gl/core": "^4.3.0" - } - }, - "node_modules/@loaders.gl/terrain": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@loaders.gl/terrain/-/terrain-4.3.4.tgz", - "integrity": "sha512-JszbRJGnxL5Fh82uA2U8HgjlsIpzYoCNNjy3cFsgCaxi4/dvjz3BkLlBilR7JlbX8Ka+zlb4GAbDDChiXLMJ/g==", - "license": "MIT", - "peer": true, - "dependencies": { - "@loaders.gl/images": "4.3.4", - "@loaders.gl/loader-utils": "4.3.4", - "@loaders.gl/schema": "4.3.4", - "@mapbox/martini": "^0.2.0" - }, - "peerDependencies": { - "@loaders.gl/core": "^4.3.0" - } - }, - "node_modules/@loaders.gl/textures": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@loaders.gl/textures/-/textures-4.3.4.tgz", - "integrity": "sha512-arWIDjlE7JaDS6v9by7juLfxPGGnjT9JjleaXx3wq/PTp+psLOpGUywHXm38BNECos3MFEQK3/GFShWI+/dWPw==", - "license": "MIT", - "peer": true, - "dependencies": { - "@loaders.gl/images": "4.3.4", - "@loaders.gl/loader-utils": "4.3.4", - "@loaders.gl/schema": "4.3.4", - "@loaders.gl/worker-utils": "4.3.4", - "@math.gl/types": "^4.1.0", - "ktx-parse": "^0.7.0", - "texture-compressor": "^1.0.2" - }, - "peerDependencies": { - "@loaders.gl/core": "^4.3.0" - } - }, - "node_modules/@loaders.gl/tiles": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@loaders.gl/tiles/-/tiles-4.3.4.tgz", - "integrity": "sha512-oC0zJfyvGox6Ag9ABF8fxOkx9yEFVyzTa9ryHXl2BqLiQoR1v3p+0tIJcEbh5cnzHfoTZzUis1TEAZluPRsHBQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@loaders.gl/loader-utils": "4.3.4", - "@loaders.gl/math": "4.3.4", - "@math.gl/core": "^4.1.0", - "@math.gl/culling": "^4.1.0", - "@math.gl/geospatial": "^4.1.0", - "@math.gl/web-mercator": "^4.1.0", - "@probe.gl/stats": "^4.0.2" - }, - "peerDependencies": { - "@loaders.gl/core": "^4.3.0" - } - }, - "node_modules/@loaders.gl/wms": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@loaders.gl/wms/-/wms-4.3.4.tgz", - "integrity": "sha512-yXF0wuYzJUdzAJQrhLIua6DnjOiBJusaY1j8gpvuH1VYs3mzvWlIRuZKeUd9mduQZKK88H2IzHZbj2RGOauq4w==", - "license": "MIT", - "peer": true, - "dependencies": { - "@loaders.gl/images": "4.3.4", - "@loaders.gl/loader-utils": "4.3.4", - "@loaders.gl/schema": "4.3.4", - "@loaders.gl/xml": "4.3.4", - "@turf/rewind": "^5.1.5", - "deep-strict-equal": "^0.2.0" - }, - "peerDependencies": { - "@loaders.gl/core": "^4.3.0" - } - }, - "node_modules/@loaders.gl/wms/node_modules/@turf/boolean-clockwise": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/@turf/boolean-clockwise/-/boolean-clockwise-5.1.5.tgz", - "integrity": "sha512-FqbmEEOJ4rU4/2t7FKx0HUWmjFEVqR+NJrFP7ymGSjja2SQ7Q91nnBihGuT+yuHHl6ElMjQ3ttsB/eTmyCycxA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@turf/helpers": "^5.1.5", - "@turf/invariant": "^5.1.5" - } - }, - "node_modules/@loaders.gl/wms/node_modules/@turf/clone": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/@turf/clone/-/clone-5.1.5.tgz", - "integrity": "sha512-//pITsQ8xUdcQ9pVb4JqXiSqG4dos5Q9N4sYFoWghX21tfOV2dhc5TGqYOhnHrQS7RiKQL1vQ48kIK34gQ5oRg==", - "license": "MIT", - "peer": true, - "dependencies": { - "@turf/helpers": "^5.1.5" - } - }, - "node_modules/@loaders.gl/wms/node_modules/@turf/helpers": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-5.1.5.tgz", - "integrity": "sha512-/lF+JR+qNDHZ8bF9d+Cp58nxtZWJ3sqFe6n3u3Vpj+/0cqkjk4nXKYBSY0azm+GIYB5mWKxUXvuP/m0ZnKj1bw==", - "license": "MIT", - "peer": true - }, - "node_modules/@loaders.gl/wms/node_modules/@turf/invariant": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@turf/invariant/-/invariant-5.2.0.tgz", - "integrity": "sha512-28RCBGvCYsajVkw2EydpzLdcYyhSA77LovuOvgCJplJWaNVyJYH6BOR3HR9w50MEkPqb/Vc/jdo6I6ermlRtQA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@turf/helpers": "^5.1.5" - } - }, - "node_modules/@loaders.gl/wms/node_modules/@turf/meta": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@turf/meta/-/meta-5.2.0.tgz", - "integrity": "sha512-ZjQ3Ii62X9FjnK4hhdsbT+64AYRpaI8XMBMcyftEOGSmPMUVnkbvuv3C9geuElAXfQU7Zk1oWGOcrGOD9zr78Q==", - "license": "MIT", - "peer": true, - "dependencies": { - "@turf/helpers": "^5.1.5" - } - }, - "node_modules/@loaders.gl/wms/node_modules/@turf/rewind": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/@turf/rewind/-/rewind-5.1.5.tgz", - "integrity": "sha512-Gdem7JXNu+G4hMllQHXRFRihJl3+pNl7qY+l4qhQFxq+hiU1cQoVFnyoleIqWKIrdK/i2YubaSwc3SCM7N5mMw==", - "license": "MIT", - "peer": true, - "dependencies": { - "@turf/boolean-clockwise": "^5.1.5", - "@turf/clone": "^5.1.5", - "@turf/helpers": "^5.1.5", - "@turf/invariant": "^5.1.5", - "@turf/meta": "^5.1.5" - } - }, - "node_modules/@loaders.gl/worker-utils": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@loaders.gl/worker-utils/-/worker-utils-4.3.4.tgz", - "integrity": "sha512-EbsszrASgT85GH3B7jkx7YXfQyIYo/rlobwMx6V3ewETapPUwdSAInv+89flnk5n2eu2Lpdeh+2zS6PvqbL2RA==", - "license": "MIT", - "peer": true, - "peerDependencies": { - "@loaders.gl/core": "^4.3.0" - } - }, - "node_modules/@loaders.gl/xml": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@loaders.gl/xml/-/xml-4.3.4.tgz", - "integrity": "sha512-p+y/KskajsvyM3a01BwUgjons/j/dUhniqd5y1p6keLOuwoHlY/TfTKd+XluqfyP14vFrdAHCZTnFCWLblN10w==", - "license": "MIT", - "peer": true, - "dependencies": { - "@loaders.gl/loader-utils": "4.3.4", - "@loaders.gl/schema": "4.3.4", - "fast-xml-parser": "^4.2.5" - }, - "peerDependencies": { - "@loaders.gl/core": "^4.3.0" - } - }, - "node_modules/@loaders.gl/zip": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@loaders.gl/zip/-/zip-4.3.4.tgz", - "integrity": "sha512-bHY4XdKYJm3vl9087GMoxnUqSURwTxPPh6DlAGOmz6X9Mp3JyWuA2gk3tQ1UIuInfjXKph3WAUfGe6XRIs1sfw==", - "license": "MIT", - "peer": true, - "dependencies": { - "@loaders.gl/compression": "4.3.4", - "@loaders.gl/crypto": "4.3.4", - "@loaders.gl/loader-utils": "4.3.4", - "jszip": "^3.1.5", - "md5": "^2.3.0" - }, - "peerDependencies": { - "@loaders.gl/core": "^4.3.0" - } - }, - "node_modules/@luma.gl/constants": { - "version": "9.2.6", - "resolved": "https://registry.npmjs.org/@luma.gl/constants/-/constants-9.2.6.tgz", - "integrity": "sha512-rvFFrJuSm5JIWbDHFuR4Q2s4eudO3Ggsv0TsGKn9eqvO7bBiPm/ANugHredvh3KviEyYuMZZxtfJvBdr3kzldg==", - "license": "MIT", - "peer": true - }, - "node_modules/@luma.gl/core": { - "version": "9.2.6", - "resolved": "https://registry.npmjs.org/@luma.gl/core/-/core-9.2.6.tgz", - "integrity": "sha512-d8KcH8ZZcjDAodSN/G2nueA9YE2X8kMz7Q0OxDGpCww6to1MZXM3Ydate/Jqsb5DDKVgUF6yD6RL8P5jOki9Yw==", - "license": "MIT", - "peer": true, - "dependencies": { - "@math.gl/types": "^4.1.0", - "@probe.gl/env": "^4.0.8", - "@probe.gl/log": "^4.0.8", - "@probe.gl/stats": "^4.0.8", - "@types/offscreencanvas": "^2019.6.4" - } - }, - "node_modules/@luma.gl/engine": { - "version": "9.2.6", - "resolved": "https://registry.npmjs.org/@luma.gl/engine/-/engine-9.2.6.tgz", - "integrity": "sha512-1AEDs2AUqOWh7Wl4onOhXmQF+Rz1zNdPXF+Kxm4aWl92RQ42Sh2CmTvRt2BJku83VQ91KFIEm/v3qd3Urzf+Uw==", - "license": "MIT", - "peer": true, - "dependencies": { - "@math.gl/core": "^4.1.0", - "@math.gl/types": "^4.1.0", - "@probe.gl/log": "^4.0.8", - "@probe.gl/stats": "^4.0.8" - }, - "peerDependencies": { - "@luma.gl/core": "~9.2.0", - "@luma.gl/shadertools": "~9.2.0" - } - }, - "node_modules/@luma.gl/gltf": { - "version": "9.2.6", - "resolved": "https://registry.npmjs.org/@luma.gl/gltf/-/gltf-9.2.6.tgz", - "integrity": "sha512-is3YkiGsWqWTmwldMz6PRaIUleufQfUKYjJTKpsF5RS1OnN+xdAO0mJq5qJTtOQpppWAU0VrmDFEVZ6R3qvm0A==", - "license": "MIT", - "peer": true, - "dependencies": { - "@loaders.gl/core": "^4.2.0", - "@loaders.gl/gltf": "^4.2.0", - "@loaders.gl/textures": "^4.2.0", - "@math.gl/core": "^4.1.0" - }, - "peerDependencies": { - "@luma.gl/constants": "~9.2.0", - "@luma.gl/core": "~9.2.0", - "@luma.gl/engine": "~9.2.0", - "@luma.gl/shadertools": "~9.2.0" - } - }, - "node_modules/@luma.gl/shadertools": { - "version": "9.2.6", - "resolved": "https://registry.npmjs.org/@luma.gl/shadertools/-/shadertools-9.2.6.tgz", - "integrity": "sha512-4+uUbynqPUra9d/z1nQChyHmhLgmKfSMjS7kOwLB6exSnhKnpHL3+Hu9fv55qyaX50nGH3oHawhGtJ6RRvu65w==", - "license": "MIT", - "peer": true, - "dependencies": { - "@math.gl/core": "^4.1.0", - "@math.gl/types": "^4.1.0", - "wgsl_reflect": "^1.2.0" - }, - "peerDependencies": { - "@luma.gl/core": "~9.2.0" - } - }, - "node_modules/@luma.gl/webgl": { - "version": "9.2.6", - "resolved": "https://registry.npmjs.org/@luma.gl/webgl/-/webgl-9.2.6.tgz", - "integrity": "sha512-NGBTdxJMk7j8Ygr1zuTyAvr1Tw+EpupMIQo7RelFjEsZXg6pujFqiDMM+rgxex8voCeuhWBJc7Rs+MoSqd46UQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@luma.gl/constants": "9.2.6", - "@math.gl/types": "^4.1.0", - "@probe.gl/env": "^4.0.8" - }, - "peerDependencies": { - "@luma.gl/core": "~9.2.0" - } - }, - "node_modules/@mapbox/extent": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@mapbox/extent/-/extent-0.4.0.tgz", - "integrity": "sha512-MSoKw3qPceGuupn04sdaJrFeLKvcSETVLZCGS8JA9x6zXQL3FWiKaIXYIZEDXd5jpXpWlRxinCZIN49yRy0C9A==", - "license": "ISC" - }, - "node_modules/@mapbox/geojson-area": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/@mapbox/geojson-area/-/geojson-area-0.2.2.tgz", - "integrity": "sha512-bBqqFn1kIbLBfn7Yq1PzzwVkPYQr9lVUeT8Dhd0NL5n76PBuXzOcuLV7GOSbEB1ia8qWxH4COCvFpziEu/yReA==", - "license": "BSD-2-Clause", - "dependencies": { - "wgs84": "0.0.0" - } - }, - "node_modules/@mapbox/geojson-coords": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/@mapbox/geojson-coords/-/geojson-coords-0.0.2.tgz", - "integrity": "sha512-YuVzpseee/P1T5BWyeVVPppyfmuXYHFwZHmybkqaMfu4BWlOf2cmMGKj2Rr92MwfSTOCSUA0PAsVGRG8akY0rg==", - "license": "ISC", - "dependencies": { - "@mapbox/geojson-normalize": "0.0.1", - "geojson-flatten": "^1.0.4" - } - }, - "node_modules/@mapbox/geojson-extent": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@mapbox/geojson-extent/-/geojson-extent-1.0.1.tgz", - "integrity": "sha512-hh8LEO3djT4fqfr8sSC6wKt+p0TMiu+KOLMBUiFOyj+zGq7+IXwQGl0ppCVDkyzCewyd9LoGe9zAvDxXrLfhLw==", - "license": "ISC", - "dependencies": { - "@mapbox/extent": "0.4.0", - "@mapbox/geojson-coords": "0.0.2", - "rw": "~0.1.4", - "traverse": "~0.6.6" - }, - "bin": { - "geojson-extent": "bin/geojson-extent" - } - }, - "node_modules/@mapbox/geojson-normalize": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/@mapbox/geojson-normalize/-/geojson-normalize-0.0.1.tgz", - "integrity": "sha512-82V7YHcle8lhgIGqEWwtXYN5cy0QM/OHq3ypGhQTbvHR57DF0vMHMjjVSQKFfVXBe/yWCBZTyOuzvK7DFFnx5Q==", - "license": "ISC", - "bin": { - "geojson-normalize": "geojson-normalize" - } - }, - "node_modules/@mapbox/geojson-rewind": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/@mapbox/geojson-rewind/-/geojson-rewind-0.5.2.tgz", - "integrity": "sha512-tJaT+RbYGJYStt7wI3cq4Nl4SXxG8W7JDG5DMJu97V25RnbNg3QtQtf+KD+VLjNpWKYsRvXDNmNrBgEETr1ifA==", - "license": "ISC", - "dependencies": { - "get-stream": "^6.0.1", - "minimist": "^1.2.6" - }, - "bin": { - "geojson-rewind": "geojson-rewind" - } - }, - "node_modules/@mapbox/jsonlint-lines-primitives": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@mapbox/jsonlint-lines-primitives/-/jsonlint-lines-primitives-2.0.2.tgz", - "integrity": "sha512-rY0o9A5ECsTQRVhv7tL/OyDpGAoUB4tTvLiW1DSzQGq4bvTPhNw1VpSNjDJc5GFZ2XuyOtSWSVN05qOtcD71qQ==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/@mapbox/mapbox-gl-draw": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/@mapbox/mapbox-gl-draw/-/mapbox-gl-draw-1.4.3.tgz", - "integrity": "sha512-03qIJgyGmm0IoTZbV/cfODru9jRGogi4LcQ3maxIJDKccq1gY3ofgt2UYPkeU143ElxitZahEythNQv1NpsLhg==", - "license": "ISC", - "dependencies": { - "@mapbox/geojson-area": "^0.2.2", - "@mapbox/geojson-extent": "^1.0.1", - "@mapbox/geojson-normalize": "^0.0.1", - "@mapbox/point-geometry": "^0.1.0", - "hat": "0.0.3", - "lodash.isequal": "^4.5.0", - "xtend": "^4.0.2" - } - }, - "node_modules/@mapbox/mapbox-gl-sync-move": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@mapbox/mapbox-gl-sync-move/-/mapbox-gl-sync-move-0.3.1.tgz", - "integrity": "sha512-Y3PMyj0m/TBJa9OkQnO2TiVDu8sFUPmLF7q/THUHrD/g42qrURpMJJ4kufq4sR60YFMwZdCGBshrbgK5v2xXWw==", - "license": "ISC" - }, - "node_modules/@mapbox/martini": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@mapbox/martini/-/martini-0.2.0.tgz", - "integrity": "sha512-7hFhtkb0KTLEls+TRw/rWayq5EeHtTaErgm/NskVoXmtgAQu/9D299aeyj6mzAR/6XUnYRp2lU+4IcrYRFjVsQ==", - "license": "ISC", - "peer": true - }, - "node_modules/@mapbox/point-geometry": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@mapbox/point-geometry/-/point-geometry-0.1.0.tgz", - "integrity": "sha512-6j56HdLTwWGO0fJPlrZtdU/B13q8Uwmo18Ck2GnGgN9PCFyKTZ3UbXeEdRFh18i9XQ92eH2VdtpJHpBD3aripQ==", - "license": "ISC" - }, - "node_modules/@mapbox/sexagesimal": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@mapbox/sexagesimal/-/sexagesimal-1.2.0.tgz", - "integrity": "sha512-+C3+Azc4ObH2qmDYvg9MC+vvlGVfwB1BZNX8jt4XehJjfDGXwlElqJ6PS9BtgLHSjdinEoZTNanTG/WTc+dpRA==", - "license": "BSD-2-Clause", - "bin": { - "sexagesimal": "bin/sexagesimal" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/@mapbox/tiny-sdf": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/@mapbox/tiny-sdf/-/tiny-sdf-2.0.7.tgz", - "integrity": "sha512-25gQLQMcpivjOSA40g3gO6qgiFPDpWRoMfd+G/GoppPIeP6JDaMMkMrEJnMZhKyyS6iKwVt5YKu02vCUyJM3Ug==", - "license": "BSD-2-Clause" - }, - "node_modules/@mapbox/unitbezier": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/@mapbox/unitbezier/-/unitbezier-0.0.1.tgz", - "integrity": "sha512-nMkuDXFv60aBr9soUG5q+GvZYL+2KZHVvsqFCzqnkGEf46U2fvmytHaEVc1/YZbiLn8X+eR3QzX1+dwDO1lxlw==", - "license": "BSD-2-Clause" - }, - "node_modules/@mapbox/vector-tile": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@mapbox/vector-tile/-/vector-tile-2.0.4.tgz", - "integrity": "sha512-AkOLcbgGTdXScosBWwmmD7cDlvOjkg/DetGva26pIRiZPdeJYjYKarIlb4uxVzi6bwHO6EWH82eZ5Nuv4T5DUg==", - "license": "BSD-3-Clause", - "dependencies": { - "@mapbox/point-geometry": "~1.1.0", - "@types/geojson": "^7946.0.16", - "pbf": "^4.0.1" - } - }, - "node_modules/@mapbox/vector-tile/node_modules/@mapbox/point-geometry": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@mapbox/point-geometry/-/point-geometry-1.1.0.tgz", - "integrity": "sha512-YGcBz1cg4ATXDCM/71L9xveh4dynfGmcLDqufR+nQQy3fKwsAZsWd/x4621/6uJaeB9mwOHE6hPeDgXz9uViUQ==", - "license": "ISC" - }, - "node_modules/@mapbox/whoots-js": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@mapbox/whoots-js/-/whoots-js-3.1.0.tgz", - "integrity": "sha512-Es6WcD0nO5l+2BOQS4uLfNPYQaNDfbot3X1XUoloz+x0mPDS3eeORZJl06HXjwBG1fOGwCRnzK88LMdxKRrd6Q==", - "license": "ISC", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@mapcomponents/deck-gl": { - "version": "1.8.9", - "resolved": "https://registry.npmjs.org/@mapcomponents/deck-gl/-/deck-gl-1.8.9.tgz", - "integrity": "sha512-40VosMmU+F/x4tB94B+b+dR4XcNkR1thcuGmYeu0CvDkSgqTQZRNe6cpJ4tGRZBymgITjUjohOj67cqMWhdGaw==", - "license": "MIT", - "dependencies": { - "@emotion/react": "^11.14.0", - "@emotion/styled": "^11.14.1", - "@mui/icons-material": "^7.3.2", - "@mui/material": "^7.3.2", - "@mui/system": "^7.3.2", - "@storybook/react": "^9.1.4", - "uuid": "^11.1.0" - }, - "peerDependencies": { - "@deck.gl/aggregation-layers": "^9.2.6", - "@deck.gl/core": "^9.2.6", - "@deck.gl/geo-layers": "^9.2.6", - "@deck.gl/mapbox": "^9.2.6", - "@deck.gl/mesh-layers": "^9.2.6", - "@mapcomponents/react-maplibre": "1.8.9", - "maplibre-gl": "^5.16.0" - } - }, - "node_modules/@mapcomponents/react-maplibre": { - "version": "1.8.9", - "resolved": "https://registry.npmjs.org/@mapcomponents/react-maplibre/-/react-maplibre-1.8.9.tgz", - "integrity": "sha512-7EsyAXNOnCI8QS6kKHOzd5DEFDWRIzeRcXREO3uTUqisp4XrluVLBDtMN8yN0taQdrPJ+MzYhTY5DKINnNF2bw==", - "license": "MIT", - "dependencies": { - "@dnd-kit/core": "^6.3.1", - "@dnd-kit/modifiers": "^9.0.0", - "@dnd-kit/sortable": "^10.0.0", - "@dnd-kit/utilities": "^3.2.2", - "@emotion/css": "^11.13.5", - "@emotion/react": "^11.14.0", - "@emotion/styled": "^11.14.1", - "@mapbox/mapbox-gl-draw": "1.4.3", - "@mapbox/mapbox-gl-sync-move": "^0.3.1", - "@mui/icons-material": "^7.3.2", - "@mui/material": "^7.3.2", - "@mui/system": "^7.3.2", - "@reduxjs/toolkit": "^2.9.0", - "@testing-library/dom": "^10.4.1", - "@testing-library/jest-dom": "^6.8.0", - "@testing-library/user-event": "^14.6.1", - "@tmcw/togeojson": "^7.1.2", - "@turf/helpers": "^7.2.0", - "@turf/turf": "^7.2.0", - "@types/d3": "^7.4.3", - "@types/geojson": "^7946.0.16", - "@types/react-color": "^3.0.13", - "@types/topojson-client": "^3.1.5", - "@types/topojson-specification": "^1.0.5", - "@xmldom/xmldom": "^0.9.8", - "camelcase": "^8.0.0", - "csv2geojson": "^5.1.2", - "d3": "^7.9.0", - "jspdf": "^3.0.2", - "maplibre-gl": "^5.16.0", - "osm2geojson-lite": "^1.1.2", - "pako": "^2.1.0", - "react-color": "^2.19.3", - "react-moveable": "^0.56.0", - "react-redux": "^9.2.0", - "redux": "^5.0.1", - "redux-thunk": "^3.1.0", - "topojson-client": "^3.1.0", - "uuid": "^11.1.0", - "wms-capabilities": "^0.6.0" - }, - "peerDependencies": { - "react": "^19.1.0", - "react-dom": "^19.1.0" - } - }, - "node_modules/@maplibre/geojson-vt": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/@maplibre/geojson-vt/-/geojson-vt-5.0.4.tgz", - "integrity": "sha512-KGg9sma45S+stfH9vPCJk1J0lSDLWZgCT9Y8u8qWZJyjFlP8MNP1WGTxIMYJZjDvVT3PDn05kN1C95Sut1HpgQ==", - "license": "ISC" - }, - "node_modules/@maplibre/maplibre-gl-style-spec": { - "version": "24.4.1", - "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-style-spec/-/maplibre-gl-style-spec-24.4.1.tgz", - "integrity": "sha512-UKhA4qv1h30XT768ccSv5NjNCX+dgfoq2qlLVmKejspPcSQTYD4SrVucgqegmYcKcmwf06wcNAa/kRd0NHWbUg==", - "license": "ISC", - "dependencies": { - "@mapbox/jsonlint-lines-primitives": "~2.0.2", - "@mapbox/unitbezier": "^0.0.1", - "json-stringify-pretty-compact": "^4.0.0", - "minimist": "^1.2.8", - "quickselect": "^3.0.0", - "rw": "^1.3.3", - "tinyqueue": "^3.0.0" - }, - "bin": { - "gl-style-format": "dist/gl-style-format.mjs", - "gl-style-migrate": "dist/gl-style-migrate.mjs", - "gl-style-validate": "dist/gl-style-validate.mjs" - } - }, - "node_modules/@maplibre/maplibre-gl-style-spec/node_modules/rw": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz", - "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==", - "license": "BSD-3-Clause" - }, - "node_modules/@maplibre/maplibre-gl-style-spec/node_modules/tinyqueue": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/tinyqueue/-/tinyqueue-3.0.0.tgz", - "integrity": "sha512-gRa9gwYU3ECmQYv3lslts5hxuIa90veaEcxDYuu3QGOIAEM2mOZkVHp48ANJuu1CURtRdHKUBY5Lm1tHV+sD4g==", - "license": "ISC" - }, - "node_modules/@maplibre/mlt": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/@maplibre/mlt/-/mlt-1.1.6.tgz", - "integrity": "sha512-rgtY3x65lrrfXycLf6/T22ZnjTg5WgIOsptOIoCaMZy4O4UAKTyZlYY0h6v8le721pTptF94U65yMDQkug+URw==", - "license": "(MIT OR Apache-2.0)", - "dependencies": { - "@mapbox/point-geometry": "^1.1.0" - } - }, - "node_modules/@maplibre/mlt/node_modules/@mapbox/point-geometry": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@mapbox/point-geometry/-/point-geometry-1.1.0.tgz", - "integrity": "sha512-YGcBz1cg4ATXDCM/71L9xveh4dynfGmcLDqufR+nQQy3fKwsAZsWd/x4621/6uJaeB9mwOHE6hPeDgXz9uViUQ==", - "license": "ISC" - }, - "node_modules/@maplibre/vt-pbf": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@maplibre/vt-pbf/-/vt-pbf-4.2.1.tgz", - "integrity": "sha512-IxZBGq/+9cqf2qdWlFuQ+ZfoMhWpxDUGQZ/poPHOJBvwMUT1GuxLo6HgYTou+xxtsOsjfbcjI8PZaPCtmt97rA==", - "license": "MIT", - "dependencies": { - "@mapbox/point-geometry": "^1.1.0", - "@mapbox/vector-tile": "^2.0.4", - "@maplibre/geojson-vt": "^5.0.4", - "@types/geojson": "^7946.0.16", - "@types/supercluster": "^7.1.3", - "pbf": "^4.0.1", - "supercluster": "^8.0.1" - } - }, - "node_modules/@maplibre/vt-pbf/node_modules/@mapbox/point-geometry": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@mapbox/point-geometry/-/point-geometry-1.1.0.tgz", - "integrity": "sha512-YGcBz1cg4ATXDCM/71L9xveh4dynfGmcLDqufR+nQQy3fKwsAZsWd/x4621/6uJaeB9mwOHE6hPeDgXz9uViUQ==", - "license": "ISC" - }, - "node_modules/@math.gl/core": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@math.gl/core/-/core-4.1.0.tgz", - "integrity": "sha512-FrdHBCVG3QdrworwrUSzXIaK+/9OCRLscxI2OUy6sLOHyHgBMyfnEGs99/m3KNvs+95BsnQLWklVfpKfQzfwKA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@math.gl/types": "4.1.0" - } - }, - "node_modules/@math.gl/culling": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@math.gl/culling/-/culling-4.1.0.tgz", - "integrity": "sha512-jFmjFEACnP9kVl8qhZxFNhCyd47qPfSVmSvvjR0/dIL6R9oD5zhR1ub2gN16eKDO/UM7JF9OHKU3EBIfeR7gtg==", - "license": "MIT", - "peer": true, - "dependencies": { - "@math.gl/core": "4.1.0", - "@math.gl/types": "4.1.0" - } - }, - "node_modules/@math.gl/geospatial": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@math.gl/geospatial/-/geospatial-4.1.0.tgz", - "integrity": "sha512-BzsUhpVvnmleyYF6qdqJIip6FtIzJmnWuPTGhlBuPzh7VBHLonCFSPtQpbkRuoyAlbSyaGXcVt6p6lm9eK2vtg==", - "license": "MIT", - "peer": true, - "dependencies": { - "@math.gl/core": "4.1.0", - "@math.gl/types": "4.1.0" - } - }, - "node_modules/@math.gl/polygon": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@math.gl/polygon/-/polygon-4.1.0.tgz", - "integrity": "sha512-YA/9PzaCRHbIP5/0E9uTYrqe+jsYTQoqoDWhf6/b0Ixz8bPZBaGDEafLg3z7ffBomZLacUty9U3TlPjqMtzPjA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@math.gl/core": "4.1.0" - } - }, - "node_modules/@math.gl/sun": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@math.gl/sun/-/sun-4.1.0.tgz", - "integrity": "sha512-i3q6OCBLSZ5wgZVhXg+X7gsjY/TUtuFW/2KBiq/U1ypLso3S4sEykoU/MGjxUv1xiiGtr+v8TeMbO1OBIh/HmA==", - "license": "MIT", - "peer": true - }, - "node_modules/@math.gl/types": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@math.gl/types/-/types-4.1.0.tgz", - "integrity": "sha512-clYZdHcmRvMzVK5fjeDkQlHUzXQSNdZ7s4xOqC3nJPgz4C/TZkUecTo9YS4PruZqtDda/ag4erndP0MIn40dGA==", - "license": "MIT", - "peer": true - }, - "node_modules/@math.gl/web-mercator": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@math.gl/web-mercator/-/web-mercator-4.1.0.tgz", - "integrity": "sha512-HZo3vO5GCMkXJThxRJ5/QYUYRr3XumfT8CzNNCwoJfinxy5NtKUd7dusNTXn7yJ40UoB8FMIwkVwNlqaiRZZAw==", - "license": "MIT", - "peer": true, - "dependencies": { - "@math.gl/core": "4.1.0" - } - }, - "node_modules/@mui/core-downloads-tracker": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-7.3.2.tgz", - "integrity": "sha512-AOyfHjyDKVPGJJFtxOlept3EYEdLoar/RvssBTWVAvDJGIE676dLi2oT/Kx+FoVXFoA/JdV7DEMq/BVWV3KHRw==", - "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - } - }, - "node_modules/@mui/icons-material": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-7.3.2.tgz", - "integrity": "sha512-TZWazBjWXBjR6iGcNkbKklnwodcwj0SrChCNHc9BhD9rBgET22J1eFhHsEmvSvru9+opDy3umqAimQjokhfJlQ==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.28.3" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "@mui/material": "^7.3.2", - "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", - "react": "^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@mui/material": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@mui/material/-/material-7.3.2.tgz", - "integrity": "sha512-qXvbnawQhqUVfH1LMgMaiytP+ZpGoYhnGl7yYq2x57GYzcFL/iPzSZ3L30tlbwEjSVKNYcbiKO8tANR1tadjUg==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.28.3", - "@mui/core-downloads-tracker": "^7.3.2", - "@mui/system": "^7.3.2", - "@mui/types": "^7.4.6", - "@mui/utils": "^7.3.2", - "@popperjs/core": "^2.11.8", - "@types/react-transition-group": "^4.4.12", - "clsx": "^2.1.1", - "csstype": "^3.1.3", - "prop-types": "^15.8.1", - "react-is": "^19.1.1", - "react-transition-group": "^4.4.5" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "@emotion/react": "^11.5.0", - "@emotion/styled": "^11.3.0", - "@mui/material-pigment-css": "^7.3.2", - "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", - "react": "^17.0.0 || ^18.0.0 || ^19.0.0", - "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@emotion/react": { - "optional": true - }, - "@emotion/styled": { - "optional": true - }, - "@mui/material-pigment-css": { - "optional": true - }, - "@types/react": { - "optional": true - } - } - }, - "node_modules/@mui/private-theming": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-7.3.2.tgz", - "integrity": "sha512-ha7mFoOyZGJr75xeiO9lugS3joRROjc8tG1u4P50dH0KR7bwhHznVMcYg7MouochUy0OxooJm/OOSpJ7gKcMvg==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.28.3", - "@mui/utils": "^7.3.2", - "prop-types": "^15.8.1" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", - "react": "^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@mui/styled-engine": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-7.3.2.tgz", - "integrity": "sha512-PkJzW+mTaek4e0nPYZ6qLnW5RGa0KN+eRTf5FA2nc7cFZTeM+qebmGibaTLrgQBy3UpcpemaqfzToBNkzuxqew==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.28.3", - "@emotion/cache": "^11.14.0", - "@emotion/serialize": "^1.3.3", - "@emotion/sheet": "^1.4.0", - "csstype": "^3.1.3", - "prop-types": "^15.8.1" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "@emotion/react": "^11.4.1", - "@emotion/styled": "^11.3.0", - "react": "^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@emotion/react": { - "optional": true - }, - "@emotion/styled": { - "optional": true - } - } - }, - "node_modules/@mui/system": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@mui/system/-/system-7.3.2.tgz", - "integrity": "sha512-9d8JEvZW+H6cVkaZ+FK56R53vkJe3HsTpcjMUtH8v1xK6Y1TjzHdZ7Jck02mGXJsE6MQGWVs3ogRHTQmS9Q/rA==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.28.3", - "@mui/private-theming": "^7.3.2", - "@mui/styled-engine": "^7.3.2", - "@mui/types": "^7.4.6", - "@mui/utils": "^7.3.2", - "clsx": "^2.1.1", - "csstype": "^3.1.3", - "prop-types": "^15.8.1" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "@emotion/react": "^11.5.0", - "@emotion/styled": "^11.3.0", - "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", - "react": "^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@emotion/react": { - "optional": true - }, - "@emotion/styled": { - "optional": true - }, - "@types/react": { - "optional": true - } - } - }, - "node_modules/@mui/types": { - "version": "7.4.6", - "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.4.6.tgz", - "integrity": "sha512-NVBbIw+4CDMMppNamVxyTccNv0WxtDb7motWDlMeSC8Oy95saj1TIZMGynPpFLePt3yOD8TskzumeqORCgRGWw==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.28.3" - }, - "peerDependencies": { - "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@mui/utils": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-7.3.2.tgz", - "integrity": "sha512-4DMWQGenOdLnM3y/SdFQFwKsCLM+mqxzvoWp9+x2XdEzXapkznauHLiXtSohHs/mc0+5/9UACt1GdugCX2te5g==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.28.3", - "@mui/types": "^7.4.6", - "@types/prop-types": "^15.7.15", - "clsx": "^2.1.1", - "prop-types": "^15.8.1", - "react-is": "^19.1.1" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", - "react": "^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@napi-rs/wasm-runtime": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.1.tgz", - "integrity": "sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "@emnapi/core": "^1.7.1", - "@emnapi/runtime": "^1.7.1", - "@tybys/wasm-util": "^0.10.1" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/Brooooooklyn" - } - }, - "node_modules/@oxc-project/types": { - "version": "0.122.0", - "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.122.0.tgz", - "integrity": "sha512-oLAl5kBpV4w69UtFZ9xqcmTi+GENWOcPF7FCrczTiBbmC0ibXxCwyvZGbO39rCVEuLGAZM84DH0pUIyyv/YJzA==", - "dev": true, - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/Boshen" - } - }, - "node_modules/@popperjs/core": { - "version": "2.11.8", - "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", - "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", - "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/popperjs" - } - }, - "node_modules/@probe.gl/env": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@probe.gl/env/-/env-4.1.1.tgz", - "integrity": "sha512-+68seNDMVsEegRB47pFA/Ws1Fjy8agcFYXxzorKToyPcD6zd+gZ5uhwoLd7TzsSw6Ydns//2KEszWn+EnNHTbA==", - "license": "MIT", - "peer": true - }, - "node_modules/@probe.gl/log": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@probe.gl/log/-/log-4.1.1.tgz", - "integrity": "sha512-kcZs9BT44pL7hS1OkRGKYRXI/SN9KejUlPD+BY40DguRLzdC5tLG/28WGMyfKdn/51GT4a0p+0P8xvDn1Ez+Kg==", - "license": "MIT", - "peer": true, - "dependencies": { - "@probe.gl/env": "4.1.1" - } - }, - "node_modules/@probe.gl/stats": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@probe.gl/stats/-/stats-4.1.1.tgz", - "integrity": "sha512-4VpAyMHOqydSvPlEyHwXaE+AkIdR03nX+Qhlxsk2D/IW4OVmDZgIsvJB1cDzyEEtcfKcnaEbfXeiPgejBceT6g==", - "license": "MIT", - "peer": true - }, - "node_modules/@reduxjs/toolkit": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.9.0.tgz", - "integrity": "sha512-fSfQlSRu9Z5yBkvsNhYF2rPS8cGXn/TZVrlwN1948QyZ8xMZ0JvP50S2acZNaf+o63u6aEeMjipFyksjIcWrog==", - "license": "MIT", - "dependencies": { - "@standard-schema/spec": "^1.0.0", - "@standard-schema/utils": "^0.3.0", - "immer": "^10.0.3", - "redux": "^5.0.1", - "redux-thunk": "^3.1.0", - "reselect": "^5.1.0" - }, - "peerDependencies": { - "react": "^16.9.0 || ^17.0.0 || ^18 || ^19", - "react-redux": "^7.2.1 || ^8.1.3 || ^9.0.0" - }, - "peerDependenciesMeta": { - "react": { - "optional": true - }, - "react-redux": { - "optional": true - } - } - }, - "node_modules/@rolldown/binding-android-arm64": { - "version": "1.0.0-rc.11", - "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.11.tgz", - "integrity": "sha512-SJ+/g+xNnOh6NqYxD0V3uVN4W3VfnrGsC9/hoglicgTNfABFG9JjISvkkU0dNY84MNHLWyOgxP9v9Y9pX4S7+A==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": "^20.19.0 || >=22.12.0" - } - }, - "node_modules/@rolldown/binding-darwin-arm64": { - "version": "1.0.0-rc.11", - "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.11.tgz", - "integrity": "sha512-7WQgR8SfOPwmDZGFkThUvsmd/nwAWv91oCO4I5LS7RKrssPZmOt7jONN0cW17ydGC1n/+puol1IpoieKqQidmg==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^20.19.0 || >=22.12.0" - } - }, - "node_modules/@rolldown/binding-darwin-x64": { - "version": "1.0.0-rc.11", - "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.11.tgz", - "integrity": "sha512-39Ks6UvIHq4rEogIfQBoBRusj0Q0nPVWIvqmwBLaT6aqQGIakHdESBVOPRRLacy4WwUPIx4ZKzfZ9PMW+IeyUQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^20.19.0 || >=22.12.0" - } - }, - "node_modules/@rolldown/binding-freebsd-x64": { - "version": "1.0.0-rc.11", - "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.11.tgz", - "integrity": "sha512-jfsm0ZHfhiqrvWjJAmzsqiIFPz5e7mAoCOPBNTcNgkiid/LaFKiq92+0ojH+nmJmKYkre4t71BWXUZDNp7vsag==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": "^20.19.0 || >=22.12.0" - } - }, - "node_modules/@rolldown/binding-linux-arm-gnueabihf": { - "version": "1.0.0-rc.11", - "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.11.tgz", - "integrity": "sha512-zjQaUtSyq1nVe3nxmlSCuR96T1LPlpvmJ0SZy0WJFEsV4kFbXcq2u68L4E6O0XeFj4aex9bEauqjW8UQBeAvfQ==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": "^20.19.0 || >=22.12.0" - } - }, - "node_modules/@rolldown/binding-linux-arm64-gnu": { - "version": "1.0.0-rc.11", - "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.11.tgz", - "integrity": "sha512-WMW1yE6IOnehTcFE9eipFkm3XN63zypWlrJQ2iF7NrQ9b2LDRjumFoOGJE8RJJTJCTBAdmLMnJ8uVitACUUo1Q==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": "^20.19.0 || >=22.12.0" - } - }, - "node_modules/@rolldown/binding-linux-arm64-musl": { - "version": "1.0.0-rc.11", - "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.11.tgz", - "integrity": "sha512-jfndI9tsfm4APzjNt6QdBkYwre5lRPUgHeDHoI7ydKUuJvz3lZeCfMsI56BZj+7BYqiKsJm7cfd/6KYV7ubrBg==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": "^20.19.0 || >=22.12.0" - } - }, - "node_modules/@rolldown/binding-linux-ppc64-gnu": { - "version": "1.0.0-rc.11", - "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.11.tgz", - "integrity": "sha512-ZlFgw46NOAGMgcdvdYwAGu2Q+SLFA9LzbJLW+iyMOJyhj5wk6P3KEE9Gct4xWwSzFoPI7JCdYmYMzVtlgQ+zfw==", - "cpu": [ - "ppc64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": "^20.19.0 || >=22.12.0" - } - }, - "node_modules/@rolldown/binding-linux-s390x-gnu": { - "version": "1.0.0-rc.11", - "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.11.tgz", - "integrity": "sha512-hIOYmuT6ofM4K04XAZd3OzMySEO4K0/nc9+jmNcxNAxRi6c5UWpqfw3KMFV4MVFWL+jQsSh+bGw2VqmaPMTLyw==", - "cpu": [ - "s390x" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": "^20.19.0 || >=22.12.0" - } - }, - "node_modules/@rolldown/binding-linux-x64-gnu": { - "version": "1.0.0-rc.11", - "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.11.tgz", - "integrity": "sha512-qXBQQO9OvkjjQPLdUVr7Nr2t3QTZI7s4KZtfw7HzBgjbmAPSFwSv4rmET9lLSgq3rH/ndA3ngv3Qb8l2njoPNA==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": "^20.19.0 || >=22.12.0" - } - }, - "node_modules/@rolldown/binding-linux-x64-musl": { - "version": "1.0.0-rc.11", - "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.11.tgz", - "integrity": "sha512-/tpFfoSTzUkH9LPY+cYbqZBDyyX62w5fICq9qzsHLL8uTI6BHip3Q9Uzft0wylk/i8OOwKik8OxW+QAhDmzwmg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": "^20.19.0 || >=22.12.0" - } - }, - "node_modules/@rolldown/binding-openharmony-arm64": { - "version": "1.0.0-rc.11", - "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.11.tgz", - "integrity": "sha512-mcp3Rio2w72IvdZG0oQ4bM2c2oumtwHfUfKncUM6zGgz0KgPz4YmDPQfnXEiY5t3+KD/i8HG2rOB/LxdmieK2g==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "openharmony" - ], - "engines": { - "node": "^20.19.0 || >=22.12.0" - } - }, - "node_modules/@rolldown/binding-wasm32-wasi": { - "version": "1.0.0-rc.11", - "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.11.tgz", - "integrity": "sha512-LXk5Hii1Ph9asuGRjBuz8TUxdc1lWzB7nyfdoRgI0WGPZKmCxvlKk8KfYysqtr4MfGElu/f/pEQRh8fcEgkrWw==", - "cpu": [ - "wasm32" - ], - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "@napi-rs/wasm-runtime": "^1.1.1" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@rolldown/binding-win32-arm64-msvc": { - "version": "1.0.0-rc.11", - "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.11.tgz", - "integrity": "sha512-dDwf5otnx0XgRY1yqxOC4ITizcdzS/8cQ3goOWv3jFAo4F+xQYni+hnMuO6+LssHHdJW7+OCVL3CoU4ycnh35Q==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": "^20.19.0 || >=22.12.0" - } - }, - "node_modules/@rolldown/binding-win32-x64-msvc": { - "version": "1.0.0-rc.11", - "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.11.tgz", - "integrity": "sha512-LN4/skhSggybX71ews7dAj6r2geaMJfm3kMbK2KhFMg9B10AZXnKoLCVVgzhMHL0S+aKtr4p8QbAW8k+w95bAA==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": "^20.19.0 || >=22.12.0" - } - }, - "node_modules/@rolldown/pluginutils": { - "version": "1.0.0-rc.7", - "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.7.tgz", - "integrity": "sha512-qujRfC8sFVInYSPPMLQByRh7zhwkGFS4+tyMQ83srV1qrxL4g8E2tyxVVyxd0+8QeBM1mIk9KbWxkegRr76XzA==", - "dev": true, - "license": "MIT" - }, - "node_modules/@scena/dragscroll": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@scena/dragscroll/-/dragscroll-1.4.0.tgz", - "integrity": "sha512-3O8daaZD9VXA9CP3dra6xcgt/qrm0mg0xJCwiX6druCteQ9FFsXffkF8PrqxY4Z4VJ58fFKEa0RlKqbsi/XnRA==", - "license": "MIT", - "dependencies": { - "@daybrush/utils": "^1.6.0", - "@scena/event-emitter": "^1.0.2" - } - }, - "node_modules/@scena/event-emitter": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@scena/event-emitter/-/event-emitter-1.0.5.tgz", - "integrity": "sha512-AzY4OTb0+7ynefmWFQ6hxDdk0CySAq/D4efljfhtRHCOP7MBF9zUfhKG3TJiroVjASqVgkRJFdenS8ArZo6Olg==", - "license": "MIT", - "dependencies": { - "@daybrush/utils": "^1.1.1" - } - }, - "node_modules/@scena/matrix": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@scena/matrix/-/matrix-1.1.1.tgz", - "integrity": "sha512-JVKBhN0tm2Srl+Yt+Ywqu0oLgLcdemDQlD1OxmN9jaCTwaFPZ7tY8n6dhVgMEaR9qcR7r+kAlMXnSfNyYdE+Vg==", - "license": "MIT", - "dependencies": { - "@daybrush/utils": "^1.4.0" - } - }, - "node_modules/@standard-schema/spec": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.0.0.tgz", - "integrity": "sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==", - "license": "MIT" - }, - "node_modules/@standard-schema/utils": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@standard-schema/utils/-/utils-0.3.0.tgz", - "integrity": "sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g==", - "license": "MIT" - }, - "node_modules/@storybook/global": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@storybook/global/-/global-5.0.0.tgz", - "integrity": "sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==", - "license": "MIT" - }, - "node_modules/@storybook/react": { - "version": "9.1.20", - "resolved": "https://registry.npmjs.org/@storybook/react/-/react-9.1.20.tgz", - "integrity": "sha512-TJhqzggs7HCvLhTXKfx8HodnVq9YizsB2J31s9v6olU0UCxbCY+FYaCF+XdE8qUCyefGRZgHKzGBIczJ/q9e2g==", - "license": "MIT", - "dependencies": { - "@storybook/global": "^5.0.0", - "@storybook/react-dom-shim": "9.1.20" - }, - "engines": { - "node": ">=20.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", - "storybook": "^9.1.20", - "typescript": ">= 4.9.x" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@storybook/react-dom-shim": { - "version": "9.1.20", - "resolved": "https://registry.npmjs.org/@storybook/react-dom-shim/-/react-dom-shim-9.1.20.tgz", - "integrity": "sha512-UYdZavfPwHEqCKMqPssUOlyFVZiJExLxnSHwkICSZBmw3gxXJcp1aXWs7PvoZdWz2K4ztl3IcKErXXHeiY6w+A==", - "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", - "storybook": "^9.1.20" - } - }, - "node_modules/@testing-library/dom": { - "version": "10.4.1", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.1.tgz", - "integrity": "sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==", - "license": "MIT", - "dependencies": { - "@babel/code-frame": "^7.10.4", - "@babel/runtime": "^7.12.5", - "@types/aria-query": "^5.0.1", - "aria-query": "5.3.0", - "dom-accessibility-api": "^0.5.9", - "lz-string": "^1.5.0", - "picocolors": "1.1.1", - "pretty-format": "^27.0.2" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@testing-library/jest-dom": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.8.0.tgz", - "integrity": "sha512-WgXcWzVM6idy5JaftTVC8Vs83NKRmGJz4Hqs4oyOuO2J4r/y79vvKZsb+CaGyCSEbUPI6OsewfPd0G1A0/TUZQ==", - "license": "MIT", - "dependencies": { - "@adobe/css-tools": "^4.4.0", - "aria-query": "^5.0.0", - "css.escape": "^1.5.1", - "dom-accessibility-api": "^0.6.3", - "picocolors": "^1.1.1", - "redent": "^3.0.0" - }, - "engines": { - "node": ">=14", - "npm": ">=6", - "yarn": ">=1" - } - }, - "node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz", - "integrity": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==", - "license": "MIT" - }, - "node_modules/@testing-library/user-event": { - "version": "14.6.1", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.1.tgz", - "integrity": "sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==", - "license": "MIT", - "engines": { - "node": ">=12", - "npm": ">=6" - }, - "peerDependencies": { - "@testing-library/dom": ">=7.21.4" - } - }, - "node_modules/@tmcw/togeojson": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/@tmcw/togeojson/-/togeojson-7.1.2.tgz", - "integrity": "sha512-QKnFs9DAuqqBVj4d6c69tV1Dj2TspSBTqffivoN0YoBCVdP/JY1+WaYCJbzU49RkoU5NOSOJ3jtFHCdEUVh21A==", - "license": "BSD-2-Clause", - "engines": { - "node": "*" - } - }, - "node_modules/@turf/along": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/along/-/along-7.2.0.tgz", - "integrity": "sha512-Cf+d2LozABdb0TJoIcJwFKB+qisJY4nMUW9z6PAuZ9UCH7AR//hy2Z06vwYCKFZKP4a7DRPkOMBadQABCyoYuw==", - "license": "MIT", - "dependencies": { - "@turf/bearing": "^7.2.0", - "@turf/destination": "^7.2.0", - "@turf/distance": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/angle": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/angle/-/angle-7.2.0.tgz", - "integrity": "sha512-b28rs1NO8Dt/MXadFhnpqH7GnEWRsl+xF5JeFtg9+eM/+l/zGrdliPYMZtAj12xn33w22J1X4TRprAI0rruvVQ==", - "license": "MIT", - "dependencies": { - "@turf/bearing": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/rhumb-bearing": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/area": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/area/-/area-7.2.0.tgz", - "integrity": "sha512-zuTTdQ4eoTI9nSSjerIy4QwgvxqwJVciQJ8tOPuMHbXJ9N/dNjI7bU8tasjhxas/Cx3NE9NxVHtNpYHL0FSzoA==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/bbox": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/bbox/-/bbox-7.2.0.tgz", - "integrity": "sha512-wzHEjCXlYZiDludDbXkpBSmv8Zu6tPGLmJ1sXQ6qDwpLE1Ew3mcWqt8AaxfTP5QwDNQa3sf2vvgTEzNbPQkCiA==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/bbox-clip": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/bbox-clip/-/bbox-clip-7.2.0.tgz", - "integrity": "sha512-q6RXTpqeUQAYLAieUL1n3J6ukRGsNVDOqcYtfzaJbPW+0VsAf+1cI16sN700t0sekbeU1DH/RRVAHhpf8+36wA==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/bbox-polygon": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/bbox-polygon/-/bbox-polygon-7.2.0.tgz", - "integrity": "sha512-Aj4G1GAAy26fmOqMjUk0Z+Lcax5VQ9g1xYDbHLQWXvfTsaueBT+RzdH6XPnZ/seEEnZkio2IxE8V5af/osupgA==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/bearing": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/bearing/-/bearing-7.2.0.tgz", - "integrity": "sha512-Jm0Xt3GgHjRrWvBtAGvgfnADLm+4exud2pRlmCYx8zfiKuNXQFkrcTZcOiJOgTfG20Agq28iSh15uta47jSIbg==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/bezier-spline": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/bezier-spline/-/bezier-spline-7.2.0.tgz", - "integrity": "sha512-7BPkc3ufYB9KLvcaTpTsnpXzh9DZoENxCS0Ms9XUwuRXw45TpevwUpOsa3atO76iKQ5puHntqFO4zs8IUxBaaA==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/boolean-clockwise": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/boolean-clockwise/-/boolean-clockwise-7.2.0.tgz", - "integrity": "sha512-0fJeFSARxy6ealGBM4Gmgpa1o8msQF87p2Dx5V6uSqzT8VPDegX1NSWl4b7QgXczYa9qv7IAABttdWP0K7Q7eQ==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/boolean-concave": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/boolean-concave/-/boolean-concave-7.2.0.tgz", - "integrity": "sha512-v3dTN04dfO6VqctQj1a+pjDHb6+/Ev90oAR2QjJuAntY4ubhhr7vKeJdk/w+tWNSMKULnYwfe65Du3EOu3/TeA==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/boolean-contains": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/boolean-contains/-/boolean-contains-7.2.0.tgz", - "integrity": "sha512-dgRQm4uVO5XuLee4PLVH7CFQZKdefUBMIXTPITm2oRIDmPLJKHDOFKQTNkGJ73mDKKBR2lmt6eVH3br6OYrEYg==", - "license": "MIT", - "dependencies": { - "@turf/bbox": "^7.2.0", - "@turf/boolean-point-in-polygon": "^7.2.0", - "@turf/boolean-point-on-line": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/boolean-crosses": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/boolean-crosses/-/boolean-crosses-7.2.0.tgz", - "integrity": "sha512-9GyM4UUWFKQOoNhHVSfJBf5XbPy8Fxfz9djjJNAnm/IOl8NmFUSwFPAjKlpiMcr6yuaAoc9R/1KokS9/eLqPvA==", - "license": "MIT", - "dependencies": { - "@turf/boolean-point-in-polygon": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/line-intersect": "^7.2.0", - "@turf/polygon-to-line": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/boolean-disjoint": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/boolean-disjoint/-/boolean-disjoint-7.2.0.tgz", - "integrity": "sha512-xdz+pYKkLMuqkNeJ6EF/3OdAiJdiHhcHCV0ykX33NIuALKIEpKik0+NdxxNsZsivOW6keKwr61SI+gcVtHYcnQ==", - "license": "MIT", - "dependencies": { - "@turf/boolean-point-in-polygon": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/line-intersect": "^7.2.0", - "@turf/meta": "^7.2.0", - "@turf/polygon-to-line": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/boolean-equal": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/boolean-equal/-/boolean-equal-7.2.0.tgz", - "integrity": "sha512-TmjKYLsxXqEmdDtFq3QgX4aSogiISp3/doeEtDOs3NNSR8susOtBEZkmvwO6DLW+g/rgoQJIBR6iVoWiRqkBxw==", - "license": "MIT", - "dependencies": { - "@turf/clean-coords": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@types/geojson": "^7946.0.10", - "geojson-equality-ts": "^1.0.2", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/boolean-intersects": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/boolean-intersects/-/boolean-intersects-7.2.0.tgz", - "integrity": "sha512-GLRyLQgK3F14drkK5Qi9Mv7Z9VT1bgQUd9a3DB3DACTZWDSwfh8YZUFn/HBwRkK8dDdgNEXaavggQHcPi1k9ow==", - "license": "MIT", - "dependencies": { - "@turf/boolean-disjoint": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/boolean-overlap": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/boolean-overlap/-/boolean-overlap-7.2.0.tgz", - "integrity": "sha512-ieM5qIE4anO+gUHIOvEN7CjyowF+kQ6v20/oNYJCp63TVS6eGMkwgd+I4uMzBXfVW66nVHIXjODdUelU+Xyctw==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/line-intersect": "^7.2.0", - "@turf/line-overlap": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "geojson-equality-ts": "^1.0.2", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/boolean-parallel": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/boolean-parallel/-/boolean-parallel-7.2.0.tgz", - "integrity": "sha512-iOtuzzff8nmwv05ROkSvyeGLMrfdGkIi+3hyQ+DH4IVyV37vQbqR5oOJ0Nt3Qq1Tjrq9fvF8G3OMdAv3W2kY9w==", - "license": "MIT", - "dependencies": { - "@turf/clean-coords": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/line-segment": "^7.2.0", - "@turf/rhumb-bearing": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/boolean-point-in-polygon": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/boolean-point-in-polygon/-/boolean-point-in-polygon-7.2.0.tgz", - "integrity": "sha512-lvEOjxeXIp+wPXgl9kJA97dqzMfNexjqHou+XHVcfxQgolctoJiRYmcVCWGpiZ9CBf/CJha1KmD1qQoRIsjLaA==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@types/geojson": "^7946.0.10", - "point-in-polygon-hao": "^1.1.0", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/boolean-point-on-line": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/boolean-point-on-line/-/boolean-point-on-line-7.2.0.tgz", - "integrity": "sha512-H/bXX8+2VYeSyH8JWrOsu8OGmeA9KVZfM7M6U5/fSqGsRHXo9MyYJ94k39A9kcKSwI0aWiMXVD2UFmiWy8423Q==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/boolean-touches": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/boolean-touches/-/boolean-touches-7.2.0.tgz", - "integrity": "sha512-8qb1CO+cwFATGRGFgTRjzL9aibfsbI91pdiRl7KIEkVdeN/H9k8FDrUA1neY7Yq48IaciuwqjbbojQ16FD9b0w==", - "license": "MIT", - "dependencies": { - "@turf/boolean-point-in-polygon": "^7.2.0", - "@turf/boolean-point-on-line": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/boolean-valid": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/boolean-valid/-/boolean-valid-7.2.0.tgz", - "integrity": "sha512-xb7gdHN8VV6ivPJh6rPpgxmAEGReiRxqY+QZoEZVGpW2dXcmU1BdY6FA6G/cwvggXAXxJBREoANtEDgp/0ySbA==", - "license": "MIT", - "dependencies": { - "@turf/bbox": "^7.2.0", - "@turf/boolean-crosses": "^7.2.0", - "@turf/boolean-disjoint": "^7.2.0", - "@turf/boolean-overlap": "^7.2.0", - "@turf/boolean-point-in-polygon": "^7.2.0", - "@turf/boolean-point-on-line": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/line-intersect": "^7.2.0", - "@types/geojson": "^7946.0.10", - "geojson-polygon-self-intersections": "^1.2.1", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/boolean-within": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/boolean-within/-/boolean-within-7.2.0.tgz", - "integrity": "sha512-zB3AiF59zQZ27Dp1iyhp9mVAKOFHat8RDH45TZhLY8EaqdEPdmLGvwMFCKfLryQcUDQvmzP8xWbtUR82QM5C4g==", - "license": "MIT", - "dependencies": { - "@turf/bbox": "^7.2.0", - "@turf/boolean-point-in-polygon": "^7.2.0", - "@turf/boolean-point-on-line": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/buffer": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/buffer/-/buffer-7.2.0.tgz", - "integrity": "sha512-QH1FTr5Mk4z1kpQNztMD8XBOZfpOXPOtlsxaSAj2kDIf5+LquA6HtJjZrjUngnGtzG5+XwcfyRL4ImvLnFjm5Q==", - "license": "MIT", - "dependencies": { - "@turf/bbox": "^7.2.0", - "@turf/center": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/jsts": "^2.7.1", - "@turf/meta": "^7.2.0", - "@turf/projection": "^7.2.0", - "@types/geojson": "^7946.0.10", - "d3-geo": "1.7.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/center": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/center/-/center-7.2.0.tgz", - "integrity": "sha512-UTNp9abQ2kuyRg5gCIGDNwwEQeF3NbpYsd1Q0KW9lwWuzbLVNn0sOwbxjpNF4J2HtMOs5YVOcqNvYyuoa2XrXw==", - "license": "MIT", - "dependencies": { - "@turf/bbox": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/center-mean": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/center-mean/-/center-mean-7.2.0.tgz", - "integrity": "sha512-NaW6IowAooTJ35O198Jw3U4diZ6UZCCeJY+4E+WMLpks3FCxMDSHEfO2QjyOXQMGWZnVxVelqI5x9DdniDbQ+A==", - "license": "MIT", - "dependencies": { - "@turf/bbox": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/center-median": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/center-median/-/center-median-7.2.0.tgz", - "integrity": "sha512-/CgVyHNG4zAoZpvkl7qBCe4w7giWNVtLyTU5PoIfg1vWM4VpYw+N7kcBBH46bbzvVBn0vhmZr586r543EwdC/A==", - "license": "MIT", - "dependencies": { - "@turf/center-mean": "^7.2.0", - "@turf/centroid": "^7.2.0", - "@turf/distance": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/center-of-mass": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/center-of-mass/-/center-of-mass-7.2.0.tgz", - "integrity": "sha512-ij3pmG61WQPHGTQvOziPOdIgwTMegkYTwIc71Gl7xn4C0vWH6KLDSshCphds9xdWSXt2GbHpUs3tr4XGntHkEQ==", - "license": "MIT", - "dependencies": { - "@turf/centroid": "^7.2.0", - "@turf/convex": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/centroid": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/centroid/-/centroid-7.2.0.tgz", - "integrity": "sha512-yJqDSw25T7P48au5KjvYqbDVZ7qVnipziVfZ9aSo7P2/jTE7d4BP21w0/XLi3T/9bry/t9PR1GDDDQljN4KfDw==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/circle": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/circle/-/circle-7.2.0.tgz", - "integrity": "sha512-1AbqBYtXhstrHmnW6jhLwsv7TtmT0mW58Hvl1uZXEDM1NCVXIR50yDipIeQPjrCuJ/Zdg/91gU8+4GuDCAxBGA==", - "license": "MIT", - "dependencies": { - "@turf/destination": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/clean-coords": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/clean-coords/-/clean-coords-7.2.0.tgz", - "integrity": "sha512-+5+J1+D7wW7O/RDXn46IfCHuX1gIV1pIAQNSA7lcDbr3HQITZj334C4mOGZLEcGbsiXtlHWZiBtm785Vg8i+QQ==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/clone": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/clone/-/clone-7.2.0.tgz", - "integrity": "sha512-JlGUT+/5qoU5jqZmf6NMFIoLDY3O7jKd53Up+zbpJ2vzUp6QdwdNzwrsCeONhynWM13F0MVtPXH4AtdkrgFk4g==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/clusters": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/clusters/-/clusters-7.2.0.tgz", - "integrity": "sha512-sKOrIKHHtXAuTKNm2USnEct+6/MrgyzMW42deZ2YG2RRKWGaaxHMFU2Yw71Yk4DqStOqTIBQpIOdrRuSOwbuQw==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/clusters-dbscan": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/clusters-dbscan/-/clusters-dbscan-7.2.0.tgz", - "integrity": "sha512-VWVUuDreev56g3/BMlnq/81yzczqaz+NVTypN5CigGgP67e+u/CnijphiuhKjtjDd/MzGjXgEWBJc26Y6LYKAw==", - "license": "MIT", - "dependencies": { - "@turf/clone": "^7.2.0", - "@turf/distance": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "rbush": "^3.0.1", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/clusters-kmeans": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/clusters-kmeans/-/clusters-kmeans-7.2.0.tgz", - "integrity": "sha512-BxQdK8jc8Mwm9yoClCYkktm4W004uiQGqb/i/6Y7a8xqgJITWDgTu/cy//wOxAWPk4xfe6MThjnqkszWW8JdyQ==", - "license": "MIT", - "dependencies": { - "@turf/clone": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "skmeans": "0.9.7", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/collect": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/collect/-/collect-7.2.0.tgz", - "integrity": "sha512-zRVGDlYS8Bx/Zz4vnEUyRg4dmqHhkDbW/nIUIJh657YqaMj1SFi4Iv2i9NbcurlUBDJFkpuOhCvvEvAdskJ8UA==", - "license": "MIT", - "dependencies": { - "@turf/bbox": "^7.2.0", - "@turf/boolean-point-in-polygon": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@types/geojson": "^7946.0.10", - "rbush": "^3.0.1", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/combine": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/combine/-/combine-7.2.0.tgz", - "integrity": "sha512-VEjm3IvnbMt3IgeRIhCDhhQDbLqCU1/5uN1+j1u6fyA095pCizPThGp4f/COSzC3t1s/iiV+fHuDsB6DihHffQ==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/concave": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/concave/-/concave-7.2.0.tgz", - "integrity": "sha512-cpaDDlumK762kdadexw5ZAB6g/h2pJdihZ+e65lbQVe3WukJHAANnIEeKsdFCuIyNKrwTz2gWu5ws+OpjP48Yw==", - "license": "MIT", - "dependencies": { - "@turf/clone": "^7.2.0", - "@turf/distance": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/meta": "^7.2.0", - "@turf/tin": "^7.2.0", - "@types/geojson": "^7946.0.10", - "topojson-client": "3.x", - "topojson-server": "3.x", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/convex": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/convex/-/convex-7.2.0.tgz", - "integrity": "sha512-HsgHm+zHRE8yPCE/jBUtWFyaaBmpXcSlyHd5/xsMhSZRImFzRzBibaONWQo7xbKZMISC3Nc6BtUjDi/jEVbqyA==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "concaveman": "^1.2.1", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/destination": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/destination/-/destination-7.2.0.tgz", - "integrity": "sha512-8DUxtOO0Fvrh1xclIUj3d9C5WS20D21F5E+j+X9Q+ju6fcM4huOqTg5ckV1DN2Pg8caABEc5HEZJnGch/5YnYQ==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/difference": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/difference/-/difference-7.2.0.tgz", - "integrity": "sha512-NHKD1v3s8RX+9lOpvHJg6xRuJOKiY3qxHhz5/FmE0VgGqnCkE7OObqWZ5SsXG+Ckh0aafs5qKhmDdDV/gGi6JA==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "polyclip-ts": "^0.16.8", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/dissolve": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/dissolve/-/dissolve-7.2.0.tgz", - "integrity": "sha512-gPG5TE3mAYuZqBut8tPYCKwi4hhx5Cq0ALoQMB9X0hrVtFIKrihrsj98XQM/5pL/UIpAxQfwisQvy6XaOFaoPA==", - "license": "MIT", - "dependencies": { - "@turf/flatten": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "polyclip-ts": "^0.16.8", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/distance": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/distance/-/distance-7.2.0.tgz", - "integrity": "sha512-HBjjXIgEcD/wJYjv7/6OZj5yoky2oUvTtVeIAqO3lL80XRvoYmVg6vkOIu6NswkerwLDDNT9kl7+BFLJoHbh6Q==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/distance-weight": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/distance-weight/-/distance-weight-7.2.0.tgz", - "integrity": "sha512-NeoyV0fXDH+7nIoNtLjAoH9XL0AS1pmTIyDxEE6LryoDTsqjnuR0YQxIkLCCWDqECoqaOmmBqpeWONjX5BwWCg==", - "license": "MIT", - "dependencies": { - "@turf/centroid": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/ellipse": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/ellipse/-/ellipse-7.2.0.tgz", - "integrity": "sha512-/Y75S5hE2+xjnTw4dXpQ5r/Y2HPM4xrwkPRCCQRpuuboKdEvm42azYmh7isPnMnBTVcmGb9UmGKj0HHAbiwt1g==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/rhumb-destination": "^7.2.0", - "@turf/transform-rotate": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/envelope": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/envelope/-/envelope-7.2.0.tgz", - "integrity": "sha512-xOMtDeNKHwUuDfzQeoSNmdabsP0/IgVDeyzitDe/8j9wTeW+MrKzVbGz7627PT3h6gsO+2nUv5asfKtUbmTyHA==", - "license": "MIT", - "dependencies": { - "@turf/bbox": "^7.2.0", - "@turf/bbox-polygon": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/explode": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/explode/-/explode-7.2.0.tgz", - "integrity": "sha512-jyMXg93J1OI7/65SsLE1k9dfQD3JbcPNMi4/O3QR2Qb3BAs2039oFaSjtW+YqhMqVC4V3ZeKebMcJ8h9sK1n+A==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/flatten": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/flatten/-/flatten-7.2.0.tgz", - "integrity": "sha512-q38Qsqr4l7mxp780zSdn0gp/WLBX+sa+gV6qIbDQ1HKCrrPK8QQJmNx7gk1xxEXVot6tq/WyAPysCQdX+kLmMA==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/flip": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/flip/-/flip-7.2.0.tgz", - "integrity": "sha512-X0TQ0U/UYh4tyXdLO5itP1sO2HOvfrZC0fYSWmTfLDM14jEPkEK8PblofznfBygL+pIFtOS2is8FuVcp5XxYpQ==", - "license": "MIT", - "dependencies": { - "@turf/clone": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/geojson-rbush": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/geojson-rbush/-/geojson-rbush-7.2.0.tgz", - "integrity": "sha512-ST8fLv+EwxVkDgsmhHggM0sPk2SfOHTZJkdgMXVFT7gB9o4lF8qk4y4lwvCCGIfFQAp2yv/PN5EaGMEKutk6xw==", - "license": "MIT", - "dependencies": { - "@turf/bbox": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "rbush": "^3.0.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/great-circle": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/great-circle/-/great-circle-7.2.0.tgz", - "integrity": "sha512-n30OiADyOKHhor0aXNgYfXQYXO3UtsOKmhQsY1D89/Oh1nCIXG/1ZPlLL9ZoaRXXBTUBjh99a+K8029NQbGDhw==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/helpers": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-7.2.0.tgz", - "integrity": "sha512-cXo7bKNZoa7aC7ydLmUR02oB3IgDe7MxiPuRz3cCtYQHn+BJ6h1tihmamYDWWUlPHgSNF0i3ATc4WmDECZafKw==", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/hex-grid": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/hex-grid/-/hex-grid-7.2.0.tgz", - "integrity": "sha512-Yo2yUGxrTCQfmcVsSjDt0G3Veg8YD26WRd7etVPD9eirNNgXrIyZkbYA7zVV/qLeRWVmYIKRXg1USWl7ORQOGA==", - "license": "MIT", - "dependencies": { - "@turf/distance": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/intersect": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/interpolate": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/interpolate/-/interpolate-7.2.0.tgz", - "integrity": "sha512-Ifgjm1SEo6XujuSAU6lpRMvoJ1SYTreil1Rf5WsaXj16BQJCedht/4FtWCTNhSWTwEz2motQ1WNrjTCuPG94xA==", - "license": "MIT", - "dependencies": { - "@turf/bbox": "^7.2.0", - "@turf/centroid": "^7.2.0", - "@turf/clone": "^7.2.0", - "@turf/distance": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/hex-grid": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/meta": "^7.2.0", - "@turf/point-grid": "^7.2.0", - "@turf/square-grid": "^7.2.0", - "@turf/triangle-grid": "^7.2.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/intersect": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/intersect/-/intersect-7.2.0.tgz", - "integrity": "sha512-81GMzKS9pKqLPa61qSlFxLFeAC8XbwyCQ9Qv4z6o5skWk1qmMUbEHeMqaGUTEzk+q2XyhZ0sju1FV4iLevQ/aw==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "polyclip-ts": "^0.16.8", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/invariant": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/invariant/-/invariant-7.2.0.tgz", - "integrity": "sha512-kV4u8e7Gkpq+kPbAKNC21CmyrXzlbBgFjO1PhrHPgEdNqXqDawoZ3i6ivE3ULJj2rSesCjduUaC/wyvH/sNr2Q==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/isobands": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/isobands/-/isobands-7.2.0.tgz", - "integrity": "sha512-lYoHeRieFzpBp29Jh19QcDIb0E+dzo/K5uwZuNga4wxr6heNU0AfkD4ByAHYIXHtvmp4m/JpSKq/2N6h/zvBkg==", - "license": "MIT", - "dependencies": { - "@turf/area": "^7.2.0", - "@turf/bbox": "^7.2.0", - "@turf/boolean-point-in-polygon": "^7.2.0", - "@turf/explode": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "marchingsquares": "^1.3.3", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/isolines": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/isolines/-/isolines-7.2.0.tgz", - "integrity": "sha512-4ZXKxvA/JKkxAXixXhN3UVza5FABsdYgOWXyYm3L5ryTPJVOYTVSSd9A+CAVlv9dZc3YdlsqMqLTXNOOre/kwg==", - "license": "MIT", - "dependencies": { - "@turf/bbox": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "marchingsquares": "^1.3.3", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/jsts": { - "version": "2.7.2", - "resolved": "https://registry.npmjs.org/@turf/jsts/-/jsts-2.7.2.tgz", - "integrity": "sha512-zAezGlwWHPyU0zxwcX2wQY3RkRpwuoBmhhNE9HY9kWhFDkCxZ3aWK5URKwa/SWKJbj9aztO+8vtdiBA28KVJFg==", - "license": "(EDL-1.0 OR EPL-1.0)", - "dependencies": { - "jsts": "2.7.1" - } - }, - "node_modules/@turf/kinks": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/kinks/-/kinks-7.2.0.tgz", - "integrity": "sha512-BtxDxGewJR0Q5WR9HKBSxZhirFX+GEH1rD7/EvgDsHS8e1Y5/vNQQUmXdURjdPa4StzaUBsWRU5T3A356gLbPA==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/length": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/length/-/length-7.2.0.tgz", - "integrity": "sha512-LBmYN+iCgVtWNLsckVnpQIJENqIIPO63mogazMp23lrDGfWXu07zZQ9ZinJVO5xYurXNhc/QI2xxoqt2Xw90Ig==", - "license": "MIT", - "dependencies": { - "@turf/distance": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-arc": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/line-arc/-/line-arc-7.2.0.tgz", - "integrity": "sha512-kfWzA5oYrTpslTg5fN50G04zSypiYQzjZv3FLjbZkk6kta5fo4JkERKjTeA8x4XNojb+pfmjMBB0yIh2w2dDRw==", - "license": "MIT", - "dependencies": { - "@turf/circle": "^7.2.0", - "@turf/destination": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-chunk": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/line-chunk/-/line-chunk-7.2.0.tgz", - "integrity": "sha512-1ODyL5gETtWSL85MPI0lgp/78vl95M39gpeBxePXyDIqx8geDP9kXfAzctuKdxBoR4JmOVM3NT7Fz7h+IEkC+g==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/length": "^7.2.0", - "@turf/line-slice-along": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-intersect": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/line-intersect/-/line-intersect-7.2.0.tgz", - "integrity": "sha512-GhCJVEkc8EmggNi85EuVLoXF5T5jNVxmhIetwppiVyJzMrwkYAkZSYB3IBFYGUUB9qiNFnTwungVSsBV/S8ZiA==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@types/geojson": "^7946.0.10", - "sweepline-intersections": "^1.5.0", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-offset": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/line-offset/-/line-offset-7.2.0.tgz", - "integrity": "sha512-1+OkYueDCbnEWzbfBh3taVr+3SyM2bal5jfnSEuDiLA6jnlScgr8tn3INo+zwrUkPFZPPAejL1swVyO5TjUahw==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-overlap": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/line-overlap/-/line-overlap-7.2.0.tgz", - "integrity": "sha512-NNn7/jg53+N10q2Kyt66bEDqN3101iW/1zA5FW7J6UbKApDFkByh+18YZq1of71kS6oUYplP86WkDp16LFpqqw==", - "license": "MIT", - "dependencies": { - "@turf/boolean-point-on-line": "^7.2.0", - "@turf/geojson-rbush": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/line-segment": "^7.2.0", - "@turf/meta": "^7.2.0", - "@turf/nearest-point-on-line": "^7.2.0", - "@types/geojson": "^7946.0.10", - "fast-deep-equal": "^3.1.3", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-segment": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/line-segment/-/line-segment-7.2.0.tgz", - "integrity": "sha512-E162rmTF9XjVN4rINJCd15AdQGCBlNqeWN3V0YI1vOUpZFNT2ii4SqEMCcH2d+5EheHLL8BWVwZoOsvHZbvaWA==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-slice": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/line-slice/-/line-slice-7.2.0.tgz", - "integrity": "sha512-bHotzZIaU1GPV3RMwttYpDrmcvb3X2i1g/WUttPZWtKrEo2VVAkoYdeZ2aFwtogERYS4quFdJ/TDzAtquBC8WQ==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/nearest-point-on-line": "^7.2.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-slice-along": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/line-slice-along/-/line-slice-along-7.2.0.tgz", - "integrity": "sha512-4/gPgP0j5Rp+1prbhXqn7kIH/uZTmSgiubUnn67F8nb9zE+MhbRglhSlRYEZxAVkB7VrGwjyolCwvrROhjHp2A==", - "license": "MIT", - "dependencies": { - "@turf/bearing": "^7.2.0", - "@turf/destination": "^7.2.0", - "@turf/distance": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-split": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/line-split/-/line-split-7.2.0.tgz", - "integrity": "sha512-yJTZR+c8CwoKqdW/aIs+iLbuFwAa3Yan+EOADFQuXXIUGps3bJUXx/38rmowNoZbHyP1np1+OtrotyHu5uBsfQ==", - "license": "MIT", - "dependencies": { - "@turf/bbox": "^7.2.0", - "@turf/geojson-rbush": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/line-intersect": "^7.2.0", - "@turf/line-segment": "^7.2.0", - "@turf/meta": "^7.2.0", - "@turf/nearest-point-on-line": "^7.2.0", - "@turf/square": "^7.2.0", - "@turf/truncate": "^7.2.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-to-polygon": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/line-to-polygon/-/line-to-polygon-7.2.0.tgz", - "integrity": "sha512-iKpJqc7EYc5NvlD4KaqrKKO6mXR7YWO/YwtW60E2FnsF/blnsy9OfAOcilYHgH3S/V/TT0VedC7DW7Kgjy2EIA==", - "license": "MIT", - "dependencies": { - "@turf/bbox": "^7.2.0", - "@turf/clone": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/mask": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/mask/-/mask-7.2.0.tgz", - "integrity": "sha512-ulJ6dQqXC0wrjIoqFViXuMUdIPX5Q6GPViZ3kGfeVijvlLM7kTFBsZiPQwALSr5nTQg4Ppf3FD0Jmg8IErPrgA==", - "license": "MIT", - "dependencies": { - "@turf/clone": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@types/geojson": "^7946.0.10", - "polyclip-ts": "^0.16.8", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/meta": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/meta/-/meta-7.2.0.tgz", - "integrity": "sha512-igzTdHsQc8TV1RhPuOLVo74Px/hyPrVgVOTgjWQZzt3J9BVseCdpfY/0cJBdlSRI4S/yTmmHl7gAqjhpYH5Yaw==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/midpoint": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/midpoint/-/midpoint-7.2.0.tgz", - "integrity": "sha512-AMn5S9aSrbXdE+Q4Rj+T5nLdpfpn+mfzqIaEKkYI021HC0vb22HyhQHsQbSeX+AWcS4CjD1hFsYVcgKI+5qCfw==", - "license": "MIT", - "dependencies": { - "@turf/bearing": "^7.2.0", - "@turf/destination": "^7.2.0", - "@turf/distance": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/moran-index": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/moran-index/-/moran-index-7.2.0.tgz", - "integrity": "sha512-Aexh1EmXVPJhApr9grrd120vbalIthcIsQ3OAN2Tqwf+eExHXArJEJqGBo9IZiQbIpFJeftt/OvUvlI8BeO1bA==", - "license": "MIT", - "dependencies": { - "@turf/distance-weight": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/nearest-neighbor-analysis": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/nearest-neighbor-analysis/-/nearest-neighbor-analysis-7.2.0.tgz", - "integrity": "sha512-LmP/crXb7gilgsL0wL9hsygqc537W/a1W5r9XBKJT4SKdqjoXX5APJatJfd3nwXbRIqwDH0cDA9/YyFjBPlKnA==", - "license": "MIT", - "dependencies": { - "@turf/area": "^7.2.0", - "@turf/bbox": "^7.2.0", - "@turf/bbox-polygon": "^7.2.0", - "@turf/centroid": "^7.2.0", - "@turf/distance": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@turf/nearest-point": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/nearest-point": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/nearest-point/-/nearest-point-7.2.0.tgz", - "integrity": "sha512-0wmsqXZ8CGw4QKeZmS+NdjYTqCMC+HXZvM3XAQIU6k6laNLqjad2oS4nDrtcRs/nWDvcj1CR+Io7OiQ6sbpn5Q==", - "license": "MIT", - "dependencies": { - "@turf/clone": "^7.2.0", - "@turf/distance": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/nearest-point-on-line": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/nearest-point-on-line/-/nearest-point-on-line-7.2.0.tgz", - "integrity": "sha512-UOhAeoDPVewBQV+PWg1YTMQcYpJsIqfW5+EuZ5vJl60XwUa0+kqB/eVfSLNXmHENjKKIlEt9Oy9HIDF4VeWmXA==", - "license": "MIT", - "dependencies": { - "@turf/distance": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/nearest-point-to-line": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/nearest-point-to-line/-/nearest-point-to-line-7.2.0.tgz", - "integrity": "sha512-EorU7Qj30A7nAjh++KF/eTPDlzwuuV4neBz7tmSTB21HKuXZAR0upJsx6M2X1CSyGEgNsbFB0ivNKIvymRTKBw==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/meta": "^7.2.0", - "@turf/point-to-line-distance": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/planepoint": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/planepoint/-/planepoint-7.2.0.tgz", - "integrity": "sha512-8Vno01tvi5gThUEKBQ46CmlEKDAwVpkl7stOPFvJYlA1oywjAL4PsmgwjXgleZuFtXQUPBNgv5a42Pf438XP4g==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/point-grid": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/point-grid/-/point-grid-7.2.0.tgz", - "integrity": "sha512-ai7lwBV2FREPW3XiUNohT4opC1hd6+F56qZe20xYhCTkTD9diWjXHiNudQPSmVAUjgMzQGasblQQqvOdL+bJ3Q==", - "license": "MIT", - "dependencies": { - "@turf/boolean-within": "^7.2.0", - "@turf/distance": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/point-on-feature": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/point-on-feature/-/point-on-feature-7.2.0.tgz", - "integrity": "sha512-ksoYoLO9WtJ/qI8VI9ltF+2ZjLWrAjZNsCsu8F7nyGeCh4I8opjf4qVLytFG44XA2qI5yc6iXDpyv0sshvP82Q==", - "license": "MIT", - "dependencies": { - "@turf/boolean-point-in-polygon": "^7.2.0", - "@turf/center": "^7.2.0", - "@turf/explode": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/nearest-point": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/point-to-line-distance": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/point-to-line-distance/-/point-to-line-distance-7.2.0.tgz", - "integrity": "sha512-fB9Rdnb5w5+t76Gho2dYDkGe20eRrFk8CXi4v1+l1PC8YyLXO+x+l3TrtT8HzL/dVaZeepO6WUIsIw3ditTOPg==", - "license": "MIT", - "dependencies": { - "@turf/bearing": "^7.2.0", - "@turf/distance": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/meta": "^7.2.0", - "@turf/nearest-point-on-line": "^7.2.0", - "@turf/projection": "^7.2.0", - "@turf/rhumb-bearing": "^7.2.0", - "@turf/rhumb-distance": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/point-to-polygon-distance": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/point-to-polygon-distance/-/point-to-polygon-distance-7.2.0.tgz", - "integrity": "sha512-w+WYuINgTiFjoZemQwOaQSje/8Kq+uqJOynvx7+gleQPHyWQ3VtTodtV4LwzVzXz8Sf7Mngx1Jcp2SNai5CJYA==", - "license": "MIT", - "dependencies": { - "@turf/boolean-point-in-polygon": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/meta": "^7.2.0", - "@turf/point-to-line-distance": "^7.2.0", - "@turf/polygon-to-line": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/points-within-polygon": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/points-within-polygon/-/points-within-polygon-7.2.0.tgz", - "integrity": "sha512-jRKp8/mWNMzA+hKlQhxci97H5nOio9tp14R2SzpvkOt+cswxl+NqTEi1hDd2XetA7tjU0TSoNjEgVY8FfA0S6w==", - "license": "MIT", - "dependencies": { - "@turf/boolean-point-in-polygon": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/polygon-smooth": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/polygon-smooth/-/polygon-smooth-7.2.0.tgz", - "integrity": "sha512-KCp9wF2IEynvGXVhySR8oQ2razKP0zwg99K+fuClP21pSKCFjAPaihPEYq6e8uI/1J7ibjL5++6EMl+LrUTrLg==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/polygon-tangents": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/polygon-tangents/-/polygon-tangents-7.2.0.tgz", - "integrity": "sha512-AHUUPmOjiQDrtP/ODXukHBlUG0C/9I1je7zz50OTfl2ZDOdEqFJQC3RyNELwq07grTXZvg5TS5wYx/Y7nsm47g==", - "license": "MIT", - "dependencies": { - "@turf/bbox": "^7.2.0", - "@turf/boolean-within": "^7.2.0", - "@turf/explode": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/nearest-point": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/polygon-to-line": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/polygon-to-line/-/polygon-to-line-7.2.0.tgz", - "integrity": "sha512-9jeTN3LiJ933I5sd4K0kwkcivOYXXm1emk0dHorwXeSFSHF+nlYesEW3Hd889wb9lZd7/SVLMUeX/h39mX+vCA==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/polygonize": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/polygonize/-/polygonize-7.2.0.tgz", - "integrity": "sha512-U9v+lBhUPDv+nsg/VcScdiqCB59afO6CHDGrwIl2+5i6Ve+/KQKjpTV/R+NqoC1iMXAEq3brY6HY8Ukp/pUWng==", - "license": "MIT", - "dependencies": { - "@turf/boolean-point-in-polygon": "^7.2.0", - "@turf/envelope": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/projection": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/projection/-/projection-7.2.0.tgz", - "integrity": "sha512-/qke5vJScv8Mu7a+fU3RSChBRijE6EVuFHU3RYihMuYm04Vw8dBMIs0enEpoq0ke/IjSbleIrGQNZIMRX9EwZQ==", - "license": "MIT", - "dependencies": { - "@turf/clone": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/quadrat-analysis": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/quadrat-analysis/-/quadrat-analysis-7.2.0.tgz", - "integrity": "sha512-fDQh3+ldYNxUqS6QYlvJ7GZLlCeDZR6tD3ikdYtOsSemwW1n/4gm2xcgWJqy3Y0uszBwxc13IGGY7NGEjHA+0w==", - "license": "MIT", - "dependencies": { - "@turf/area": "^7.2.0", - "@turf/bbox": "^7.2.0", - "@turf/bbox-polygon": "^7.2.0", - "@turf/centroid": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/point-grid": "^7.2.0", - "@turf/random": "^7.2.0", - "@turf/square-grid": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/random": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/random/-/random-7.2.0.tgz", - "integrity": "sha512-fNXs5mOeXsrirliw84S8UCNkpm4RMNbefPNsuCTfZEXhcr1MuHMzq4JWKb4FweMdN1Yx2l/xcytkO0s71cJ50w==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/rectangle-grid": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/rectangle-grid/-/rectangle-grid-7.2.0.tgz", - "integrity": "sha512-f0o5ifvy0Ml/nHDJzMNcuSk4h11aa3BfvQNnYQhLpuTQu03j/ICZNlzKTLxwjcUqvxADUifty7Z9CX5W6zky4A==", - "license": "MIT", - "dependencies": { - "@turf/boolean-intersects": "^7.2.0", - "@turf/distance": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/rewind": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/rewind/-/rewind-7.2.0.tgz", - "integrity": "sha512-SZpRAZiZsE22+HVz6pEID+ST25vOdpAMGk5NO1JeqzhpMALIkIGnkG+xnun2CfYHz7wv8/Z0ADiAvei9rkcQYA==", - "license": "MIT", - "dependencies": { - "@turf/boolean-clockwise": "^7.2.0", - "@turf/clone": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/rhumb-bearing": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/rhumb-bearing/-/rhumb-bearing-7.2.0.tgz", - "integrity": "sha512-jbdexlrR8X2ZauUciHx3tRwG+BXoMXke4B8p8/IgDlAfIrVdzAxSQN89FMzIKnjJ/kdLjo9bFGvb92bu31Etug==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/rhumb-destination": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/rhumb-destination/-/rhumb-destination-7.2.0.tgz", - "integrity": "sha512-U9OLgLAHlH4Wfx3fBZf3jvnkDjdTcfRan5eI7VPV1+fQWkOteATpzkiRjCvSYK575GljVwWBjkKca8LziGWitQ==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/rhumb-distance": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/rhumb-distance/-/rhumb-distance-7.2.0.tgz", - "integrity": "sha512-NsijTPON1yOc9tirRPEQQuJ5aQi7pREsqchQquaYKbHNWsexZjcDi4wnw2kM3Si4XjmgynT+2f7aXH7FHarHzw==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/sample": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/sample/-/sample-7.2.0.tgz", - "integrity": "sha512-f+ZbcbQJ9glQ/F26re8LadxO0ORafy298EJZe6XtbctRTJrNus6UNAsl8+GYXFqMnXM22tbTAznnJX3ZiWNorA==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/sector": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/sector/-/sector-7.2.0.tgz", - "integrity": "sha512-zL06MjbbMG4DdpiNz+Q9Ax8jsCekt3R76uxeWShulAGkyDB5smdBOUDoRwxn05UX7l4kKv4Ucq2imQXhxKFd1w==", - "license": "MIT", - "dependencies": { - "@turf/circle": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/line-arc": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/shortest-path": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/shortest-path/-/shortest-path-7.2.0.tgz", - "integrity": "sha512-6fpx8feZ2jMSaeRaFdqFShGWkNb+veUOeyLFSHA/aRD9n/e9F2pWZoRbQWKbKTpcKFJ2FnDEqCZnh/GrcAsqWA==", - "license": "MIT", - "dependencies": { - "@turf/bbox": "^7.2.0", - "@turf/bbox-polygon": "^7.2.0", - "@turf/boolean-point-in-polygon": "^7.2.0", - "@turf/clean-coords": "^7.2.0", - "@turf/distance": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/meta": "^7.2.0", - "@turf/transform-scale": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/simplify": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/simplify/-/simplify-7.2.0.tgz", - "integrity": "sha512-9YHIfSc8BXQfi5IvEMbCeQYqNch0UawIGwbboJaoV8rodhtk6kKV2wrpXdGqk/6Thg6/RWvChJFKVVTjVrULyQ==", - "license": "MIT", - "dependencies": { - "@turf/clean-coords": "^7.2.0", - "@turf/clone": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/square": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/square/-/square-7.2.0.tgz", - "integrity": "sha512-9pMoAGFvqzCDOlO9IRSSBCGXKbl8EwMx6xRRBMKdZgpS0mZgfm9xiptMmx/t1m4qqHIlb/N+3MUF7iMBx6upcA==", - "license": "MIT", - "dependencies": { - "@turf/distance": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/square-grid": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/square-grid/-/square-grid-7.2.0.tgz", - "integrity": "sha512-EmzGXa90hz+tiCOs9wX+Lak6pH0Vghb7QuX6KZej+pmWi3Yz7vdvQLmy/wuN048+wSkD5c8WUo/kTeNDe7GnmA==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/rectangle-grid": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/standard-deviational-ellipse": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/standard-deviational-ellipse/-/standard-deviational-ellipse-7.2.0.tgz", - "integrity": "sha512-+uC0pR2nRjm90JvMXe/2xOCZsYV2II1ZZ2zmWcBWv6bcFXBspcxk2QfCC3k0bj6jDapELzoQgnn3cG5lbdQV2w==", - "license": "MIT", - "dependencies": { - "@turf/center-mean": "^7.2.0", - "@turf/ellipse": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/meta": "^7.2.0", - "@turf/points-within-polygon": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/tag": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/tag/-/tag-7.2.0.tgz", - "integrity": "sha512-TAFvsbp5TCBqXue8ui+CtcLsPZ6NPC88L8Ad6Hb/R6VAi21qe0U42WJHQYXzWmtThoTNwxi+oKSeFbRDsr0FIA==", - "license": "MIT", - "dependencies": { - "@turf/boolean-point-in-polygon": "^7.2.0", - "@turf/clone": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/tesselate": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/tesselate/-/tesselate-7.2.0.tgz", - "integrity": "sha512-zHGcG85aOJJu1seCm+CYTJ3UempX4Xtyt669vFG6Hbr/Hc7ii6STQ2ysFr7lJwFtU9uyYhphVrrgwIqwglvI/Q==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@types/geojson": "^7946.0.10", - "earcut": "^2.2.4", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/tin": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/tin/-/tin-7.2.0.tgz", - "integrity": "sha512-y24Vt3oeE6ZXvyLJamP0Ke02rPlDGE9gF7OFADnR0mT+2uectb0UTIBC3kKzON80TEAlA3GXpKFkCW5Fo/O/Kg==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/transform-rotate": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/transform-rotate/-/transform-rotate-7.2.0.tgz", - "integrity": "sha512-EMCj0Zqy3cF9d3mGRqDlYnX2ZBXe3LgT+piDR0EuF5c5sjuKErcFcaBIsn/lg1gp4xCNZFinkZ3dsFfgGHf6fw==", - "license": "MIT", - "dependencies": { - "@turf/centroid": "^7.2.0", - "@turf/clone": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/meta": "^7.2.0", - "@turf/rhumb-bearing": "^7.2.0", - "@turf/rhumb-destination": "^7.2.0", - "@turf/rhumb-distance": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/transform-scale": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/transform-scale/-/transform-scale-7.2.0.tgz", - "integrity": "sha512-HYB+pw938eeI8s1/zSWFy6hq+t38fuUaBb0jJsZB1K9zQ1WjEYpPvKF/0//80zNPlyxLv3cOkeBucso3hzI07A==", - "license": "MIT", - "dependencies": { - "@turf/bbox": "^7.2.0", - "@turf/center": "^7.2.0", - "@turf/centroid": "^7.2.0", - "@turf/clone": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/meta": "^7.2.0", - "@turf/rhumb-bearing": "^7.2.0", - "@turf/rhumb-destination": "^7.2.0", - "@turf/rhumb-distance": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/transform-translate": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/transform-translate/-/transform-translate-7.2.0.tgz", - "integrity": "sha512-zAglR8MKCqkzDTjGMIQgbg/f+Q3XcKVzr9cELw5l9CrS1a0VTSDtBZLDm0kWx0ankwtam7ZmI2jXyuQWT8Gbug==", - "license": "MIT", - "dependencies": { - "@turf/clone": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/meta": "^7.2.0", - "@turf/rhumb-destination": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/triangle-grid": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/triangle-grid/-/triangle-grid-7.2.0.tgz", - "integrity": "sha512-4gcAqWKh9hg6PC5nNSb9VWyLgl821cwf9yR9yEzQhEFfwYL/pZONBWCO1cwVF23vSYMSMm+/TwqxH4emxaArfw==", - "license": "MIT", - "dependencies": { - "@turf/distance": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/intersect": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/truncate": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/truncate/-/truncate-7.2.0.tgz", - "integrity": "sha512-jyFzxYbPugK4XjV5V/k6Xr3taBjjvo210IbPHJXw0Zh7Y6sF+hGxeRVtSuZ9VP/6oRyqAOHKUrze+OOkPqBgUg==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/turf": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/turf/-/turf-7.2.0.tgz", - "integrity": "sha512-G1kKBu4hYgoNoRJgnpJohNuS7bLnoWHZ2G/4wUMym5xOSiYah6carzdTEsMoTsauyi7ilByWHx5UHwbjjCVcBw==", - "license": "MIT", - "dependencies": { - "@turf/along": "^7.2.0", - "@turf/angle": "^7.2.0", - "@turf/area": "^7.2.0", - "@turf/bbox": "^7.2.0", - "@turf/bbox-clip": "^7.2.0", - "@turf/bbox-polygon": "^7.2.0", - "@turf/bearing": "^7.2.0", - "@turf/bezier-spline": "^7.2.0", - "@turf/boolean-clockwise": "^7.2.0", - "@turf/boolean-concave": "^7.2.0", - "@turf/boolean-contains": "^7.2.0", - "@turf/boolean-crosses": "^7.2.0", - "@turf/boolean-disjoint": "^7.2.0", - "@turf/boolean-equal": "^7.2.0", - "@turf/boolean-intersects": "^7.2.0", - "@turf/boolean-overlap": "^7.2.0", - "@turf/boolean-parallel": "^7.2.0", - "@turf/boolean-point-in-polygon": "^7.2.0", - "@turf/boolean-point-on-line": "^7.2.0", - "@turf/boolean-touches": "^7.2.0", - "@turf/boolean-valid": "^7.2.0", - "@turf/boolean-within": "^7.2.0", - "@turf/buffer": "^7.2.0", - "@turf/center": "^7.2.0", - "@turf/center-mean": "^7.2.0", - "@turf/center-median": "^7.2.0", - "@turf/center-of-mass": "^7.2.0", - "@turf/centroid": "^7.2.0", - "@turf/circle": "^7.2.0", - "@turf/clean-coords": "^7.2.0", - "@turf/clone": "^7.2.0", - "@turf/clusters": "^7.2.0", - "@turf/clusters-dbscan": "^7.2.0", - "@turf/clusters-kmeans": "^7.2.0", - "@turf/collect": "^7.2.0", - "@turf/combine": "^7.2.0", - "@turf/concave": "^7.2.0", - "@turf/convex": "^7.2.0", - "@turf/destination": "^7.2.0", - "@turf/difference": "^7.2.0", - "@turf/dissolve": "^7.2.0", - "@turf/distance": "^7.2.0", - "@turf/distance-weight": "^7.2.0", - "@turf/ellipse": "^7.2.0", - "@turf/envelope": "^7.2.0", - "@turf/explode": "^7.2.0", - "@turf/flatten": "^7.2.0", - "@turf/flip": "^7.2.0", - "@turf/geojson-rbush": "^7.2.0", - "@turf/great-circle": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/hex-grid": "^7.2.0", - "@turf/interpolate": "^7.2.0", - "@turf/intersect": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@turf/isobands": "^7.2.0", - "@turf/isolines": "^7.2.0", - "@turf/kinks": "^7.2.0", - "@turf/length": "^7.2.0", - "@turf/line-arc": "^7.2.0", - "@turf/line-chunk": "^7.2.0", - "@turf/line-intersect": "^7.2.0", - "@turf/line-offset": "^7.2.0", - "@turf/line-overlap": "^7.2.0", - "@turf/line-segment": "^7.2.0", - "@turf/line-slice": "^7.2.0", - "@turf/line-slice-along": "^7.2.0", - "@turf/line-split": "^7.2.0", - "@turf/line-to-polygon": "^7.2.0", - "@turf/mask": "^7.2.0", - "@turf/meta": "^7.2.0", - "@turf/midpoint": "^7.2.0", - "@turf/moran-index": "^7.2.0", - "@turf/nearest-neighbor-analysis": "^7.2.0", - "@turf/nearest-point": "^7.2.0", - "@turf/nearest-point-on-line": "^7.2.0", - "@turf/nearest-point-to-line": "^7.2.0", - "@turf/planepoint": "^7.2.0", - "@turf/point-grid": "^7.2.0", - "@turf/point-on-feature": "^7.2.0", - "@turf/point-to-line-distance": "^7.2.0", - "@turf/point-to-polygon-distance": "^7.2.0", - "@turf/points-within-polygon": "^7.2.0", - "@turf/polygon-smooth": "^7.2.0", - "@turf/polygon-tangents": "^7.2.0", - "@turf/polygon-to-line": "^7.2.0", - "@turf/polygonize": "^7.2.0", - "@turf/projection": "^7.2.0", - "@turf/quadrat-analysis": "^7.2.0", - "@turf/random": "^7.2.0", - "@turf/rectangle-grid": "^7.2.0", - "@turf/rewind": "^7.2.0", - "@turf/rhumb-bearing": "^7.2.0", - "@turf/rhumb-destination": "^7.2.0", - "@turf/rhumb-distance": "^7.2.0", - "@turf/sample": "^7.2.0", - "@turf/sector": "^7.2.0", - "@turf/shortest-path": "^7.2.0", - "@turf/simplify": "^7.2.0", - "@turf/square": "^7.2.0", - "@turf/square-grid": "^7.2.0", - "@turf/standard-deviational-ellipse": "^7.2.0", - "@turf/tag": "^7.2.0", - "@turf/tesselate": "^7.2.0", - "@turf/tin": "^7.2.0", - "@turf/transform-rotate": "^7.2.0", - "@turf/transform-scale": "^7.2.0", - "@turf/transform-translate": "^7.2.0", - "@turf/triangle-grid": "^7.2.0", - "@turf/truncate": "^7.2.0", - "@turf/union": "^7.2.0", - "@turf/unkink-polygon": "^7.2.0", - "@turf/voronoi": "^7.2.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/union": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/union/-/union-7.2.0.tgz", - "integrity": "sha512-Xex/cfKSmH0RZRWSJl4RLlhSmEALVewywiEXcu0aIxNbuZGTcpNoI0h4oLFrE/fUd0iBGFg/EGLXRL3zTfpg6g==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "polyclip-ts": "^0.16.8", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/unkink-polygon": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/unkink-polygon/-/unkink-polygon-7.2.0.tgz", - "integrity": "sha512-dFPfzlIgkEr15z6oXVxTSWshWi51HeITGVFtl1GAKGMtiXJx1uMqnfRsvljqEjaQu/4AzG1QAp3b+EkSklQSiQ==", - "license": "MIT", - "dependencies": { - "@turf/area": "^7.2.0", - "@turf/boolean-point-in-polygon": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/meta": "^7.2.0", - "@types/geojson": "^7946.0.10", - "rbush": "^3.0.1", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/voronoi": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/voronoi/-/voronoi-7.2.0.tgz", - "integrity": "sha512-3K6N0LtJsWTXxPb/5N2qD9e8f4q8+tjTbGV3lE3v8x06iCnNlnuJnqM5NZNPpvgvCatecBkhClO3/3RndE61Fw==", - "license": "MIT", - "dependencies": { - "@turf/clone": "^7.2.0", - "@turf/helpers": "^7.2.0", - "@turf/invariant": "^7.2.0", - "@types/d3-voronoi": "^1.1.12", - "@types/geojson": "^7946.0.10", - "d3-voronoi": "1.1.2", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@tybys/wasm-util": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz", - "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "tslib": "^2.4.0" - } - }, - "node_modules/@types/aria-query": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz", - "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==", - "license": "MIT" - }, - "node_modules/@types/brotli": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/@types/brotli/-/brotli-1.3.5.tgz", - "integrity": "sha512-9xoNr+bcxT236/7ZgcWw/6Pb2RRetE13p4bFy1xYSckKwyOiRfmInay8baUWZgH7/284Wl6IPe7+nOI9+OQg/A==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/chai": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz", - "integrity": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/deep-eql": "*", - "assertion-error": "^2.0.1" - } - }, - "node_modules/@types/crypto-js": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@types/crypto-js/-/crypto-js-4.2.2.tgz", - "integrity": "sha512-sDOLlVbHhXpAUAL0YHDUUwDZf3iN4Bwi4W6a0W0b+QcAezUbRtH4FVb+9J4h+XFPW7l/gQ9F8qC7P+Ec4k8QVQ==", - "license": "MIT", - "peer": true - }, - "node_modules/@types/d3": { - "version": "7.4.3", - "resolved": "https://registry.npmjs.org/@types/d3/-/d3-7.4.3.tgz", - "integrity": "sha512-lZXZ9ckh5R8uiFVt8ogUNf+pIrK4EsWrx2Np75WvF/eTpJ0FMHNhjXk8CKEx/+gpHbNQyJWehbFaTvqmHWB3ww==", - "license": "MIT", - "dependencies": { - "@types/d3-array": "*", - "@types/d3-axis": "*", - "@types/d3-brush": "*", - "@types/d3-chord": "*", - "@types/d3-color": "*", - "@types/d3-contour": "*", - "@types/d3-delaunay": "*", - "@types/d3-dispatch": "*", - "@types/d3-drag": "*", - "@types/d3-dsv": "*", - "@types/d3-ease": "*", - "@types/d3-fetch": "*", - "@types/d3-force": "*", - "@types/d3-format": "*", - "@types/d3-geo": "*", - "@types/d3-hierarchy": "*", - "@types/d3-interpolate": "*", - "@types/d3-path": "*", - "@types/d3-polygon": "*", - "@types/d3-quadtree": "*", - "@types/d3-random": "*", - "@types/d3-scale": "*", - "@types/d3-scale-chromatic": "*", - "@types/d3-selection": "*", - "@types/d3-shape": "*", - "@types/d3-time": "*", - "@types/d3-time-format": "*", - "@types/d3-timer": "*", - "@types/d3-transition": "*", - "@types/d3-zoom": "*" - } - }, - "node_modules/@types/d3-array": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.2.2.tgz", - "integrity": "sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==", - "license": "MIT" - }, - "node_modules/@types/d3-axis": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/@types/d3-axis/-/d3-axis-3.0.6.tgz", - "integrity": "sha512-pYeijfZuBd87T0hGn0FO1vQ/cgLk6E1ALJjfkC0oJ8cbwkZl3TpgS8bVBLZN+2jjGgg38epgxb2zmoGtSfvgMw==", - "license": "MIT", - "dependencies": { - "@types/d3-selection": "*" - } - }, - "node_modules/@types/d3-brush": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/@types/d3-brush/-/d3-brush-3.0.6.tgz", - "integrity": "sha512-nH60IZNNxEcrh6L1ZSMNA28rj27ut/2ZmI3r96Zd+1jrZD++zD3LsMIjWlvg4AYrHn/Pqz4CF3veCxGjtbqt7A==", - "license": "MIT", - "dependencies": { - "@types/d3-selection": "*" - } - }, - "node_modules/@types/d3-chord": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/@types/d3-chord/-/d3-chord-3.0.6.tgz", - "integrity": "sha512-LFYWWd8nwfwEmTZG9PfQxd17HbNPksHBiJHaKuY1XeqscXacsS2tyoo6OdRsjf+NQYeB6XrNL3a25E3gH69lcg==", - "license": "MIT" - }, - "node_modules/@types/d3-color": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.3.tgz", - "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==", - "license": "MIT" - }, - "node_modules/@types/d3-contour": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/@types/d3-contour/-/d3-contour-3.0.6.tgz", - "integrity": "sha512-BjzLgXGnCWjUSYGfH1cpdo41/hgdWETu4YxpezoztawmqsvCeep+8QGfiY6YbDvfgHz/DkjeIkkZVJavB4a3rg==", - "license": "MIT", - "dependencies": { - "@types/d3-array": "*", - "@types/geojson": "*" - } - }, - "node_modules/@types/d3-delaunay": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/@types/d3-delaunay/-/d3-delaunay-6.0.4.tgz", - "integrity": "sha512-ZMaSKu4THYCU6sV64Lhg6qjf1orxBthaC161plr5KuPHo3CNm8DTHiLw/5Eq2b6TsNP0W0iJrUOFscY6Q450Hw==", - "license": "MIT" - }, - "node_modules/@types/d3-dispatch": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/@types/d3-dispatch/-/d3-dispatch-3.0.7.tgz", - "integrity": "sha512-5o9OIAdKkhN1QItV2oqaE5KMIiXAvDWBDPrD85e58Qlz1c1kI/J0NcqbEG88CoTwJrYe7ntUCVfeUl2UJKbWgA==", - "license": "MIT" - }, - "node_modules/@types/d3-drag": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/@types/d3-drag/-/d3-drag-3.0.7.tgz", - "integrity": "sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==", - "license": "MIT", - "dependencies": { - "@types/d3-selection": "*" - } - }, - "node_modules/@types/d3-dsv": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/@types/d3-dsv/-/d3-dsv-3.0.7.tgz", - "integrity": "sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==", - "license": "MIT" - }, - "node_modules/@types/d3-ease": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@types/d3-ease/-/d3-ease-3.0.2.tgz", - "integrity": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==", - "license": "MIT" - }, - "node_modules/@types/d3-fetch": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/@types/d3-fetch/-/d3-fetch-3.0.7.tgz", - "integrity": "sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==", - "license": "MIT", - "dependencies": { - "@types/d3-dsv": "*" - } - }, - "node_modules/@types/d3-force": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/@types/d3-force/-/d3-force-3.0.10.tgz", - "integrity": "sha512-ZYeSaCF3p73RdOKcjj+swRlZfnYpK1EbaDiYICEEp5Q6sUiqFaFQ9qgoshp5CzIyyb/yD09kD9o2zEltCexlgw==", - "license": "MIT" - }, - "node_modules/@types/d3-format": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/d3-format/-/d3-format-3.0.4.tgz", - "integrity": "sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==", - "license": "MIT" - }, - "node_modules/@types/d3-geo": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@types/d3-geo/-/d3-geo-3.1.0.tgz", - "integrity": "sha512-856sckF0oP/diXtS4jNsiQw/UuK5fQG8l/a9VVLeSouf1/PPbBE1i1W852zVwKwYCBkFJJB7nCFTbk6UMEXBOQ==", - "license": "MIT", - "dependencies": { - "@types/geojson": "*" - } - }, - "node_modules/@types/d3-hierarchy": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/@types/d3-hierarchy/-/d3-hierarchy-3.1.7.tgz", - "integrity": "sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==", - "license": "MIT" - }, - "node_modules/@types/d3-interpolate": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz", - "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==", - "license": "MIT", - "dependencies": { - "@types/d3-color": "*" - } - }, - "node_modules/@types/d3-path": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.1.tgz", - "integrity": "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==", - "license": "MIT" - }, - "node_modules/@types/d3-polygon": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@types/d3-polygon/-/d3-polygon-3.0.2.tgz", - "integrity": "sha512-ZuWOtMaHCkN9xoeEMr1ubW2nGWsp4nIql+OPQRstu4ypeZ+zk3YKqQT0CXVe/PYqrKpZAi+J9mTs05TKwjXSRA==", - "license": "MIT" - }, - "node_modules/@types/d3-quadtree": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/@types/d3-quadtree/-/d3-quadtree-3.0.6.tgz", - "integrity": "sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==", - "license": "MIT" - }, - "node_modules/@types/d3-random": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/d3-random/-/d3-random-3.0.3.tgz", - "integrity": "sha512-Imagg1vJ3y76Y2ea0871wpabqp613+8/r0mCLEBfdtqC7xMSfj9idOnmBYyMoULfHePJyxMAw3nWhJxzc+LFwQ==", - "license": "MIT" - }, - "node_modules/@types/d3-scale": { - "version": "4.0.9", - "resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.9.tgz", - "integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==", - "license": "MIT", - "dependencies": { - "@types/d3-time": "*" - } - }, - "node_modules/@types/d3-scale-chromatic": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@types/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz", - "integrity": "sha512-iWMJgwkK7yTRmWqRB5plb1kadXyQ5Sj8V/zYlFGMUBbIPKQScw+Dku9cAAMgJG+z5GYDoMjWGLVOvjghDEFnKQ==", - "license": "MIT" - }, - "node_modules/@types/d3-selection": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/@types/d3-selection/-/d3-selection-3.0.11.tgz", - "integrity": "sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==", - "license": "MIT" - }, - "node_modules/@types/d3-shape": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.7.tgz", - "integrity": "sha512-VLvUQ33C+3J+8p+Daf+nYSOsjB4GXp19/S/aGo60m9h1v6XaxjiT82lKVWJCfzhtuZ3yD7i/TPeC/fuKLLOSmg==", - "license": "MIT", - "dependencies": { - "@types/d3-path": "*" - } - }, - "node_modules/@types/d3-time": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.4.tgz", - "integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==", - "license": "MIT" - }, - "node_modules/@types/d3-time-format": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@types/d3-time-format/-/d3-time-format-4.0.3.tgz", - "integrity": "sha512-5xg9rC+wWL8kdDj153qZcsJ0FWiFt0J5RB6LYUNZjwSnesfblqrI/bJ1wBdJ8OQfncgbJG5+2F+qfqnqyzYxyg==", - "license": "MIT" - }, - "node_modules/@types/d3-timer": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@types/d3-timer/-/d3-timer-3.0.2.tgz", - "integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==", - "license": "MIT" - }, - "node_modules/@types/d3-transition": { - "version": "3.0.9", - "resolved": "https://registry.npmjs.org/@types/d3-transition/-/d3-transition-3.0.9.tgz", - "integrity": "sha512-uZS5shfxzO3rGlu0cC3bjmMFKsXv+SmZZcgp0KD22ts4uGXp5EVYGzu/0YdwZeKmddhcAccYtREJKkPfXkZuCg==", - "license": "MIT", - "dependencies": { - "@types/d3-selection": "*" - } - }, - "node_modules/@types/d3-voronoi": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/@types/d3-voronoi/-/d3-voronoi-1.1.12.tgz", - "integrity": "sha512-DauBl25PKZZ0WVJr42a6CNvI6efsdzofl9sajqZr2Gf5Gu733WkDdUGiPkUHXiUvYGzNNlFQde2wdZdfQPG+yw==", - "license": "MIT" - }, - "node_modules/@types/d3-zoom": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/@types/d3-zoom/-/d3-zoom-3.0.8.tgz", - "integrity": "sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==", - "license": "MIT", - "dependencies": { - "@types/d3-interpolate": "*", - "@types/d3-selection": "*" - } - }, - "node_modules/@types/deep-eql": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz", - "integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==", - "license": "MIT", - "peer": true - }, - "node_modules/@types/estree": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", - "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", - "license": "MIT" - }, - "node_modules/@types/geojson": { - "version": "7946.0.16", - "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.16.tgz", - "integrity": "sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==", - "license": "MIT" - }, - "node_modules/@types/json-schema": { - "version": "7.0.15", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", - "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", - "dev": true, - "license": "MIT" - }, - "node_modules/@types/minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==", - "license": "MIT" - }, - "node_modules/@types/node": { - "version": "25.5.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.0.tgz", - "integrity": "sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==", - "license": "MIT", - "peer": true, - "dependencies": { - "undici-types": "~7.18.0" - } - }, - "node_modules/@types/normalize-package-data": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz", - "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==", - "license": "MIT" - }, - "node_modules/@types/offscreencanvas": { - "version": "2019.7.3", - "resolved": "https://registry.npmjs.org/@types/offscreencanvas/-/offscreencanvas-2019.7.3.tgz", - "integrity": "sha512-ieXiYmgSRXUDeOntE1InxjWyvEelZGP63M+cGuquuRLuIKKT1osnkXjxev9B7d1nXSug5vpunx+gNlbVxMlC9A==", - "license": "MIT", - "peer": true - }, - "node_modules/@types/pako": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@types/pako/-/pako-2.0.4.tgz", - "integrity": "sha512-VWDCbrLeVXJM9fihYodcLiIv0ku+AlOa/TQ1SvYOaBuyrSKgEcro95LJyIsJ4vSo6BXIxOKxiJAat04CmST9Fw==", - "license": "MIT" - }, - "node_modules/@types/parse-json": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", - "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", - "license": "MIT" - }, - "node_modules/@types/prop-types": { - "version": "15.7.15", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz", - "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==", - "license": "MIT" - }, - "node_modules/@types/raf": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/@types/raf/-/raf-3.4.3.tgz", - "integrity": "sha512-c4YAvMedbPZ5tEyxzQdMoOhhJ4RD3rngZIdwC2/qDN3d7JpEhB6fiBRKVY1lg5B7Wk+uPBjn5f39j1/2MY1oOw==", - "license": "MIT", - "optional": true - }, - "node_modules/@types/react": { - "version": "19.2.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", - "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", - "license": "MIT", - "dependencies": { - "csstype": "^3.2.2" - } - }, - "node_modules/@types/react-color": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@types/react-color/-/react-color-3.0.13.tgz", - "integrity": "sha512-2c/9FZ4ixC5T3JzN0LP5Cke2Mf0MKOP2Eh0NPDPWmuVH3NjPyhEjqNMQpN1Phr5m74egAy+p2lYNAFrX1z9Yrg==", - "license": "MIT", - "dependencies": { - "@types/reactcss": "*" - }, - "peerDependencies": { - "@types/react": "*" - } - }, - "node_modules/@types/react-dom": { - "version": "19.2.3", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz", - "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==", - "dev": true, - "license": "MIT", - "peerDependencies": { - "@types/react": "^19.2.0" - } - }, - "node_modules/@types/react-transition-group": { - "version": "4.4.12", - "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.12.tgz", - "integrity": "sha512-8TV6R3h2j7a91c+1DXdJi3Syo69zzIZbz7Lg5tORM5LEJG7X/E6a1V3drRyBRZq7/utz7A+c4OgYLiLcYGHG6w==", - "license": "MIT", - "peerDependencies": { - "@types/react": "*" - } - }, - "node_modules/@types/reactcss": { - "version": "1.2.13", - "resolved": "https://registry.npmjs.org/@types/reactcss/-/reactcss-1.2.13.tgz", - "integrity": "sha512-gi3S+aUi6kpkF5vdhUsnkwbiSEIU/BEJyD7kBy2SudWBUuKmJk8AQKE0OVcQQeEy40Azh0lV6uynxlikYIJuwg==", - "license": "MIT", - "peerDependencies": { - "@types/react": "*" - } - }, - "node_modules/@types/supercluster": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/@types/supercluster/-/supercluster-7.1.3.tgz", - "integrity": "sha512-Z0pOY34GDFl3Q6hUFYf3HkTwKEE02e7QgtJppBt+beEAxnyOpJua+voGFvxINBHa06GwLFFym7gRPY2SiKIfIA==", - "license": "MIT", - "dependencies": { - "@types/geojson": "*" - } - }, - "node_modules/@types/topojson-client": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/@types/topojson-client/-/topojson-client-3.1.5.tgz", - "integrity": "sha512-C79rySTyPxnQNNguTZNI1Ct4D7IXgvyAs3p9HPecnl6mNrJ5+UhvGNYcZfpROYV2lMHI48kJPxwR+F9C6c7nmw==", - "license": "MIT", - "dependencies": { - "@types/geojson": "*", - "@types/topojson-specification": "*" - } - }, - "node_modules/@types/topojson-specification": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/topojson-specification/-/topojson-specification-1.0.5.tgz", - "integrity": "sha512-C7KvcQh+C2nr6Y2Ub4YfgvWvWCgP2nOQMtfhlnwsRL4pYmmwzBS7HclGiS87eQfDOU/DLQpX6GEscviaz4yLIQ==", - "license": "MIT", - "dependencies": { - "@types/geojson": "*" - } - }, - "node_modules/@types/trusted-types": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", - "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==", - "license": "MIT", - "optional": true - }, - "node_modules/@types/use-sync-external-store": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.6.tgz", - "integrity": "sha512-zFDAD+tlpf2r4asuHEj0XH6pY6i0g5NeAHPn+15wk3BV6JA69eERFXC1gyGThDkVa1zCyKr5jox1+2LbV/AMLg==", - "license": "MIT" - }, - "node_modules/@typescript-eslint/eslint-plugin": { - "version": "8.57.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.2.tgz", - "integrity": "sha512-NZZgp0Fm2IkD+La5PR81sd+g+8oS6JwJje+aRWsDocxHkjyRw0J5L5ZTlN3LI1LlOcGL7ph3eaIUmTXMIjLk0w==", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-community/regexpp": "^4.12.2", - "@typescript-eslint/scope-manager": "8.57.2", - "@typescript-eslint/type-utils": "8.57.2", - "@typescript-eslint/utils": "8.57.2", - "@typescript-eslint/visitor-keys": "8.57.2", - "ignore": "^7.0.5", - "natural-compare": "^1.4.0", - "ts-api-utils": "^2.4.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "@typescript-eslint/parser": "^8.57.2", - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "typescript": ">=4.8.4 <6.0.0" - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/type-utils": { - "version": "8.57.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.57.2.tgz", - "integrity": "sha512-Co6ZCShm6kIbAM/s+oYVpKFfW7LBc6FXoPXjTRQ449PPNBY8U0KZXuevz5IFuuUj2H9ss40atTaf9dlGLzbWZg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "8.57.2", - "@typescript-eslint/typescript-estree": "8.57.2", - "@typescript-eslint/utils": "8.57.2", - "debug": "^4.4.3", - "ts-api-utils": "^2.4.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "typescript": ">=4.8.4 <6.0.0" - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": { - "version": "8.57.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.2.tgz", - "integrity": "sha512-2MKM+I6g8tJxfSmFKOnHv2t8Sk3T6rF20A1Puk0svLK+uVapDZB/4pfAeB7nE83uAZrU6OxW+HmOd5wHVdXwXA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/project-service": "8.57.2", - "@typescript-eslint/tsconfig-utils": "8.57.2", - "@typescript-eslint/types": "8.57.2", - "@typescript-eslint/visitor-keys": "8.57.2", - "debug": "^4.4.3", - "minimatch": "^10.2.2", - "semver": "^7.7.3", - "tinyglobby": "^0.2.15", - "ts-api-utils": "^2.4.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "typescript": ">=4.8.4 <6.0.0" - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/project-service": { - "version": "8.57.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.57.2.tgz", - "integrity": "sha512-FuH0wipFywXRTHf+bTTjNyuNQQsQC3qh/dYzaM4I4W0jrCqjCVuUh99+xd9KamUfmCGPvbO8NDngo/vsnNVqgw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/tsconfig-utils": "^8.57.2", - "@typescript-eslint/types": "^8.57.2", - "debug": "^4.4.3" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "typescript": ">=4.8.4 <6.0.0" - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/tsconfig-utils": { - "version": "8.57.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.2.tgz", - "integrity": "sha512-3Lm5DSM+DCowsUOJC+YqHHnKEfFh5CoGkj5Z31NQSNF4l5wdOwqGn99wmwN/LImhfY3KJnmordBq/4+VDe2eKw==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "typescript": ">=4.8.4 <6.0.0" - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": { - "version": "8.57.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.57.2.tgz", - "integrity": "sha512-krRIbvPK1ju1WBKIefiX+bngPs+odIQUtR7kymzPfo1POVw3jlF+nLkmexdSSd4UCbDcQn+wMBATOOmpBbqgKg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-community/eslint-utils": "^4.9.1", - "@typescript-eslint/scope-manager": "8.57.2", - "@typescript-eslint/types": "8.57.2", - "@typescript-eslint/typescript-estree": "8.57.2" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "typescript": ">=4.8.4 <6.0.0" - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": { - "version": "8.57.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.2.tgz", - "integrity": "sha512-2MKM+I6g8tJxfSmFKOnHv2t8Sk3T6rF20A1Puk0svLK+uVapDZB/4pfAeB7nE83uAZrU6OxW+HmOd5wHVdXwXA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/project-service": "8.57.2", - "@typescript-eslint/tsconfig-utils": "8.57.2", - "@typescript-eslint/types": "8.57.2", - "@typescript-eslint/visitor-keys": "8.57.2", - "debug": "^4.4.3", - "minimatch": "^10.2.2", - "semver": "^7.7.3", - "tinyglobby": "^0.2.15", - "ts-api-utils": "^2.4.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "typescript": ">=4.8.4 <6.0.0" - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/project-service": { - "version": "8.57.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.57.2.tgz", - "integrity": "sha512-FuH0wipFywXRTHf+bTTjNyuNQQsQC3qh/dYzaM4I4W0jrCqjCVuUh99+xd9KamUfmCGPvbO8NDngo/vsnNVqgw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/tsconfig-utils": "^8.57.2", - "@typescript-eslint/types": "^8.57.2", - "debug": "^4.4.3" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "typescript": ">=4.8.4 <6.0.0" - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/tsconfig-utils": { - "version": "8.57.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.2.tgz", - "integrity": "sha512-3Lm5DSM+DCowsUOJC+YqHHnKEfFh5CoGkj5Z31NQSNF4l5wdOwqGn99wmwN/LImhfY3KJnmordBq/4+VDe2eKw==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "typescript": ">=4.8.4 <6.0.0" - } - }, - "node_modules/@typescript-eslint/parser": { - "version": "8.57.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.57.2.tgz", - "integrity": "sha512-30ScMRHIAD33JJQkgfGW1t8CURZtjc2JpTrq5n2HFhOefbAhb7ucc7xJwdWcrEtqUIYJ73Nybpsggii6GtAHjA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/scope-manager": "8.57.2", - "@typescript-eslint/types": "8.57.2", - "@typescript-eslint/typescript-estree": "8.57.2", - "@typescript-eslint/visitor-keys": "8.57.2", - "debug": "^4.4.3" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "typescript": ">=4.8.4 <6.0.0" - } - }, - "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": { - "version": "8.57.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.2.tgz", - "integrity": "sha512-2MKM+I6g8tJxfSmFKOnHv2t8Sk3T6rF20A1Puk0svLK+uVapDZB/4pfAeB7nE83uAZrU6OxW+HmOd5wHVdXwXA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/project-service": "8.57.2", - "@typescript-eslint/tsconfig-utils": "8.57.2", - "@typescript-eslint/types": "8.57.2", - "@typescript-eslint/visitor-keys": "8.57.2", - "debug": "^4.4.3", - "minimatch": "^10.2.2", - "semver": "^7.7.3", - "tinyglobby": "^0.2.15", - "ts-api-utils": "^2.4.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "typescript": ">=4.8.4 <6.0.0" - } - }, - "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/project-service": { - "version": "8.57.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.57.2.tgz", - "integrity": "sha512-FuH0wipFywXRTHf+bTTjNyuNQQsQC3qh/dYzaM4I4W0jrCqjCVuUh99+xd9KamUfmCGPvbO8NDngo/vsnNVqgw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/tsconfig-utils": "^8.57.2", - "@typescript-eslint/types": "^8.57.2", - "debug": "^4.4.3" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "typescript": ">=4.8.4 <6.0.0" - } - }, - "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/tsconfig-utils": { - "version": "8.57.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.2.tgz", - "integrity": "sha512-3Lm5DSM+DCowsUOJC+YqHHnKEfFh5CoGkj5Z31NQSNF4l5wdOwqGn99wmwN/LImhfY3KJnmordBq/4+VDe2eKw==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "typescript": ">=4.8.4 <6.0.0" - } - }, - "node_modules/@typescript-eslint/scope-manager": { - "version": "8.57.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.57.2.tgz", - "integrity": "sha512-snZKH+W4WbWkrBqj4gUNRIGb/jipDW3qMqVJ4C9rzdFc+wLwruxk+2a5D+uoFcKPAqyqEnSb4l2ULuZf95eSkw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "8.57.2", - "@typescript-eslint/visitor-keys": "8.57.2" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/types": { - "version": "8.57.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.57.2.tgz", - "integrity": "sha512-/iZM6FnM4tnx9csuTxspMW4BOSegshwX5oBDznJ7S4WggL7Vczz5d2W11ecc4vRrQMQHXRSxzrCsyG5EsPPTbA==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/visitor-keys": { - "version": "8.57.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.2.tgz", - "integrity": "sha512-zhahknjobV2FiD6Ee9iLbS7OV9zi10rG26odsQdfBO/hjSzUQbkIYgda+iNKK1zNiW2ey+Lf8MU5btN17V3dUw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "8.57.2", - "eslint-visitor-keys": "^5.0.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz", - "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^20.19.0 || ^22.13.0 || >=24" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/@vitejs/plugin-react": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.1.tgz", - "integrity": "sha512-l9X/E3cDb+xY3SWzlG1MOGt2usfEHGMNIaegaUGFsLkb3RCn/k8/TOXBcab+OndDI4TBtktT8/9BwwW8Vi9KUQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@rolldown/pluginutils": "1.0.0-rc.7" - }, - "engines": { - "node": "^20.19.0 || >=22.12.0" - }, - "peerDependencies": { - "@rolldown/plugin-babel": "^0.1.7 || ^0.2.0", - "babel-plugin-react-compiler": "^1.0.0", - "vite": "^8.0.0" - }, - "peerDependenciesMeta": { - "@rolldown/plugin-babel": { - "optional": true - }, - "babel-plugin-react-compiler": { - "optional": true - } - } - }, - "node_modules/@vitest/expect": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-3.2.4.tgz", - "integrity": "sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/chai": "^5.2.2", - "@vitest/spy": "3.2.4", - "@vitest/utils": "3.2.4", - "chai": "^5.2.0", - "tinyrainbow": "^2.0.0" - }, - "funding": { - "url": "https://opencollective.com/vitest" - } - }, - "node_modules/@vitest/pretty-format": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-3.2.4.tgz", - "integrity": "sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==", - "license": "MIT", - "peer": true, - "dependencies": { - "tinyrainbow": "^2.0.0" - }, - "funding": { - "url": "https://opencollective.com/vitest" - } - }, - "node_modules/@vitest/spy": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-3.2.4.tgz", - "integrity": "sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==", - "license": "MIT", - "peer": true, - "dependencies": { - "tinyspy": "^4.0.3" - }, - "funding": { - "url": "https://opencollective.com/vitest" - } - }, - "node_modules/@vitest/utils": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-3.2.4.tgz", - "integrity": "sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@vitest/pretty-format": "3.2.4", - "loupe": "^3.1.4", - "tinyrainbow": "^2.0.0" - }, - "funding": { - "url": "https://opencollective.com/vitest" - } - }, - "node_modules/@xmldom/xmldom": { - "version": "0.9.8", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.8.tgz", - "integrity": "sha512-p96FSY54r+WJ50FIOsCOjyj/wavs8921hG5+kVMmZgKcvIKxMXHTrjNJvRgWa/zuX3B6t2lijLNFaOyuxUH+2A==", - "license": "MIT", - "engines": { - "node": ">=14.6" - } - }, - "node_modules/a5-js": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/a5-js/-/a5-js-0.5.0.tgz", - "integrity": "sha512-VAw19sWdYadhdovb0ViOIi1SdKx6H6LwcGMRFKwMfgL5gcmL/1fKJHfgsNgNaJ7xC/eEyjs6VK+VVd4N0a+peg==", - "license": "Apache-2.0", - "peer": true, - "dependencies": { - "gl-matrix": "^3.4.3" - } - }, - "node_modules/acorn": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz", - "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==", - "dev": true, - "license": "MIT", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "dev": true, - "license": "MIT", - "peerDependencies": { - "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" - } - }, - "node_modules/ajv": { - "version": "6.14.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz", - "integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==", - "dev": true, - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true, - "license": "Python-2.0" - }, - "node_modules/aria-query": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz", - "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", - "license": "Apache-2.0", - "dependencies": { - "dequal": "^2.0.3" - } - }, - "node_modules/array-buffer-byte-length": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz", - "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==", - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "is-array-buffer": "^3.0.5" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/arraybuffer.prototype.slice": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz", - "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==", - "license": "MIT", - "dependencies": { - "array-buffer-byte-length": "^1.0.1", - "call-bind": "^1.0.8", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.5", - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.6", - "is-array-buffer": "^3.0.4" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/arrify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", - "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/assertion-error": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz", - "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/ast-types": { - "version": "0.16.1", - "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.16.1.tgz", - "integrity": "sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==", - "license": "MIT", - "peer": true, - "dependencies": { - "tslib": "^2.0.1" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/async-function": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz", - "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==", - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/available-typed-arrays": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", - "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", - "license": "MIT", - "dependencies": { - "possible-typed-array-names": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/babel-plugin-macros": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", - "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.12.5", - "cosmiconfig": "^7.0.0", - "resolve": "^1.19.0" - }, - "engines": { - "node": ">=10", - "npm": ">=6" - } - }, - "node_modules/balanced-match": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", - "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", - "dev": true, - "license": "MIT", - "engines": { - "node": "18 || 20 || >=22" - } - }, - "node_modules/base64-arraybuffer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-1.0.2.tgz", - "integrity": "sha512-I3yl4r9QB5ZRY3XuJVEPfc2XhZO6YweFPI+UovAzn+8/hb3oJ6lnysaFcjVpkCPfVWFUDvoZ8kmVDP7WyRtYtQ==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 0.6.0" - } - }, - "node_modules/base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT", - "optional": true, - "peer": true - }, - "node_modules/baseline-browser-mapping": { - "version": "2.9.19", - "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.19.tgz", - "integrity": "sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==", - "dev": true, - "license": "Apache-2.0", - "bin": { - "baseline-browser-mapping": "dist/cli.js" - } - }, - "node_modules/better-opn": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/better-opn/-/better-opn-3.0.2.tgz", - "integrity": "sha512-aVNobHnJqLiUelTaHat9DZ1qM2w0C0Eym4LPI/3JxOnSokGVdsl1T1kN7TFvsEAD8G47A6VKQ0TVHqbBnYMJlQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "open": "^8.0.4" - }, - "engines": { - "node": ">=12.0.0" - } - }, - "node_modules/bignumber.js": { - "version": "9.3.1", - "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.3.1.tgz", - "integrity": "sha512-Ko0uX15oIUS7wJ3Rb30Fs6SkVbLmPBAKdlm7q9+ak9bbIeFf0MwuBsQV6z7+X768/cHsfg+WlysDWJcmthjsjQ==", - "license": "MIT", - "engines": { - "node": "*" - } - }, - "node_modules/brace-expansion": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz", - "integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^4.0.2" - }, - "engines": { - "node": "18 || 20 || >=22" - } - }, - "node_modules/brotli": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/brotli/-/brotli-1.3.3.tgz", - "integrity": "sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==", - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "base64-js": "^1.1.2" - } - }, - "node_modules/browserslist": { - "version": "4.28.1", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz", - "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "baseline-browser-mapping": "^2.9.0", - "caniuse-lite": "^1.0.30001759", - "electron-to-chromium": "^1.5.263", - "node-releases": "^2.0.27", - "update-browserslist-db": "^1.2.0" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - } - }, - "node_modules/buf-compare": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/buf-compare/-/buf-compare-1.0.1.tgz", - "integrity": "sha512-Bvx4xH00qweepGc43xFvMs5BKASXTbHaHm6+kDYIK9p/4iFwjATQkmPKHQSgJZzKbAymhztRbXUf1Nqhzl73/Q==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/call-bind": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz", - "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==", - "license": "MIT", - "dependencies": { - "call-bind-apply-helpers": "^1.0.0", - "es-define-property": "^1.0.0", - "get-intrinsic": "^1.2.4", - "set-function-length": "^1.2.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/call-bind-apply-helpers": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/call-bound": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", - "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", - "license": "MIT", - "dependencies": { - "call-bind-apply-helpers": "^1.0.2", - "get-intrinsic": "^1.3.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/camelcase": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz", - "integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==", - "license": "MIT", - "engines": { - "node": ">=16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/camelcase-keys": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz", - "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", - "license": "MIT", - "dependencies": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/camelcase-keys/node_modules/camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/caniuse-lite": { - "version": "1.0.30001767", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001767.tgz", - "integrity": "sha512-34+zUAMhSH+r+9eKmYG+k2Rpt8XttfE4yXAjoZvkAPs15xcYQhyBYdalJ65BzivAvGRMViEjy6oKr/S91loekQ==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/caniuse-lite" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "CC-BY-4.0" - }, - "node_modules/canvg": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/canvg/-/canvg-3.0.11.tgz", - "integrity": "sha512-5ON+q7jCTgMp9cjpu4Jo6XbvfYwSB2Ow3kzHKfIyJfaCAOHLbdKPQqGKgfED/R5B+3TFFfe8pegYA+b423SRyA==", - "license": "MIT", - "optional": true, - "dependencies": { - "@babel/runtime": "^7.12.5", - "@types/raf": "^3.4.0", - "core-js": "^3.8.3", - "raf": "^3.4.1", - "regenerator-runtime": "^0.13.7", - "rgbcolor": "^1.0.1", - "stackblur-canvas": "^2.0.0", - "svg-pathdata": "^6.0.3" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/chai": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/chai/-/chai-5.3.3.tgz", - "integrity": "sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==", - "license": "MIT", - "peer": true, - "dependencies": { - "assertion-error": "^2.0.1", - "check-error": "^2.1.1", - "deep-eql": "^5.0.1", - "loupe": "^3.1.0", - "pathval": "^2.0.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/charenc": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz", - "integrity": "sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==", - "license": "BSD-3-Clause", - "peer": true, - "engines": { - "node": "*" - } - }, - "node_modules/check-error": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/check-error/-/check-error-2.1.3.tgz", - "integrity": "sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">= 16" - } - }, - "node_modules/clsx": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", - "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true, - "license": "MIT" - }, - "node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "license": "MIT" - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true, - "license": "MIT" - }, - "node_modules/concat-stream": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.2.tgz", - "integrity": "sha512-H6xsIBfQ94aESBG8jGHXQ7i5AEpy5ZeVaLDOisDICiTCKpqEfr34/KmTrspKQNoLKNu9gTkovlpQcUi630AKiQ==", - "engines": [ - "node >= 0.8" - ], - "license": "MIT", - "dependencies": { - "inherits": "~2.0.1", - "readable-stream": "~2.0.0", - "typedarray": "~0.0.5" - } - }, - "node_modules/concaveman": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/concaveman/-/concaveman-1.2.1.tgz", - "integrity": "sha512-PwZYKaM/ckQSa8peP5JpVr7IMJ4Nn/MHIaWUjP4be+KoZ7Botgs8seAZGpmaOM+UZXawcdYRao/px9ycrCihHw==", - "license": "ISC", - "dependencies": { - "point-in-polygon": "^1.1.0", - "rbush": "^3.0.1", - "robust-predicates": "^2.0.4", - "tinyqueue": "^2.0.3" - } - }, - "node_modules/convert-source-map": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", - "license": "MIT" - }, - "node_modules/core-assert": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/core-assert/-/core-assert-0.2.1.tgz", - "integrity": "sha512-IG97qShIP+nrJCXMCgkNZgH7jZQ4n8RpPyPeXX++T6avR/KhLhgLiHKoEn5Rc1KjfycSfA9DMa6m+4C4eguHhw==", - "license": "MIT", - "peer": true, - "dependencies": { - "buf-compare": "^1.0.0", - "is-error": "^2.2.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/core-js": { - "version": "3.45.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.45.1.tgz", - "integrity": "sha512-L4NPsJlCfZsPeXukyzHFlg/i7IIVwHSItR0wg0FLNqYClJ4MQYTYLbC7EkjKYRLZF2iof2MUgN0EGy7MdQFChg==", - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "node_modules/core-util-is": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", - "license": "MIT" - }, - "node_modules/cosmiconfig": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", - "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", - "license": "MIT", - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/cosmiconfig/node_modules/yaml": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", - "license": "ISC", - "engines": { - "node": ">= 6" - } - }, - "node_modules/cross-spawn": { - "version": "7.0.6", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", - "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", - "dev": true, - "license": "MIT", - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/crypt": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz", - "integrity": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==", - "license": "BSD-3-Clause", - "peer": true, - "engines": { - "node": "*" - } - }, - "node_modules/css-line-break": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/css-line-break/-/css-line-break-2.1.0.tgz", - "integrity": "sha512-FHcKFCZcAha3LwfVBhCQbW2nCNbkZXn7KVUJcsT5/P8YmfsVja0FMPJr0B903j/E69HUphKiV9iQArX8SDYA4w==", - "license": "MIT", - "optional": true, - "dependencies": { - "utrie": "^1.0.2" - } - }, - "node_modules/css-styled": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/css-styled/-/css-styled-1.0.8.tgz", - "integrity": "sha512-tCpP7kLRI8dI95rCh3Syl7I+v7PP+2JYOzWkl0bUEoSbJM+u8ITbutjlQVf0NC2/g4ULROJPi16sfwDIO8/84g==", - "license": "MIT", - "dependencies": { - "@daybrush/utils": "^1.13.0" - } - }, - "node_modules/css-to-mat": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/css-to-mat/-/css-to-mat-1.1.1.tgz", - "integrity": "sha512-kvpxFYZb27jRd2vium35G7q5XZ2WJ9rWjDUMNT36M3Hc41qCrLXFM5iEKMGXcrPsKfXEN+8l/riB4QzwwwiEyQ==", - "license": "MIT", - "dependencies": { - "@daybrush/utils": "^1.13.0", - "@scena/matrix": "^1.0.0" - } - }, - "node_modules/css.escape": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz", - "integrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==", - "license": "MIT" - }, - "node_modules/csstype": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", - "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", - "license": "MIT" - }, - "node_modules/csv2geojson": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/csv2geojson/-/csv2geojson-5.1.2.tgz", - "integrity": "sha512-G9A1mw7jwGta4z9x+mJehRj3OkVaFKMULRj8mZJxdjZ6XN/1Icp7G2RQ0T0vnQoYSNTufK8yPh2fRTRkBPAcdQ==", - "license": "MIT", - "dependencies": { - "@mapbox/sexagesimal": "^1.1.0", - "concat-stream": "~1.5.1", - "d3-dsv": "1.0.1", - "meow": "^9.0.0" - }, - "bin": { - "csv2geojson": "csv2geojson" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/d3": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/d3/-/d3-7.9.0.tgz", - "integrity": "sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==", - "license": "ISC", - "dependencies": { - "d3-array": "3", - "d3-axis": "3", - "d3-brush": "3", - "d3-chord": "3", - "d3-color": "3", - "d3-contour": "4", - "d3-delaunay": "6", - "d3-dispatch": "3", - "d3-drag": "3", - "d3-dsv": "3", - "d3-ease": "3", - "d3-fetch": "3", - "d3-force": "3", - "d3-format": "3", - "d3-geo": "3", - "d3-hierarchy": "3", - "d3-interpolate": "3", - "d3-path": "3", - "d3-polygon": "3", - "d3-quadtree": "3", - "d3-random": "3", - "d3-scale": "4", - "d3-scale-chromatic": "3", - "d3-selection": "3", - "d3-shape": "3", - "d3-time": "3", - "d3-time-format": "4", - "d3-timer": "3", - "d3-transition": "3", - "d3-zoom": "3" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-array": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz", - "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==", - "license": "ISC", - "dependencies": { - "internmap": "1 - 2" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-axis": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/d3-axis/-/d3-axis-3.0.0.tgz", - "integrity": "sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-brush": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-3.0.0.tgz", - "integrity": "sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==", - "license": "ISC", - "dependencies": { - "d3-dispatch": "1 - 3", - "d3-drag": "2 - 3", - "d3-interpolate": "1 - 3", - "d3-selection": "3", - "d3-transition": "3" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-chord": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/d3-chord/-/d3-chord-3.0.1.tgz", - "integrity": "sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==", - "license": "ISC", - "dependencies": { - "d3-path": "1 - 3" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-color": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz", - "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-contour": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/d3-contour/-/d3-contour-4.0.2.tgz", - "integrity": "sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==", - "license": "ISC", - "dependencies": { - "d3-array": "^3.2.0" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-delaunay": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-6.0.4.tgz", - "integrity": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==", - "license": "ISC", - "dependencies": { - "delaunator": "5" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-dispatch": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-3.0.1.tgz", - "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-drag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-3.0.0.tgz", - "integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==", - "license": "ISC", - "dependencies": { - "d3-dispatch": "1 - 3", - "d3-selection": "3" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-dsv": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-1.0.1.tgz", - "integrity": "sha512-VjRi8bmInbdZsnNr5inlWEEd7GutNcQUb+gXgr4LUyt+8lZjAxU2PBPMNMBBLHCPwosiFcmdwBfnWFpN4/khsQ==", - "license": "BSD-3-Clause", - "dependencies": { - "rw": "1" - }, - "bin": { - "csv2json": "bin/csv2json", - "csv2tsv": "bin/csv2tsv", - "tsv2csv": "bin/tsv2csv", - "tsv2json": "bin/tsv2json" - } - }, - "node_modules/d3-dsv/node_modules/rw": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz", - "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==", - "license": "BSD-3-Clause" - }, - "node_modules/d3-ease": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz", - "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==", - "license": "BSD-3-Clause", - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-fetch": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/d3-fetch/-/d3-fetch-3.0.1.tgz", - "integrity": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==", - "license": "ISC", - "dependencies": { - "d3-dsv": "1 - 3" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-force": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/d3-force/-/d3-force-3.0.0.tgz", - "integrity": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==", - "license": "ISC", - "dependencies": { - "d3-dispatch": "1 - 3", - "d3-quadtree": "1 - 3", - "d3-timer": "1 - 3" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-format": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.0.tgz", - "integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-geo": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-1.7.1.tgz", - "integrity": "sha512-O4AempWAr+P5qbk2bC2FuN/sDW4z+dN2wDf9QV3bxQt4M5HfOEeXLgJ/UKQW0+o1Dj8BE+L5kiDbdWUMjsmQpw==", - "license": "BSD-3-Clause", - "dependencies": { - "d3-array": "1" - } - }, - "node_modules/d3-geo/node_modules/d3-array": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-1.2.4.tgz", - "integrity": "sha512-KHW6M86R+FUPYGb3R5XiYjXPq7VzwxZ22buHhAEVG5ztoEcZZMLov530mmccaqA1GghZArjQV46fuc8kUqhhHw==", - "license": "BSD-3-Clause" - }, - "node_modules/d3-hexbin": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/d3-hexbin/-/d3-hexbin-0.2.2.tgz", - "integrity": "sha512-KS3fUT2ReD4RlGCjvCEm1RgMtp2NFZumdMu4DBzQK8AZv3fXRM6Xm8I4fSU07UXvH4xxg03NwWKWdvxfS/yc4w==", - "license": "BSD-3-Clause", - "peer": true - }, - "node_modules/d3-hierarchy": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz", - "integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-interpolate": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz", - "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==", - "license": "ISC", - "dependencies": { - "d3-color": "1 - 3" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-path": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz", - "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-polygon": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/d3-polygon/-/d3-polygon-3.0.1.tgz", - "integrity": "sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-quadtree": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-3.0.1.tgz", - "integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-random": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/d3-random/-/d3-random-3.0.1.tgz", - "integrity": "sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-scale": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz", - "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==", - "license": "ISC", - "dependencies": { - "d3-array": "2.10.0 - 3", - "d3-format": "1 - 3", - "d3-interpolate": "1.2.0 - 3", - "d3-time": "2.1.1 - 3", - "d3-time-format": "2 - 4" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-scale-chromatic": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz", - "integrity": "sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==", - "license": "ISC", - "dependencies": { - "d3-color": "1 - 3", - "d3-interpolate": "1 - 3" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-selection": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz", - "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-shape": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz", - "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==", - "license": "ISC", - "dependencies": { - "d3-path": "^3.1.0" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-time": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz", - "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==", - "license": "ISC", - "dependencies": { - "d3-array": "2 - 3" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-time-format": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz", - "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==", - "license": "ISC", - "dependencies": { - "d3-time": "1 - 3" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-timer": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz", - "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-transition": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-3.0.1.tgz", - "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==", - "license": "ISC", - "dependencies": { - "d3-color": "1 - 3", - "d3-dispatch": "1 - 3", - "d3-ease": "1 - 3", - "d3-interpolate": "1 - 3", - "d3-timer": "1 - 3" - }, - "engines": { - "node": ">=12" - }, - "peerDependencies": { - "d3-selection": "2 - 3" - } - }, - "node_modules/d3-voronoi": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.1.2.tgz", - "integrity": "sha512-RhGS1u2vavcO7ay7ZNAPo4xeDh/VYeGof3x5ZLJBQgYhLegxr3s5IykvWmJ94FTU6mcbtp4sloqZ54mP6R4Utw==", - "license": "BSD-3-Clause" - }, - "node_modules/d3-zoom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-3.0.0.tgz", - "integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==", - "license": "ISC", - "dependencies": { - "d3-dispatch": "1 - 3", - "d3-drag": "2 - 3", - "d3-interpolate": "1 - 3", - "d3-selection": "2 - 3", - "d3-transition": "2 - 3" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3/node_modules/commander": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", - "license": "MIT", - "engines": { - "node": ">= 10" - } - }, - "node_modules/d3/node_modules/d3-dsv": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-3.0.1.tgz", - "integrity": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==", - "license": "ISC", - "dependencies": { - "commander": "7", - "iconv-lite": "0.6", - "rw": "1" - }, - "bin": { - "csv2json": "bin/dsv2json.js", - "csv2tsv": "bin/dsv2dsv.js", - "dsv2dsv": "bin/dsv2dsv.js", - "dsv2json": "bin/dsv2json.js", - "json2csv": "bin/json2dsv.js", - "json2dsv": "bin/json2dsv.js", - "json2tsv": "bin/json2dsv.js", - "tsv2csv": "bin/dsv2dsv.js", - "tsv2json": "bin/dsv2json.js" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3/node_modules/d3-geo": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-3.1.1.tgz", - "integrity": "sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==", - "license": "ISC", - "dependencies": { - "d3-array": "2.5.0 - 3" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3/node_modules/rw": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz", - "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==", - "license": "BSD-3-Clause" - }, - "node_modules/data-view-buffer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz", - "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==", - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "es-errors": "^1.3.0", - "is-data-view": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/data-view-byte-length": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz", - "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==", - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "es-errors": "^1.3.0", - "is-data-view": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/inspect-js" - } - }, - "node_modules/data-view-byte-offset": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz", - "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==", - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "es-errors": "^1.3.0", - "is-data-view": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/debug": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", - "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", - "license": "MIT", - "dependencies": { - "ms": "^2.1.3" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/decamelize-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.1.tgz", - "integrity": "sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==", - "license": "MIT", - "dependencies": { - "decamelize": "^1.1.0", - "map-obj": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/decamelize-keys/node_modules/map-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", - "integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/deep-eql": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-5.0.2.tgz", - "integrity": "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/deep-is": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/deep-strict-equal": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/deep-strict-equal/-/deep-strict-equal-0.2.0.tgz", - "integrity": "sha512-3daSWyvZ/zwJvuMGlzG1O+Ow0YSadGfb3jsh9xoCutv2tWyB9dA4YvR9L9/fSdDZa2dByYQe+TqapSGUrjnkoA==", - "license": "MIT", - "peer": true, - "dependencies": { - "core-assert": "^0.2.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/define-data-property": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", - "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", - "license": "MIT", - "dependencies": { - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "gopd": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/define-lazy-prop": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", - "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/define-properties": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", - "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", - "license": "MIT", - "dependencies": { - "define-data-property": "^1.0.1", - "has-property-descriptors": "^1.0.0", - "object-keys": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/delaunator": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/delaunator/-/delaunator-5.0.1.tgz", - "integrity": "sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==", - "license": "ISC", - "dependencies": { - "robust-predicates": "^3.0.2" - } - }, - "node_modules/delaunator/node_modules/robust-predicates": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz", - "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==", - "license": "Unlicense" - }, - "node_modules/dequal": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", - "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/detect-libc": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", - "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", - "devOptional": true, - "license": "Apache-2.0", - "engines": { - "node": ">=8" - } - }, - "node_modules/dom-accessibility-api": { - "version": "0.5.16", - "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz", - "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==", - "license": "MIT" - }, - "node_modules/dom-helpers": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz", - "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.8.7", - "csstype": "^3.0.2" - } - }, - "node_modules/dompurify": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.6.tgz", - "integrity": "sha512-/2GogDQlohXPZe6D6NOgQvXLPSYBqIWMnZ8zzOhn09REE4eyAzb+Hed3jhoM9OkuaJ8P6ZGTTVWQKAi8ieIzfQ==", - "license": "(MPL-2.0 OR Apache-2.0)", - "optional": true, - "optionalDependencies": { - "@types/trusted-types": "^2.0.7" - } - }, - "node_modules/draco3d": { - "version": "1.5.7", - "resolved": "https://registry.npmjs.org/draco3d/-/draco3d-1.5.7.tgz", - "integrity": "sha512-m6WCKt/erDXcw+70IJXnG7M3awwQPAsZvJGX5zY7beBqpELw6RDGkYVU0W43AFxye4pDZ5i2Lbyc/NNGqwjUVQ==", - "license": "Apache-2.0", - "peer": true - }, - "node_modules/dunder-proto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", - "license": "MIT", - "dependencies": { - "call-bind-apply-helpers": "^1.0.1", - "es-errors": "^1.3.0", - "gopd": "^1.2.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/earcut": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/earcut/-/earcut-2.2.4.tgz", - "integrity": "sha512-/pjZsA1b4RPHbeWZQn66SWS8nZZWLQQ23oE3Eam7aroEFGEvwKAsJfZ9ytiEMycfzXWpca4FA9QIOehf7PocBQ==", - "license": "ISC" - }, - "node_modules/electron-to-chromium": { - "version": "1.5.286", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.286.tgz", - "integrity": "sha512-9tfDXhJ4RKFNerfjdCcZfufu49vg620741MNs26a9+bhLThdB+plgMeou98CAaHu/WATj2iHOOHTp1hWtABj2A==", - "dev": true, - "license": "ISC" - }, - "node_modules/error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "license": "MIT", - "dependencies": { - "is-arrayish": "^0.2.1" - } - }, - "node_modules/es-abstract": { - "version": "1.24.0", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.0.tgz", - "integrity": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==", - "license": "MIT", - "dependencies": { - "array-buffer-byte-length": "^1.0.2", - "arraybuffer.prototype.slice": "^1.0.4", - "available-typed-arrays": "^1.0.7", - "call-bind": "^1.0.8", - "call-bound": "^1.0.4", - "data-view-buffer": "^1.0.2", - "data-view-byte-length": "^1.0.2", - "data-view-byte-offset": "^1.0.1", - "es-define-property": "^1.0.1", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.1.1", - "es-set-tostringtag": "^2.1.0", - "es-to-primitive": "^1.3.0", - "function.prototype.name": "^1.1.8", - "get-intrinsic": "^1.3.0", - "get-proto": "^1.0.1", - "get-symbol-description": "^1.1.0", - "globalthis": "^1.0.4", - "gopd": "^1.2.0", - "has-property-descriptors": "^1.0.2", - "has-proto": "^1.2.0", - "has-symbols": "^1.1.0", - "hasown": "^2.0.2", - "internal-slot": "^1.1.0", - "is-array-buffer": "^3.0.5", - "is-callable": "^1.2.7", - "is-data-view": "^1.0.2", - "is-negative-zero": "^2.0.3", - "is-regex": "^1.2.1", - "is-set": "^2.0.3", - "is-shared-array-buffer": "^1.0.4", - "is-string": "^1.1.1", - "is-typed-array": "^1.1.15", - "is-weakref": "^1.1.1", - "math-intrinsics": "^1.1.0", - "object-inspect": "^1.13.4", - "object-keys": "^1.1.1", - "object.assign": "^4.1.7", - "own-keys": "^1.0.1", - "regexp.prototype.flags": "^1.5.4", - "safe-array-concat": "^1.1.3", - "safe-push-apply": "^1.0.0", - "safe-regex-test": "^1.1.0", - "set-proto": "^1.0.0", - "stop-iteration-iterator": "^1.1.0", - "string.prototype.trim": "^1.2.10", - "string.prototype.trimend": "^1.0.9", - "string.prototype.trimstart": "^1.0.8", - "typed-array-buffer": "^1.0.3", - "typed-array-byte-length": "^1.0.3", - "typed-array-byte-offset": "^1.0.4", - "typed-array-length": "^1.0.7", - "unbox-primitive": "^1.1.0", - "which-typed-array": "^1.1.19" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/es-define-property": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-errors": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-object-atoms": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-set-tostringtag": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", - "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.6", - "has-tostringtag": "^1.0.2", - "hasown": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-to-primitive": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz", - "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==", - "license": "MIT", - "dependencies": { - "is-callable": "^1.2.7", - "is-date-object": "^1.0.5", - "is-symbol": "^1.0.4" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/esbuild": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.2.tgz", - "integrity": "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==", - "hasInstallScript": true, - "license": "MIT", - "peer": true, - "bin": { - "esbuild": "bin/esbuild" - }, - "engines": { - "node": ">=18" - }, - "optionalDependencies": { - "@esbuild/aix-ppc64": "0.27.2", - "@esbuild/android-arm": "0.27.2", - "@esbuild/android-arm64": "0.27.2", - "@esbuild/android-x64": "0.27.2", - "@esbuild/darwin-arm64": "0.27.2", - "@esbuild/darwin-x64": "0.27.2", - "@esbuild/freebsd-arm64": "0.27.2", - "@esbuild/freebsd-x64": "0.27.2", - "@esbuild/linux-arm": "0.27.2", - "@esbuild/linux-arm64": "0.27.2", - "@esbuild/linux-ia32": "0.27.2", - "@esbuild/linux-loong64": "0.27.2", - "@esbuild/linux-mips64el": "0.27.2", - "@esbuild/linux-ppc64": "0.27.2", - "@esbuild/linux-riscv64": "0.27.2", - "@esbuild/linux-s390x": "0.27.2", - "@esbuild/linux-x64": "0.27.2", - "@esbuild/netbsd-arm64": "0.27.2", - "@esbuild/netbsd-x64": "0.27.2", - "@esbuild/openbsd-arm64": "0.27.2", - "@esbuild/openbsd-x64": "0.27.2", - "@esbuild/openharmony-arm64": "0.27.2", - "@esbuild/sunos-x64": "0.27.2", - "@esbuild/win32-arm64": "0.27.2", - "@esbuild/win32-ia32": "0.27.2", - "@esbuild/win32-x64": "0.27.2" - } - }, - "node_modules/esbuild-register": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/esbuild-register/-/esbuild-register-3.6.0.tgz", - "integrity": "sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==", - "license": "MIT", - "peer": true, - "dependencies": { - "debug": "^4.3.4" - }, - "peerDependencies": { - "esbuild": ">=0.12 <1" - } - }, - "node_modules/escalade": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", - "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint": { - "version": "9.39.4", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.4.tgz", - "integrity": "sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-community/eslint-utils": "^4.8.0", - "@eslint-community/regexpp": "^4.12.1", - "@eslint/config-array": "^0.21.2", - "@eslint/config-helpers": "^0.4.2", - "@eslint/core": "^0.17.0", - "@eslint/eslintrc": "^3.3.5", - "@eslint/js": "9.39.4", - "@eslint/plugin-kit": "^0.4.1", - "@humanfs/node": "^0.16.6", - "@humanwhocodes/module-importer": "^1.0.1", - "@humanwhocodes/retry": "^0.4.2", - "@types/estree": "^1.0.6", - "ajv": "^6.14.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.6", - "debug": "^4.3.2", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^8.4.0", - "eslint-visitor-keys": "^4.2.1", - "espree": "^10.4.0", - "esquery": "^1.5.0", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^8.0.0", - "find-up": "^5.0.0", - "glob-parent": "^6.0.2", - "ignore": "^5.2.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "json-stable-stringify-without-jsonify": "^1.0.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.1.5", - "natural-compare": "^1.4.0", - "optionator": "^0.9.3" - }, - "bin": { - "eslint": "bin/eslint.js" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://eslint.org/donate" - }, - "peerDependencies": { - "jiti": "*" - }, - "peerDependenciesMeta": { - "jiti": { - "optional": true - } - } - }, - "node_modules/eslint-plugin-react-hooks": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz", - "integrity": "sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/core": "^7.24.4", - "@babel/parser": "^7.24.4", - "hermes-parser": "^0.25.1", - "zod": "^3.25.0 || ^4.0.0", - "zod-validation-error": "^3.5.0 || ^4.0.0" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0" - } - }, - "node_modules/eslint-plugin-react-refresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.5.2.tgz", - "integrity": "sha512-hmgTH57GfzoTFjVN0yBwTggnsVUF2tcqi7RJZHqi9lIezSs4eFyAMktA68YD4r5kNw1mxyY4dmkyoFDb3FIqrA==", - "dev": true, - "license": "MIT", - "peerDependencies": { - "eslint": "^9 || ^10" - } - }, - "node_modules/eslint-scope": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz", - "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^5.2.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint-visitor-keys": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", - "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint/node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true, - "license": "MIT" - }, - "node_modules/eslint/node_modules/brace-expansion": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/eslint/node_modules/eslint-visitor-keys": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", - "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint/node_modules/ignore": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", - "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 4" - } - }, - "node_modules/eslint/node_modules/minimatch": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz", - "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/espree": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz", - "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "acorn": "^8.15.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^4.2.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/espree/node_modules/eslint-visitor-keys": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", - "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "license": "BSD-2-Clause", - "peer": true, - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/esquery": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz", - "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "estraverse": "^5.1.0" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "estraverse": "^5.2.0" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true, - "license": "BSD-2-Clause", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/estree-walker": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", - "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/estree": "^1.0.0" - } - }, - "node_modules/esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "dev": true, - "license": "BSD-2-Clause", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "license": "MIT" - }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true, - "license": "MIT" - }, - "node_modules/fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", - "dev": true, - "license": "MIT" - }, - "node_modules/fast-png": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/fast-png/-/fast-png-6.4.0.tgz", - "integrity": "sha512-kAqZq1TlgBjZcLr5mcN6NP5Rv4V2f22z00c3g8vRrwkcqjerx7BEhPbOnWCPqaHUl2XWQBJQvOT/FQhdMT7X/Q==", - "license": "MIT", - "dependencies": { - "@types/pako": "^2.0.3", - "iobuffer": "^5.3.2", - "pako": "^2.1.0" - } - }, - "node_modules/fast-xml-parser": { - "version": "4.5.5", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.5.tgz", - "integrity": "sha512-cK9c5I/DwIOI7/Q7AlGN3DuTdwN61gwSfL8rvuVPK+0mcCNHHGxRrpiFtaZZRfRMJL3Gl8B2AFlBG6qXf03w9A==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/NaturalIntelligence" - } - ], - "license": "MIT", - "peer": true, - "dependencies": { - "strnum": "^1.0.5" - }, - "bin": { - "fxparser": "src/cli/cli.js" - } - }, - "node_modules/fdir": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", - "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", - "devOptional": true, - "license": "MIT", - "engines": { - "node": ">=12.0.0" - }, - "peerDependencies": { - "picomatch": "^3 || ^4" - }, - "peerDependenciesMeta": { - "picomatch": { - "optional": true - } - } - }, - "node_modules/fflate": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz", - "integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==", - "license": "MIT" - }, - "node_modules/file-entry-cache": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", - "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "flat-cache": "^4.0.0" - }, - "engines": { - "node": ">=16.0.0" - } - }, - "node_modules/find-root": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz", - "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==", - "license": "MIT" - }, - "node_modules/find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "dev": true, - "license": "MIT", - "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/flat-cache": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz", - "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", - "dev": true, - "license": "MIT", - "dependencies": { - "flatted": "^3.2.9", - "keyv": "^4.5.4" - }, - "engines": { - "node": ">=16" - } - }, - "node_modules/flatted": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz", - "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==", - "dev": true, - "license": "ISC" - }, - "node_modules/for-each": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz", - "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==", - "license": "MIT", - "dependencies": { - "is-callable": "^1.2.7" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/framework-utils": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/framework-utils/-/framework-utils-1.1.0.tgz", - "integrity": "sha512-KAfqli5PwpFJ8o3psRNs8svpMGyCSAe8nmGcjQ0zZBWN2H6dZDnq+ABp3N3hdUmFeMrLtjOCTXD4yplUJIWceg==", - "license": "MIT" - }, - "node_modules/fsevents": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, - "node_modules/function-bind": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/function.prototype.name": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz", - "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==", - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "call-bound": "^1.0.3", - "define-properties": "^1.2.1", - "functions-have-names": "^1.2.3", - "hasown": "^2.0.2", - "is-callable": "^1.2.7" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/functions-have-names": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", - "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/geojson-equality-ts": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/geojson-equality-ts/-/geojson-equality-ts-1.0.2.tgz", - "integrity": "sha512-h3Ryq+0mCSN/7yLs0eDgrZhvc9af23o/QuC4aTiuuzP/MRCtd6mf5rLsLRY44jX0RPUfM8c4GqERQmlUxPGPoQ==", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.14" - } - }, - "node_modules/geojson-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/geojson-flatten/-/geojson-flatten-1.1.1.tgz", - "integrity": "sha512-k/6BCd0qAt7vdqdM1LkLfAy72EsLDy0laNwX0x2h49vfYCiQkRc4PSra8DNEdJ10EKRpwEvDXMb0dBknTJuWpQ==", - "license": "BSD-2-Clause" - }, - "node_modules/geojson-polygon-self-intersections": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/geojson-polygon-self-intersections/-/geojson-polygon-self-intersections-1.2.1.tgz", - "integrity": "sha512-/QM1b5u2d172qQVO//9CGRa49jEmclKEsYOQmWP9ooEjj63tBM51m2805xsbxkzlEELQ2REgTf700gUhhlegxA==", - "license": "MIT", - "dependencies": { - "rbush": "^2.0.1" - } - }, - "node_modules/geojson-polygon-self-intersections/node_modules/quickselect": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/quickselect/-/quickselect-1.1.1.tgz", - "integrity": "sha512-qN0Gqdw4c4KGPsBOQafj6yj/PA6c/L63f6CaZ/DCF/xF4Esu3jVmKLUDYxghFx8Kb/O7y9tI7x2RjTSXwdK1iQ==", - "license": "ISC" - }, - "node_modules/geojson-polygon-self-intersections/node_modules/rbush": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/rbush/-/rbush-2.0.2.tgz", - "integrity": "sha512-XBOuALcTm+O/H8G90b6pzu6nX6v2zCKiFG4BJho8a+bY6AER6t8uQUZdi5bomQc0AprCWhEGa7ncAbbRap0bRA==", - "license": "MIT", - "dependencies": { - "quickselect": "^1.0.1" - } - }, - "node_modules/gesto": { - "version": "1.19.4", - "resolved": "https://registry.npmjs.org/gesto/-/gesto-1.19.4.tgz", - "integrity": "sha512-hfr/0dWwh0Bnbb88s3QVJd1ZRJeOWcgHPPwmiH6NnafDYvhTsxg+SLYu+q/oPNh9JS3V+nlr6fNs8kvPAtcRDQ==", - "license": "MIT", - "dependencies": { - "@daybrush/utils": "^1.13.0", - "@scena/event-emitter": "^1.0.2" - } - }, - "node_modules/get-intrinsic": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", - "license": "MIT", - "dependencies": { - "call-bind-apply-helpers": "^1.0.2", - "es-define-property": "^1.0.1", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.1.1", - "function-bind": "^1.1.2", - "get-proto": "^1.0.1", - "gopd": "^1.2.0", - "has-symbols": "^1.1.0", - "hasown": "^2.0.2", - "math-intrinsics": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/get-proto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", - "license": "MIT", - "dependencies": { - "dunder-proto": "^1.0.1", - "es-object-atoms": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/get-stream": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/get-symbol-description": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz", - "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==", - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.6" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/gl-matrix": { - "version": "3.4.4", - "resolved": "https://registry.npmjs.org/gl-matrix/-/gl-matrix-3.4.4.tgz", - "integrity": "sha512-latSnyDNt/8zYUB6VIJ6PCh2jBjJX6gnDsoCZ7LyW7GkqrD51EWwa9qCoGixj8YqBtETQK/xY7OmpTF8xz1DdQ==", - "license": "MIT" - }, - "node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.3" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/globals": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", - "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/globalthis": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", - "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", - "license": "MIT", - "dependencies": { - "define-properties": "^1.2.1", - "gopd": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/gopd": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/h3-js": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/h3-js/-/h3-js-4.4.0.tgz", - "integrity": "sha512-DvJh07MhGgY2KcC4OeZc8SSyA+ZXpdvoh6uCzGpoKvWtZxJB+g6VXXC1+eWYkaMIsLz7J/ErhOalHCpcs1KYog==", - "license": "Apache-2.0", - "peer": true, - "engines": { - "node": ">=4", - "npm": ">=3", - "yarn": ">=1.3.0" - } - }, - "node_modules/hard-rejection": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz", - "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/has-bigints": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz", - "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==", - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/has-property-descriptors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", - "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", - "license": "MIT", - "dependencies": { - "es-define-property": "^1.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-proto": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz", - "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==", - "license": "MIT", - "dependencies": { - "dunder-proto": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-symbols": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-tostringtag": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", - "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", - "license": "MIT", - "dependencies": { - "has-symbols": "^1.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/hasown": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", - "license": "MIT", - "dependencies": { - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/hat": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/hat/-/hat-0.0.3.tgz", - "integrity": "sha512-zpImx2GoKXy42fVDSEad2BPKuSQdLcqsCYa48K3zHSzM/ugWuYjLDr8IXxpVuL7uCLHw56eaiLxCRthhOzf5ug==", - "license": "MIT/X11", - "engines": { - "node": "*" - } - }, - "node_modules/hermes-estree": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz", - "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==", - "dev": true, - "license": "MIT" - }, - "node_modules/hermes-parser": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz", - "integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==", - "dev": true, - "license": "MIT", - "dependencies": { - "hermes-estree": "0.25.1" - } - }, - "node_modules/hoist-non-react-statics": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", - "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", - "license": "BSD-3-Clause", - "dependencies": { - "react-is": "^16.7.0" - } - }, - "node_modules/hoist-non-react-statics/node_modules/react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", - "license": "MIT" - }, - "node_modules/hosted-git-info": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", - "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", - "license": "ISC", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/hosted-git-info/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/hosted-git-info/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "license": "ISC" - }, - "node_modules/html2canvas": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/html2canvas/-/html2canvas-1.4.1.tgz", - "integrity": "sha512-fPU6BHNpsyIhr8yyMpTLLxAbkaK8ArIBcmZIRiBLiDhjeqvXolaEmDGmELFuX9I4xDcaKKcJl+TKZLqruBbmWA==", - "license": "MIT", - "optional": true, - "dependencies": { - "css-line-break": "^2.1.0", - "text-segmentation": "^1.0.3" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "license": "MIT", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ieee754": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "BSD-3-Clause", - "peer": true - }, - "node_modules/ignore": { - "version": "7.0.5", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz", - "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 4" - } - }, - "node_modules/image-size": { - "version": "0.7.5", - "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.7.5.tgz", - "integrity": "sha512-Hiyv+mXHfFEP7LzUL/llg9RwFxxY+o9N3JVLIeG5E7iFIFAalxvRU9UZthBdYDEVnzHMgjnKJPPpay5BWf1g9g==", - "license": "MIT", - "peer": true, - "bin": { - "image-size": "bin/image-size.js" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/immediate": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz", - "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==", - "license": "MIT", - "peer": true - }, - "node_modules/immer": { - "version": "10.1.3", - "resolved": "https://registry.npmjs.org/immer/-/immer-10.1.3.tgz", - "integrity": "sha512-tmjF/k8QDKydUlm3mZU+tjM6zeq9/fFpPqH9SzWmBnVVKsPBg/V66qsMwb3/Bo90cgUN+ghdVBess+hPsxUyRw==", - "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/immer" - } - }, - "node_modules/import-fresh": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", - "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", - "license": "MIT", - "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.8.19" - } - }, - "node_modules/indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "license": "ISC" - }, - "node_modules/internal-slot": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz", - "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==", - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "hasown": "^2.0.2", - "side-channel": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/internmap": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz", - "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/iobuffer": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/iobuffer/-/iobuffer-5.4.0.tgz", - "integrity": "sha512-DRebOWuqDvxunfkNJAlc3IzWIPD5xVxwUNbHr7xKB8E6aLJxIPfNX3CoMJghcFjpv6RWQsrcJbghtEwSPoJqMA==", - "license": "MIT" - }, - "node_modules/is-array-buffer": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz", - "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==", - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "call-bound": "^1.0.3", - "get-intrinsic": "^1.2.6" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", - "license": "MIT" - }, - "node_modules/is-async-function": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz", - "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==", - "license": "MIT", - "dependencies": { - "async-function": "^1.0.0", - "call-bound": "^1.0.3", - "get-proto": "^1.0.1", - "has-tostringtag": "^1.0.2", - "safe-regex-test": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-bigint": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz", - "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==", - "license": "MIT", - "dependencies": { - "has-bigints": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-boolean-object": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz", - "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==", - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "has-tostringtag": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "license": "MIT", - "peer": true - }, - "node_modules/is-callable": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", - "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-core-module": { - "version": "2.16.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz", - "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", - "license": "MIT", - "dependencies": { - "hasown": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-data-view": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz", - "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==", - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "get-intrinsic": "^1.2.6", - "is-typed-array": "^1.1.13" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-date-object": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz", - "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==", - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "has-tostringtag": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-docker": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", - "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", - "license": "MIT", - "peer": true, - "bin": { - "is-docker": "cli.js" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-error": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/is-error/-/is-error-2.2.2.tgz", - "integrity": "sha512-IOQqts/aHWbiisY5DuPJQ0gcbvaLFCa7fBa9xoLfxBZvQ+ZI/Zh9xoI7Gk+G64N0FdK4AbibytHht2tWgpJWLg==", - "license": "MIT", - "peer": true - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-finalizationregistry": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz", - "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==", - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-generator-function": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz", - "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==", - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "get-proto": "^1.0.0", - "has-tostringtag": "^1.0.2", - "safe-regex-test": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-map": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz", - "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==", - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-negative-zero": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz", - "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==", - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-number-object": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz", - "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==", - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "has-tostringtag": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-plain-obj": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", - "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-regex": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz", - "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==", - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "gopd": "^1.2.0", - "has-tostringtag": "^1.0.2", - "hasown": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-set": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz", - "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==", - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-shared-array-buffer": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz", - "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==", - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-string": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz", - "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==", - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "has-tostringtag": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-symbol": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz", - "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==", - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "has-symbols": "^1.1.0", - "safe-regex-test": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-typed-array": { - "version": "1.1.15", - "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz", - "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==", - "license": "MIT", - "dependencies": { - "which-typed-array": "^1.1.16" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-weakmap": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", - "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==", - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-weakref": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz", - "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==", - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-weakset": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz", - "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==", - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "get-intrinsic": "^1.2.6" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-wsl": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", - "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", - "license": "MIT", - "peer": true, - "dependencies": { - "is-docker": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "license": "MIT" - }, - "node_modules/isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", - "dev": true, - "license": "ISC" - }, - "node_modules/js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", - "license": "MIT" - }, - "node_modules/js-yaml": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", - "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", - "dev": true, - "license": "MIT", - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/jsesc": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", - "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", - "license": "MIT", - "bin": { - "jsesc": "bin/jsesc" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/json-buffer": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", - "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "license": "MIT" - }, - "node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true, - "license": "MIT" - }, - "node_modules/json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", - "dev": true, - "license": "MIT" - }, - "node_modules/json-stringify-pretty-compact": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/json-stringify-pretty-compact/-/json-stringify-pretty-compact-4.0.0.tgz", - "integrity": "sha512-3CNZ2DnrpByG9Nqj6Xo8vqbjT4F6N+tb4Gb28ESAZjYZ5yqvmc56J+/kuIwkaAMOyblTQhUW7PxMkUb8Q36N3Q==", - "license": "MIT" - }, - "node_modules/json5": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", - "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", - "dev": true, - "license": "MIT", - "bin": { - "json5": "lib/cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/jspdf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/jspdf/-/jspdf-3.0.2.tgz", - "integrity": "sha512-G0fQDJ5fAm6UW78HG6lNXyq09l0PrA1rpNY5i+ly17Zb1fMMFSmS+3lw4cnrAPGyouv2Y0ylujbY2Ieq3DSlKA==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.26.9", - "fast-png": "^6.2.0", - "fflate": "^0.8.1" - }, - "optionalDependencies": { - "canvg": "^3.0.11", - "core-js": "^3.6.0", - "dompurify": "^3.2.4", - "html2canvas": "^1.0.0-rc.5" - } - }, - "node_modules/jsts": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/jsts/-/jsts-2.7.1.tgz", - "integrity": "sha512-x2wSZHEBK20CY+Wy+BPE7MrFQHW6sIsdaGUMEqmGAio+3gFzQaBYPwLRonUfQf9Ak8pBieqj9tUofX1+WtAEIg==", - "license": "(EDL-1.0 OR EPL-1.0)", - "engines": { - "node": ">= 12" - } - }, - "node_modules/jszip": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz", - "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==", - "license": "(MIT OR GPL-3.0-or-later)", - "peer": true, - "dependencies": { - "lie": "~3.3.0", - "pako": "~1.0.2", - "readable-stream": "~2.3.6", - "setimmediate": "^1.0.5" - } - }, - "node_modules/jszip/node_modules/pako": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", - "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==", - "license": "(MIT AND Zlib)", - "peer": true - }, - "node_modules/jszip/node_modules/process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", - "license": "MIT", - "peer": true - }, - "node_modules/jszip/node_modules/readable-stream": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", - "license": "MIT", - "peer": true, - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/jszip/node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "license": "MIT", - "peer": true, - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/kdbush": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/kdbush/-/kdbush-4.0.2.tgz", - "integrity": "sha512-WbCVYJ27Sz8zi9Q7Q0xHC+05iwkm3Znipc2XTlrnJbsHMYktW4hPhXUE8Ys1engBrvffoSCqbil1JQAa7clRpA==", - "license": "ISC" - }, - "node_modules/keycode": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/keycode/-/keycode-2.2.1.tgz", - "integrity": "sha512-Rdgz9Hl9Iv4QKi8b0OlCRQEzp4AgVxyCtz5S/+VIHezDmrDhkp2N2TqBWOLz0/gbeREXOOiI9/4b8BY9uw2vFg==", - "license": "MIT" - }, - "node_modules/keycon": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/keycon/-/keycon-1.4.0.tgz", - "integrity": "sha512-p1NAIxiRMH3jYfTeXRs2uWbVJ1WpEjpi8ktzUyBJsX7/wn2qu2VRXktneBLNtKNxJmlUYxRi9gOJt1DuthXR7A==", - "license": "MIT", - "dependencies": { - "@cfcs/core": "^0.0.6", - "@daybrush/utils": "^1.7.1", - "@scena/event-emitter": "^1.0.2", - "keycode": "^2.2.0" - } - }, - "node_modules/keyv": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", - "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", - "dev": true, - "license": "MIT", - "dependencies": { - "json-buffer": "3.0.1" - } - }, - "node_modules/kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ktx-parse": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/ktx-parse/-/ktx-parse-0.7.1.tgz", - "integrity": "sha512-FeA3g56ksdFNwjXJJsc1CCc7co+AJYDp6ipIp878zZ2bU8kWROatLYf39TQEd4/XRSUvBXovQ8gaVKWPXsCLEQ==", - "license": "MIT", - "peer": true - }, - "node_modules/levn": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/lie": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz", - "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "immediate": "~3.0.5" - } - }, - "node_modules/lightningcss": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz", - "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==", - "devOptional": true, - "license": "MPL-2.0", - "dependencies": { - "detect-libc": "^2.0.3" - }, - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - }, - "optionalDependencies": { - "lightningcss-android-arm64": "1.32.0", - "lightningcss-darwin-arm64": "1.32.0", - "lightningcss-darwin-x64": "1.32.0", - "lightningcss-freebsd-x64": "1.32.0", - "lightningcss-linux-arm-gnueabihf": "1.32.0", - "lightningcss-linux-arm64-gnu": "1.32.0", - "lightningcss-linux-arm64-musl": "1.32.0", - "lightningcss-linux-x64-gnu": "1.32.0", - "lightningcss-linux-x64-musl": "1.32.0", - "lightningcss-win32-arm64-msvc": "1.32.0", - "lightningcss-win32-x64-msvc": "1.32.0" - } - }, - "node_modules/lightningcss-android-arm64": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz", - "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==", - "cpu": [ - "arm64" - ], - "license": "MPL-2.0", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-darwin-arm64": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz", - "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==", - "cpu": [ - "arm64" - ], - "license": "MPL-2.0", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-darwin-x64": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz", - "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==", - "cpu": [ - "x64" - ], - "license": "MPL-2.0", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-freebsd-x64": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz", - "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==", - "cpu": [ - "x64" - ], - "license": "MPL-2.0", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-linux-arm-gnueabihf": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz", - "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==", - "cpu": [ - "arm" - ], - "license": "MPL-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-linux-arm64-gnu": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz", - "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==", - "cpu": [ - "arm64" - ], - "license": "MPL-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-linux-arm64-musl": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz", - "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==", - "cpu": [ - "arm64" - ], - "license": "MPL-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-linux-x64-gnu": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz", - "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==", - "cpu": [ - "x64" - ], - "license": "MPL-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-linux-x64-musl": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz", - "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==", - "cpu": [ - "x64" - ], - "license": "MPL-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-win32-arm64-msvc": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz", - "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==", - "cpu": [ - "arm64" - ], - "license": "MPL-2.0", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-win32-x64-msvc": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz", - "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==", - "cpu": [ - "x64" - ], - "license": "MPL-2.0", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lines-and-columns": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "license": "MIT" - }, - "node_modules/locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "dev": true, - "license": "MIT", - "dependencies": { - "p-locate": "^5.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "license": "MIT" - }, - "node_modules/lodash-es": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", - "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", - "license": "MIT" - }, - "node_modules/lodash.isequal": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", - "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==", - "deprecated": "This package is deprecated. Use require('node:util').isDeepStrictEqual instead.", - "license": "MIT" - }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/long": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/long/-/long-3.2.0.tgz", - "integrity": "sha512-ZYvPPOMqUwPoDsbJaR10iQJYnMuZhRTvHYl62ErLIEX7RgFlziSBUUvrt3OVfc47QlHHpzPZYP17g3Fv7oeJkg==", - "license": "Apache-2.0", - "peer": true, - "engines": { - "node": ">=0.6" - } - }, - "node_modules/loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "license": "MIT", - "dependencies": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "bin": { - "loose-envify": "cli.js" - } - }, - "node_modules/loupe": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.2.1.tgz", - "integrity": "sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==", - "license": "MIT", - "peer": true - }, - "node_modules/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, - "license": "ISC", - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/lz-string": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", - "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==", - "license": "MIT", - "bin": { - "lz-string": "bin/bin.js" - } - }, - "node_modules/lz4js": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/lz4js/-/lz4js-0.2.0.tgz", - "integrity": "sha512-gY2Ia9Lm7Ep8qMiuGRhvUq0Q7qUereeldZPP1PMEJxPtEWHJLqw9pgX68oHajBH0nzJK4MaZEA/YNV3jT8u8Bg==", - "license": "ISC", - "optional": true, - "peer": true - }, - "node_modules/lzo-wasm": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/lzo-wasm/-/lzo-wasm-0.0.4.tgz", - "integrity": "sha512-VKlnoJRFrB8SdJhlVKvW5vI1gGwcZ+mvChEXcSX6r2xDNc/Q2FD9esfBmGCuPZdrJ1feO+YcVFd2PTk0c137Gw==", - "license": "BSD-2-Clause", - "peer": true - }, - "node_modules/magic-string": { - "version": "0.30.21", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", - "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@jridgewell/sourcemap-codec": "^1.5.5" - } - }, - "node_modules/map-obj": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz", - "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", - "license": "MIT", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/maplibre-gl": { - "version": "5.17.0", - "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-5.17.0.tgz", - "integrity": "sha512-gwS6NpXBfWD406dtT5YfEpl2hmpMm+wcPqf04UAez/TxY1OBjiMdK2ZoMGcNIlGHelKc4+Uet6zhDdDEnlJVHA==", - "license": "BSD-3-Clause", - "dependencies": { - "@mapbox/geojson-rewind": "^0.5.2", - "@mapbox/jsonlint-lines-primitives": "^2.0.2", - "@mapbox/point-geometry": "^1.1.0", - "@mapbox/tiny-sdf": "^2.0.7", - "@mapbox/unitbezier": "^0.0.1", - "@mapbox/vector-tile": "^2.0.4", - "@mapbox/whoots-js": "^3.1.0", - "@maplibre/geojson-vt": "^5.0.4", - "@maplibre/maplibre-gl-style-spec": "^24.4.1", - "@maplibre/mlt": "^1.1.2", - "@maplibre/vt-pbf": "^4.2.1", - "@types/geojson": "^7946.0.16", - "@types/supercluster": "^7.1.3", - "earcut": "^3.0.2", - "gl-matrix": "^3.4.4", - "kdbush": "^4.0.2", - "murmurhash-js": "^1.0.0", - "pbf": "^4.0.1", - "potpack": "^2.1.0", - "quickselect": "^3.0.0", - "supercluster": "^8.0.1", - "tinyqueue": "^3.0.0" - }, - "engines": { - "node": ">=16.14.0", - "npm": ">=8.1.0" - }, - "funding": { - "url": "https://github.com/maplibre/maplibre-gl-js?sponsor=1" - } - }, - "node_modules/maplibre-gl/node_modules/@mapbox/point-geometry": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@mapbox/point-geometry/-/point-geometry-1.1.0.tgz", - "integrity": "sha512-YGcBz1cg4ATXDCM/71L9xveh4dynfGmcLDqufR+nQQy3fKwsAZsWd/x4621/6uJaeB9mwOHE6hPeDgXz9uViUQ==", - "license": "ISC" - }, - "node_modules/maplibre-gl/node_modules/earcut": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/earcut/-/earcut-3.0.2.tgz", - "integrity": "sha512-X7hshQbLyMJ/3RPhyObLARM2sNxxmRALLKx1+NVFFnQ9gKzmCrxm9+uLIAdBcvc8FNLpctqlQ2V6AE92Ol9UDQ==", - "license": "ISC" - }, - "node_modules/maplibre-gl/node_modules/tinyqueue": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/tinyqueue/-/tinyqueue-3.0.0.tgz", - "integrity": "sha512-gRa9gwYU3ECmQYv3lslts5hxuIa90veaEcxDYuu3QGOIAEM2mOZkVHp48ANJuu1CURtRdHKUBY5Lm1tHV+sD4g==", - "license": "ISC" - }, - "node_modules/marchingsquares": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/marchingsquares/-/marchingsquares-1.3.3.tgz", - "integrity": "sha512-gz6nNQoVK7Lkh2pZulrT4qd4347S/toG9RXH2pyzhLgkL5mLkBoqgv4EvAGXcV0ikDW72n/OQb3Xe8bGagQZCg==", - "license": "AGPL-3.0" - }, - "node_modules/material-colors": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/material-colors/-/material-colors-1.2.6.tgz", - "integrity": "sha512-6qE4B9deFBIa9YSpOc9O0Sgc43zTeVYbgDT5veRKSlB2+ZuHNoVVxA1L/ckMUayV9Ay9y7Z/SZCLcGteW9i7bg==", - "license": "ISC" - }, - "node_modules/math-intrinsics": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/md5": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/md5/-/md5-2.3.0.tgz", - "integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==", - "license": "BSD-3-Clause", - "peer": true, - "dependencies": { - "charenc": "0.0.2", - "crypt": "0.0.2", - "is-buffer": "~1.1.6" - } - }, - "node_modules/meow": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz", - "integrity": "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==", - "license": "MIT", - "dependencies": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize": "^1.2.0", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/min-indent": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", - "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/minimatch": { - "version": "10.2.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz", - "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==", - "dev": true, - "license": "BlueOak-1.0.0", - "dependencies": { - "brace-expansion": "^5.0.2" - }, - "engines": { - "node": "18 || 20 || >=22" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/minimist": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/minimist-options": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz", - "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", - "license": "MIT", - "dependencies": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/mjolnir.js": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/mjolnir.js/-/mjolnir.js-3.0.0.tgz", - "integrity": "sha512-siX3YCG7N2HnmN1xMH3cK4JkUZJhbkhRFJL+G5N1vH0mh1t5088rJknIoqDFWDIU6NPGvRRgLnYW3ZHjSMEBLA==", - "license": "MIT", - "peer": true - }, - "node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", - "license": "MIT" - }, - "node_modules/murmurhash-js": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/murmurhash-js/-/murmurhash-js-1.0.0.tgz", - "integrity": "sha512-TvmkNhkv8yct0SVBSy+o8wYzXjE4Zz3PCesbfs8HiCXXdcTuocApFv11UWlNFWKYsP2okqrhb7JNlSm9InBhIw==", - "license": "MIT" - }, - "node_modules/nanoid": { - "version": "3.3.11", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", - "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", - "devOptional": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" - } - }, - "node_modules/natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", - "dev": true, - "license": "MIT" - }, - "node_modules/node-releases": { - "version": "2.0.27", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz", - "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==", - "dev": true, - "license": "MIT" - }, - "node_modules/normalize-package-data": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", - "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", - "license": "BSD-2-Clause", - "dependencies": { - "hosted-git-info": "^4.0.1", - "is-core-module": "^2.5.0", - "semver": "^7.3.4", - "validate-npm-package-license": "^3.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-inspect": { - "version": "1.13.4", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", - "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==", - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object.assign": { - "version": "4.1.7", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz", - "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==", - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "call-bound": "^1.0.3", - "define-properties": "^1.2.1", - "es-object-atoms": "^1.0.0", - "has-symbols": "^1.1.0", - "object-keys": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/open": { - "version": "8.4.2", - "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", - "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "define-lazy-prop": "^2.0.0", - "is-docker": "^2.1.1", - "is-wsl": "^2.2.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/optionator": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", - "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", - "dev": true, - "license": "MIT", - "dependencies": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.5" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/osm2geojson-lite": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/osm2geojson-lite/-/osm2geojson-lite-1.1.2.tgz", - "integrity": "sha512-6s1uW548fdyLTJ4Cp/hQTKvdgCl/E8nUvBMEzUXnAJPHAFHoIhwMqZ3KGdph2A1g48rsCeA6gVnkPruWGiwupw==", - "license": "MIT", - "bin": { - "osm2geojson-lite": "osm2geojson-lite" - }, - "optionalDependencies": { - "@types/geojson": "^7946.0.16" - } - }, - "node_modules/overlap-area": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/overlap-area/-/overlap-area-1.1.0.tgz", - "integrity": "sha512-3dlJgJCaVeXH0/eZjYVJvQiLVVrPO4U1ZGqlATtx6QGO3b5eNM6+JgUKa7oStBTdYuGTk7gVoABCW6Tp+dhRdw==", - "license": "MIT", - "dependencies": { - "@daybrush/utils": "^1.7.1" - } - }, - "node_modules/own-keys": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz", - "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==", - "license": "MIT", - "dependencies": { - "get-intrinsic": "^1.2.6", - "object-keys": "^1.1.1", - "safe-push-apply": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "yocto-queue": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "dev": true, - "license": "MIT", - "dependencies": { - "p-limit": "^3.0.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/pako": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz", - "integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==", - "license": "(MIT AND Zlib)" - }, - "node_modules/parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "license": "MIT", - "dependencies": { - "callsites": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "license": "MIT", - "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "license": "MIT" - }, - "node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/pathval": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.1.tgz", - "integrity": "sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">= 14.16" - } - }, - "node_modules/pbf": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pbf/-/pbf-4.0.1.tgz", - "integrity": "sha512-SuLdBvS42z33m8ejRbInMapQe8n0D3vN/Xd5fmWM3tufNgRQFBpaW2YVJxQZV4iPNqb0vEFvssMEo5w9c6BTIA==", - "license": "BSD-3-Clause", - "dependencies": { - "resolve-protobuf-schema": "^2.1.0" - }, - "bin": { - "pbf": "bin/pbf" - } - }, - "node_modules/performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", - "license": "MIT", - "optional": true - }, - "node_modules/picocolors": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", - "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", - "license": "ISC" - }, - "node_modules/picomatch": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", - "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", - "devOptional": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/point-in-polygon": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/point-in-polygon/-/point-in-polygon-1.1.0.tgz", - "integrity": "sha512-3ojrFwjnnw8Q9242TzgXuTD+eKiutbzyslcq1ydfu82Db2y+Ogbmyrkpv0Hgj31qwT3lbS9+QAAO/pIQM35XRw==", - "license": "MIT" - }, - "node_modules/point-in-polygon-hao": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/point-in-polygon-hao/-/point-in-polygon-hao-1.2.4.tgz", - "integrity": "sha512-x2pcvXeqhRHlNRdhLs/tgFapAbSSe86wa/eqmj1G6pWftbEs5aVRJhRGM6FYSUERKu0PjekJzMq0gsI2XyiclQ==", - "license": "MIT", - "dependencies": { - "robust-predicates": "^3.0.2" - } - }, - "node_modules/point-in-polygon-hao/node_modules/robust-predicates": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz", - "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==", - "license": "Unlicense" - }, - "node_modules/polyclip-ts": { - "version": "0.16.8", - "resolved": "https://registry.npmjs.org/polyclip-ts/-/polyclip-ts-0.16.8.tgz", - "integrity": "sha512-JPtKbDRuPEuAjuTdhR62Gph7Is2BS1Szx69CFOO3g71lpJDFo78k4tFyi+qFOMVPePEzdSKkpGU3NBXPHHjvKQ==", - "license": "MIT", - "dependencies": { - "bignumber.js": "^9.1.0", - "splaytree-ts": "^1.0.2" - } - }, - "node_modules/possible-typed-array-names": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz", - "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==", - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/postcss": { - "version": "8.5.8", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz", - "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==", - "devOptional": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "nanoid": "^3.3.11", - "picocolors": "^1.1.1", - "source-map-js": "^1.2.1" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, - "node_modules/potpack": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/potpack/-/potpack-2.1.0.tgz", - "integrity": "sha512-pcaShQc1Shq0y+E7GqJqvZj8DTthWV1KeHGdi0Z6IAin2Oi3JnLCOfwnCo84qc+HAp52wT9nK9H7FAJp5a44GQ==", - "license": "ISC" - }, - "node_modules/prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", - "license": "MIT", - "dependencies": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/pretty-format/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/pretty-format/node_modules/react-is": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", - "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", - "license": "MIT" - }, - "node_modules/process-nextick-args": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", - "integrity": "sha512-yN0WQmuCX63LP/TMvAg31nvT6m4vDqJEiiv2CAZqWOGNWutc9DfDk1NPYYmKUFmaVM2UwDowH4u5AHWYP/jxKw==", - "license": "MIT" - }, - "node_modules/prop-types": { - "version": "15.8.1", - "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", - "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", - "license": "MIT", - "dependencies": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.13.1" - } - }, - "node_modules/prop-types/node_modules/react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", - "license": "MIT" - }, - "node_modules/protocol-buffers-schema": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/protocol-buffers-schema/-/protocol-buffers-schema-3.6.0.tgz", - "integrity": "sha512-TdDRD+/QNdrCGCE7v8340QyuXd4kIWIgapsE2+n/SaGiSSbomYl4TjHlvIoCWRpE7wFt02EpB35VVA2ImcBVqw==", - "license": "MIT" - }, - "node_modules/punycode": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", - "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/quick-lru": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz", - "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/quickselect": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/quickselect/-/quickselect-3.0.0.tgz", - "integrity": "sha512-XdjUArbK4Bm5fLLvlm5KpTFOiOThgfWWI4axAZDWg4E/0mKdZyI9tNEfds27qCi1ze/vwTR16kvmmGhRra3c2g==", - "license": "ISC" - }, - "node_modules/raf": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz", - "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==", - "license": "MIT", - "optional": true, - "dependencies": { - "performance-now": "^2.1.0" - } - }, - "node_modules/rbush": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/rbush/-/rbush-3.0.1.tgz", - "integrity": "sha512-XRaVO0YecOpEuIvbhbpTrZgoiI6xBlz6hnlr6EHhd+0x9ase6EmeN+hdwwUaJvLcsFFQ8iWVF1GAK1yB0BWi0w==", - "license": "MIT", - "dependencies": { - "quickselect": "^2.0.0" - } - }, - "node_modules/rbush/node_modules/quickselect": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/quickselect/-/quickselect-2.0.0.tgz", - "integrity": "sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw==", - "license": "ISC" - }, - "node_modules/react": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", - "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-color": { - "version": "2.19.3", - "resolved": "https://registry.npmjs.org/react-color/-/react-color-2.19.3.tgz", - "integrity": "sha512-LEeGE/ZzNLIsFWa1TMe8y5VYqr7bibneWmvJwm1pCn/eNmrabWDh659JSPn9BuaMpEfU83WTOJfnCcjDZwNQTA==", - "license": "MIT", - "dependencies": { - "@icons/material": "^0.2.4", - "lodash": "^4.17.15", - "lodash-es": "^4.17.15", - "material-colors": "^1.2.1", - "prop-types": "^15.5.10", - "reactcss": "^1.2.0", - "tinycolor2": "^1.4.1" - }, - "peerDependencies": { - "react": "*" - } - }, - "node_modules/react-css-styled": { - "version": "1.1.9", - "resolved": "https://registry.npmjs.org/react-css-styled/-/react-css-styled-1.1.9.tgz", - "integrity": "sha512-M7fJZ3IWFaIHcZEkoFOnkjdiUFmwd8d+gTh2bpqMOcnxy/0Gsykw4dsL4QBiKsxcGow6tETUa4NAUcmJF+/nfw==", - "license": "MIT", - "dependencies": { - "css-styled": "~1.0.8", - "framework-utils": "^1.1.0" - } - }, - "node_modules/react-dom": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz", - "integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==", - "license": "MIT", - "dependencies": { - "scheduler": "^0.27.0" - }, - "peerDependencies": { - "react": "^19.2.4" - } - }, - "node_modules/react-is": { - "version": "19.1.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.1.1.tgz", - "integrity": "sha512-tr41fA15Vn8p4X9ntI+yCyeGSf1TlYaY5vlTZfQmeLBrFo3psOPX6HhTDnFNL9uj3EhP0KAQ80cugCl4b4BERA==", - "license": "MIT" - }, - "node_modules/react-moveable": { - "version": "0.56.0", - "resolved": "https://registry.npmjs.org/react-moveable/-/react-moveable-0.56.0.tgz", - "integrity": "sha512-FmJNmIOsOA36mdxbrc/huiE4wuXSRlmon/o+/OrfNhSiYYYL0AV5oObtPluEhb2Yr/7EfYWBHTxF5aWAvjg1SA==", - "license": "MIT", - "dependencies": { - "@daybrush/utils": "^1.13.0", - "@egjs/agent": "^2.2.1", - "@egjs/children-differ": "^1.0.1", - "@egjs/list-differ": "^1.0.0", - "@scena/dragscroll": "^1.4.0", - "@scena/event-emitter": "^1.0.5", - "@scena/matrix": "^1.1.1", - "css-to-mat": "^1.1.1", - "framework-utils": "^1.1.0", - "gesto": "^1.19.3", - "overlap-area": "^1.1.0", - "react-css-styled": "^1.1.9", - "react-selecto": "^1.25.0" - } - }, - "node_modules/react-redux": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-9.2.0.tgz", - "integrity": "sha512-ROY9fvHhwOD9ySfrF0wmvu//bKCQ6AeZZq1nJNtbDC+kk5DuSuNX/n6YWYF/SYy7bSba4D4FSz8DJeKY/S/r+g==", - "license": "MIT", - "dependencies": { - "@types/use-sync-external-store": "^0.0.6", - "use-sync-external-store": "^1.4.0" - }, - "peerDependencies": { - "@types/react": "^18.2.25 || ^19", - "react": "^18.0 || ^19", - "redux": "^5.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "redux": { - "optional": true - } - } - }, - "node_modules/react-selecto": { - "version": "1.26.3", - "resolved": "https://registry.npmjs.org/react-selecto/-/react-selecto-1.26.3.tgz", - "integrity": "sha512-Ubik7kWSnZyQEBNro+1k38hZaI1tJarE+5aD/qsqCOA1uUBSjgKVBy3EWRzGIbdmVex7DcxznFZLec/6KZNvwQ==", - "license": "MIT", - "dependencies": { - "selecto": "~1.26.3" - } - }, - "node_modules/react-transition-group": { - "version": "4.4.5", - "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", - "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==", - "license": "BSD-3-Clause", - "dependencies": { - "@babel/runtime": "^7.5.5", - "dom-helpers": "^5.0.1", - "loose-envify": "^1.4.0", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": ">=16.6.0", - "react-dom": ">=16.6.0" - } - }, - "node_modules/reactcss": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/reactcss/-/reactcss-1.2.3.tgz", - "integrity": "sha512-KiwVUcFu1RErkI97ywr8nvx8dNOpT03rbnma0SSalTYjkrPYaEajR4a/MRt6DZ46K6arDRbWMNHF+xH7G7n/8A==", - "license": "MIT", - "dependencies": { - "lodash": "^4.0.1" - } - }, - "node_modules/read-pkg": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", - "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", - "license": "MIT", - "dependencies": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", - "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", - "license": "MIT", - "dependencies": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/read-pkg-up/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "license": "MIT", - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/read-pkg-up/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "license": "MIT", - "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/read-pkg-up/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "license": "MIT", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/read-pkg-up/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "license": "MIT", - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/read-pkg-up/node_modules/type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", - "license": "(MIT OR CC0-1.0)", - "engines": { - "node": ">=8" - } - }, - "node_modules/read-pkg/node_modules/hosted-git-info": { - "version": "2.8.9", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", - "license": "ISC" - }, - "node_modules/read-pkg/node_modules/normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "license": "BSD-2-Clause", - "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/read-pkg/node_modules/semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "license": "ISC", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/read-pkg/node_modules/type-fest": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", - "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", - "license": "(MIT OR CC0-1.0)", - "engines": { - "node": ">=8" - } - }, - "node_modules/readable-stream": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz", - "integrity": "sha512-TXcFfb63BQe1+ySzsHZI/5v1aJPCShfqvWJ64ayNImXMsN1Cd0YGk/wm8KB7/OeessgPc9QvS9Zou8QTkFzsLw==", - "license": "MIT", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "~1.0.0", - "process-nextick-args": "~1.0.6", - "string_decoder": "~0.10.x", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/recast": { - "version": "0.23.11", - "resolved": "https://registry.npmjs.org/recast/-/recast-0.23.11.tgz", - "integrity": "sha512-YTUo+Flmw4ZXiWfQKGcwwc11KnoRAYgzAE2E7mXKCjSviTKShtxBsN6YUUBB2gtaBzKzeKunxhUwNHQuRryhWA==", - "license": "MIT", - "peer": true, - "dependencies": { - "ast-types": "^0.16.1", - "esprima": "~4.0.0", - "source-map": "~0.6.1", - "tiny-invariant": "^1.3.3", - "tslib": "^2.0.1" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/recast/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "license": "BSD-3-Clause", - "peer": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/redent": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", - "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", - "license": "MIT", - "dependencies": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/redux": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/redux/-/redux-5.0.1.tgz", - "integrity": "sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==", - "license": "MIT" - }, - "node_modules/redux-thunk": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-3.1.0.tgz", - "integrity": "sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==", - "license": "MIT", - "peerDependencies": { - "redux": "^5.0.0" - } - }, - "node_modules/reflect.getprototypeof": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz", - "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==", - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.9", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.0.0", - "get-intrinsic": "^1.2.7", - "get-proto": "^1.0.1", - "which-builtin-type": "^1.2.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/regenerator-runtime": { - "version": "0.13.11", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", - "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", - "license": "MIT", - "optional": true - }, - "node_modules/regexp.prototype.flags": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz", - "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==", - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "define-properties": "^1.2.1", - "es-errors": "^1.3.0", - "get-proto": "^1.0.1", - "gopd": "^1.2.0", - "set-function-name": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/reselect": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/reselect/-/reselect-5.1.1.tgz", - "integrity": "sha512-K/BG6eIky/SBpzfHZv/dd+9JBFiS4SWV7FIujVyJRux6e45+73RaUHXLmIR1f7WOMaQ0U1km6qwklRQxpJJY0w==", - "license": "MIT" - }, - "node_modules/resolve": { - "version": "1.22.10", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz", - "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", - "license": "MIT", - "dependencies": { - "is-core-module": "^2.16.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/resolve-protobuf-schema": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/resolve-protobuf-schema/-/resolve-protobuf-schema-2.1.0.tgz", - "integrity": "sha512-kI5ffTiZWmJaS/huM8wZfEMer1eRd7oJQhDuxeCLe3t7N7mX3z94CN0xPxBQxFYQTSNz9T0i+v6inKqSdK8xrQ==", - "license": "MIT", - "dependencies": { - "protocol-buffers-schema": "^3.3.1" - } - }, - "node_modules/rgbcolor": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/rgbcolor/-/rgbcolor-1.0.1.tgz", - "integrity": "sha512-9aZLIrhRaD97sgVhtJOW6ckOEh6/GnvQtdVNfdZ6s67+3/XwLS9lBcQYzEEhYVeUowN7pRzMLsyGhK2i/xvWbw==", - "license": "MIT OR SEE LICENSE IN FEEL-FREE.md", - "optional": true, - "engines": { - "node": ">= 0.8.15" - } - }, - "node_modules/robust-predicates": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-2.0.4.tgz", - "integrity": "sha512-l4NwboJM74Ilm4VKfbAtFeGq7aEjWL+5kVFcmgFA2MrdnQWx9iE/tUGvxY5HyMI7o/WpSIUFLbC5fbeaHgSCYg==", - "license": "Unlicense" - }, - "node_modules/rolldown": { - "version": "1.0.0-rc.11", - "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.11.tgz", - "integrity": "sha512-NRjoKMusSjfRbSYiH3VSumlkgFe7kYAa3pzVOsVYVFY3zb5d7nS+a3KGQ7hJKXuYWbzJKPVQ9Wxq2UvyK+ENpw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@oxc-project/types": "=0.122.0", - "@rolldown/pluginutils": "1.0.0-rc.11" - }, - "bin": { - "rolldown": "bin/cli.mjs" - }, - "engines": { - "node": "^20.19.0 || >=22.12.0" - }, - "optionalDependencies": { - "@rolldown/binding-android-arm64": "1.0.0-rc.11", - "@rolldown/binding-darwin-arm64": "1.0.0-rc.11", - "@rolldown/binding-darwin-x64": "1.0.0-rc.11", - "@rolldown/binding-freebsd-x64": "1.0.0-rc.11", - "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.11", - "@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.11", - "@rolldown/binding-linux-arm64-musl": "1.0.0-rc.11", - "@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.11", - "@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.11", - "@rolldown/binding-linux-x64-gnu": "1.0.0-rc.11", - "@rolldown/binding-linux-x64-musl": "1.0.0-rc.11", - "@rolldown/binding-openharmony-arm64": "1.0.0-rc.11", - "@rolldown/binding-wasm32-wasi": "1.0.0-rc.11", - "@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.11", - "@rolldown/binding-win32-x64-msvc": "1.0.0-rc.11" - } - }, - "node_modules/rolldown/node_modules/@rolldown/pluginutils": { - "version": "1.0.0-rc.11", - "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.11.tgz", - "integrity": "sha512-xQO9vbwBecJRv9EUcQ/y0dzSTJgA7Q6UVN7xp6B81+tBGSLVAK03yJ9NkJaUA7JFD91kbjxRSC/mDnmvXzbHoQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/rw": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/rw/-/rw-0.1.4.tgz", - "integrity": "sha512-vSj3D96kMcjNyqPcp65wBRIDImGSrUuMxngNNxvw8MQaO+aQ6llzRPH7XcJy5zrpb3wU++045+Uz/IDIM684iw==" - }, - "node_modules/safe-array-concat": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz", - "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==", - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "call-bound": "^1.0.2", - "get-intrinsic": "^1.2.6", - "has-symbols": "^1.1.0", - "isarray": "^2.0.5" - }, - "engines": { - "node": ">=0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/safe-array-concat/node_modules/isarray": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", - "license": "MIT" - }, - "node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "license": "MIT", - "peer": true - }, - "node_modules/safe-push-apply": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz", - "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==", - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "isarray": "^2.0.5" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/safe-push-apply/node_modules/isarray": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", - "license": "MIT" - }, - "node_modules/safe-regex-test": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz", - "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==", - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "es-errors": "^1.3.0", - "is-regex": "^1.2.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "license": "MIT" - }, - "node_modules/scheduler": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz", - "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==", - "license": "MIT" - }, - "node_modules/selecto": { - "version": "1.26.3", - "resolved": "https://registry.npmjs.org/selecto/-/selecto-1.26.3.tgz", - "integrity": "sha512-gZHgqMy5uyB6/2YDjv3Qqaf7bd2hTDOpPdxXlrez4R3/L0GiEWDCFaUfrflomgqdb3SxHF2IXY0Jw0EamZi7cw==", - "license": "MIT", - "dependencies": { - "@daybrush/utils": "^1.13.0", - "@egjs/children-differ": "^1.0.1", - "@scena/dragscroll": "^1.4.0", - "@scena/event-emitter": "^1.0.5", - "css-styled": "^1.0.8", - "css-to-mat": "^1.1.1", - "framework-utils": "^1.1.0", - "gesto": "^1.19.4", - "keycon": "^1.2.0", - "overlap-area": "^1.1.0" - } - }, - "node_modules/semver": { - "version": "7.7.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", - "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/set-function-length": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", - "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", - "license": "MIT", - "dependencies": { - "define-data-property": "^1.1.4", - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.4", - "gopd": "^1.0.1", - "has-property-descriptors": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/set-function-name": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", - "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", - "license": "MIT", - "dependencies": { - "define-data-property": "^1.1.4", - "es-errors": "^1.3.0", - "functions-have-names": "^1.2.3", - "has-property-descriptors": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/set-proto": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz", - "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==", - "license": "MIT", - "dependencies": { - "dunder-proto": "^1.0.1", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/setimmediate": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", - "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==", - "license": "MIT", - "peer": true - }, - "node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dev": true, - "license": "MIT", - "dependencies": { - "shebang-regex": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/side-channel": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", - "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "object-inspect": "^1.13.3", - "side-channel-list": "^1.0.0", - "side-channel-map": "^1.0.1", - "side-channel-weakmap": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/side-channel-list": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz", - "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==", - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "object-inspect": "^1.13.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/side-channel-map": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", - "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.5", - "object-inspect": "^1.13.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/side-channel-weakmap": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", - "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.5", - "object-inspect": "^1.13.3", - "side-channel-map": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/skmeans": { - "version": "0.9.7", - "resolved": "https://registry.npmjs.org/skmeans/-/skmeans-0.9.7.tgz", - "integrity": "sha512-hNj1/oZ7ygsfmPZ7ZfN5MUBRoGg1gtpnImuJBgLO0ljQ67DtJuiQaiYdS4lUA6s0KCwnPhGivtC/WRwIZLkHyg==", - "license": "MIT" - }, - "node_modules/snappyjs": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/snappyjs/-/snappyjs-0.6.1.tgz", - "integrity": "sha512-YIK6I2lsH072UE0aOFxxY1dPDCS43I5ktqHpeAsuLNYWkE5pGxRGWfDM4/vSUfNzXjC1Ivzt3qx31PCLmc9yqg==", - "license": "MIT", - "peer": true - }, - "node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/source-map-js": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", - "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", - "devOptional": true, - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/spdx-correct": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", - "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", - "license": "Apache-2.0", - "dependencies": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/spdx-exceptions": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz", - "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==", - "license": "CC-BY-3.0" - }, - "node_modules/spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", - "license": "MIT", - "dependencies": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/spdx-license-ids": { - "version": "3.0.22", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.22.tgz", - "integrity": "sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ==", - "license": "CC0-1.0" - }, - "node_modules/splaytree-ts": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/splaytree-ts/-/splaytree-ts-1.0.2.tgz", - "integrity": "sha512-0kGecIZNIReCSiznK3uheYB8sbstLjCZLiwcQwbmLhgHJj2gz6OnSPkVzJQCMnmEz1BQ4gPK59ylhBoEWOhGNA==", - "license": "BDS-3-Clause" - }, - "node_modules/sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", - "license": "BSD-3-Clause", - "peer": true - }, - "node_modules/stackblur-canvas": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/stackblur-canvas/-/stackblur-canvas-2.7.0.tgz", - "integrity": "sha512-yf7OENo23AGJhBriGx0QivY5JP6Y1HbrrDI6WLt6C5auYZXlQrheoY8hD4ibekFKz1HOfE48Ww8kMWMnJD/zcQ==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">=0.1.14" - } - }, - "node_modules/stop-iteration-iterator": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz", - "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==", - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "internal-slot": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/storybook": { - "version": "9.1.20", - "resolved": "https://registry.npmjs.org/storybook/-/storybook-9.1.20.tgz", - "integrity": "sha512-6rME2tww6PFhm96iG2Xx44yzwLDWBiDWy+kJ2ub6x90werSTOiuo+tZJ94BgCfFutR0tEfLRIq59s+Zg6YyChA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@storybook/global": "^5.0.0", - "@testing-library/jest-dom": "^6.6.3", - "@testing-library/user-event": "^14.6.1", - "@vitest/expect": "3.2.4", - "@vitest/mocker": "3.2.4", - "@vitest/spy": "3.2.4", - "better-opn": "^3.0.2", - "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0", - "esbuild-register": "^3.5.0", - "recast": "^0.23.5", - "semver": "^7.6.2", - "ws": "^8.18.0" - }, - "bin": { - "storybook": "bin/index.cjs" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "prettier": "^2 || ^3" - }, - "peerDependenciesMeta": { - "prettier": { - "optional": true - } - } - }, - "node_modules/storybook/node_modules/@esbuild/aix-ppc64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz", - "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==", - "cpu": [ - "ppc64" - ], - "license": "MIT", - "optional": true, - "os": [ - "aix" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/storybook/node_modules/@esbuild/android-arm": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz", - "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==", - "cpu": [ - "arm" - ], - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/storybook/node_modules/@esbuild/android-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz", - "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/storybook/node_modules/@esbuild/android-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz", - "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/storybook/node_modules/@esbuild/darwin-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz", - "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/storybook/node_modules/@esbuild/darwin-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz", - "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/storybook/node_modules/@esbuild/freebsd-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz", - "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/storybook/node_modules/@esbuild/freebsd-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz", - "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/storybook/node_modules/@esbuild/linux-arm": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz", - "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==", - "cpu": [ - "arm" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/storybook/node_modules/@esbuild/linux-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz", - "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/storybook/node_modules/@esbuild/linux-ia32": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz", - "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==", - "cpu": [ - "ia32" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/storybook/node_modules/@esbuild/linux-loong64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz", - "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==", - "cpu": [ - "loong64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/storybook/node_modules/@esbuild/linux-mips64el": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz", - "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==", - "cpu": [ - "mips64el" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/storybook/node_modules/@esbuild/linux-ppc64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz", - "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==", - "cpu": [ - "ppc64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/storybook/node_modules/@esbuild/linux-riscv64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz", - "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==", - "cpu": [ - "riscv64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/storybook/node_modules/@esbuild/linux-s390x": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz", - "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==", - "cpu": [ - "s390x" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/storybook/node_modules/@esbuild/linux-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz", - "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/storybook/node_modules/@esbuild/netbsd-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz", - "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "netbsd" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/storybook/node_modules/@esbuild/netbsd-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz", - "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "netbsd" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/storybook/node_modules/@esbuild/openbsd-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz", - "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/storybook/node_modules/@esbuild/openbsd-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz", - "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/storybook/node_modules/@esbuild/openharmony-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz", - "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "openharmony" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/storybook/node_modules/@esbuild/sunos-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz", - "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "sunos" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/storybook/node_modules/@esbuild/win32-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz", - "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/storybook/node_modules/@esbuild/win32-ia32": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz", - "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==", - "cpu": [ - "ia32" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/storybook/node_modules/@esbuild/win32-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz", - "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/storybook/node_modules/@vitest/mocker": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-3.2.4.tgz", - "integrity": "sha512-46ryTE9RZO/rfDd7pEqFl7etuyzekzEhUbTW3BvmeO/BcCMEgq59BKhek3dXDWgAj4oMK6OZi+vRr1wPW6qjEQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@vitest/spy": "3.2.4", - "estree-walker": "^3.0.3", - "magic-string": "^0.30.17" - }, - "funding": { - "url": "https://opencollective.com/vitest" - }, - "peerDependencies": { - "msw": "^2.4.9", - "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0" - }, - "peerDependenciesMeta": { - "msw": { - "optional": true - }, - "vite": { - "optional": true - } - } - }, - "node_modules/storybook/node_modules/esbuild": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz", - "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==", - "hasInstallScript": true, - "license": "MIT", - "peer": true, - "bin": { - "esbuild": "bin/esbuild" - }, - "engines": { - "node": ">=18" - }, - "optionalDependencies": { - "@esbuild/aix-ppc64": "0.25.12", - "@esbuild/android-arm": "0.25.12", - "@esbuild/android-arm64": "0.25.12", - "@esbuild/android-x64": "0.25.12", - "@esbuild/darwin-arm64": "0.25.12", - "@esbuild/darwin-x64": "0.25.12", - "@esbuild/freebsd-arm64": "0.25.12", - "@esbuild/freebsd-x64": "0.25.12", - "@esbuild/linux-arm": "0.25.12", - "@esbuild/linux-arm64": "0.25.12", - "@esbuild/linux-ia32": "0.25.12", - "@esbuild/linux-loong64": "0.25.12", - "@esbuild/linux-mips64el": "0.25.12", - "@esbuild/linux-ppc64": "0.25.12", - "@esbuild/linux-riscv64": "0.25.12", - "@esbuild/linux-s390x": "0.25.12", - "@esbuild/linux-x64": "0.25.12", - "@esbuild/netbsd-arm64": "0.25.12", - "@esbuild/netbsd-x64": "0.25.12", - "@esbuild/openbsd-arm64": "0.25.12", - "@esbuild/openbsd-x64": "0.25.12", - "@esbuild/openharmony-arm64": "0.25.12", - "@esbuild/sunos-x64": "0.25.12", - "@esbuild/win32-arm64": "0.25.12", - "@esbuild/win32-ia32": "0.25.12", - "@esbuild/win32-x64": "0.25.12" - } - }, - "node_modules/string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==", - "license": "MIT" - }, - "node_modules/string.prototype.trim": { - "version": "1.2.10", - "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz", - "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==", - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "call-bound": "^1.0.2", - "define-data-property": "^1.1.4", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.5", - "es-object-atoms": "^1.0.0", - "has-property-descriptors": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.trimend": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz", - "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==", - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "call-bound": "^1.0.2", - "define-properties": "^1.2.1", - "es-object-atoms": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.trimstart": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz", - "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==", - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.7", - "define-properties": "^1.2.1", - "es-object-atoms": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/strip-indent": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", - "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", - "license": "MIT", - "dependencies": { - "min-indent": "^1.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/strnum": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz", - "integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/NaturalIntelligence" - } - ], - "license": "MIT", - "peer": true - }, - "node_modules/stylis": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz", - "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==", - "license": "MIT" - }, - "node_modules/supercluster": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/supercluster/-/supercluster-8.0.1.tgz", - "integrity": "sha512-IiOea5kJ9iqzD2t7QJq/cREyLHTtSmUT6gQsweojg9WH2sYJqZK9SswTu6jrscO6D1G5v5vYZ9ru/eq85lXeZQ==", - "license": "ISC", - "dependencies": { - "kdbush": "^4.0.2" - } - }, - "node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/svg-pathdata": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/svg-pathdata/-/svg-pathdata-6.0.3.tgz", - "integrity": "sha512-qsjeeq5YjBZ5eMdFuUa4ZosMLxgr5RZ+F+Y1OrDhuOCEInRMA3x74XdBtggJcj9kOeInz0WE+LgCPDkZFlBYJw==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">=12.0.0" - } - }, - "node_modules/sweepline-intersections": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/sweepline-intersections/-/sweepline-intersections-1.5.0.tgz", - "integrity": "sha512-AoVmx72QHpKtItPu72TzFL+kcYjd67BPLDoR0LarIk+xyaRg+pDTMFXndIEvZf9xEKnJv6JdhgRMnocoG0D3AQ==", - "license": "MIT", - "dependencies": { - "tinyqueue": "^2.0.0" - } - }, - "node_modules/text-segmentation": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/text-segmentation/-/text-segmentation-1.0.3.tgz", - "integrity": "sha512-iOiPUo/BGnZ6+54OsWxZidGCsdU8YbE4PSpdPinp7DeMtUJNJBoJ/ouUSTJjHkh1KntHaltHl/gDs2FC4i5+Nw==", - "license": "MIT", - "optional": true, - "dependencies": { - "utrie": "^1.0.2" - } - }, - "node_modules/texture-compressor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/texture-compressor/-/texture-compressor-1.0.2.tgz", - "integrity": "sha512-dStVgoaQ11mA5htJ+RzZ51ZxIZqNOgWKAIvtjLrW1AliQQLCmrDqNzQZ8Jh91YealQ95DXt4MEduLzJmbs6lig==", - "license": "MIT", - "peer": true, - "dependencies": { - "argparse": "^1.0.10", - "image-size": "^0.7.4" - }, - "bin": { - "texture-compressor": "bin/texture-compressor.js" - } - }, - "node_modules/texture-compressor/node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "license": "MIT", - "peer": true, - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, - "node_modules/tiny-invariant": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz", - "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==", - "license": "MIT", - "peer": true - }, - "node_modules/tinycolor2": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz", - "integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==", - "license": "MIT" - }, - "node_modules/tinyglobby": { - "version": "0.2.15", - "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz", - "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", - "devOptional": true, - "license": "MIT", - "dependencies": { - "fdir": "^6.5.0", - "picomatch": "^4.0.3" - }, - "engines": { - "node": ">=12.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/SuperchupuDev" - } - }, - "node_modules/tinyqueue": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/tinyqueue/-/tinyqueue-2.0.3.tgz", - "integrity": "sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA==", - "license": "ISC" - }, - "node_modules/tinyrainbow": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-2.0.0.tgz", - "integrity": "sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/tinyspy": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-4.0.4.tgz", - "integrity": "sha512-azl+t0z7pw/z958Gy9svOTuzqIk6xq+NSheJzn5MMWtWTFywIacg2wUlzKFGtt3cthx0r2SxMK0yzJOR0IES7Q==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/topojson-client": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/topojson-client/-/topojson-client-3.1.0.tgz", - "integrity": "sha512-605uxS6bcYxGXw9qi62XyrV6Q3xwbndjachmNxu8HWTtVPxZfEJN9fd/SZS1Q54Sn2y0TMyMxFj/cJINqGHrKw==", - "license": "ISC", - "dependencies": { - "commander": "2" - }, - "bin": { - "topo2geo": "bin/topo2geo", - "topomerge": "bin/topomerge", - "topoquantize": "bin/topoquantize" - } - }, - "node_modules/topojson-server": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/topojson-server/-/topojson-server-3.0.1.tgz", - "integrity": "sha512-/VS9j/ffKr2XAOjlZ9CgyyeLmgJ9dMwq6Y0YEON8O7p/tGGk+dCWnrE03zEdu7i4L7YsFZLEPZPzCvcB7lEEXw==", - "license": "ISC", - "dependencies": { - "commander": "2" - }, - "bin": { - "geo2topo": "bin/geo2topo" - } - }, - "node_modules/traverse": { - "version": "0.6.11", - "resolved": "https://registry.npmjs.org/traverse/-/traverse-0.6.11.tgz", - "integrity": "sha512-vxXDZg8/+p3gblxB6BhhG5yWVn1kGRlaL8O78UDXc3wRnPizB5g83dcvWV1jpDMIPnjZjOFuxlMmE82XJ4407w==", - "license": "MIT", - "dependencies": { - "gopd": "^1.2.0", - "typedarray.prototype.slice": "^1.0.5", - "which-typed-array": "^1.1.18" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/trim-newlines": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz", - "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/ts-api-utils": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz", - "integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18.12" - }, - "peerDependencies": { - "typescript": ">=4.8.4" - } - }, - "node_modules/tslib": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", - "license": "0BSD" - }, - "node_modules/type-check": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", - "dev": true, - "license": "MIT", - "dependencies": { - "prelude-ls": "^1.2.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/type-fest": { - "version": "0.18.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz", - "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", - "license": "(MIT OR CC0-1.0)", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/typed-array-buffer": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz", - "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==", - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "es-errors": "^1.3.0", - "is-typed-array": "^1.1.14" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/typed-array-byte-length": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz", - "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==", - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "for-each": "^0.3.3", - "gopd": "^1.2.0", - "has-proto": "^1.2.0", - "is-typed-array": "^1.1.14" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/typed-array-byte-offset": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz", - "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==", - "license": "MIT", - "dependencies": { - "available-typed-arrays": "^1.0.7", - "call-bind": "^1.0.8", - "for-each": "^0.3.3", - "gopd": "^1.2.0", - "has-proto": "^1.2.0", - "is-typed-array": "^1.1.15", - "reflect.getprototypeof": "^1.0.9" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/typed-array-length": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz", - "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==", - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.7", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "is-typed-array": "^1.1.13", - "possible-typed-array-names": "^1.0.0", - "reflect.getprototypeof": "^1.0.6" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/typedarray": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.7.tgz", - "integrity": "sha512-ueeb9YybpjhivjbHP2LdFDAjbS948fGEPj+ACAMs4xCMmh72OCOMQWBQKlaN4ZNQ04yfLSDLSx1tGRIoWimObQ==", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/typedarray.prototype.slice": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/typedarray.prototype.slice/-/typedarray.prototype.slice-1.0.5.tgz", - "integrity": "sha512-q7QNVDGTdl702bVFiI5eY4l/HkgCM6at9KhcFbgUAzezHFbOVy4+0O/lCjsABEQwbZPravVfBIiBVGo89yzHFg==", - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.9", - "es-errors": "^1.3.0", - "get-proto": "^1.0.1", - "math-intrinsics": "^1.1.0", - "typed-array-buffer": "^1.0.3", - "typed-array-byte-offset": "^1.0.4" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", - "devOptional": true, - "license": "Apache-2.0", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, - "node_modules/unbox-primitive": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz", - "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==", - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "has-bigints": "^1.0.2", - "has-symbols": "^1.1.0", - "which-boxed-primitive": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/undici-types": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", - "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", - "license": "MIT", - "peer": true - }, - "node_modules/update-browserslist-db": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz", - "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "escalade": "^3.2.0", - "picocolors": "^1.1.1" - }, - "bin": { - "update-browserslist-db": "cli.js" - }, - "peerDependencies": { - "browserslist": ">= 4.21.0" - } - }, - "node_modules/uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/use-sync-external-store": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.5.0.tgz", - "integrity": "sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==", - "license": "MIT", - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" - } - }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", - "license": "MIT" - }, - "node_modules/utrie": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/utrie/-/utrie-1.0.2.tgz", - "integrity": "sha512-1MLa5ouZiOmQzUbjbu9VmjLzn1QLXBhwpUa7kdLUQK+KQ5KA9I1vk5U4YHe/X2Ch7PYnJfWuWT+VbuxbGwljhw==", - "license": "MIT", - "optional": true, - "dependencies": { - "base64-arraybuffer": "^1.0.2" - } - }, - "node_modules/uuid": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", - "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "license": "MIT", - "bin": { - "uuid": "dist/esm/bin/uuid" - } - }, - "node_modules/validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", - "license": "Apache-2.0", - "dependencies": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - } - }, - "node_modules/vite": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.2.tgz", - "integrity": "sha512-1gFhNi+bHhRE/qKZOJXACm6tX4bA3Isy9KuKF15AgSRuRazNBOJfdDemPBU16/mpMxApDPrWvZ08DcLPEoRnuA==", - "dev": true, - "license": "MIT", - "dependencies": { - "lightningcss": "^1.32.0", - "picomatch": "^4.0.3", - "postcss": "^8.5.8", - "rolldown": "1.0.0-rc.11", - "tinyglobby": "^0.2.15" - }, - "bin": { - "vite": "bin/vite.js" - }, - "engines": { - "node": "^20.19.0 || >=22.12.0" - }, - "funding": { - "url": "https://github.com/vitejs/vite?sponsor=1" - }, - "optionalDependencies": { - "fsevents": "~2.3.3" - }, - "peerDependencies": { - "@types/node": "^20.19.0 || >=22.12.0", - "@vitejs/devtools": "^0.1.0", - "esbuild": "^0.27.0", - "jiti": ">=1.21.0", - "less": "^4.0.0", - "sass": "^1.70.0", - "sass-embedded": "^1.70.0", - "stylus": ">=0.54.8", - "sugarss": "^5.0.0", - "terser": "^5.16.0", - "tsx": "^4.8.1", - "yaml": "^2.4.2" - }, - "peerDependenciesMeta": { - "@types/node": { - "optional": true - }, - "@vitejs/devtools": { - "optional": true - }, - "esbuild": { - "optional": true - }, - "jiti": { - "optional": true - }, - "less": { - "optional": true - }, - "sass": { - "optional": true - }, - "sass-embedded": { - "optional": true - }, - "stylus": { - "optional": true - }, - "sugarss": { - "optional": true - }, - "terser": { - "optional": true - }, - "tsx": { - "optional": true - }, - "yaml": { - "optional": true - } - } - }, - "node_modules/wgs84": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/wgs84/-/wgs84-0.0.0.tgz", - "integrity": "sha512-ANHlY4Rb5kHw40D0NJ6moaVfOCMrp9Gpd1R/AIQYg2ko4/jzcJ+TVXYYF6kXJqQwITvEZP4yEthjM7U6rYlljQ==", - "license": "BSD-2-Clause" - }, - "node_modules/wgsl_reflect": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/wgsl_reflect/-/wgsl_reflect-1.2.3.tgz", - "integrity": "sha512-BQWBIsOn411M+ffBxmA6QRLvAOVbuz3Uk4NusxnqC1H7aeQcVLhdA3k2k/EFFFtqVjhz3z7JOOZF1a9hj2tv4Q==", - "license": "MIT", - "peer": true - }, - "node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dev": true, - "license": "ISC", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/which-boxed-primitive": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz", - "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==", - "license": "MIT", - "dependencies": { - "is-bigint": "^1.1.0", - "is-boolean-object": "^1.2.1", - "is-number-object": "^1.1.1", - "is-string": "^1.1.1", - "is-symbol": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/which-builtin-type": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz", - "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==", - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "function.prototype.name": "^1.1.6", - "has-tostringtag": "^1.0.2", - "is-async-function": "^2.0.0", - "is-date-object": "^1.1.0", - "is-finalizationregistry": "^1.1.0", - "is-generator-function": "^1.0.10", - "is-regex": "^1.2.1", - "is-weakref": "^1.0.2", - "isarray": "^2.0.5", - "which-boxed-primitive": "^1.1.0", - "which-collection": "^1.0.2", - "which-typed-array": "^1.1.16" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/which-builtin-type/node_modules/isarray": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", - "license": "MIT" - }, - "node_modules/which-collection": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz", - "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==", - "license": "MIT", - "dependencies": { - "is-map": "^2.0.3", - "is-set": "^2.0.3", - "is-weakmap": "^2.0.2", - "is-weakset": "^2.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/which-typed-array": { - "version": "1.1.19", - "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz", - "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==", - "license": "MIT", - "dependencies": { - "available-typed-arrays": "^1.0.7", - "call-bind": "^1.0.8", - "call-bound": "^1.0.4", - "for-each": "^0.3.5", - "get-proto": "^1.0.1", - "gopd": "^1.2.0", - "has-tostringtag": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/wms-capabilities": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/wms-capabilities/-/wms-capabilities-0.6.0.tgz", - "integrity": "sha512-yTbtesuSyKkHhw1TUX4VklXEkbQByc+hyo7TWq1sGjBA6tQ+XN32w546TPDTzROuwFTE/Dcq5F5FN4aA9nesaQ==", - "license": "BSD-2-Clause", - "bin": { - "wmscapabilities": "bin/wmscapabilities" - } - }, - "node_modules/word-wrap": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", - "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ws": { - "version": "8.20.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz", - "integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": ">=5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, - "node_modules/xtend": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", - "license": "MIT", - "engines": { - "node": ">=0.4" - } - }, - "node_modules/yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true, - "license": "ISC" - }, - "node_modules/yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "license": "ISC", - "engines": { - "node": ">=10" - } - }, - "node_modules/yocto-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/zod": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz", - "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==", - "dev": true, - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/colinhacks" - } - }, - "node_modules/zod-validation-error": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-4.0.2.tgz", - "integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18.0.0" - }, - "peerDependencies": { - "zod": "^3.25.0 || ^4.0.0" - } - }, - "node_modules/zstd-codec": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/zstd-codec/-/zstd-codec-0.1.5.tgz", - "integrity": "sha512-v3fyjpK8S/dpY/X5WxqTK3IoCnp/ZOLxn144GZVlNUjtwAchzrVo03h+oMATFhCIiJ5KTr4V3vDQQYz4RU684g==", - "license": "MIT", - "optional": true, - "peer": true - } - } -} diff --git a/package.json b/package.json deleted file mode 100644 index 9eff3ef..0000000 --- a/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "FossGIS Workshop 2026 3D Tiles", - "private": true, - "version": "0.0.0", - "type": "module", - "scripts": { - "dev": "vite", - "build": "tsc && vite build", - "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", - "preview": "vite preview" - }, - "dependencies": { - "@mapcomponents/deck-gl": "^1.8.9", - "@mapcomponents/react-maplibre": "^1.8.9", - "react": "^19.2.4", - "react-dom": "^19.2.4" - }, - "devDependencies": { - "@types/react": "^19.2.14", - "@types/react-dom": "^19.2.3", - "@typescript-eslint/eslint-plugin": "^8.57.2", - "@typescript-eslint/parser": "^8.57.2", - "@vitejs/plugin-react": "^6.0.1", - "eslint": "^9.39.4", - "eslint-plugin-react-hooks": "^7.0.1", - "eslint-plugin-react-refresh": "^0.5.2", - "typescript": "^5.9.3", - "vite": "^8.0.2" - } -} diff --git a/pixi.lock b/pixi.lock deleted file mode 100644 index e6b9902..0000000 --- a/pixi.lock +++ /dev/null @@ -1,18 +0,0 @@ -version: 6 -environments: - default: - channels: - - url: https://conda.anaconda.org/conda-forge/ - options: - pypi-prerelease-mode: if-necessary-or-explicit - packages: - win-64: - - conda: https://conda.anaconda.org/conda-forge/win-64/nodejs-25.8.2-h80d1838_0.conda -packages: -- conda: https://conda.anaconda.org/conda-forge/win-64/nodejs-25.8.2-h80d1838_0.conda - sha256: 5e38e51da1aa4bc352db9b4cec1c3e25811de0f4408edaa24e009a64de6dbfdf - md5: e626ee7934e4b7cb21ce6b721cff8677 - license: MIT - license_family: MIT - size: 31271315 - timestamp: 1774517904472 diff --git a/pixi.toml b/pixi.toml deleted file mode 100644 index 57facba..0000000 --- a/pixi.toml +++ /dev/null @@ -1,11 +0,0 @@ -[workspace] -authors = ["Arne Zitting "] -channels = ["conda-forge"] -name = "Projekt Visualisierung - Code" -platforms = ["win-64"] -version = "0.1.0" - -[tasks] - -[dependencies] -nodejs = ">=25.8.2,<25.9" diff --git a/public/apple-icon-180.png b/public/apple-icon-180.png deleted file mode 100644 index 8ee1235..0000000 Binary files a/public/apple-icon-180.png and /dev/null differ diff --git a/public/assets/hedges.geojson b/public/assets/hedges.geojson deleted file mode 100644 index 18a73a2..0000000 --- a/public/assets/hedges.geojson +++ /dev/null @@ -1,107426 +0,0 @@ -{ - "type": "FeatureCollection", - "generator": "overpass-turbo", - "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.", - "timestamp": "2026-03-22T11:55:15Z", - "features": [ - { - "type": "Feature", - "properties": { - "@id": "way/21556804", - "barrier": "hedge" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.9276464, - 51.521758 - ], - [ - 9.9277706, - 51.5219164 - ], - [ - 9.9278639, - 51.5220354 - ], - [ - 9.9278051, - 51.522058 - ], - [ - 9.9277688, - 51.522084 - ], - [ - 9.9277437, - 51.5221112 - ], - [ - 9.9277231, - 51.5221463 - ], - [ - 9.9272199, - 51.522094 - ], - [ - 9.9271961, - 51.5220818 - ], - [ - 9.9271857, - 51.5220691 - ], - [ - 9.927188, - 51.5220553 - ], - [ - 9.927239, - 51.5219767 - ], - [ - 9.9272782, - 51.5219272 - ], - [ - 9.9273305, - 51.5218784 - ], - [ - 9.9273999, - 51.5218275 - ], - [ - 9.9274663, - 51.5217901 - ], - [ - 9.9275397, - 51.5217651 - ], - [ - 9.9275877, - 51.5217493 - ], - [ - 9.9276066, - 51.5217714 - ], - [ - 9.9276464, - 51.521758 - ] - ] - ] - }, - "id": "way/21556804" - }, - { - "type": "Feature", - "properties": { - "@id": "way/237130658", - "area": "yes", - "barrier": "hedge" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.9282208, - 51.5369401 - ], - [ - 9.9281388, - 51.5369691 - ], - [ - 9.9281019, - 51.5369286 - ], - [ - 9.9277272, - 51.5370694 - ], - [ - 9.9277198, - 51.5370613 - ], - [ - 9.9281765, - 51.5368915 - ], - [ - 9.9282208, - 51.5369401 - ] - ] - ] - }, - "id": "way/237130658" - }, - { - "type": "Feature", - "properties": { - "@id": "way/237747046", - "barrier": "hedge", - "natural": "heath", - "source": "I live there" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.9365897, - 51.549027 - ], - [ - 9.9373349, - 51.5490655 - ], - [ - 9.9373684, - 51.5490672 - ], - [ - 9.9373607, - 51.5490931 - ], - [ - 9.9365841, - 51.5490494 - ], - [ - 9.9365897, - 51.549027 - ] - ] - ] - }, - "id": "way/237747046" - }, - { - "type": "Feature", - "properties": { - "@id": "way/242407670", - "area": "yes", - "barrier": "hedge" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.9098261, - 51.5369412 - ], - [ - 9.9098202, - 51.5369382 - ], - [ - 9.9098148, - 51.5369348 - ], - [ - 9.9098098, - 51.5369312 - ], - [ - 9.9098053, - 51.5369274 - ], - [ - 9.9098014, - 51.5369233 - ], - [ - 9.909798, - 51.5369191 - ], - [ - 9.9097952, - 51.5369147 - ], - [ - 9.909793, - 51.5369101 - ], - [ - 9.9097914, - 51.5369055 - ], - [ - 9.9097904, - 51.5369007 - ], - [ - 9.9097901, - 51.536896 - ], - [ - 9.9097904, - 51.5368913 - ], - [ - 9.9097913, - 51.5368865 - ], - [ - 9.9098051, - 51.5368891 - ], - [ - 9.9098163, - 51.5368932 - ], - [ - 9.9098234, - 51.5368993 - ], - [ - 9.9098278, - 51.5369059 - ], - [ - 9.9098311, - 51.5369145 - ], - [ - 9.9098307, - 51.5369261 - ], - [ - 9.9098261, - 51.5369412 - ] - ] - ] - }, - "id": "way/242407670" - }, - { - "type": "Feature", - "properties": { - "@id": "way/242407671", - "area": "yes", - "barrier": "hedge" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.9093876, - 51.5368459 - ], - [ - 9.9093952, - 51.5368401 - ], - [ - 9.9094053, - 51.536837 - ], - [ - 9.9094169, - 51.5368367 - ], - [ - 9.9094274, - 51.5368374 - ], - [ - 9.9094376, - 51.536839 - ], - [ - 9.9094121, - 51.5368657 - ], - [ - 9.9094084, - 51.5368703 - ], - [ - 9.9094049, - 51.536873 - ], - [ - 9.9094008, - 51.5368752 - ], - [ - 9.9093961, - 51.536877 - ], - [ - 9.9093909, - 51.5368783 - ], - [ - 9.9093855, - 51.5368789 - ], - [ - 9.9093801, - 51.5368791 - ], - [ - 9.9093746, - 51.5368786 - ], - [ - 9.9093876, - 51.5368459 - ] - ] - ] - }, - "id": "way/242407671" - }, - { - "type": "Feature", - "properties": { - "@id": "way/287687229", - "area": "yes", - "barrier": "hedge" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.9437312, - 51.5516923 - ], - [ - 9.9437328, - 51.5516738 - ], - [ - 9.9441405, - 51.5516705 - ], - [ - 9.944165, - 51.5516715 - ], - [ - 9.9441868, - 51.5516791 - ], - [ - 9.9442033, - 51.551691 - ], - [ - 9.9442097, - 51.5517019 - ], - [ - 9.9442092, - 51.5517095 - ], - [ - 9.944173, - 51.5517125 - ], - [ - 9.9441687, - 51.5517022 - ], - [ - 9.9441592, - 51.5516953 - ], - [ - 9.9441416, - 51.55169 - ], - [ - 9.9437312, - 51.5516923 - ] - ] - ] - }, - "id": "way/287687229" - }, - { - "type": "Feature", - "properties": { - "@id": "way/287687231", - "area": "yes", - "barrier": "hedge" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.9441754, - 51.5517212 - ], - [ - 9.9442142, - 51.5517195 - ], - [ - 9.9442126, - 51.5518605 - ], - [ - 9.9426437, - 51.5518747 - ], - [ - 9.9425754, - 51.5518754 - ], - [ - 9.9425731, - 51.5517604 - ], - [ - 9.9423216, - 51.5517624 - ], - [ - 9.942318, - 51.5515843 - ], - [ - 9.9424135, - 51.5515836 - ], - [ - 9.9424122, - 51.5515229 - ], - [ - 9.9424491, - 51.5515514 - ], - [ - 9.9424502, - 51.551601 - ], - [ - 9.9423459, - 51.5516133 - ], - [ - 9.942356, - 51.5517443 - ], - [ - 9.9425881, - 51.5517427 - ], - [ - 9.9426019, - 51.5517473 - ], - [ - 9.9426049, - 51.5517541 - ], - [ - 9.9426117, - 51.5518533 - ], - [ - 9.9430762, - 51.5518496 - ], - [ - 9.9431156, - 51.5518291 - ], - [ - 9.9431406, - 51.5518291 - ], - [ - 9.9431826, - 51.5518506 - ], - [ - 9.9434275, - 51.5518492 - ], - [ - 9.9434754, - 51.5518264 - ], - [ - 9.943494, - 51.5518264 - ], - [ - 9.9435473, - 51.5518473 - ], - [ - 9.9441775, - 51.55184 - ], - [ - 9.9441754, - 51.5517212 - ] - ] - ] - }, - "id": "way/287687231" - }, - { - "type": "Feature", - "properties": { - "@id": "way/287687233", - "area": "yes", - "barrier": "hedge" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.9429593, - 51.5515226 - ], - [ - 9.9424549, - 51.5515282 - ], - [ - 9.9424348, - 51.551507 - ], - [ - 9.9425367, - 51.5515062 - ], - [ - 9.9429399, - 51.5515046 - ], - [ - 9.9429593, - 51.5515226 - ] - ] - ] - }, - "id": "way/287687233" - }, - { - "type": "Feature", - "properties": { - "@id": "way/287687234", - "area": "yes", - "barrier": "hedge" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.94362, - 51.551653 - ], - [ - 9.943566, - 51.5516183 - ], - [ - 9.9435879, - 51.5516052 - ], - [ - 9.9436419, - 51.5516398 - ], - [ - 9.94362, - 51.551653 - ] - ] - ] - }, - "id": "way/287687234" - }, - { - "type": "Feature", - "properties": { - "@id": "way/287687235", - "area": "yes", - "barrier": "hedge" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.9435124, - 51.5515712 - ], - [ - 9.9434507, - 51.5515278 - ], - [ - 9.9434714, - 51.5515154 - ], - [ - 9.9435327, - 51.5515602 - ], - [ - 9.9435124, - 51.5515712 - ] - ] - ] - }, - "id": "way/287687235" - }, - { - "type": "Feature", - "properties": { - "@id": "way/287687238", - "area": "yes", - "barrier": "hedge" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.9434299, - 51.5515195 - ], - [ - 9.9434188, - 51.5515149 - ], - [ - 9.9430036, - 51.5515195 - ], - [ - 9.9429859, - 51.5515042 - ], - [ - 9.94343, - 51.5515 - ], - [ - 9.9434481, - 51.5515088 - ], - [ - 9.9434299, - 51.5515195 - ] - ] - ] - }, - "id": "way/287687238" - }, - { - "type": "Feature", - "properties": { - "@id": "way/287688297", - "area": "yes", - "barrier": "hedge" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.9414418, - 51.5527547 - ], - [ - 9.941477, - 51.5527394 - ], - [ - 9.9417614, - 51.5528209 - ], - [ - 9.9416248, - 51.5528169 - ], - [ - 9.9415556, - 51.5528061 - ], - [ - 9.9414418, - 51.5527547 - ] - ] - ] - }, - "id": "way/287688297" - }, - { - "type": "Feature", - "properties": { - "@id": "way/310025659", - "area": "yes", - "barrier": "hedge" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.9479335, - 51.5569479 - ], - [ - 9.9479326, - 51.5568403 - ], - [ - 9.9481898, - 51.5568395 - ], - [ - 9.9481888, - 51.5567183 - ], - [ - 9.9482735, - 51.5567181 - ], - [ - 9.9482755, - 51.5569467 - ], - [ - 9.9482258, - 51.5569469 - ], - [ - 9.9482256, - 51.5569276 - ], - [ - 9.9479821, - 51.5569284 - ], - [ - 9.9479823, - 51.5569477 - ], - [ - 9.9479335, - 51.5569479 - ] - ] - ] - }, - "id": "way/310025659" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318003100", - "area": "yes", - "barrier": "hedge", - "survey:date": "2014-12-19" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.9144607, - 51.5272514 - ], - [ - 9.9145785, - 51.52726 - ], - [ - 9.9145966, - 51.5271648 - ], - [ - 9.9146358, - 51.5271676 - ], - [ - 9.9146138, - 51.5272837 - ], - [ - 9.9144567, - 51.5272722 - ], - [ - 9.9144607, - 51.5272514 - ] - ] - ] - }, - "id": "way/318003100" - }, - { - "type": "Feature", - "properties": { - "@id": "way/325091004", - "area": "yes", - "barrier": "hedge" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.9458719, - 51.5572413 - ], - [ - 9.9459133, - 51.5573311 - ], - [ - 9.9457933, - 51.5573319 - ], - [ - 9.9457913, - 51.557242 - ], - [ - 9.9458719, - 51.5572413 - ] - ] - ] - }, - "id": "way/325091004" - }, - { - "type": "Feature", - "properties": { - "@id": "way/328617407", - "area": "yes", - "barrier": "hedge" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.9283201, - 51.5369012 - ], - [ - 9.9283661, - 51.5369516 - ], - [ - 9.92828, - 51.536982 - ], - [ - 9.9282341, - 51.5369316 - ], - [ - 9.9283201, - 51.5369012 - ] - ] - ] - }, - "id": "way/328617407" - }, - { - "type": "Feature", - "properties": { - "@id": "way/356072023", - "area": "yes", - "barrier": "hedge", - "survey:date": "2014-01-12" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.951769, - 51.560102 - ], - [ - 9.951703, - 51.560052 - ], - [ - 9.9516574, - 51.5599912 - ], - [ - 9.9516353, - 51.5599248 - ], - [ - 9.9516681, - 51.5598882 - ], - [ - 9.9517276, - 51.5599763 - ], - [ - 9.9517818, - 51.5600429 - ], - [ - 9.951854, - 51.5601036 - ], - [ - 9.9519336, - 51.5601634 - ], - [ - 9.9519704, - 51.5602017 - ], - [ - 9.9520112, - 51.560252 - ], - [ - 9.9520486, - 51.5603198 - ], - [ - 9.9520767, - 51.5603742 - ], - [ - 9.9520975, - 51.5604516 - ], - [ - 9.9521135, - 51.5604936 - ], - [ - 9.952099, - 51.5604936 - ], - [ - 9.9520674, - 51.5604798 - ], - [ - 9.9520458, - 51.560397 - ], - [ - 9.9520195, - 51.5603187 - ], - [ - 9.9519562, - 51.5602259 - ], - [ - 9.9518421, - 51.5601305 - ], - [ - 9.951769, - 51.560102 - ] - ] - ] - }, - "id": "way/356072023" - }, - { - "type": "Feature", - "properties": { - "@id": "way/356321552", - "area": "yes", - "barrier": "hedge" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.9537461, - 51.5171215 - ], - [ - 9.9537494, - 51.5170109 - ], - [ - 9.953736, - 51.5170024 - ], - [ - 9.9537251, - 51.5169894 - ], - [ - 9.9537251, - 51.5169673 - ], - [ - 9.9537334, - 51.5169516 - ], - [ - 9.9537457, - 51.5169423 - ], - [ - 9.9537727, - 51.5169371 - ], - [ - 9.9538203, - 51.5169356 - ], - [ - 9.9538242, - 51.5168212 - ], - [ - 9.9538303, - 51.5168152 - ], - [ - 9.953847, - 51.5168292 - ], - [ - 9.9538446, - 51.5169682 - ], - [ - 9.95379, - 51.5169683 - ], - [ - 9.9537842, - 51.5171389 - ], - [ - 9.9537465, - 51.5171392 - ], - [ - 9.9537461, - 51.5171215 - ] - ] - ] - }, - "id": "way/356321552" - }, - { - "type": "Feature", - "properties": { - "@id": "way/397462820", - "area": "yes", - "barrier": "hedge" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.9403694, - 51.5280462 - ], - [ - 9.9403222, - 51.5280421 - ], - [ - 9.9403346, - 51.5279909 - ], - [ - 9.9402954, - 51.5279871 - ], - [ - 9.9402562, - 51.5279833 - ], - [ - 9.940217, - 51.5279796 - ], - [ - 9.9401778, - 51.5279758 - ], - [ - 9.9401386, - 51.527972 - ], - [ - 9.9400994, - 51.5279682 - ], - [ - 9.9400602, - 51.5279645 - ], - [ - 9.940021, - 51.5279607 - ], - [ - 9.9400083, - 51.5280119 - ], - [ - 9.9399882, - 51.5280195 - ], - [ - 9.9399568, - 51.528016 - ], - [ - 9.9399456, - 51.5280049 - ], - [ - 9.9399638, - 51.5279563 - ], - [ - 9.9399958, - 51.5279387 - ], - [ - 9.9403581, - 51.527972 - ], - [ - 9.9404041, - 51.5280053 - ], - [ - 9.9403971, - 51.5280345 - ], - [ - 9.9403694, - 51.5280462 - ] - ] - ] - }, - "id": "way/397462820" - }, - { - "type": "Feature", - "properties": { - "@id": "way/402445880", - "area": "yes", - "barrier": "hedge", - "survey:date": "2016-03-08" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.9483327, - 51.5383662 - ], - [ - 9.9483335, - 51.5383385 - ], - [ - 9.948552, - 51.5384029 - ], - [ - 9.9485338, - 51.5384269 - ], - [ - 9.9483327, - 51.5383662 - ] - ] - ] - }, - "id": "way/402445880" - }, - { - "type": "Feature", - "properties": { - "@id": "way/410525933", - "area": "yes", - "barrier": "hedge" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.9392092, - 51.5528269 - ], - [ - 9.9392328, - 51.5528206 - ], - [ - 9.9392999, - 51.5529248 - ], - [ - 9.9390873, - 51.5529767 - ], - [ - 9.9391411, - 51.5529499 - ], - [ - 9.939244, - 51.5529199 - ], - [ - 9.9392507, - 51.5529147 - ], - [ - 9.9392548, - 51.5529093 - ], - [ - 9.9392558, - 51.5529036 - ], - [ - 9.9392534, - 51.5528957 - ], - [ - 9.9392092, - 51.5528269 - ] - ] - ] - }, - "id": "way/410525933" - }, - { - "type": "Feature", - "properties": { - "@id": "way/427363096", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.896686, - 51.5255846 - ], - [ - 9.8966639, - 51.5255783 - ], - [ - 9.8967417, - 51.5254734 - ], - [ - 9.8967638, - 51.5254798 - ], - [ - 9.896686, - 51.5255846 - ] - ] - ] - }, - "id": "way/427363096" - }, - { - "type": "Feature", - "properties": { - "@id": "way/427363099", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.8968874, - 51.5256425 - ], - [ - 9.8969652, - 51.5255376 - ], - [ - 9.8969824, - 51.5255427 - ], - [ - 9.8969027, - 51.525647 - ], - [ - 9.8968874, - 51.5256425 - ] - ] - ] - }, - "id": "way/427363099" - }, - { - "type": "Feature", - "properties": { - "@id": "way/427363100", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.8969379, - 51.5256812 - ], - [ - 9.8969163, - 51.525675 - ], - [ - 9.8969903, - 51.5255753 - ], - [ - 9.8970118, - 51.5255815 - ], - [ - 9.8970001, - 51.5255973 - ], - [ - 9.8969845, - 51.5256183 - ], - [ - 9.896969, - 51.5256393 - ], - [ - 9.8969534, - 51.5256602 - ], - [ - 9.8969379, - 51.5256812 - ] - ] - ] - }, - "id": "way/427363100" - }, - { - "type": "Feature", - "properties": { - "@id": "way/437166192", - "area": "yes", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.9357006, - 51.5148249 - ], - [ - 9.9357602, - 51.5148132 - ], - [ - 9.9361535, - 51.5147606 - ], - [ - 9.9361622, - 51.5147798 - ], - [ - 9.9360311, - 51.5147988 - ], - [ - 9.9359919, - 51.5148004 - ], - [ - 9.935884, - 51.5148144 - ], - [ - 9.9358296, - 51.5148292 - ], - [ - 9.9357418, - 51.5148376 - ], - [ - 9.9357026, - 51.5148376 - ], - [ - 9.9357006, - 51.5148249 - ] - ] - ] - }, - "id": "way/437166192" - }, - { - "type": "Feature", - "properties": { - "@id": "way/437194602", - "area": "yes", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.9107158, - 51.5105037 - ], - [ - 9.9107298, - 51.5106005 - ], - [ - 9.9107499, - 51.5106852 - ], - [ - 9.9107815, - 51.5107879 - ], - [ - 9.9108237, - 51.5108764 - ], - [ - 9.9108948, - 51.5110036 - ], - [ - 9.91087, - 51.5110011 - ], - [ - 9.9108304, - 51.510949 - ], - [ - 9.9107969, - 51.5108772 - ], - [ - 9.9107674, - 51.510835 - ], - [ - 9.910752, - 51.5107795 - ], - [ - 9.9107499, - 51.5107453 - ], - [ - 9.9107325, - 51.5107078 - ], - [ - 9.9107097, - 51.5106322 - ], - [ - 9.9106963, - 51.5105776 - ], - [ - 9.9106997, - 51.5105129 - ], - [ - 9.9107158, - 51.5105037 - ] - ] - ] - }, - "id": "way/437194602" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480533574", - "area": "yes", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.8989203, - 51.5365105 - ], - [ - 9.8990997, - 51.5363416 - ], - [ - 9.8991207, - 51.5363468 - ], - [ - 9.8989469, - 51.5365141 - ], - [ - 9.8988834, - 51.5366116 - ], - [ - 9.8988656, - 51.536607 - ], - [ - 9.8989203, - 51.5365105 - ] - ] - ] - }, - "id": "way/480533574" - }, - { - "type": "Feature", - "properties": { - "@id": "way/667259310", - "access": "yes", - "barrier": "hedge", - "leisure": "playground" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.9544561, - 51.5265485 - ], - [ - 9.954586, - 51.5265719 - ], - [ - 9.9545304, - 51.5266917 - ], - [ - 9.9544004, - 51.5266684 - ], - [ - 9.9544561, - 51.5265485 - ] - ] - ] - }, - "id": "way/667259310" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1393121939", - "area": "yes", - "barrier": "hedge" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.9191459, - 51.5187528 - ], - [ - 9.9191373, - 51.5187361 - ], - [ - 9.9191716, - 51.5187293 - ], - [ - 9.9192168, - 51.5187202 - ], - [ - 9.9192254, - 51.5187368 - ], - [ - 9.9191459, - 51.5187528 - ] - ] - ] - }, - "id": "way/1393121939" - }, - { - "type": "Feature", - "properties": { - "@id": "way/37943188", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9160991, - 51.539254 - ], - [ - 9.9168783, - 51.5393788 - ], - [ - 9.9171586, - 51.5394388 - ] - ] - }, - "id": "way/37943188" - }, - { - "type": "Feature", - "properties": { - "@id": "way/89804638", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9292815, - 51.5245963 - ], - [ - 9.9293171, - 51.5243949 - ], - [ - 9.9292399, - 51.5243883 - ], - [ - 9.9292433, - 51.5243717 - ], - [ - 9.9292826, - 51.5241812 - ], - [ - 9.9291079, - 51.5241687 - ], - [ - 9.9290804, - 51.5239957 - ], - [ - 9.9290782, - 51.5239817 - ], - [ - 9.9290756, - 51.5239695 - ], - [ - 9.9290297, - 51.5237559 - ], - [ - 9.9289827, - 51.5235372 - ], - [ - 9.9289332, - 51.5233071 - ], - [ - 9.9291397, - 51.5232916 - ], - [ - 9.929334, - 51.5232771 - ], - [ - 9.9295281, - 51.5232626 - ], - [ - 9.9297244, - 51.5232479 - ], - [ - 9.9298136, - 51.5232412 - ], - [ - 9.9298389, - 51.5232418 - ], - [ - 9.9298565, - 51.5232422 - ], - [ - 9.9301891, - 51.523256 - ], - [ - 9.9305255, - 51.5232727 - ] - ] - }, - "id": "way/89804638" - }, - { - "type": "Feature", - "properties": { - "@id": "way/146525259", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9381863, - 51.5336538 - ], - [ - 9.938395, - 51.5337083 - ], - [ - 9.9384066, - 51.5337094 - ], - [ - 9.9384177, - 51.5337054 - ], - [ - 9.938425, - 51.5337015 - ], - [ - 9.9384656, - 51.5336413 - ], - [ - 9.9379416, - 51.5335044 - ], - [ - 9.9379021, - 51.5335629 - ], - [ - 9.9379021, - 51.5335701 - ], - [ - 9.9379052, - 51.5335779 - ], - [ - 9.9379143, - 51.5335827 - ], - [ - 9.9381149, - 51.5336351 - ] - ] - }, - "id": "way/146525259" - }, - { - "type": "Feature", - "properties": { - "@id": "way/176286120", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9107053, - 51.5372939 - ], - [ - 9.9115045, - 51.5374169 - ], - [ - 9.9116688, - 51.536905 - ], - [ - 9.9111616, - 51.5368347 - ], - [ - 9.911283, - 51.5363572 - ], - [ - 9.910732, - 51.5362477 - ], - [ - 9.9106669, - 51.5362345 - ], - [ - 9.9101581, - 51.536131 - ], - [ - 9.9100146, - 51.5361044 - ], - [ - 9.9097166, - 51.5363482 - ], - [ - 9.9089937, - 51.5364581 - ], - [ - 9.9086115, - 51.5365105 - ], - [ - 9.9085707, - 51.5366715 - ], - [ - 9.9086373, - 51.5367116 - ], - [ - 9.9085514, - 51.5369628 - ], - [ - 9.9091431, - 51.5370555 - ] - ] - }, - "id": "way/176286120" - }, - { - "type": "Feature", - "properties": { - "@id": "way/176286135", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9102615, - 51.5372064 - ], - [ - 9.9102911, - 51.5372195 - ], - [ - 9.9103268, - 51.5372323 - ], - [ - 9.9103896, - 51.537247 - ], - [ - 9.9106497, - 51.5372853 - ] - ] - }, - "id": "way/176286135" - }, - { - "type": "Feature", - "properties": { - "@id": "way/181769623", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8948392, - 51.5084306 - ], - [ - 9.8950485, - 51.5084741 - ] - ] - }, - "id": "way/181769623" - }, - { - "type": "Feature", - "properties": { - "@id": "way/181769625", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8940219, - 51.5082609 - ], - [ - 9.8947321, - 51.5084084 - ], - [ - 9.8948311, - 51.5082238 - ], - [ - 9.8949233, - 51.5082429 - ] - ] - }, - "id": "way/181769625" - }, - { - "type": "Feature", - "properties": { - "@id": "way/181769626", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8939177, - 51.5084551 - ], - [ - 9.8947563, - 51.5086293 - ], - [ - 9.8947765, - 51.5085916 - ], - [ - 9.8949937, - 51.5086367 - ], - [ - 9.8950593, - 51.5086351 - ], - [ - 9.8951139, - 51.5085278 - ] - ] - }, - "id": "way/181769626" - }, - { - "type": "Feature", - "properties": { - "@id": "way/181769627", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8949841, - 51.5082556 - ], - [ - 9.8950364, - 51.5082664 - ], - [ - 9.8950504, - 51.5082587 - ], - [ - 9.8952837, - 51.5083071 - ], - [ - 9.8952504, - 51.5083691 - ], - [ - 9.8952937, - 51.5083781 - ], - [ - 9.8952652, - 51.5084313 - ], - [ - 9.8952183, - 51.5084216 - ] - ] - }, - "id": "way/181769627" - }, - { - "type": "Feature", - "properties": { - "@id": "way/184902506", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9425237, - 51.5322834 - ], - [ - 9.942872, - 51.5318798 - ], - [ - 9.9428859, - 51.5318463 - ], - [ - 9.942889, - 51.5318227 - ], - [ - 9.9428849, - 51.5317991 - ], - [ - 9.9428644, - 51.5317724 - ], - [ - 9.9427199, - 51.531627 - ], - [ - 9.9426746, - 51.5315587 - ], - [ - 9.9426351, - 51.5315575 - ] - ] - }, - "id": "way/184902506" - }, - { - "type": "Feature", - "properties": { - "@id": "way/201140660", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.911661, - 51.5138822 - ], - [ - 9.9126712, - 51.5136695 - ], - [ - 9.9127509, - 51.5136527 - ] - ] - }, - "id": "way/201140660" - }, - { - "type": "Feature", - "properties": { - "@id": "way/217775614", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.941446, - 51.5368877 - ], - [ - 9.9416864, - 51.5369248 - ] - ] - }, - "id": "way/217775614" - }, - { - "type": "Feature", - "properties": { - "@id": "way/217775623", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9409053, - 51.5363882 - ], - [ - 9.9412395, - 51.5364348 - ] - ] - }, - "id": "way/217775623" - }, - { - "type": "Feature", - "properties": { - "@id": "way/217775635", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9413257, - 51.5364469 - ], - [ - 9.9416259, - 51.5364888 - ], - [ - 9.9416851, - 51.5365733 - ] - ] - }, - "id": "way/217775635" - }, - { - "type": "Feature", - "properties": { - "@id": "way/230408030", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.916269, - 51.518469 - ], - [ - 9.9166173, - 51.518639 - ], - [ - 9.9168653, - 51.518624 - ], - [ - 9.917179, - 51.5189289 - ], - [ - 9.9173265, - 51.5191038 - ], - [ - 9.917461, - 51.519259 - ] - ] - }, - "id": "way/230408030" - }, - { - "type": "Feature", - "properties": { - "@id": "way/233558011", - "barrier": "hedge", - "survey:date": "2013-08-17" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9220237, - 51.53944 - ], - [ - 9.9220319, - 51.5393959 - ] - ] - }, - "id": "way/233558011" - }, - { - "type": "Feature", - "properties": { - "@id": "way/233558035", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.922446, - 51.5395324 - ], - [ - 9.9225334, - 51.5395301 - ] - ] - }, - "id": "way/233558035" - }, - { - "type": "Feature", - "properties": { - "@id": "way/233574525", - "barrier": "hedge", - "survey:date": "2013-08-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9350092, - 51.5528787 - ], - [ - 9.9349882, - 51.5526411 - ] - ] - }, - "id": "way/233574525" - }, - { - "type": "Feature", - "properties": { - "@id": "way/233576850", - "barrier": "hedge", - "survey:date": "2013-08-15" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9353966, - 51.5559956 - ], - [ - 9.9353768, - 51.5560091 - ], - [ - 9.935369, - 51.55603 - ], - [ - 9.9353919, - 51.5563895 - ], - [ - 9.9354251, - 51.5566163 - ] - ] - }, - "id": "way/233576850" - }, - { - "type": "Feature", - "properties": { - "@id": "way/233579091", - "barrier": "hedge", - "survey:date": "2013-08-15" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9354051, - 51.5557671 - ], - [ - 9.9353985, - 51.55565 - ], - [ - 9.9354391, - 51.5556488 - ] - ] - }, - "id": "way/233579091" - }, - { - "type": "Feature", - "properties": { - "@id": "way/233662082", - "barrier": "hedge", - "survey:date": "2013-08-15" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9388313, - 51.5544539 - ], - [ - 9.9388313, - 51.5545764 - ], - [ - 9.9380699, - 51.5546742 - ] - ] - }, - "id": "way/233662082" - }, - { - "type": "Feature", - "properties": { - "@id": "way/233674155", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.946828, - 51.5469345 - ], - [ - 9.9468336, - 51.5467936 - ] - ] - }, - "id": "way/233674155" - }, - { - "type": "Feature", - "properties": { - "@id": "way/233674156", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9468262, - 51.5469811 - ], - [ - 9.946819, - 51.5471626 - ] - ] - }, - "id": "way/233674156" - }, - { - "type": "Feature", - "properties": { - "@id": "way/233745399", - "barrier": "hedge", - "survey:date": "2013-08-15" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9390997, - 51.5534617 - ], - [ - 9.9391625, - 51.5534498 - ], - [ - 9.9395348, - 51.5534014 - ], - [ - 9.9395906, - 51.5533886 - ], - [ - 9.9396461, - 51.5533721 - ], - [ - 9.9396842, - 51.5533559 - ], - [ - 9.9398221, - 51.5532882 - ] - ] - }, - "id": "way/233745399" - }, - { - "type": "Feature", - "properties": { - "@id": "way/233745887", - "barrier": "hedge", - "survey:date": "2013-08-15" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9388731, - 51.5535146 - ], - [ - 9.9389314, - 51.5535306 - ], - [ - 9.9390286, - 51.5534844 - ] - ] - }, - "id": "way/233745887" - }, - { - "type": "Feature", - "properties": { - "@id": "way/233815844", - "barrier": "hedge", - "survey:date": "2013-08-15" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9361097, - 51.5558525 - ], - [ - 9.9361993, - 51.5558401 - ], - [ - 9.9362623, - 51.555839 - ], - [ - 9.9363315, - 51.555846 - ], - [ - 9.9364084, - 51.5558595 - ], - [ - 9.9364991, - 51.5558889 - ], - [ - 9.9365524, - 51.555911 - ] - ] - }, - "id": "way/233815844" - }, - { - "type": "Feature", - "properties": { - "@id": "way/233922486", - "barrier": "hedge", - "survey:date": "2013-08-17" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9334189, - 51.5544742 - ], - [ - 9.9333333, - 51.5544757 - ] - ] - }, - "id": "way/233922486" - }, - { - "type": "Feature", - "properties": { - "@id": "way/233922489", - "barrier": "hedge", - "survey:date": "2013-08-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9363265, - 51.555683 - ], - [ - 9.9363589, - 51.5557419 - ], - [ - 9.9363147, - 51.5557269 - ], - [ - 9.9362606, - 51.5557254 - ] - ] - }, - "id": "way/233922489" - }, - { - "type": "Feature", - "properties": { - "@id": "way/233922669", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9348529, - 51.5560718 - ], - [ - 9.9349799, - 51.5560688 - ] - ] - }, - "id": "way/233922669" - }, - { - "type": "Feature", - "properties": { - "@id": "way/233922671", - "barrier": "hedge", - "survey:date": "2013-08-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9346636, - 51.5560762 - ], - [ - 9.9344854, - 51.5560805 - ], - [ - 9.9344945, - 51.5562276 - ] - ] - }, - "id": "way/233922671" - }, - { - "type": "Feature", - "properties": { - "@id": "way/233922797", - "barrier": "hedge", - "survey:date": "2013-08-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.934191, - 51.5564718 - ], - [ - 9.9340828, - 51.556475 - ] - ] - }, - "id": "way/233922797" - }, - { - "type": "Feature", - "properties": { - "@id": "way/233927654", - "barrier": "hedge", - "survey:date": "2013-08-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9337546, - 51.5556118 - ], - [ - 9.9337568, - 51.5556534 - ], - [ - 9.9337749, - 51.5556529 - ], - [ - 9.933772, - 51.5556115 - ] - ] - }, - "id": "way/233927654" - }, - { - "type": "Feature", - "properties": { - "@id": "way/233927655", - "barrier": "hedge", - "survey:date": "2013-08-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.933719, - 51.5556346 - ], - [ - 9.9337202, - 51.5556544 - ], - [ - 9.9335309, - 51.5556599 - ], - [ - 9.933515, - 51.5554476 - ], - [ - 9.93373, - 51.5554414 - ] - ] - }, - "id": "way/233927655" - }, - { - "type": "Feature", - "properties": { - "@id": "way/233927808", - "barrier": "hedge", - "survey:date": "2013-08-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9334603, - 51.5554673 - ], - [ - 9.9331575, - 51.5554739 - ] - ] - }, - "id": "way/233927808" - }, - { - "type": "Feature", - "properties": { - "@id": "way/233928642", - "barrier": "hedge", - "survey:date": "2013-08-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9343644, - 51.5527505 - ], - [ - 9.934314, - 51.5527514 - ], - [ - 9.9343133, - 51.5527378 - ], - [ - 9.9343018, - 51.5525009 - ], - [ - 9.934282, - 51.5524946 - ], - [ - 9.9339941, - 51.5524982 - ], - [ - 9.933997, - 51.5525344 - ] - ] - }, - "id": "way/233928642" - }, - { - "type": "Feature", - "properties": { - "@id": "way/233993741", - "barrier": "hedge", - "survey:date": "2013-08-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9337408, - 51.5526916 - ], - [ - 9.9337334, - 51.5525446 - ] - ] - }, - "id": "way/233993741" - }, - { - "type": "Feature", - "properties": { - "@id": "way/233993742", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9336597, - 51.5525078 - ], - [ - 9.9335184, - 51.5525124 - ] - ] - }, - "id": "way/233993742" - }, - { - "type": "Feature", - "properties": { - "@id": "way/233993744", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9334633, - 51.5526936 - ], - [ - 9.933453, - 51.5525535 - ] - ] - }, - "id": "way/233993744" - }, - { - "type": "Feature", - "properties": { - "@id": "way/234021604", - "barrier": "hedge", - "survey:date": "2013-08-17" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9227977, - 51.539595 - ], - [ - 9.9227754, - 51.5395746 - ], - [ - 9.9227397, - 51.5395678 - ], - [ - 9.9227087, - 51.5395781 - ], - [ - 9.9226974, - 51.539601 - ], - [ - 9.9227185, - 51.5396257 - ], - [ - 9.9227514, - 51.5396319 - ], - [ - 9.9227735, - 51.5396249 - ] - ] - }, - "id": "way/234021604" - }, - { - "type": "Feature", - "properties": { - "@id": "way/234021609", - "barrier": "hedge", - "survey:date": "2013-08-17" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9227905, - 51.5397744 - ], - [ - 9.9228109, - 51.5397944 - ], - [ - 9.9228478, - 51.5398019 - ] - ] - }, - "id": "way/234021609" - }, - { - "type": "Feature", - "properties": { - "@id": "way/234021611", - "barrier": "hedge", - "survey:date": "2013-08-17" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9227449, - 51.5396547 - ], - [ - 9.9227661, - 51.5396755 - ], - [ - 9.9228014, - 51.5396831 - ], - [ - 9.9228329, - 51.5396735 - ], - [ - 9.9228455, - 51.5396508 - ], - [ - 9.9228258, - 51.5396257 - ], - [ - 9.9227932, - 51.5396187 - ], - [ - 9.9227735, - 51.5396249 - ] - ] - }, - "id": "way/234021611" - }, - { - "type": "Feature", - "properties": { - "@id": "way/234051188", - "barrier": "hedge", - "survey:date": "2013-08-17" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9217393, - 51.5395594 - ], - [ - 9.9218943, - 51.5395766 - ] - ] - }, - "id": "way/234051188" - }, - { - "type": "Feature", - "properties": { - "@id": "way/234051192", - "barrier": "hedge", - "survey:date": "2013-08-17" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9216956, - 51.5395526 - ], - [ - 9.9216063, - 51.5395448 - ], - [ - 9.9215916, - 51.53961 - ] - ] - }, - "id": "way/234051192" - }, - { - "type": "Feature", - "properties": { - "@id": "way/234051193", - "barrier": "hedge", - "survey:date": "2013-08-17" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.921919, - 51.5395819 - ], - [ - 9.9219645, - 51.5395872 - ] - ] - }, - "id": "way/234051193" - }, - { - "type": "Feature", - "properties": { - "@id": "way/234127501", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9298945, - 51.5181429 - ], - [ - 9.9295875, - 51.518142 - ] - ] - }, - "id": "way/234127501" - }, - { - "type": "Feature", - "properties": { - "@id": "way/234127502", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9295604, - 51.518125 - ], - [ - 9.9294715, - 51.5178355 - ] - ] - }, - "id": "way/234127502" - }, - { - "type": "Feature", - "properties": { - "@id": "way/234127504", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9294972, - 51.5178108 - ], - [ - 9.9295258, - 51.517834 - ], - [ - 9.929566, - 51.5178576 - ], - [ - 9.9296568, - 51.5178983 - ], - [ - 9.9297135, - 51.5179196 - ], - [ - 9.9299636, - 51.5179994 - ], - [ - 9.9301989, - 51.5180919 - ] - ] - }, - "id": "way/234127504" - }, - { - "type": "Feature", - "properties": { - "@id": "way/234146442", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9273034, - 51.520835 - ], - [ - 9.9273698, - 51.520845 - ], - [ - 9.9273263, - 51.5209532 - ], - [ - 9.927348, - 51.5209757 - ], - [ - 9.9273113, - 51.5210666 - ], - [ - 9.927346, - 51.5211027 - ], - [ - 9.927378, - 51.521136 - ], - [ - 9.9276418, - 51.5211723 - ], - [ - 9.9276913, - 51.5211525 - ], - [ - 9.9277088, - 51.5211695 - ] - ] - }, - "id": "way/234146442" - }, - { - "type": "Feature", - "properties": { - "@id": "way/234146449", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9275246, - 51.5207279 - ], - [ - 9.927423, - 51.520712 - ], - [ - 9.9273814, - 51.5208153 - ], - [ - 9.9273151, - 51.5208052 - ] - ] - }, - "id": "way/234146449" - }, - { - "type": "Feature", - "properties": { - "@id": "way/234146450", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9277467, - 51.5211495 - ], - [ - 9.9277341, - 51.5211365 - ], - [ - 9.9277481, - 51.5211312 - ], - [ - 9.9277775, - 51.5210563 - ] - ] - }, - "id": "way/234146450" - }, - { - "type": "Feature", - "properties": { - "@id": "way/234146451", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9283659, - 51.5212703 - ], - [ - 9.928393, - 51.5212616 - ], - [ - 9.9284197, - 51.5212941 - ], - [ - 9.9286918, - 51.5213382 - ], - [ - 9.9289163, - 51.5212399 - ], - [ - 9.9289525, - 51.521224 - ], - [ - 9.9288807, - 51.521174 - ], - [ - 9.9289402, - 51.5210221 - ], - [ - 9.9290054, - 51.5210319 - ] - ] - }, - "id": "way/234146451" - }, - { - "type": "Feature", - "properties": { - "@id": "way/234146452", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9283563, - 51.5208117 - ], - [ - 9.9283396, - 51.5208541 - ], - [ - 9.9282908, - 51.5208466 - ], - [ - 9.9283016, - 51.5208197 - ], - [ - 9.9281802, - 51.5208012 - ], - [ - 9.9281698, - 51.520827 - ], - [ - 9.928073, - 51.5208122 - ], - [ - 9.9280893, - 51.5207709 - ] - ] - }, - "id": "way/234146452" - }, - { - "type": "Feature", - "properties": { - "@id": "way/234146453", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9281193, - 51.52111 - ], - [ - 9.9282849, - 51.5211374 - ], - [ - 9.9282735, - 51.521164 - ], - [ - 9.928326, - 51.5211739 - ], - [ - 9.928309, - 51.5212169 - ], - [ - 9.9283568, - 51.5212232 - ], - [ - 9.9283698, - 51.5212356 - ], - [ - 9.9283453, - 51.5212436 - ] - ] - }, - "id": "way/234146453" - }, - { - "type": "Feature", - "properties": { - "@id": "way/234146454", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9290165, - 51.5210018 - ], - [ - 9.9289488, - 51.5209924 - ], - [ - 9.9289643, - 51.5209541 - ], - [ - 9.9286872, - 51.5209107 - ], - [ - 9.928627, - 51.520848 - ], - [ - 9.9284981, - 51.5208278 - ], - [ - 9.9283986, - 51.5208648 - ], - [ - 9.9283859, - 51.5208628 - ], - [ - 9.9284036, - 51.5208192 - ] - ] - }, - "id": "way/234146454" - }, - { - "type": "Feature", - "properties": { - "@id": "way/234302209", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9299497, - 51.5211168 - ], - [ - 9.9295787, - 51.5213511 - ], - [ - 9.9294984, - 51.5213902 - ], - [ - 9.9293873, - 51.5214348 - ], - [ - 9.9292968, - 51.5214587 - ], - [ - 9.929182, - 51.5214805 - ], - [ - 9.9291536, - 51.5214826 - ], - [ - 9.9290655, - 51.5214893 - ], - [ - 9.9289326, - 51.5214834 - ] - ] - }, - "id": "way/234302209" - }, - { - "type": "Feature", - "properties": { - "@id": "way/234946978", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9197332, - 51.5490444 - ], - [ - 9.9195107, - 51.5493516 - ], - [ - 9.9191199, - 51.5495266 - ] - ] - }, - "id": "way/234946978" - }, - { - "type": "Feature", - "properties": { - "@id": "way/237025443", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.928191, - 51.5214639 - ], - [ - 9.9285641, - 51.5215232 - ], - [ - 9.9286207, - 51.5215142 - ] - ] - }, - "id": "way/237025443" - }, - { - "type": "Feature", - "properties": { - "@id": "way/237025446", - "barrier": "hedge", - "survey:date": "2013-08-21" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9281403, - 51.5215431 - ], - [ - 9.928163, - 51.521508 - ], - [ - 9.9284884, - 51.5215657 - ], - [ - 9.9284847, - 51.5216048 - ], - [ - 9.9284307, - 51.5216396 - ], - [ - 9.9283716, - 51.5216834 - ], - [ - 9.9282879, - 51.5217552 - ], - [ - 9.9281514, - 51.5219191 - ], - [ - 9.9280728, - 51.5220094 - ], - [ - 9.9280405, - 51.5220448 - ], - [ - 9.9280239, - 51.522054 - ], - [ - 9.9280094, - 51.5220554 - ] - ] - }, - "id": "way/237025446" - }, - { - "type": "Feature", - "properties": { - "@id": "way/237025448", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9278262, - 51.5218973 - ], - [ - 9.9276838, - 51.5217184 - ], - [ - 9.9274495, - 51.52155 - ], - [ - 9.9272215, - 51.5213741 - ], - [ - 9.9272702, - 51.5213233 - ], - [ - 9.9272763, - 51.5213169 - ], - [ - 9.9277453, - 51.5213944 - ] - ] - }, - "id": "way/237025448" - }, - { - "type": "Feature", - "properties": { - "@id": "way/237025449", - "barrier": "hedge", - "survey:date": "2013-08-21" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9281226, - 51.52156 - ], - [ - 9.9281007, - 51.5215809 - ], - [ - 9.9280452, - 51.5216039 - ], - [ - 9.9279981, - 51.5216175 - ] - ] - }, - "id": "way/237025449" - }, - { - "type": "Feature", - "properties": { - "@id": "way/237025450", - "barrier": "hedge", - "survey:date": "2013-08-21" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9279146, - 51.5220051 - ], - [ - 9.9279034, - 51.5219881 - ], - [ - 9.927881, - 51.5219157 - ], - [ - 9.9278642, - 51.521807 - ], - [ - 9.9278519, - 51.5217116 - ], - [ - 9.9278555, - 51.5216129 - ] - ] - }, - "id": "way/237025450" - }, - { - "type": "Feature", - "properties": { - "@id": "way/237025452", - "barrier": "hedge", - "survey:date": "2013-08-21" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9277242, - 51.5214251 - ], - [ - 9.9277163, - 51.5214432 - ], - [ - 9.9277071, - 51.5214751 - ], - [ - 9.927713, - 51.5215175 - ], - [ - 9.927734, - 51.5215557 - ], - [ - 9.9277685, - 51.5215866 - ], - [ - 9.9278069, - 51.5216061 - ] - ] - }, - "id": "way/237025452" - }, - { - "type": "Feature", - "properties": { - "@id": "way/237025453", - "barrier": "hedge", - "survey:date": "2013-08-21" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9279688, - 51.5216206 - ], - [ - 9.9279351, - 51.5216243 - ], - [ - 9.9279196, - 51.5216524 - ], - [ - 9.9279204, - 51.5217135 - ], - [ - 9.9279307, - 51.5218189 - ], - [ - 9.927949, - 51.5219147 - ], - [ - 9.9279679, - 51.5219865 - ], - [ - 9.9279826, - 51.5220257 - ] - ] - }, - "id": "way/237025453" - }, - { - "type": "Feature", - "properties": { - "@id": "way/237744894", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9353671, - 51.5487475 - ], - [ - 9.9353539, - 51.5487943 - ], - [ - 9.9350593, - 51.5487662 - ], - [ - 9.9350399, - 51.5488555 - ], - [ - 9.935035, - 51.5488997 - ], - [ - 9.9350391, - 51.5489133 - ], - [ - 9.9350539, - 51.5489286 - ], - [ - 9.935073, - 51.5489421 - ], - [ - 9.9350942, - 51.5489524 - ], - [ - 9.9351132, - 51.548958 - ], - [ - 9.9351416, - 51.5489637 - ], - [ - 9.9352218, - 51.5489689 - ] - ] - }, - "id": "way/237744894" - }, - { - "type": "Feature", - "properties": { - "@id": "way/237744895", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.935496, - 51.5489865 - ], - [ - 9.9357035, - 51.5489999 - ] - ] - }, - "id": "way/237744895" - }, - { - "type": "Feature", - "properties": { - "@id": "way/237744896", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9352514, - 51.5489708 - ], - [ - 9.9354665, - 51.5489847 - ] - ] - }, - "id": "way/237744896" - }, - { - "type": "Feature", - "properties": { - "@id": "way/237744897", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9359699, - 51.5490171 - ], - [ - 9.9361842, - 51.5490309 - ] - ] - }, - "id": "way/237744897" - }, - { - "type": "Feature", - "properties": { - "@id": "way/237744899", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9362217, - 51.5490333 - ], - [ - 9.9363533, - 51.5490418 - ] - ] - }, - "id": "way/237744899" - }, - { - "type": "Feature", - "properties": { - "@id": "way/237744900", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.935735, - 51.549002 - ], - [ - 9.9359319, - 51.5490147 - ] - ] - }, - "id": "way/237744900" - }, - { - "type": "Feature", - "properties": { - "@id": "way/237745816", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9350879, - 51.5486512 - ], - [ - 9.9354013, - 51.5486833 - ], - [ - 9.9357978, - 51.5487239 - ], - [ - 9.9358777, - 51.5487321 - ], - [ - 9.9359576, - 51.5487403 - ], - [ - 9.9360288, - 51.5487472 - ], - [ - 9.9360165, - 51.548797 - ], - [ - 9.9360089, - 51.5488278 - ] - ] - }, - "id": "way/237745816" - }, - { - "type": "Feature", - "properties": { - "@id": "way/237882844", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9276088, - 51.5588032 - ], - [ - 9.9276323, - 51.5594897 - ] - ] - }, - "id": "way/237882844" - }, - { - "type": "Feature", - "properties": { - "@id": "way/237882846", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9288211, - 51.5598432 - ], - [ - 9.9287298, - 51.5583321 - ], - [ - 9.9275938, - 51.5583485 - ] - ] - }, - "id": "way/237882846" - }, - { - "type": "Feature", - "properties": { - "@id": "way/237882849", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9276351, - 51.5595489 - ], - [ - 9.9276479, - 51.5598262 - ], - [ - 9.9276922, - 51.5598702 - ], - [ - 9.9285887, - 51.5598461 - ] - ] - }, - "id": "way/237882849" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239000733", - "barrier": "hedge", - "height": "1.5", - "source:height": "ARCore" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9330139, - 51.5286282 - ], - [ - 9.9328445, - 51.528423 - ] - ] - }, - "id": "way/239000733" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239371519", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9340249, - 51.5457785 - ], - [ - 9.9339656, - 51.5459334 - ] - ] - }, - "id": "way/239371519" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239371521", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9344813, - 51.5447524 - ], - [ - 9.9346233, - 51.5447849 - ] - ] - }, - "id": "way/239371521" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239371522", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.934294, - 51.5450818 - ], - [ - 9.9342358, - 51.5452316 - ] - ] - }, - "id": "way/239371522" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239371523", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9343661, - 51.5449029 - ], - [ - 9.9343018, - 51.5450624 - ] - ] - }, - "id": "way/239371523" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239371524", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9342275, - 51.545253 - ], - [ - 9.9341891, - 51.5453533 - ], - [ - 9.9344304, - 51.5453912 - ], - [ - 9.9344536, - 51.5453337 - ], - [ - 9.9346848, - 51.54537 - ], - [ - 9.9346593, - 51.5454327 - ], - [ - 9.9347458, - 51.5454463 - ] - ] - }, - "id": "way/239371524" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239371525", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9340517, - 51.5452168 - ], - [ - 9.934005, - 51.5453377 - ] - ] - }, - "id": "way/239371525" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239371526", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9344311, - 51.5447416 - ], - [ - 9.9344189, - 51.5447718 - ], - [ - 9.9343753, - 51.54488 - ] - ] - }, - "id": "way/239371526" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239371529", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9339002, - 51.5461043 - ], - [ - 9.9338239, - 51.5463036 - ], - [ - 9.9338844, - 51.5463104 - ], - [ - 9.9339183, - 51.546221 - ], - [ - 9.9340891, - 51.546246 - ] - ] - }, - "id": "way/239371529" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239371530", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9343548, - 51.5454885 - ], - [ - 9.9342394, - 51.5454704 - ], - [ - 9.9342549, - 51.5454322 - ], - [ - 9.934163, - 51.5454178 - ], - [ - 9.9341045, - 51.5455706 - ] - ] - }, - "id": "way/239371530" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239371534", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9340982, - 51.545587 - ], - [ - 9.9340708, - 51.5456585 - ], - [ - 9.9340987, - 51.5456627 - ], - [ - 9.9340867, - 51.5456929 - ], - [ - 9.9340592, - 51.5456889 - ], - [ - 9.9340297, - 51.5457659 - ] - ] - }, - "id": "way/239371534" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239371535", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9339595, - 51.5459493 - ], - [ - 9.933939, - 51.546003 - ], - [ - 9.9339629, - 51.5460063 - ], - [ - 9.9339539, - 51.5460323 - ], - [ - 9.933929, - 51.5460289 - ], - [ - 9.9339063, - 51.5460883 - ] - ] - }, - "id": "way/239371535" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239371536", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9340445, - 51.5463638 - ], - [ - 9.9340068, - 51.5464633 - ], - [ - 9.933836, - 51.5464383 - ], - [ - 9.9338566, - 51.546384 - ], - [ - 9.9337931, - 51.5463747 - ], - [ - 9.9337367, - 51.5465226 - ], - [ - 9.9337363, - 51.5465572 - ] - ] - }, - "id": "way/239371536" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239433555", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.93539, - 51.5481092 - ], - [ - 9.9355968, - 51.548111 - ] - ] - }, - "id": "way/239433555" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239433556", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9349184, - 51.5485186 - ], - [ - 9.9349269, - 51.5485001 - ] - ] - }, - "id": "way/239433556" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239433557", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9361176, - 51.5487561 - ], - [ - 9.9361239, - 51.5487295 - ], - [ - 9.9361336, - 51.5486887 - ] - ] - }, - "id": "way/239433557" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239433559", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9367615, - 51.548105 - ], - [ - 9.9367083, - 51.5482229 - ] - ] - }, - "id": "way/239433559" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239433560", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9367711, - 51.5480859 - ], - [ - 9.9367883, - 51.5480375 - ], - [ - 9.9369083, - 51.5477375 - ] - ] - }, - "id": "way/239433560" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239433564", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9356436, - 51.5486628 - ], - [ - 9.9357128, - 51.548668 - ], - [ - 9.9357132, - 51.5486399 - ] - ] - }, - "id": "way/239433564" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239433567", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9355582, - 51.5474668 - ], - [ - 9.9353451, - 51.5480019 - ], - [ - 9.9353583, - 51.5480029 - ], - [ - 9.9353664, - 51.5480035 - ], - [ - 9.9354025, - 51.5480037 - ], - [ - 9.9354386, - 51.5480039 - ], - [ - 9.9354747, - 51.5480041 - ], - [ - 9.9355108, - 51.5480043 - ], - [ - 9.9355469, - 51.5480045 - ], - [ - 9.935546, - 51.5480612 - ], - [ - 9.9355457, - 51.5480856 - ] - ] - }, - "id": "way/239433567" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239433568", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9349305, - 51.5484853 - ], - [ - 9.934966, - 51.5484031 - ], - [ - 9.9349575, - 51.5483976 - ], - [ - 9.9349959, - 51.5483132 - ] - ] - }, - "id": "way/239433568" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239433576", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9349059, - 51.548558 - ], - [ - 9.9348872, - 51.5486073 - ], - [ - 9.9347812, - 51.5485856 - ], - [ - 9.9342695, - 51.5484666 - ], - [ - 9.9342636, - 51.5484651 - ] - ] - }, - "id": "way/239433576" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239433578", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9351085, - 51.5486069 - ], - [ - 9.9351277, - 51.5485491 - ], - [ - 9.9351614, - 51.5485534 - ], - [ - 9.9351717, - 51.5485224 - ], - [ - 9.9351383, - 51.5485175 - ], - [ - 9.9353041, - 51.5481063 - ] - ] - }, - "id": "way/239433578" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239433580", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.935668, - 51.5474479 - ], - [ - 9.9356689, - 51.5474262 - ], - [ - 9.9355901, - 51.547425 - ], - [ - 9.9355892, - 51.5474476 - ], - [ - 9.9355679, - 51.5474472 - ], - [ - 9.9356826, - 51.5471633 - ], - [ - 9.9357011, - 51.5471436 - ], - [ - 9.9357278, - 51.5471305 - ], - [ - 9.9357636, - 51.5471223 - ], - [ - 9.9358192, - 51.5471222 - ], - [ - 9.9370167, - 51.5472627 - ], - [ - 9.9369649, - 51.5474046 - ] - ] - }, - "id": "way/239433580" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239434010", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9369512, - 51.5474488 - ], - [ - 9.9369176, - 51.5475372 - ] - ] - }, - "id": "way/239434010" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239434011", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.936916, - 51.547719 - ], - [ - 9.9370188, - 51.54746 - ] - ] - }, - "id": "way/239434011" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239434012", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9370225, - 51.5474508 - ], - [ - 9.9370936, - 51.5472678 - ], - [ - 9.9373032, - 51.5472897 - ] - ] - }, - "id": "way/239434012" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239435108", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9370612, - 51.5467625 - ], - [ - 9.9371079, - 51.546642 - ] - ] - }, - "id": "way/239435108" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239435109", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.937275, - 51.5462252 - ], - [ - 9.9373276, - 51.5460962 - ] - ] - }, - "id": "way/239435109" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239435110", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9374672, - 51.5471991 - ], - [ - 9.9374812, - 51.5471612 - ] - ] - }, - "id": "way/239435110" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239435111", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9370121, - 51.5468827 - ], - [ - 9.937053, - 51.5467795 - ] - ] - }, - "id": "way/239435111" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239435112", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9371137, - 51.5466275 - ], - [ - 9.9371614, - 51.5465146 - ] - ] - }, - "id": "way/239435112" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239435114", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9371694, - 51.5464941 - ], - [ - 9.9372121, - 51.5463818 - ] - ] - }, - "id": "way/239435114" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239435115", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9372683, - 51.5471755 - ], - [ - 9.9374056, - 51.5471914 - ] - ] - }, - "id": "way/239435115" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239435117", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9373977, - 51.5459183 - ], - [ - 9.9374636, - 51.5457549 - ] - ] - }, - "id": "way/239435117" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239435118", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9372192, - 51.5463653 - ], - [ - 9.9372695, - 51.5462408 - ] - ] - }, - "id": "way/239435118" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239435123", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9374693, - 51.5457328 - ], - [ - 9.9374963, - 51.5456653 - ], - [ - 9.9375145, - 51.5456614 - ], - [ - 9.9378274, - 51.5457091 - ] - ] - }, - "id": "way/239435123" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239435124", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9373364, - 51.5460717 - ], - [ - 9.9373913, - 51.5459357 - ] - ] - }, - "id": "way/239435124" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239435125", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.937536, - 51.5472066 - ], - [ - 9.9378772, - 51.5472458 - ], - [ - 9.9379028, - 51.5472458 - ], - [ - 9.9379334, - 51.5472376 - ], - [ - 9.9379674, - 51.5471518 - ] - ] - }, - "id": "way/239435125" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239435126", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9372177, - 51.5471681 - ], - [ - 9.9369508, - 51.5471382 - ], - [ - 9.9369211, - 51.5471104 - ], - [ - 9.9370037, - 51.5469018 - ] - ] - }, - "id": "way/239435126" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239474057", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9382919, - 51.5463438 - ], - [ - 9.9383508, - 51.5461931 - ] - ] - }, - "id": "way/239474057" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239474058", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9381478, - 51.5467022 - ], - [ - 9.9382115, - 51.5465403 - ] - ] - }, - "id": "way/239474058" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239474059", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9380145, - 51.5470335 - ], - [ - 9.9380746, - 51.5468829 - ] - ] - }, - "id": "way/239474059" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239474060", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9383479, - 51.5458281 - ], - [ - 9.9383647, - 51.5457903 - ], - [ - 9.9381619, - 51.5457565 - ] - ] - }, - "id": "way/239474060" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239474061", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9379843, - 51.5471086 - ], - [ - 9.9379429, - 51.5471024 - ], - [ - 9.9379359, - 51.5471206 - ] - ] - }, - "id": "way/239474061" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239474062", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9384201, - 51.5459075 - ], - [ - 9.9384276, - 51.5458896 - ], - [ - 9.9384693, - 51.5458965 - ] - ] - }, - "id": "way/239474062" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239474063", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9379986, - 51.5470718 - ], - [ - 9.9379559, - 51.5470654 - ], - [ - 9.9379636, - 51.5470457 - ] - ] - }, - "id": "way/239474063" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239474064", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9383786, - 51.5460025 - ], - [ - 9.9383854, - 51.5459857 - ], - [ - 9.9384297, - 51.5459927 - ] - ] - }, - "id": "way/239474064" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239474065", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9383576, - 51.5461749 - ], - [ - 9.9383648, - 51.5461571 - ], - [ - 9.9384176, - 51.5460276 - ] - ] - }, - "id": "way/239474065" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239474066", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9384221, - 51.5460114 - ], - [ - 9.9384297, - 51.5459927 - ], - [ - 9.9384539, - 51.5459326 - ] - ] - }, - "id": "way/239474066" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239474067", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9380898, - 51.5468451 - ], - [ - 9.9380485, - 51.5468388 - ], - [ - 9.93804, - 51.5468605 - ] - ] - }, - "id": "way/239474067" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239474068", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9383152, - 51.5461704 - ], - [ - 9.9383233, - 51.5461505 - ], - [ - 9.9383648, - 51.5461571 - ] - ] - }, - "id": "way/239474068" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239474069", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9381316, - 51.5467383 - ], - [ - 9.9380929, - 51.5467324 - ], - [ - 9.9381003, - 51.5467134 - ] - ] - }, - "id": "way/239474069" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239474071", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9379778, - 51.5471252 - ], - [ - 9.9379843, - 51.5471086 - ], - [ - 9.9379986, - 51.5470718 - ], - [ - 9.9380063, - 51.5470519 - ] - ] - }, - "id": "way/239474071" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239474072", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9380815, - 51.5468664 - ], - [ - 9.9380898, - 51.5468451 - ], - [ - 9.9381316, - 51.5467383 - ], - [ - 9.9381397, - 51.5467175 - ] - ] - }, - "id": "way/239474072" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239474075", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9382179, - 51.5465222 - ], - [ - 9.93823, - 51.5464925 - ], - [ - 9.9381531, - 51.5464803 - ], - [ - 9.9382009, - 51.5463633 - ], - [ - 9.9382777, - 51.5463754 - ], - [ - 9.9382835, - 51.5463613 - ] - ] - }, - "id": "way/239474075" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239474077", - "barrier": "hedge", - "survey:date": "2013-09-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9384616, - 51.5459147 - ], - [ - 9.9384693, - 51.5458965 - ], - [ - 9.9384877, - 51.5458527 - ], - [ - 9.9384899, - 51.5458325 - ], - [ - 9.9384818, - 51.5458199 - ], - [ - 9.9384629, - 51.5458082 - ], - [ - 9.9384234, - 51.5457977 - ], - [ - 9.9384061, - 51.545837 - ] - ] - }, - "id": "way/239474077" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239514612", - "barrier": "hedge", - "survey:date": "2013-09-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9373061, - 51.5454892 - ], - [ - 9.9372282, - 51.5454738 - ] - ] - }, - "id": "way/239514612" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239514613", - "barrier": "hedge", - "survey:date": "2013-09-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9372502, - 51.5455341 - ], - [ - 9.937208, - 51.5455245 - ] - ] - }, - "id": "way/239514613" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239515586", - "barrier": "hedge", - "survey:date": "2013-09-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9369607, - 51.5466069 - ], - [ - 9.9370046, - 51.5464947 - ] - ] - }, - "id": "way/239515586" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239515587", - "barrier": "hedge", - "survey:date": "2013-09-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9372771, - 51.545815 - ], - [ - 9.9373296, - 51.5456829 - ] - ] - }, - "id": "way/239515587" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239515588", - "barrier": "hedge", - "survey:date": "2013-09-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.936908, - 51.5467331 - ], - [ - 9.9369537, - 51.5466232 - ] - ] - }, - "id": "way/239515588" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239515589", - "barrier": "hedge", - "survey:date": "2013-09-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9372247, - 51.5459464 - ], - [ - 9.9372686, - 51.5458351 - ] - ] - }, - "id": "way/239515589" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239515590", - "barrier": "hedge", - "survey:date": "2013-09-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9368589, - 51.546859 - ], - [ - 9.9369016, - 51.5467508 - ] - ] - }, - "id": "way/239515590" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239515592", - "barrier": "hedge", - "survey:date": "2013-09-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9371759, - 51.5460702 - ], - [ - 9.9372183, - 51.5459616 - ] - ] - }, - "id": "way/239515592" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239515593", - "barrier": "hedge", - "survey:date": "2013-09-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9371241, - 51.5461983 - ], - [ - 9.9371677, - 51.5460903 - ] - ] - }, - "id": "way/239515593" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239515598", - "barrier": "hedge", - "survey:date": "2013-09-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9373372, - 51.5456628 - ], - [ - 9.9373746, - 51.5455727 - ], - [ - 9.9373863, - 51.5455445 - ] - ] - }, - "id": "way/239515598" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239515601", - "barrier": "hedge", - "survey:date": "2013-09-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9370689, - 51.546339 - ], - [ - 9.9371171, - 51.5462165 - ] - ] - }, - "id": "way/239515601" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239515602", - "barrier": "hedge", - "survey:date": "2013-09-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9370107, - 51.5464776 - ], - [ - 9.9370567, - 51.5463701 - ] - ] - }, - "id": "way/239515602" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239515603", - "barrier": "hedge", - "survey:date": "2013-09-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9364122, - 51.5470697 - ], - [ - 9.9367235, - 51.5471063 - ], - [ - 9.9367658, - 51.5470913 - ], - [ - 9.9368356, - 51.5469148 - ] - ] - }, - "id": "way/239515603" - }, - { - "type": "Feature", - "properties": { - "@id": "way/239515605", - "barrier": "hedge", - "survey:date": "2013-09-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9373927, - 51.5455268 - ], - [ - 9.9373949, - 51.5455211 - ], - [ - 9.9374162, - 51.5454655 - ], - [ - 9.9373877, - 51.5454303 - ], - [ - 9.9372546, - 51.545378 - ], - [ - 9.9371757, - 51.5453568 - ], - [ - 9.9371257, - 51.545348 - ], - [ - 9.9371109, - 51.5453857 - ] - ] - }, - "id": "way/239515605" - }, - { - "type": "Feature", - "properties": { - "@id": "way/240063157", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9310425, - 51.555682 - ], - [ - 9.9309386, - 51.5556843 - ], - [ - 9.9309274, - 51.5554878 - ], - [ - 9.9312643, - 51.5554804 - ], - [ - 9.931259, - 51.5553978 - ], - [ - 9.9313658, - 51.555398 - ] - ] - }, - "id": "way/240063157" - }, - { - "type": "Feature", - "properties": { - "@id": "way/241878494", - "barrier": "hedge", - "source": "survey 2013-09-10" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8959624, - 51.5339495 - ], - [ - 9.895916, - 51.5339576 - ], - [ - 9.8959774, - 51.5340915 - ], - [ - 9.8960572, - 51.534189 - ] - ] - }, - "id": "way/241878494" - }, - { - "type": "Feature", - "properties": { - "@id": "way/241878495", - "barrier": "hedge", - "source": "survey 2013-09-10" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8959647, - 51.5344951 - ], - [ - 9.8959423, - 51.5344175 - ], - [ - 9.8959042, - 51.5342059 - ], - [ - 9.8958826, - 51.5340715 - ], - [ - 9.8958627, - 51.5339847 - ], - [ - 9.8958545, - 51.5339654 - ], - [ - 9.8957697, - 51.5337652 - ] - ] - }, - "id": "way/241878495" - }, - { - "type": "Feature", - "properties": { - "@id": "way/241883956", - "barrier": "hedge", - "survey:date": "2013-09-27" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9082283, - 51.5427373 - ], - [ - 9.9082126, - 51.5429003 - ], - [ - 9.9082021, - 51.5430995 - ] - ] - }, - "id": "way/241883956" - }, - { - "type": "Feature", - "properties": { - "@id": "way/241883958", - "barrier": "hedge", - "survey:date": "2013-09-27" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9073174, - 51.5382455 - ], - [ - 9.9074339, - 51.5382473 - ], - [ - 9.9075515, - 51.5382473 - ], - [ - 9.9076237, - 51.5382437 - ] - ] - }, - "id": "way/241883958" - }, - { - "type": "Feature", - "properties": { - "@id": "way/242407672", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.909618, - 51.5368598 - ], - [ - 9.9096175, - 51.536863 - ], - [ - 9.9096161, - 51.5368661 - ], - [ - 9.9096138, - 51.536869 - ], - [ - 9.9096108, - 51.5368716 - ], - [ - 9.9096071, - 51.5368739 - ], - [ - 9.9096028, - 51.5368757 - ], - [ - 9.9095981, - 51.536877 - ], - [ - 9.909593, - 51.5368778 - ], - [ - 9.9095905, - 51.536878 - ], - [ - 9.9095853, - 51.536878 - ], - [ - 9.9095802, - 51.5368774 - ], - [ - 9.9095753, - 51.5368762 - ], - [ - 9.9095709, - 51.5368746 - ], - [ - 9.909567, - 51.5368725 - ], - [ - 9.9095637, - 51.53687 - ], - [ - 9.9095612, - 51.5368671 - ], - [ - 9.9095594, - 51.5368641 - ], - [ - 9.9095586, - 51.5368609 - ], - [ - 9.9095587, - 51.5368577 - ] - ] - }, - "id": "way/242407672" - }, - { - "type": "Feature", - "properties": { - "@id": "way/242549085", - "barrier": "hedge", - "survey:date": "2013-10-13" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8975019, - 51.5322271 - ], - [ - 9.8975066, - 51.5320459 - ], - [ - 9.8968322, - 51.5317023 - ] - ] - }, - "id": "way/242549085" - }, - { - "type": "Feature", - "properties": { - "@id": "way/246545487", - "barrier": "hedge", - "survey:date": "2013-09-14" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9426985, - 51.5484821 - ], - [ - 9.9427039, - 51.5484234 - ] - ] - }, - "id": "way/246545487" - }, - { - "type": "Feature", - "properties": { - "@id": "way/246545488", - "barrier": "hedge", - "survey:date": "2013-09-14" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9428385, - 51.5478082 - ], - [ - 9.9428937, - 51.5475352 - ] - ] - }, - "id": "way/246545488" - }, - { - "type": "Feature", - "properties": { - "@id": "way/246545489", - "barrier": "hedge", - "survey:date": "2013-09-14" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9427148, - 51.5483876 - ], - [ - 9.942829, - 51.5478472 - ] - ] - }, - "id": "way/246545489" - }, - { - "type": "Feature", - "properties": { - "@id": "way/246545491", - "barrier": "hedge", - "survey:date": "2013-09-14" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9437198, - 51.5479757 - ], - [ - 9.9437247, - 51.547992 - ], - [ - 9.9437549, - 51.5480087 - ], - [ - 9.943863, - 51.5480164 - ] - ] - }, - "id": "way/246545491" - }, - { - "type": "Feature", - "properties": { - "@id": "way/246545492", - "barrier": "hedge", - "survey:date": "2013-09-14" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9432042, - 51.5479608 - ], - [ - 9.9435952, - 51.5479933 - ], - [ - 9.9436173, - 51.5479894 - ], - [ - 9.9436365, - 51.5479843 - ] - ] - }, - "id": "way/246545492" - }, - { - "type": "Feature", - "properties": { - "@id": "way/252796671", - "barrier": "hedge", - "survey:date": "2013-08-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9349824, - 51.5525756 - ], - [ - 9.9349733, - 51.5524735 - ] - ] - }, - "id": "way/252796671" - }, - { - "type": "Feature", - "properties": { - "@id": "way/253413632", - "barrier": "hedge", - "survey:date": "2013-12-25" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9349041, - 51.5515917 - ], - [ - 9.9349127, - 51.5517316 - ] - ] - }, - "id": "way/253413632" - }, - { - "type": "Feature", - "properties": { - "@id": "way/253413633", - "barrier": "hedge", - "survey:date": "2013-12-25" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9348871, - 51.5513606 - ], - [ - 9.9349015, - 51.5515729 - ] - ] - }, - "id": "way/253413633" - }, - { - "type": "Feature", - "properties": { - "@id": "way/253413634", - "barrier": "hedge", - "survey:date": "2013-12-25" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9348472, - 51.5507629 - ], - [ - 9.9348572, - 51.5510001 - ] - ] - }, - "id": "way/253413634" - }, - { - "type": "Feature", - "properties": { - "@id": "way/253413636", - "barrier": "hedge", - "survey:date": "2013-12-25" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9348592, - 51.5510368 - ], - [ - 9.9348867, - 51.5513374 - ] - ] - }, - "id": "way/253413636" - }, - { - "type": "Feature", - "properties": { - "@id": "way/253413645", - "barrier": "hedge", - "survey:date": "2013-12-25" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9348016, - 51.5504774 - ], - [ - 9.934807, - 51.5505665 - ], - [ - 9.9348452, - 51.5507137 - ], - [ - 9.9348461, - 51.5507348 - ] - ] - }, - "id": "way/253413645" - }, - { - "type": "Feature", - "properties": { - "@id": "way/253413666", - "barrier": "hedge", - "survey:date": "2013-12-25" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9349158, - 51.5518038 - ], - [ - 9.9349192, - 51.5519189 - ], - [ - 9.9349179, - 51.5519608 - ], - [ - 9.9348796, - 51.5519948 - ], - [ - 9.934815, - 51.552014 - ], - [ - 9.9347437, - 51.5520149 - ], - [ - 9.9347471, - 51.5519848 - ] - ] - }, - "id": "way/253413666" - }, - { - "type": "Feature", - "properties": { - "@id": "way/253566062", - "barrier": "hedge", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9357041, - 51.5465777 - ], - [ - 9.9356488, - 51.5467184 - ] - ] - }, - "id": "way/253566062" - }, - { - "type": "Feature", - "properties": { - "@id": "way/253566063", - "barrier": "hedge", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9362167, - 51.5453055 - ], - [ - 9.9361758, - 51.545403 - ] - ] - }, - "id": "way/253566063" - }, - { - "type": "Feature", - "properties": { - "@id": "way/253566064", - "barrier": "hedge", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9360226, - 51.5457856 - ], - [ - 9.93597, - 51.5459133 - ] - ] - }, - "id": "way/253566064" - }, - { - "type": "Feature", - "properties": { - "@id": "way/253566065", - "barrier": "hedge", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9360969, - 51.5456065 - ], - [ - 9.9360431, - 51.5457316 - ] - ] - }, - "id": "way/253566065" - }, - { - "type": "Feature", - "properties": { - "@id": "way/253566066", - "barrier": "hedge", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9361587, - 51.5454548 - ], - [ - 9.9361044, - 51.5455827 - ] - ] - }, - "id": "way/253566066" - }, - { - "type": "Feature", - "properties": { - "@id": "way/253566067", - "barrier": "hedge", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9358077, - 51.5463221 - ], - [ - 9.9357697, - 51.5464144 - ] - ] - }, - "id": "way/253566067" - }, - { - "type": "Feature", - "properties": { - "@id": "way/253566083", - "barrier": "hedge", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9356423, - 51.5467349 - ], - [ - 9.9356196, - 51.546789 - ], - [ - 9.9355904, - 51.5467844 - ], - [ - 9.9355807, - 51.5468078 - ], - [ - 9.9356097, - 51.5468125 - ], - [ - 9.9355853, - 51.5468706 - ] - ] - }, - "id": "way/253566083" - }, - { - "type": "Feature", - "properties": { - "@id": "way/253566084", - "barrier": "hedge", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9357628, - 51.5464311 - ], - [ - 9.9357404, - 51.5464854 - ], - [ - 9.935715, - 51.5464817 - ], - [ - 9.9357066, - 51.5465037 - ], - [ - 9.9357318, - 51.5465073 - ], - [ - 9.9357081, - 51.5465675 - ] - ] - }, - "id": "way/253566084" - }, - { - "type": "Feature", - "properties": { - "@id": "way/253566085", - "barrier": "hedge", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9355779, - 51.5468882 - ], - [ - 9.935563, - 51.546916 - ], - [ - 9.9355278, - 51.546941 - ], - [ - 9.9354926, - 51.5469596 - ], - [ - 9.9354264, - 51.5469717 - ], - [ - 9.935193, - 51.5469256 - ], - [ - 9.9352177, - 51.5468807 - ] - ] - }, - "id": "way/253566085" - }, - { - "type": "Feature", - "properties": { - "@id": "way/253571157", - "barrier": "hedge", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9348946, - 51.5396208 - ], - [ - 9.9349266, - 51.5395278 - ], - [ - 9.9349116, - 51.5395255 - ], - [ - 9.9348943, - 51.5395228 - ] - ] - }, - "id": "way/253571157" - }, - { - "type": "Feature", - "properties": { - "@id": "way/253571158", - "barrier": "hedge", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9370633, - 51.5409469 - ], - [ - 9.9377317, - 51.541013 - ] - ] - }, - "id": "way/253571158" - }, - { - "type": "Feature", - "properties": { - "@id": "way/253571159", - "barrier": "hedge", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9388176, - 51.5420692 - ], - [ - 9.9386644, - 51.5424584 - ] - ] - }, - "id": "way/253571159" - }, - { - "type": "Feature", - "properties": { - "@id": "way/255641475", - "barrier": "hedge", - "survey:date": "2014-01-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.918712, - 51.5411734 - ], - [ - 9.9187415, - 51.5410579 - ] - ] - }, - "id": "way/255641475" - }, - { - "type": "Feature", - "properties": { - "@id": "way/255753243", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9092601, - 51.560828 - ], - [ - 9.9092617, - 51.5607571 - ] - ] - }, - "id": "way/255753243" - }, - { - "type": "Feature", - "properties": { - "@id": "way/255753246", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9092659, - 51.5606124 - ], - [ - 9.9089562, - 51.560597 - ] - ] - }, - "id": "way/255753246" - }, - { - "type": "Feature", - "properties": { - "@id": "way/255753250", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9092625, - 51.5607315 - ], - [ - 9.9092632, - 51.560678 - ] - ] - }, - "id": "way/255753250" - }, - { - "type": "Feature", - "properties": { - "@id": "way/255753254", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9088108, - 51.5610354 - ], - [ - 9.9092577, - 51.5610532 - ], - [ - 9.909259, - 51.560937 - ] - ] - }, - "id": "way/255753254" - }, - { - "type": "Feature", - "properties": { - "@id": "way/255791332", - "barrier": "hedge", - "survey:date": "2014-01-07" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8919634, - 51.561715 - ], - [ - 9.8918838, - 51.5617528 - ], - [ - 9.8918252, - 51.5617374 - ], - [ - 9.8917817, - 51.5617174 - ], - [ - 9.8917403, - 51.5616863 - ], - [ - 9.8917258, - 51.5616666 - ], - [ - 9.891721, - 51.5616446 - ], - [ - 9.8917258, - 51.5616229 - ], - [ - 9.8917435, - 51.5615942 - ], - [ - 9.8917769, - 51.5615594 - ], - [ - 9.8919333, - 51.5614573 - ], - [ - 9.8921105, - 51.5613214 - ], - [ - 9.8922721, - 51.5611843 - ] - ] - }, - "id": "way/255791332" - }, - { - "type": "Feature", - "properties": { - "@id": "way/255791336", - "barrier": "hedge", - "survey:date": "2014-01-07" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8923386, - 51.5611325 - ], - [ - 9.8925626, - 51.5609358 - ], - [ - 9.8926141, - 51.5609474 - ] - ] - }, - "id": "way/255791336" - }, - { - "type": "Feature", - "properties": { - "@id": "way/255791337", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8929592, - 51.5615832 - ], - [ - 9.8924746, - 51.5614771 - ], - [ - 9.8924524, - 51.5614723 - ], - [ - 9.8924393, - 51.5614658 - ] - ] - }, - "id": "way/255791337" - }, - { - "type": "Feature", - "properties": { - "@id": "way/255791338", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8926299, - 51.5609353 - ], - [ - 9.892831, - 51.5607237 - ], - [ - 9.8933752, - 51.5608556 - ], - [ - 9.8932541, - 51.5610719 - ], - [ - 9.8931311, - 51.5612918 - ] - ] - }, - "id": "way/255791338" - }, - { - "type": "Feature", - "properties": { - "@id": "way/255791341", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8924393, - 51.5614658 - ], - [ - 9.8923441, - 51.5614434 - ], - [ - 9.8926023, - 51.5609763 - ], - [ - 9.8926141, - 51.5609474 - ] - ] - }, - "id": "way/255791341" - }, - { - "type": "Feature", - "properties": { - "@id": "way/255797112", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8827716, - 51.5626159 - ], - [ - 9.882786, - 51.5623745 - ], - [ - 9.8828619, - 51.5623319 - ], - [ - 9.8833858, - 51.5623925 - ], - [ - 9.8834615, - 51.5624012 - ], - [ - 9.8834429, - 51.5626992 - ], - [ - 9.8831676, - 51.5626938 - ], - [ - 9.8827675, - 51.5626858 - ], - [ - 9.8827704, - 51.5626362 - ] - ] - }, - "id": "way/255797112" - }, - { - "type": "Feature", - "properties": { - "@id": "way/256315692", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9303375, - 51.5208853 - ], - [ - 9.9299644, - 51.5208659 - ], - [ - 9.929811, - 51.5208396 - ], - [ - 9.9293019, - 51.5207206 - ], - [ - 9.9289804, - 51.5206065 - ], - [ - 9.9288446, - 51.5205628 - ] - ] - }, - "id": "way/256315692" - }, - { - "type": "Feature", - "properties": { - "@id": "way/256315695", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9270058, - 51.5211632 - ], - [ - 9.9268129, - 51.5212394 - ], - [ - 9.9264041, - 51.5208845 - ], - [ - 9.9263126, - 51.5207985 - ], - [ - 9.9273038, - 51.520585 - ], - [ - 9.9276149, - 51.5205316 - ], - [ - 9.9278507, - 51.520507 - ], - [ - 9.9280663, - 51.5204972 - ], - [ - 9.928303, - 51.5205126 - ], - [ - 9.9285349, - 51.52053 - ], - [ - 9.9288057, - 51.5205605 - ] - ] - }, - "id": "way/256315695" - }, - { - "type": "Feature", - "properties": { - "@id": "way/256322087", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8956533, - 51.5081875 - ], - [ - 9.8950172, - 51.5081855 - ], - [ - 9.8950433, - 51.5080084 - ] - ] - }, - "id": "way/256322087" - }, - { - "type": "Feature", - "properties": { - "@id": "way/256367477", - "barrier": "hedge", - "survey:date": "2013" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9463111, - 51.5219673 - ], - [ - 9.9463201, - 51.5219703 - ], - [ - 9.9467965, - 51.522144 - ], - [ - 9.9473763, - 51.5223555 - ] - ] - }, - "id": "way/256367477" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257189124", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9021094, - 51.5596748 - ], - [ - 9.9021123, - 51.5596425 - ], - [ - 9.9020326, - 51.559641 - ], - [ - 9.9020361, - 51.5595671 - ], - [ - 9.9020152, - 51.5595668 - ], - [ - 9.9020177, - 51.5595133 - ], - [ - 9.9011928, - 51.5594775 - ] - ] - }, - "id": "way/257189124" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257226615", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9105036, - 51.5518064 - ], - [ - 9.9106549, - 51.5515842 - ], - [ - 9.9106811, - 51.5515637 - ], - [ - 9.9106998, - 51.5515514 - ], - [ - 9.9107206, - 51.5515464 - ], - [ - 9.9107489, - 51.5515473 - ], - [ - 9.9114833, - 51.551689 - ], - [ - 9.9115016, - 51.5516975 - ], - [ - 9.9115191, - 51.5517151 - ], - [ - 9.9115204, - 51.551741 - ], - [ - 9.9115061, - 51.5517736 - ], - [ - 9.9113538, - 51.5520081 - ] - ] - }, - "id": "way/257226615" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257226618", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9110676, - 51.5524044 - ], - [ - 9.9107902, - 51.5527292 - ] - ] - }, - "id": "way/257226618" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257226625", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9094005, - 51.5535528 - ], - [ - 9.9092457, - 51.5534786 - ] - ] - }, - "id": "way/257226625" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257226626", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9100417, - 51.5533931 - ], - [ - 9.9104132, - 51.5530904 - ] - ] - }, - "id": "way/257226626" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257226628", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9096331, - 51.5527759 - ], - [ - 9.9092995, - 51.5530518 - ] - ] - }, - "id": "way/257226628" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257226630", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9113381, - 51.5520297 - ], - [ - 9.9110916, - 51.5523724 - ] - ] - }, - "id": "way/257226630" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257226631", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9102716, - 51.5521666 - ], - [ - 9.9102308, - 51.5521555 - ], - [ - 9.9099674, - 51.5524612 - ] - ] - }, - "id": "way/257226631" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257226633", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9091402, - 51.5531709 - ], - [ - 9.9092039, - 51.5531217 - ], - [ - 9.9092768, - 51.5530692 - ] - ] - }, - "id": "way/257226633" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257226635", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9104441, - 51.5518906 - ], - [ - 9.9102501, - 51.5521345 - ] - ] - }, - "id": "way/257226635" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257226636", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9095738, - 51.5536358 - ], - [ - 9.9094239, - 51.553564 - ] - ] - }, - "id": "way/257226636" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257226638", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9099838, - 51.5524902 - ], - [ - 9.909948, - 51.5524777 - ], - [ - 9.9096617, - 51.5527545 - ] - ] - }, - "id": "way/257226638" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257226642", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.910436, - 51.5530671 - ], - [ - 9.9106081, - 51.5529119 - ], - [ - 9.910766, - 51.5527508 - ] - ] - }, - "id": "way/257226642" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257226643", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9092196, - 51.5534661 - ], - [ - 9.9091444, - 51.55343 - ], - [ - 9.9091752, - 51.5534028 - ] - ] - }, - "id": "way/257226643" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257226644", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9092039, - 51.5531217 - ], - [ - 9.9094122, - 51.5532203 - ], - [ - 9.9093102, - 51.5533057 - ], - [ - 9.9093825, - 51.55334 - ] - ] - }, - "id": "way/257226644" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257226646", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9100253, - 51.5534081 - ], - [ - 9.9097274, - 51.5536525 - ], - [ - 9.9096864, - 51.5536648 - ], - [ - 9.9096419, - 51.5536657 - ], - [ - 9.9095974, - 51.5536471 - ] - ] - }, - "id": "way/257226646" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257228789", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9083583, - 51.5536994 - ], - [ - 9.9085315, - 51.5537613 - ] - ] - }, - "id": "way/257228789" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257228796", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9092577, - 51.5536046 - ], - [ - 9.9094317, - 51.5536847 - ], - [ - 9.9092456, - 51.5538249 - ], - [ - 9.9092502, - 51.5538274 - ] - ] - }, - "id": "way/257228796" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257228799", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9091544, - 51.553557 - ], - [ - 9.9089079, - 51.5534425 - ], - [ - 9.9088785, - 51.5534368 - ], - [ - 9.9088466, - 51.5534362 - ], - [ - 9.9088122, - 51.5534409 - ], - [ - 9.9087763, - 51.5534497 - ], - [ - 9.9087292, - 51.5534689 - ], - [ - 9.9084113, - 51.5536678 - ] - ] - }, - "id": "way/257228799" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257234473", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9012258, - 51.5609143 - ], - [ - 9.9010329, - 51.5609061 - ] - ] - }, - "id": "way/257234473" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257234474", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9014098, - 51.5600809 - ], - [ - 9.902068, - 51.5601114 - ] - ] - }, - "id": "way/257234474" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257234481", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9031276, - 51.5602552 - ], - [ - 9.9031287, - 51.5602268 - ], - [ - 9.9031186, - 51.5601963 - ], - [ - 9.9030869, - 51.5601707 - ], - [ - 9.9030478, - 51.5601568 - ], - [ - 9.9027926, - 51.560145 - ] - ] - }, - "id": "way/257234481" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257234482", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9010329, - 51.5609061 - ], - [ - 9.9009539, - 51.5609028 - ], - [ - 9.9010325, - 51.5602215 - ], - [ - 9.9010467, - 51.5601554 - ], - [ - 9.9010648, - 51.5601206 - ], - [ - 9.9010993, - 51.5600969 - ], - [ - 9.9011422, - 51.5600816 - ], - [ - 9.9012074, - 51.5600747 - ], - [ - 9.901363, - 51.5600785 - ] - ] - }, - "id": "way/257234482" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257530734", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9102452, - 51.5519229 - ], - [ - 9.9101149, - 51.5520923 - ] - ] - }, - "id": "way/257530734" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257530736", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9105603, - 51.5514606 - ], - [ - 9.9105014, - 51.551558 - ] - ] - }, - "id": "way/257530736" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257530738", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9100836, - 51.5521239 - ], - [ - 9.9100022, - 51.5522177 - ] - ] - }, - "id": "way/257530738" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257530741", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9104882, - 51.5515805 - ], - [ - 9.9103548, - 51.55178 - ] - ] - }, - "id": "way/257530741" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257530744", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.910683, - 51.5509146 - ], - [ - 9.910678, - 51.5510248 - ] - ] - }, - "id": "way/257530744" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257530745", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9106749, - 51.5510485 - ], - [ - 9.9106592, - 51.5511568 - ] - ] - }, - "id": "way/257530745" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257530748", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9103348, - 51.5518049 - ], - [ - 9.9102634, - 51.5518987 - ] - ] - }, - "id": "way/257530748" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257530750", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.909979, - 51.5522461 - ], - [ - 9.9099145, - 51.5523151 - ], - [ - 9.9098149, - 51.5522847 - ] - ] - }, - "id": "way/257530750" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257530751", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9106542, - 51.5511813 - ], - [ - 9.9106404, - 51.5512538 - ], - [ - 9.9106066, - 51.5513698 - ], - [ - 9.9105747, - 51.5514364 - ] - ] - }, - "id": "way/257530751" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257530753", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9102878, - 51.5507186 - ], - [ - 9.9105847, - 51.5507202 - ], - [ - 9.9106179, - 51.5507323 - ], - [ - 9.9106642, - 51.5507611 - ], - [ - 9.9106786, - 51.5508012 - ], - [ - 9.9106824, - 51.550892 - ] - ] - }, - "id": "way/257530753" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257536781", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9094701, - 51.5527474 - ], - [ - 9.9093718, - 51.5528267 - ] - ] - }, - "id": "way/257536781" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257536783", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9093434, - 51.5528492 - ], - [ - 9.9091592, - 51.5529969 - ] - ] - }, - "id": "way/257536783" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257536785", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.909789, - 51.5524483 - ], - [ - 9.9096978, - 51.5525381 - ] - ] - }, - "id": "way/257536785" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257536787", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9091317, - 51.5530183 - ], - [ - 9.9090254, - 51.5530982 - ] - ] - }, - "id": "way/257536787" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257536789", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9096747, - 51.5525617 - ], - [ - 9.9094984, - 51.5527231 - ] - ] - }, - "id": "way/257536789" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257536790", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9098926, - 51.5523425 - ], - [ - 9.9098102, - 51.5524279 - ] - ] - }, - "id": "way/257536790" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257536792", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9090015, - 51.5531169 - ], - [ - 9.9089103, - 51.5531819 - ], - [ - 9.9087395, - 51.5530994 - ], - [ - 9.9086879, - 51.5530774 - ] - ] - }, - "id": "way/257536792" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257700623", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9023884, - 51.5595633 - ], - [ - 9.9023338, - 51.5600171 - ], - [ - 9.9023964, - 51.5600349 - ], - [ - 9.9026555, - 51.5600466 - ] - ] - }, - "id": "way/257700623" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257701936", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9078909, - 51.5558545 - ], - [ - 9.9088171, - 51.555331 - ] - ] - }, - "id": "way/257701936" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257701939", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.908074, - 51.5548442 - ], - [ - 9.9077952, - 51.5547049 - ] - ] - }, - "id": "way/257701939" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257701940", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9074389, - 51.5553123 - ], - [ - 9.907514, - 51.555355 - ], - [ - 9.9075256, - 51.5553616 - ], - [ - 9.9073233, - 51.5555014 - ], - [ - 9.9075311, - 51.5556177 - ] - ] - }, - "id": "way/257701940" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257701942", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9084451, - 51.5550484 - ], - [ - 9.9081102, - 51.554863 - ] - ] - }, - "id": "way/257701942" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257701946", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9076251, - 51.554623 - ], - [ - 9.9073991, - 51.5545168 - ] - ] - }, - "id": "way/257701946" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257701947", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9075539, - 51.5556752 - ], - [ - 9.9078527, - 51.5558342 - ] - ] - }, - "id": "way/257701947" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257701950", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9068717, - 51.5553121 - ], - [ - 9.907155, - 51.5554627 - ] - ] - }, - "id": "way/257701950" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257701954", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9088308, - 51.5552952 - ], - [ - 9.908775, - 51.5552484 - ], - [ - 9.9086624, - 51.5551724 - ], - [ - 9.9085637, - 51.5551108 - ] - ] - }, - "id": "way/257701954" - }, - { - "type": "Feature", - "properties": { - "@id": "way/257701955", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9073351, - 51.5544891 - ], - [ - 9.9073102, - 51.5544784 - ], - [ - 9.9072297, - 51.5545445 - ], - [ - 9.9070798, - 51.5546539 - ], - [ - 9.9064935, - 51.5550814 - ], - [ - 9.9064656, - 51.555096 - ] - ] - }, - "id": "way/257701955" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258124498", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9479279, - 51.5234673 - ], - [ - 9.9480813, - 51.5231747 - ], - [ - 9.9482809, - 51.5228726 - ] - ] - }, - "id": "way/258124498" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258138287", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9450516, - 51.5237399 - ], - [ - 9.9452654, - 51.5237466 - ] - ] - }, - "id": "way/258138287" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258138289", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9462984, - 51.5237781 - ], - [ - 9.9456769, - 51.523759 - ] - ] - }, - "id": "way/258138289" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258138295", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9457276, - 51.5253592 - ], - [ - 9.945994, - 51.5253696 - ], - [ - 9.9460691, - 51.5253475 - ], - [ - 9.9460775, - 51.5252928 - ] - ] - }, - "id": "way/258138295" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258139309", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9447603, - 51.5248071 - ], - [ - 9.9447471, - 51.5249281 - ] - ] - }, - "id": "way/258139309" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258139312", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9447203, - 51.5253525 - ], - [ - 9.9446993, - 51.5255415 - ], - [ - 9.9446989, - 51.5255446 - ] - ] - }, - "id": "way/258139312" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258139313", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9447429, - 51.5249673 - ], - [ - 9.9447273, - 51.5251107 - ] - ] - }, - "id": "way/258139313" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258139315", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9455974, - 51.5246073 - ], - [ - 9.9457085, - 51.5246097 - ] - ] - }, - "id": "way/258139315" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258139318", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9458246, - 51.5246125 - ], - [ - 9.9459939, - 51.5246144 - ], - [ - 9.946138, - 51.524612 - ] - ] - }, - "id": "way/258139318" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258139319", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9447252, - 51.5251295 - ], - [ - 9.9447071, - 51.5252963 - ], - [ - 9.9447472, - 51.525298 - ] - ] - }, - "id": "way/258139319" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258139320", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9457276, - 51.5253592 - ], - [ - 9.9451686, - 51.5253372 - ], - [ - 9.9450905, - 51.5253634 - ], - [ - 9.9447203, - 51.5253525 - ] - ] - }, - "id": "way/258139320" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258139321", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9449542, - 51.5245797 - ], - [ - 9.945126, - 51.5245871 - ], - [ - 9.9451563, - 51.5245885 - ], - [ - 9.9451927, - 51.5245901 - ], - [ - 9.9452956, - 51.5245947 - ], - [ - 9.9455659, - 51.5246067 - ] - ] - }, - "id": "way/258139321" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258139322", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9449286, - 51.5245778 - ], - [ - 9.9448301, - 51.5245791 - ], - [ - 9.9448002, - 51.524591 - ], - [ - 9.9447819, - 51.5246082 - ], - [ - 9.9447624, - 51.5247875 - ] - ] - }, - "id": "way/258139322" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258395916", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9383126, - 51.5442592 - ], - [ - 9.9383053, - 51.5442501 - ], - [ - 9.9383266, - 51.5442209 - ], - [ - 9.9388416, - 51.5443745 - ], - [ - 9.9388218, - 51.5444007 - ], - [ - 9.9388084, - 51.5444083 - ] - ] - }, - "id": "way/258395916" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258395920", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9382859, - 51.5442116 - ], - [ - 9.9381439, - 51.544388 - ], - [ - 9.9381071, - 51.5444346 - ] - ] - }, - "id": "way/258395920" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258395922", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9399265, - 51.5452407 - ], - [ - 9.9399827, - 51.5450952 - ] - ] - }, - "id": "way/258395922" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258395926", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9388525, - 51.5457488 - ], - [ - 9.9385569, - 51.5457046 - ] - ] - }, - "id": "way/258395926" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258395927", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9389102, - 51.5451455 - ], - [ - 9.9390539, - 51.5450309 - ] - ] - }, - "id": "way/258395927" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258395928", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9388088, - 51.5452307 - ], - [ - 9.9388924, - 51.5451613 - ] - ] - }, - "id": "way/258395928" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258395929", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.939245, - 51.5448885 - ], - [ - 9.9393608, - 51.5448034 - ] - ] - }, - "id": "way/258395929" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258395931", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9398024, - 51.5455617 - ], - [ - 9.9398457, - 51.5454497 - ] - ] - }, - "id": "way/258395931" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258395932", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9391443, - 51.5444678 - ], - [ - 9.9392472, - 51.5444989 - ] - ] - }, - "id": "way/258395932" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258395938", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9390747, - 51.5444467 - ], - [ - 9.9391211, - 51.5444608 - ] - ] - }, - "id": "way/258395938" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258395941", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9391054, - 51.5455748 - ], - [ - 9.9390838, - 51.5456287 - ], - [ - 9.9391033, - 51.5456704 - ], - [ - 9.9390614, - 51.54578 - ], - [ - 9.938884, - 51.5457535 - ] - ] - }, - "id": "way/258395941" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258395942", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.938804, - 51.5444728 - ], - [ - 9.9388738, - 51.5443859 - ] - ] - }, - "id": "way/258395942" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258395944", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9386509, - 51.5453697 - ], - [ - 9.9387751, - 51.545261 - ] - ] - }, - "id": "way/258395944" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258395955", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9388001, - 51.5450537 - ], - [ - 9.9385282, - 51.5449409 - ] - ] - }, - "id": "way/258395955" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258395957", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9397767, - 51.5446567 - ], - [ - 9.9399695, - 51.5447149 - ] - ] - }, - "id": "way/258395957" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258395960", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9390781, - 51.5450145 - ], - [ - 9.9392245, - 51.5449035 - ] - ] - }, - "id": "way/258395960" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258395970", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9392766, - 51.5445078 - ], - [ - 9.939483, - 51.5445702 - ], - [ - 9.9393344, - 51.5446804 - ] - ] - }, - "id": "way/258395970" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258395978", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9395996, - 51.5448765 - ], - [ - 9.9395742, - 51.5448694 - ], - [ - 9.939415, - 51.5447643 - ], - [ - 9.9396082, - 51.5446282 - ], - [ - 9.9396259, - 51.5446204 - ], - [ - 9.9396422, - 51.5446181 - ], - [ - 9.9397484, - 51.5446482 - ] - ] - }, - "id": "way/258395978" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258395979", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9399974, - 51.5447233 - ], - [ - 9.9400893, - 51.544751 - ], - [ - 9.9401018, - 51.5447681 - ], - [ - 9.9401014, - 51.5447939 - ], - [ - 9.9400242, - 51.5449826 - ] - ] - }, - "id": "way/258395979" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258395981", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9397898, - 51.5455945 - ], - [ - 9.939691, - 51.5458443 - ], - [ - 9.9396765, - 51.5458562 - ], - [ - 9.9396508, - 51.5458615 - ], - [ - 9.9396139, - 51.5458619 - ], - [ - 9.9392351, - 51.5458026 - ], - [ - 9.9391271, - 51.5457857 - ] - ] - }, - "id": "way/258395981" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258395983", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9380907, - 51.5448155 - ], - [ - 9.9379177, - 51.5447687 - ], - [ - 9.937894, - 51.5447531 - ], - [ - 9.9378854, - 51.5447384 - ], - [ - 9.9378861, - 51.5447216 - ], - [ - 9.9379453, - 51.5446397 - ], - [ - 9.9380435, - 51.5446661 - ] - ] - }, - "id": "way/258395983" - }, - { - "type": "Feature", - "properties": { - "@id": "way/258395987", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9385181, - 51.5457014 - ], - [ - 9.9384608, - 51.545694 - ], - [ - 9.9384278, - 51.5456842 - ], - [ - 9.9384054, - 51.5456686 - ], - [ - 9.9383896, - 51.5456448 - ], - [ - 9.9383883, - 51.5456223 - ], - [ - 9.9383986, - 51.5455999 - ], - [ - 9.9386306, - 51.5453874 - ] - ] - }, - "id": "way/258395987" - }, - { - "type": "Feature", - "properties": { - "@id": "way/260126214", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9359274, - 51.5210989 - ], - [ - 9.9356753, - 51.521088 - ] - ] - }, - "id": "way/260126214" - }, - { - "type": "Feature", - "properties": { - "@id": "way/260126215", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.935468, - 51.5204534 - ], - [ - 9.9358826, - 51.5204722 - ] - ] - }, - "id": "way/260126215" - }, - { - "type": "Feature", - "properties": { - "@id": "way/260126216", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9369617, - 51.5206376 - ], - [ - 9.9370044, - 51.5208121 - ] - ] - }, - "id": "way/260126216" - }, - { - "type": "Feature", - "properties": { - "@id": "way/260126222", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9364189, - 51.52112 - ], - [ - 9.9359918, - 51.5211016 - ] - ] - }, - "id": "way/260126222" - }, - { - "type": "Feature", - "properties": { - "@id": "way/260126225", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9339523, - 51.5203844 - ], - [ - 9.9340236, - 51.5203873 - ] - ] - }, - "id": "way/260126225" - }, - { - "type": "Feature", - "properties": { - "@id": "way/260126229", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9370868, - 51.5211488 - ], - [ - 9.9370216, - 51.521146 - ], - [ - 9.9370234, - 51.5211299 - ], - [ - 9.9369115, - 51.5211251 - ], - [ - 9.9369097, - 51.5211412 - ], - [ - 9.936468, - 51.5211222 - ] - ] - }, - "id": "way/260126229" - }, - { - "type": "Feature", - "properties": { - "@id": "way/260126230", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9349664, - 51.5204303 - ], - [ - 9.9353573, - 51.5204482 - ] - ] - }, - "id": "way/260126230" - }, - { - "type": "Feature", - "properties": { - "@id": "way/260126232", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9359901, - 51.5204772 - ], - [ - 9.9363849, - 51.5204951 - ] - ] - }, - "id": "way/260126232" - }, - { - "type": "Feature", - "properties": { - "@id": "way/260126234", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9370132, - 51.5208481 - ], - [ - 9.9370499, - 51.5209978 - ] - ] - }, - "id": "way/260126234" - }, - { - "type": "Feature", - "properties": { - "@id": "way/260126238", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9344603, - 51.5204073 - ], - [ - 9.9348644, - 51.5204257 - ] - ] - }, - "id": "way/260126238" - }, - { - "type": "Feature", - "properties": { - "@id": "way/260126241", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9335595, - 51.5211098 - ], - [ - 9.9334651, - 51.5204069 - ], - [ - 9.9335314, - 51.520368 - ], - [ - 9.9338417, - 51.5203802 - ] - ] - }, - "id": "way/260126241" - }, - { - "type": "Feature", - "properties": { - "@id": "way/260126244", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9364933, - 51.5205001 - ], - [ - 9.9368626, - 51.5205169 - ], - [ - 9.9369072, - 51.5205316 - ], - [ - 9.9369417, - 51.5205563 - ], - [ - 9.9369578, - 51.5206218 - ] - ] - }, - "id": "way/260126244" - }, - { - "type": "Feature", - "properties": { - "@id": "way/260126245", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9356258, - 51.5210866 - ], - [ - 9.9355805, - 51.5210853 - ], - [ - 9.9355359, - 51.5210897 - ], - [ - 9.935508, - 51.5210974 - ], - [ - 9.9354795, - 51.5211072 - ], - [ - 9.9354514, - 51.5211189 - ], - [ - 9.9354313, - 51.5211306 - ], - [ - 9.9354175, - 51.521144 - ], - [ - 9.9354024, - 51.5211625 - ], - [ - 9.9353897, - 51.5211859 - ] - ] - }, - "id": "way/260126245" - }, - { - "type": "Feature", - "properties": { - "@id": "way/260350251", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9564696, - 51.5329177 - ], - [ - 9.9574081, - 51.5329468 - ] - ] - }, - "id": "way/260350251" - }, - { - "type": "Feature", - "properties": { - "@id": "way/260350254", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.956694, - 51.5332108 - ], - [ - 9.9565787, - 51.533089 - ] - ] - }, - "id": "way/260350254" - }, - { - "type": "Feature", - "properties": { - "@id": "way/260353482", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9565616, - 51.5330709 - ], - [ - 9.9564696, - 51.5329177 - ] - ] - }, - "id": "way/260353482" - }, - { - "type": "Feature", - "properties": { - "@id": "way/260353486", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9564696, - 51.5329177 - ], - [ - 9.9564203, - 51.5327696 - ], - [ - 9.9563622, - 51.5325681 - ], - [ - 9.9563591, - 51.5323717 - ] - ] - }, - "id": "way/260353486" - }, - { - "type": "Feature", - "properties": { - "@id": "way/261317878", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.965891, - 51.5086135 - ], - [ - 9.9658898, - 51.5082909 - ] - ] - }, - "id": "way/261317878" - }, - { - "type": "Feature", - "properties": { - "@id": "way/261317882", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.966562, - 51.5091878 - ], - [ - 9.9670331, - 51.5092525 - ], - [ - 9.9675615, - 51.5093514 - ], - [ - 9.9693307, - 51.5097228 - ], - [ - 9.9700308, - 51.5098728 - ], - [ - 9.9703111, - 51.5099319 - ], - [ - 9.9709721, - 51.5100689 - ], - [ - 9.9722071, - 51.5103262 - ], - [ - 9.9723504, - 51.5102781 - ], - [ - 9.9729302, - 51.5100834 - ], - [ - 9.9729993, - 51.5099588 - ], - [ - 9.9730469, - 51.5098234 - ], - [ - 9.9730513, - 51.5096873 - ], - [ - 9.9714147, - 51.5097062 - ], - [ - 9.9711563, - 51.5096881 - ], - [ - 9.9674558, - 51.5089068 - ], - [ - 9.9669682, - 51.5088049 - ], - [ - 9.9661727, - 51.5086827 - ], - [ - 9.9661691, - 51.5089296 - ] - ] - }, - "id": "way/261317882" - }, - { - "type": "Feature", - "properties": { - "@id": "way/261401595", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9361818, - 51.5289813 - ], - [ - 9.935844, - 51.5289569 - ] - ] - }, - "id": "way/261401595" - }, - { - "type": "Feature", - "properties": { - "@id": "way/261401608", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.944029, - 51.5169342 - ], - [ - 9.9440456, - 51.5170623 - ], - [ - 9.9440618, - 51.5171881 - ], - [ - 9.9440813, - 51.5173387 - ], - [ - 9.9440986, - 51.5174721 - ], - [ - 9.9441163, - 51.5176091 - ], - [ - 9.9441355, - 51.5177576 - ], - [ - 9.9441527, - 51.51789 - ], - [ - 9.9441703, - 51.5180264 - ] - ] - }, - "id": "way/261401608" - }, - { - "type": "Feature", - "properties": { - "@id": "way/261594414", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9300005, - 51.5227396 - ], - [ - 9.9300552, - 51.5227396 - ], - [ - 9.9299389, - 51.522616 - ], - [ - 9.9298991, - 51.5226636 - ] - ] - }, - "id": "way/261594414" - }, - { - "type": "Feature", - "properties": { - "@id": "way/261594415", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9303245, - 51.5208877 - ], - [ - 9.9299782, - 51.5210988 - ] - ] - }, - "id": "way/261594415" - }, - { - "type": "Feature", - "properties": { - "@id": "way/261594417", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9273647, - 51.5243374 - ], - [ - 9.9288613, - 51.5244976 - ] - ] - }, - "id": "way/261594417" - }, - { - "type": "Feature", - "properties": { - "@id": "way/261595613", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9272383, - 51.5214449 - ], - [ - 9.9275592, - 51.5217211 - ], - [ - 9.9274889, - 51.5217429 - ], - [ - 9.9274282, - 51.5217689 - ], - [ - 9.9273598, - 51.5218057 - ], - [ - 9.9272868, - 51.5218566 - ], - [ - 9.9272278, - 51.5219114 - ], - [ - 9.9271869, - 51.5219647 - ], - [ - 9.9271496, - 51.5220301 - ], - [ - 9.9271279, - 51.5220656 - ], - [ - 9.9270984, - 51.5220742 - ], - [ - 9.9270614, - 51.5220751 - ], - [ - 9.9265434, - 51.5220194 - ], - [ - 9.9261663, - 51.5219789 - ], - [ - 9.9261699, - 51.5219375 - ], - [ - 9.9262109, - 51.5218459 - ], - [ - 9.9262384, - 51.5217875 - ], - [ - 9.9262796, - 51.5217252 - ], - [ - 9.9263188, - 51.5216657 - ], - [ - 9.9263711, - 51.5216044 - ], - [ - 9.9264347, - 51.5215405 - ], - [ - 9.9264964, - 51.5214901 - ], - [ - 9.9265609, - 51.5214379 - ], - [ - 9.9266382, - 51.5213863 - ], - [ - 9.92675, - 51.5213191 - ], - [ - 9.9268743, - 51.5212619 - ], - [ - 9.9269948, - 51.5213498 - ], - [ - 9.9270922, - 51.5213139 - ] - ] - }, - "id": "way/261595613" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264548693", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9064656, - 51.555096 - ], - [ - 9.9068234, - 51.5552639 - ] - ] - }, - "id": "way/264548693" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264550784", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9063656, - 51.5556632 - ], - [ - 9.9059058, - 51.5554585 - ] - ] - }, - "id": "way/264550784" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264550791", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9079002, - 51.5564912 - ], - [ - 9.9075692, - 51.5563034 - ] - ] - }, - "id": "way/264550791" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264550793", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9073587, - 51.5561835 - ], - [ - 9.9069026, - 51.5559356 - ] - ] - }, - "id": "way/264550793" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264550795", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.907524, - 51.5561828 - ], - [ - 9.9075851, - 51.5562239 - ] - ] - }, - "id": "way/264550795" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264550797", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9066369, - 51.5556942 - ], - [ - 9.9066225, - 51.5557016 - ], - [ - 9.9067679, - 51.5557772 - ] - ] - }, - "id": "way/264550797" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264550803", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.906931, - 51.5558593 - ], - [ - 9.9070238, - 51.5559028 - ], - [ - 9.9071004, - 51.5559462 - ], - [ - 9.9071479, - 51.555981 - ], - [ - 9.9072566, - 51.5560373 - ], - [ - 9.9072651, - 51.5560352 - ] - ] - }, - "id": "way/264550803" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264550804", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9058353, - 51.5553515 - ], - [ - 9.9061666, - 51.5554762 - ], - [ - 9.9062101, - 51.5554948 - ], - [ - 9.9062385, - 51.555507 - ], - [ - 9.9062481, - 51.5555206 - ], - [ - 9.9064522, - 51.5556192 - ] - ] - }, - "id": "way/264550804" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264795041", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9155611, - 51.5313376 - ], - [ - 9.9158085, - 51.5314105 - ] - ] - }, - "id": "way/264795041" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264795042", - "barrier": "hedge", - "survey:date": "2014-03-06" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9145378, - 51.5310253 - ], - [ - 9.914797, - 51.5311005 - ] - ] - }, - "id": "way/264795042" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264795044", - "barrier": "hedge", - "survey:date": "2014-03-06" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9148998, - 51.5312171 - ], - [ - 9.9147185, - 51.5311625 - ] - ] - }, - "id": "way/264795044" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264795045", - "barrier": "hedge", - "survey:date": "2014-03-06" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.915101, - 51.5312749 - ], - [ - 9.9149303, - 51.5312249 - ] - ] - }, - "id": "way/264795045" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264795047", - "barrier": "hedge", - "survey:date": "2014-03-06" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9150985, - 51.53119 - ], - [ - 9.9151577, - 51.5312082 - ] - ] - }, - "id": "way/264795047" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264795048", - "barrier": "hedge", - "survey:date": "2014-03-06" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9148624, - 51.5311195 - ], - [ - 9.9150356, - 51.5311718 - ] - ] - }, - "id": "way/264795048" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264795049", - "barrier": "hedge", - "survey:date": "2014-03-06" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9085526, - 51.5305928 - ], - [ - 9.9083532, - 51.5308323 - ] - ] - }, - "id": "way/264795049" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264795050", - "barrier": "hedge", - "survey:date": "2014-03-06" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9087625, - 51.5303216 - ], - [ - 9.9085887, - 51.5305494 - ] - ] - }, - "id": "way/264795050" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264795052", - "barrier": "hedge", - "survey:date": "2014-03-06" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9146618, - 51.531145 - ], - [ - 9.9144829, - 51.5310964 - ], - [ - 9.9143162, - 51.5313176 - ] - ] - }, - "id": "way/264795052" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264795053", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9158695, - 51.5314926 - ], - [ - 9.915525, - 51.5313899 - ] - ] - }, - "id": "way/264795053" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264795054", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9158371, - 51.5314202 - ], - [ - 9.9159056, - 51.5314411 - ] - ] - }, - "id": "way/264795054" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264795056", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9152253, - 51.5312384 - ], - [ - 9.9155312, - 51.5313283 - ] - ] - }, - "id": "way/264795056" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264795057", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9154851, - 51.5313795 - ], - [ - 9.9151805, - 51.531288 - ] - ] - }, - "id": "way/264795057" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264797545", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9109532, - 51.5317724 - ], - [ - 9.9112161, - 51.5318433 - ] - ] - }, - "id": "way/264797545" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264797546", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.911427, - 51.5319057 - ], - [ - 9.9117891, - 51.5320109 - ] - ] - }, - "id": "way/264797546" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264857918", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9363628, - 51.5373175 - ], - [ - 9.9363607, - 51.5372995 - ] - ] - }, - "id": "way/264857918" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264857921", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9363607, - 51.5372995 - ], - [ - 9.9361279, - 51.5372006 - ] - ] - }, - "id": "way/264857921" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264857924", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.936506, - 51.5373765 - ], - [ - 9.9365337, - 51.5373709 - ] - ] - }, - "id": "way/264857924" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264857926", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9365337, - 51.5373709 - ], - [ - 9.9372881, - 51.5376869 - ], - [ - 9.9372934, - 51.5377001 - ], - [ - 9.9372853, - 51.5377198 - ] - ] - }, - "id": "way/264857926" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896848", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9156064, - 51.5478884 - ], - [ - 9.9156209, - 51.5478613 - ], - [ - 9.9156371, - 51.5478438 - ], - [ - 9.9156537, - 51.5478319 - ], - [ - 9.9156927, - 51.547817 - ], - [ - 9.9157275, - 51.5478102 - ], - [ - 9.9157753, - 51.5478092 - ], - [ - 9.9158413, - 51.5478125 - ], - [ - 9.9159739, - 51.5478225 - ], - [ - 9.9160817, - 51.5478374 - ], - [ - 9.9161961, - 51.5478558 - ], - [ - 9.9163946, - 51.5478927 - ], - [ - 9.9164362, - 51.5479156 - ], - [ - 9.9164591, - 51.5479363 - ], - [ - 9.9164695, - 51.5479586 - ], - [ - 9.916471, - 51.5479864 - ], - [ - 9.9164586, - 51.5480252 - ], - [ - 9.9164113, - 51.5481412 - ] - ] - }, - "id": "way/264896848" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896854", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9155388, - 51.5477918 - ], - [ - 9.9155608, - 51.5477387 - ] - ] - }, - "id": "way/264896854" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896856", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9165343, - 51.5478512 - ], - [ - 9.91656, - 51.5478558 - ] - ] - }, - "id": "way/264896856" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896857", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9158048, - 51.5477223 - ], - [ - 9.9158908, - 51.5477367 - ] - ] - }, - "id": "way/264896857" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896858", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.916708, - 51.5471181 - ], - [ - 9.9170339, - 51.5471743 - ], - [ - 9.9170246, - 51.5471985 - ], - [ - 9.9170613, - 51.547204 - ] - ] - }, - "id": "way/264896858" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896860", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9167272, - 51.5478844 - ], - [ - 9.916821, - 51.5479023 - ] - ] - }, - "id": "way/264896860" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896861", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9159176, - 51.5477414 - ], - [ - 9.9160095, - 51.5477565 - ] - ] - }, - "id": "way/264896861" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896862", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9162656, - 51.5478035 - ], - [ - 9.9163607, - 51.5478204 - ] - ] - }, - "id": "way/264896862" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896864", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9155846, - 51.54768 - ], - [ - 9.9156611, - 51.5476946 - ] - ] - }, - "id": "way/264896864" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896865", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9160889, - 51.5477693 - ], - [ - 9.9161599, - 51.5476317 - ] - ] - }, - "id": "way/264896865" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896868", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9169316, - 51.5480456 - ], - [ - 9.9171801, - 51.5480885 - ] - ] - }, - "id": "way/264896868" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896870", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.914, - 51.5498094 - ], - [ - 9.9140779, - 51.5498762 - ] - ] - }, - "id": "way/264896870" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896873", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9169914, - 51.5479318 - ], - [ - 9.9172139, - 51.5479689 - ] - ] - }, - "id": "way/264896873" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896875", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9160349, - 51.5477611 - ], - [ - 9.9160889, - 51.5477693 - ] - ] - }, - "id": "way/264896875" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896877", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9165958, - 51.5478618 - ], - [ - 9.9167086, - 51.5478814 - ] - ] - }, - "id": "way/264896877" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896878", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9160966, - 51.5482805 - ], - [ - 9.9161225, - 51.5482889 - ] - ] - }, - "id": "way/264896878" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896882", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.916599, - 51.5483655 - ], - [ - 9.9170879, - 51.5484479 - ] - ] - }, - "id": "way/264896882" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896883", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9161392, - 51.5482957 - ], - [ - 9.916174, - 51.5483067 - ] - ] - }, - "id": "way/264896883" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896885", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9155065, - 51.5478626 - ], - [ - 9.9155292, - 51.547811 - ] - ] - }, - "id": "way/264896885" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896886", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9151023, - 51.5478227 - ], - [ - 9.9151662, - 51.5476796 - ] - ] - }, - "id": "way/264896886" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896887", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9165802, - 51.5483397 - ], - [ - 9.9166322, - 51.5482127 - ] - ] - }, - "id": "way/264896887" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896888", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9151297, - 51.5480162 - ], - [ - 9.9154799, - 51.5480793 - ] - ] - }, - "id": "way/264896888" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896890", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9156517, - 51.5485709 - ], - [ - 9.9154121, - 51.5485421 - ] - ] - }, - "id": "way/264896890" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896893", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9156857, - 51.5476999 - ], - [ - 9.9157787, - 51.547717 - ] - ] - }, - "id": "way/264896893" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896897", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9155677, - 51.5477204 - ], - [ - 9.9155725, - 51.5477076 - ] - ] - }, - "id": "way/264896897" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896899", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9161248, - 51.5477785 - ], - [ - 9.9162437, - 51.5477996 - ] - ] - }, - "id": "way/264896899" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896900", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9159936, - 51.548179 - ], - [ - 9.9158273, - 51.548115 - ] - ] - }, - "id": "way/264896900" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896901", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9156227, - 51.5469323 - ], - [ - 9.9159595, - 51.5469898 - ] - ] - }, - "id": "way/264896901" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896906", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9155321, - 51.5480885 - ], - [ - 9.9156038, - 51.5481063 - ] - ] - }, - "id": "way/264896906" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896907", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9168427, - 51.5479061 - ], - [ - 9.9169723, - 51.5479285 - ] - ] - }, - "id": "way/264896907" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896909", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9163835, - 51.5478244 - ], - [ - 9.916509, - 51.5478467 - ] - ] - }, - "id": "way/264896909" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896910", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9152914, - 51.5473849 - ], - [ - 9.9172779, - 51.5477196 - ] - ] - }, - "id": "way/264896910" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896912", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9157322, - 51.5480769 - ], - [ - 9.9157847, - 51.5480966 - ] - ] - }, - "id": "way/264896912" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896921", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9150612, - 51.5479328 - ], - [ - 9.9151279, - 51.547944 - ] - ] - }, - "id": "way/264896921" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896924", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.916166, - 51.5470246 - ], - [ - 9.9164928, - 51.5470823 - ], - [ - 9.916483, - 51.547105 - ], - [ - 9.9165165, - 51.5471107 - ] - ] - }, - "id": "way/264896924" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896926", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9166795, - 51.5477354 - ], - [ - 9.9166524, - 51.5477304 - ], - [ - 9.9165958, - 51.5478618 - ] - ] - }, - "id": "way/264896926" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896927", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9165359, - 51.5484264 - ], - [ - 9.9165527, - 51.548387 - ], - [ - 9.9165875, - 51.5483927 - ] - ] - }, - "id": "way/264896927" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896928", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9137809, - 51.5496417 - ], - [ - 9.9138412, - 51.5496764 - ], - [ - 9.9139717, - 51.5497843 - ] - ] - }, - "id": "way/264896928" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896929", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9161615, - 51.5482388 - ], - [ - 9.9160368, - 51.5481949 - ], - [ - 9.9160882, - 51.5480837 - ] - ] - }, - "id": "way/264896929" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896930", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9165318, - 51.5485033 - ], - [ - 9.9165342, - 51.5484977 - ], - [ - 9.916506, - 51.5484931 - ] - ] - }, - "id": "way/264896930" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896931", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9162144, - 51.5476543 - ], - [ - 9.9161829, - 51.5476528 - ], - [ - 9.9161248, - 51.5477785 - ] - ] - }, - "id": "way/264896931" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896935", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9166172, - 51.5486767 - ], - [ - 9.9166606, - 51.5486795 - ], - [ - 9.9170238, - 51.5486917 - ] - ] - }, - "id": "way/264896935" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896936", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9152206, - 51.5468896 - ], - [ - 9.9151984, - 51.5468734 - ], - [ - 9.9152043, - 51.5468628 - ], - [ - 9.915407, - 51.5468967 - ] - ] - }, - "id": "way/264896936" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896937", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.91656, - 51.5478558 - ], - [ - 9.9166181, - 51.5477246 - ], - [ - 9.91657, - 51.5477187 - ] - ] - }, - "id": "way/264896937" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896938", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9165517, - 51.5481584 - ], - [ - 9.9165787, - 51.5480799 - ], - [ - 9.916731, - 51.5481077 - ], - [ - 9.9167351, - 51.5481116 - ] - ] - }, - "id": "way/264896938" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896942", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9165042, - 51.5484974 - ], - [ - 9.916506, - 51.5484931 - ], - [ - 9.916528, - 51.5484408 - ], - [ - 9.9165437, - 51.5484433 - ] - ] - }, - "id": "way/264896942" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896945", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9164567, - 51.5484162 - ], - [ - 9.9164575, - 51.5484722 - ], - [ - 9.9164475, - 51.5485001 - ], - [ - 9.9163715, - 51.5486706 - ], - [ - 9.9156794, - 51.5485653 - ] - ] - }, - "id": "way/264896945" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896947", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9162335, - 51.5482547 - ], - [ - 9.9162725, - 51.5482556 - ], - [ - 9.9163187, - 51.5482469 - ], - [ - 9.916365, - 51.548223 - ], - [ - 9.9163832, - 51.5482091 - ], - [ - 9.9164076, - 51.5481542 - ] - ] - }, - "id": "way/264896947" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896948", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9151543, - 51.5479486 - ], - [ - 9.9153771, - 51.5479883 - ], - [ - 9.9154219, - 51.5479865 - ], - [ - 9.9154557, - 51.5479682 - ], - [ - 9.9154741, - 51.5479376 - ], - [ - 9.9154969, - 51.5478837 - ] - ] - }, - "id": "way/264896948" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896950", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9172449, - 51.547207 - ], - [ - 9.9172803, - 51.5472147 - ], - [ - 9.9172943, - 51.5472343 - ], - [ - 9.9173193, - 51.5472549 - ], - [ - 9.9173531, - 51.5472705 - ], - [ - 9.9173964, - 51.5472745 - ] - ] - }, - "id": "way/264896950" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896952", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9155934, - 51.5479175 - ], - [ - 9.9155794, - 51.5479482 - ], - [ - 9.9155716, - 51.5479793 - ], - [ - 9.9155778, - 51.5480003 - ], - [ - 9.9155887, - 51.5480158 - ], - [ - 9.9156168, - 51.5480426 - ], - [ - 9.9157098, - 51.5480714 - ] - ] - }, - "id": "way/264896952" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896954", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9165716, - 51.5486853 - ], - [ - 9.916515, - 51.548685 - ], - [ - 9.9164417, - 51.5486714 - ], - [ - 9.9164459, - 51.5486465 - ], - [ - 9.9164843, - 51.5485496 - ], - [ - 9.9165041, - 51.5485179 - ], - [ - 9.9167349, - 51.5485522 - ] - ] - }, - "id": "way/264896954" - }, - { - "type": "Feature", - "properties": { - "@id": "way/264896956", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9120751, - 51.5479556 - ], - [ - 9.9118736, - 51.5478198 - ], - [ - 9.9118545, - 51.5477859 - ], - [ - 9.9118545, - 51.5477553 - ], - [ - 9.9118645, - 51.5477057 - ], - [ - 9.9119038, - 51.547585 - ], - [ - 9.9119762, - 51.5474402 - ] - ] - }, - "id": "way/264896956" - }, - { - "type": "Feature", - "properties": { - "@id": "way/265173656", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9140433, - 51.5315184 - ], - [ - 9.9140883, - 51.5314547 - ] - ] - }, - "id": "way/265173656" - }, - { - "type": "Feature", - "properties": { - "@id": "way/265173658", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9142181, - 51.5312854 - ], - [ - 9.9142711, - 51.5312107 - ] - ] - }, - "id": "way/265173658" - }, - { - "type": "Feature", - "properties": { - "@id": "way/265173659", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9142843, - 51.5311915 - ], - [ - 9.9143197, - 51.5311415 - ] - ] - }, - "id": "way/265173659" - }, - { - "type": "Feature", - "properties": { - "@id": "way/265173661", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9141001, - 51.5314391 - ], - [ - 9.9141426, - 51.5313832 - ] - ] - }, - "id": "way/265173661" - }, - { - "type": "Feature", - "properties": { - "@id": "way/265173662", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.914157, - 51.5313642 - ], - [ - 9.9141857, - 51.5313261 - ] - ] - }, - "id": "way/265173662" - }, - { - "type": "Feature", - "properties": { - "@id": "way/265173663", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.914157, - 51.5315343 - ], - [ - 9.9142862, - 51.5313591 - ] - ] - }, - "id": "way/265173663" - }, - { - "type": "Feature", - "properties": { - "@id": "way/265187739", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9143886, - 51.5276968 - ], - [ - 9.9146613, - 51.5277816 - ] - ] - }, - "id": "way/265187739" - }, - { - "type": "Feature", - "properties": { - "@id": "way/265187740", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.914149, - 51.5282037 - ], - [ - 9.9141812, - 51.5281623 - ] - ] - }, - "id": "way/265187740" - }, - { - "type": "Feature", - "properties": { - "@id": "way/265187741", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9140563, - 51.5280363 - ], - [ - 9.9140033, - 51.5281068 - ] - ] - }, - "id": "way/265187741" - }, - { - "type": "Feature", - "properties": { - "@id": "way/265187742", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9141748, - 51.5278731 - ], - [ - 9.9141179, - 51.5279542 - ], - [ - 9.914134, - 51.5279588 - ] - ] - }, - "id": "way/265187742" - }, - { - "type": "Feature", - "properties": { - "@id": "way/265187745", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9143097, - 51.5276889 - ], - [ - 9.9142497, - 51.5277701 - ], - [ - 9.9144805, - 51.5278423 - ], - [ - 9.9145015, - 51.5278171 - ] - ] - }, - "id": "way/265187745" - }, - { - "type": "Feature", - "properties": { - "@id": "way/265187749", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.914128, - 51.5279717 - ], - [ - 9.91411, - 51.5279663 - ], - [ - 9.9140563, - 51.5280363 - ], - [ - 9.9142952, - 51.5281094 - ] - ] - }, - "id": "way/265187749" - }, - { - "type": "Feature", - "properties": { - "@id": "way/265187750", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9144707, - 51.5278605 - ], - [ - 9.9142392, - 51.5277854 - ], - [ - 9.9141748, - 51.5278731 - ], - [ - 9.9144228, - 51.5279495 - ] - ] - }, - "id": "way/265187750" - }, - { - "type": "Feature", - "properties": { - "@id": "way/265187752", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9141972, - 51.5282591 - ], - [ - 9.914176, - 51.5282835 - ], - [ - 9.913954, - 51.5281951 - ], - [ - 9.9139492, - 51.5281803 - ], - [ - 9.9140033, - 51.5281068 - ], - [ - 9.9141812, - 51.5281623 - ], - [ - 9.9142433, - 51.5281816 - ] - ] - }, - "id": "way/265187752" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269095933", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9137616, - 51.5470803 - ], - [ - 9.9138055, - 51.5470876 - ], - [ - 9.9140549, - 51.5471295 - ] - ] - }, - "id": "way/269095933" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269095934", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9132349, - 51.546992 - ], - [ - 9.9132802, - 51.5469996 - ], - [ - 9.9135919, - 51.5470518 - ] - ] - }, - "id": "way/269095934" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269095936", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.912239, - 51.5469829 - ], - [ - 9.9121607, - 51.5469707 - ], - [ - 9.9121697, - 51.5469526 - ], - [ - 9.9121759, - 51.5468994 - ], - [ - 9.9121841, - 51.54687 - ], - [ - 9.9122084, - 51.5468629 - ], - [ - 9.9122294, - 51.546859 - ], - [ - 9.9123507, - 51.5468584 - ], - [ - 9.9124878, - 51.5468691 - ], - [ - 9.9125523, - 51.5468775 - ], - [ - 9.9127565, - 51.5469117 - ] - ] - }, - "id": "way/269095936" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269095939", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9123709, - 51.5474659 - ], - [ - 9.912503, - 51.5474887 - ] - ] - }, - "id": "way/269095939" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269095954", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9135911, - 51.5474749 - ], - [ - 9.9125865, - 51.5473033 - ] - ] - }, - "id": "way/269095954" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269095959", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9120698, - 51.5474219 - ], - [ - 9.9119951, - 51.5474095 - ], - [ - 9.9120615, - 51.5472833 - ], - [ - 9.9120892, - 51.5472123 - ] - ] - }, - "id": "way/269095959" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269095961", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9121517, - 51.5471995 - ], - [ - 9.9120992, - 51.5471906 - ], - [ - 9.9121207, - 51.5471318 - ], - [ - 9.9121398, - 51.5470555 - ], - [ - 9.912156, - 51.5469887 - ] - ] - }, - "id": "way/269095961" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269095963", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9141149, - 51.5471397 - ], - [ - 9.9142363, - 51.5471599 - ], - [ - 9.9144023, - 51.5471894 - ], - [ - 9.9144296, - 51.5472093 - ], - [ - 9.9144573, - 51.5472447 - ], - [ - 9.9144081, - 51.5473589 - ] - ] - }, - "id": "way/269095963" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097894", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9147042, - 51.5466662 - ], - [ - 9.914668, - 51.5467477 - ], - [ - 9.9146517, - 51.5467844 - ], - [ - 9.914608, - 51.5468827 - ], - [ - 9.9145801, - 51.5469458 - ], - [ - 9.914551, - 51.5470112 - ], - [ - 9.9145019, - 51.5471218 - ], - [ - 9.914408, - 51.5471265 - ], - [ - 9.9143102, - 51.547105 - ] - ] - }, - "id": "way/269097894" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097896", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9126633, - 51.5463216 - ], - [ - 9.9127694, - 51.5463373 - ] - ] - }, - "id": "way/269097896" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097897", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.913645, - 51.5438749 - ], - [ - 9.9138275, - 51.5439043 - ] - ] - }, - "id": "way/269097897" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097898", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9133238, - 51.5464559 - ], - [ - 9.9133348, - 51.5464309 - ] - ] - }, - "id": "way/269097898" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097899", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9125746, - 51.5465306 - ], - [ - 9.9125407, - 51.5466105 - ] - ] - }, - "id": "way/269097899" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097905", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9127694, - 51.5463373 - ], - [ - 9.9127556, - 51.5463663 - ] - ] - }, - "id": "way/269097905" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097906", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9130416, - 51.543692 - ], - [ - 9.9131319, - 51.5437314 - ] - ] - }, - "id": "way/269097906" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097908", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.915319, - 51.5442378 - ], - [ - 9.9153082, - 51.5442659 - ] - ] - }, - "id": "way/269097908" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097915", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9125309, - 51.5433564 - ], - [ - 9.9126698, - 51.5434652 - ] - ] - }, - "id": "way/269097915" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097917", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9144617, - 51.5439974 - ], - [ - 9.914528, - 51.5440081 - ] - ] - }, - "id": "way/269097917" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097918", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.914378, - 51.5466096 - ], - [ - 9.9147042, - 51.5466662 - ] - ] - }, - "id": "way/269097918" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097922", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9130902, - 51.5468938 - ], - [ - 9.9127264, - 51.5468347 - ] - ] - }, - "id": "way/269097922" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097923", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9148072, - 51.5440489 - ], - [ - 9.9148472, - 51.5440557 - ] - ] - }, - "id": "way/269097923" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097924", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9132991, - 51.5464255 - ], - [ - 9.9132827, - 51.5464499 - ] - ] - }, - "id": "way/269097924" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097926", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9125346, - 51.5466249 - ], - [ - 9.9124903, - 51.5467292 - ] - ] - }, - "id": "way/269097926" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097929", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9128642, - 51.5463531 - ], - [ - 9.9132991, - 51.5464255 - ] - ] - }, - "id": "way/269097929" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097934", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9132772, - 51.5464655 - ], - [ - 9.9131878, - 51.5464465 - ] - ] - }, - "id": "way/269097934" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097935", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.912618, - 51.5464283 - ], - [ - 9.9125823, - 51.5465124 - ] - ] - }, - "id": "way/269097935" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097937", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9138536, - 51.5439077 - ], - [ - 9.9141026, - 51.5439443 - ] - ] - }, - "id": "way/269097937" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097938", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9124819, - 51.546749 - ], - [ - 9.9124632, - 51.546793 - ], - [ - 9.9123545, - 51.5467843 - ], - [ - 9.9122197, - 51.5467788 - ], - [ - 9.9121482, - 51.546735 - ], - [ - 9.9121316, - 51.5466457 - ], - [ - 9.9120445, - 51.5463252 - ], - [ - 9.912055, - 51.5463176 - ], - [ - 9.9124799, - 51.5463007 - ], - [ - 9.9126158, - 51.5463145 - ], - [ - 9.9126633, - 51.5463216 - ], - [ - 9.9126237, - 51.5464149 - ] - ] - }, - "id": "way/269097938" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097947", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9136144, - 51.5469835 - ], - [ - 9.9132954, - 51.5469273 - ], - [ - 9.9132567, - 51.5469275 - ] - ] - }, - "id": "way/269097947" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097948", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9138705, - 51.5465257 - ], - [ - 9.9142235, - 51.5465837 - ], - [ - 9.9143451, - 51.5466057 - ] - ] - }, - "id": "way/269097948" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097951", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9133826, - 51.543818 - ], - [ - 9.9135269, - 51.5438529 - ], - [ - 9.9136217, - 51.5438718 - ] - ] - }, - "id": "way/269097951" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097952", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9133348, - 51.5464309 - ], - [ - 9.9134635, - 51.5464533 - ], - [ - 9.9138194, - 51.5465146 - ] - ] - }, - "id": "way/269097952" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097953", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.912869, - 51.5436023 - ], - [ - 9.9129475, - 51.5436447 - ], - [ - 9.913011, - 51.5436784 - ] - ] - }, - "id": "way/269097953" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097954", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9125498, - 51.5468026 - ], - [ - 9.9125331, - 51.5467999 - ], - [ - 9.9124632, - 51.546793 - ] - ] - }, - "id": "way/269097954" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097955", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9132235, - 51.5437659 - ], - [ - 9.9132983, - 51.5437922 - ], - [ - 9.9133577, - 51.5438094 - ] - ] - }, - "id": "way/269097955" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097957", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9152247, - 51.544264 - ], - [ - 9.9152079, - 51.5443075 - ], - [ - 9.9150614, - 51.5442857 - ] - ] - }, - "id": "way/269097957" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097959", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9125331, - 51.5467999 - ], - [ - 9.9125387, - 51.5467716 - ], - [ - 9.9125775, - 51.546774 - ] - ] - }, - "id": "way/269097959" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097960", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9126949, - 51.5434837 - ], - [ - 9.9127686, - 51.5435408 - ], - [ - 9.9128353, - 51.5435818 - ] - ] - }, - "id": "way/269097960" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097962", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9145531, - 51.5440108 - ], - [ - 9.9146668, - 51.5440286 - ], - [ - 9.9147774, - 51.5440452 - ] - ] - }, - "id": "way/269097962" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097965", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9148472, - 51.5440557 - ], - [ - 9.9148287, - 51.5440894 - ], - [ - 9.9148714, - 51.5440965 - ], - [ - 9.9148342, - 51.5441811 - ] - ] - }, - "id": "way/269097965" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269097968", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9119661, - 51.5434428 - ], - [ - 9.912345, - 51.5432701 - ], - [ - 9.9123803, - 51.5432666 - ], - [ - 9.912425, - 51.543274 - ], - [ - 9.912505, - 51.5433354 - ] - ] - }, - "id": "way/269097968" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269404873", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9155782, - 51.5437686 - ], - [ - 9.9157035, - 51.5437884 - ] - ] - }, - "id": "way/269404873" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269404876", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9158687, - 51.5439807 - ], - [ - 9.9158954, - 51.5439192 - ] - ] - }, - "id": "way/269404876" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269404877", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9159021, - 51.543906 - ], - [ - 9.9159235, - 51.5438503 - ] - ] - }, - "id": "way/269404877" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269404879", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9127554, - 51.5432131 - ], - [ - 9.9126995, - 51.5432382 - ] - ] - }, - "id": "way/269404879" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269404882", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9159268, - 51.5438396 - ], - [ - 9.915944, - 51.5437995 - ] - ] - }, - "id": "way/269404882" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269404889", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9159519, - 51.543786 - ], - [ - 9.9159779, - 51.5437266 - ] - ] - }, - "id": "way/269404889" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269404891", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9154731, - 51.5437521 - ], - [ - 9.915558, - 51.5437655 - ], - [ - 9.9155782, - 51.5437686 - ] - ] - }, - "id": "way/269404891" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269404892", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9159917, - 51.5436983 - ], - [ - 9.9160197, - 51.5436311 - ], - [ - 9.9159854, - 51.5436254 - ] - ] - }, - "id": "way/269404892" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269404894", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9134752, - 51.5435272 - ], - [ - 9.9133919, - 51.5435962 - ], - [ - 9.9133428, - 51.5436408 - ] - ] - }, - "id": "way/269404894" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269404898", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9129095, - 51.5434781 - ], - [ - 9.9128759, - 51.5434562 - ], - [ - 9.9129383, - 51.5434239 - ] - ] - }, - "id": "way/269404898" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269404899", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.913049, - 51.5435613 - ], - [ - 9.9131259, - 51.5436014 - ], - [ - 9.9133064, - 51.5436736 - ], - [ - 9.9133428, - 51.5436408 - ] - ] - }, - "id": "way/269404899" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269404908", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9126995, - 51.5432382 - ], - [ - 9.9126513, - 51.5431957 - ], - [ - 9.9125839, - 51.5432252 - ], - [ - 9.9125624, - 51.543198 - ], - [ - 9.912579, - 51.5431623 - ], - [ - 9.9126193, - 51.543138 - ], - [ - 9.9130099, - 51.5429657 - ] - ] - }, - "id": "way/269404908" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269404910", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9156674, - 51.5440733 - ], - [ - 9.9157268, - 51.5440811 - ], - [ - 9.9157791, - 51.5440832 - ], - [ - 9.9158004, - 51.5440793 - ], - [ - 9.9158205, - 51.5440718 - ], - [ - 9.9158339, - 51.5440611 - ], - [ - 9.9158628, - 51.5439937 - ] - ] - }, - "id": "way/269404910" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269417779", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9128709, - 51.5440746 - ], - [ - 9.9128297, - 51.5441533 - ] - ] - }, - "id": "way/269417779" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269417781", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9128297, - 51.5441533 - ], - [ - 9.9127558, - 51.5441401 - ] - ] - }, - "id": "way/269417781" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269417790", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9112719, - 51.5439168 - ], - [ - 9.9113074, - 51.5439269 - ], - [ - 9.9113255, - 51.5439024 - ], - [ - 9.911292, - 51.5438928 - ], - [ - 9.9113522, - 51.543821 - ], - [ - 9.9114095, - 51.5437628 - ], - [ - 9.9114635, - 51.5437174 - ], - [ - 9.911476, - 51.5437068 - ], - [ - 9.9114884, - 51.5436964 - ], - [ - 9.9115921, - 51.5436231 - ], - [ - 9.9117775, - 51.5435306 - ], - [ - 9.911792, - 51.5435235 - ], - [ - 9.9118075, - 51.5435159 - ], - [ - 9.9119661, - 51.5434428 - ], - [ - 9.9125354, - 51.5438869 - ], - [ - 9.9124467, - 51.5439138 - ], - [ - 9.912334, - 51.5439576 - ], - [ - 9.9122607, - 51.5440098 - ], - [ - 9.9122075, - 51.5440754 - ], - [ - 9.9122365, - 51.5440813 - ], - [ - 9.9122667, - 51.5440864 - ], - [ - 9.9122686, - 51.5440825 - ], - [ - 9.9128214, - 51.5441777 - ], - [ - 9.913296, - 51.5442596 - ], - [ - 9.9133305, - 51.5442656 - ], - [ - 9.9133659, - 51.5442716 - ], - [ - 9.914231, - 51.5444181 - ], - [ - 9.9142496, - 51.5444213 - ], - [ - 9.9142684, - 51.5444242 - ], - [ - 9.9142429, - 51.5444875 - ] - ] - }, - "id": "way/269417790" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269427596", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9112223, - 51.5422416 - ], - [ - 9.911266, - 51.5420578 - ] - ] - }, - "id": "way/269427596" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269427598", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9131795, - 51.5416069 - ], - [ - 9.9130807, - 51.5416482 - ] - ] - }, - "id": "way/269427598" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269427601", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.911266, - 51.5420578 - ], - [ - 9.9113717, - 51.5420977 - ] - ] - }, - "id": "way/269427601" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269427605", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9127437, - 51.5414147 - ], - [ - 9.9128308, - 51.5413772 - ], - [ - 9.9128983, - 51.5413482 - ], - [ - 9.9131795, - 51.5416069 - ] - ] - }, - "id": "way/269427605" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269427610", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9116702, - 51.5433639 - ], - [ - 9.9115101, - 51.54327 - ], - [ - 9.9113606, - 51.5432002 - ], - [ - 9.9111985, - 51.5431608 - ], - [ - 9.9110196, - 51.5431172 - ], - [ - 9.9111339, - 51.5426246 - ], - [ - 9.9111654, - 51.5424887 - ], - [ - 9.9111855, - 51.5424115 - ] - ] - }, - "id": "way/269427610" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445727", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9169238, - 51.5431411 - ], - [ - 9.9169635, - 51.543148 - ], - [ - 9.917256, - 51.5431988 - ], - [ - 9.9172971, - 51.5432059 - ] - ] - }, - "id": "way/269445727" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445732", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9172848, - 51.5423208 - ], - [ - 9.9171447, - 51.5422981 - ] - ] - }, - "id": "way/269445732" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445735", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9167095, - 51.5425902 - ], - [ - 9.916784, - 51.5424198 - ] - ] - }, - "id": "way/269445735" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445736", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9176995, - 51.5423918 - ], - [ - 9.9175796, - 51.5423716 - ] - ] - }, - "id": "way/269445736" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445738", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9171054, - 51.5440632 - ], - [ - 9.9170183, - 51.5440529 - ] - ] - }, - "id": "way/269445738" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445740", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9181618, - 51.5429553 - ], - [ - 9.9181203, - 51.5429538 - ], - [ - 9.9181799, - 51.5428121 - ] - ] - }, - "id": "way/269445740" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445744", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9178201, - 51.5441398 - ], - [ - 9.9176626, - 51.5441223 - ] - ] - }, - "id": "way/269445744" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445748", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9167485, - 51.5431122 - ], - [ - 9.9167728, - 51.5431163 - ] - ] - }, - "id": "way/269445748" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445750", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9183113, - 51.5433623 - ], - [ - 9.9184723, - 51.5433856 - ] - ] - }, - "id": "way/269445750" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445752", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9172199, - 51.5440749 - ], - [ - 9.9171288, - 51.5440657 - ] - ] - }, - "id": "way/269445752" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445755", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9167916, - 51.5438268 - ], - [ - 9.9162086, - 51.5437313 - ] - ] - }, - "id": "way/269445755" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445756", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9176543, - 51.5431943 - ], - [ - 9.9172986, - 51.5431333 - ] - ] - }, - "id": "way/269445756" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445757", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9177421, - 51.5432807 - ], - [ - 9.9177747, - 51.5432862 - ], - [ - 9.9180707, - 51.5433364 - ], - [ - 9.9181098, - 51.543343 - ] - ] - }, - "id": "way/269445757" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445758", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9175456, - 51.5423661 - ], - [ - 9.9173213, - 51.5423273 - ] - ] - }, - "id": "way/269445758" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445760", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9180923, - 51.5431211 - ], - [ - 9.9180493, - 51.5431162 - ], - [ - 9.91811, - 51.5429791 - ], - [ - 9.9181392, - 51.5429924 - ] - ] - }, - "id": "way/269445760" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445762", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9178914, - 51.5424245 - ], - [ - 9.9177635, - 51.5424019 - ] - ] - }, - "id": "way/269445762" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445773", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9169854, - 51.5430817 - ], - [ - 9.916809, - 51.5430503 - ] - ] - }, - "id": "way/269445773" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445774", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9173711, - 51.5440903 - ], - [ - 9.9172514, - 51.5440778 - ] - ] - }, - "id": "way/269445774" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445775", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9173434, - 51.5424034 - ], - [ - 9.9175189, - 51.542434 - ] - ] - }, - "id": "way/269445775" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445776", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9183483, - 51.5425637 - ], - [ - 9.9183597, - 51.5425386 - ] - ] - }, - "id": "way/269445776" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445778", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9173344, - 51.5432123 - ], - [ - 9.9176992, - 51.5432757 - ] - ] - }, - "id": "way/269445778" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445781", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9181482, - 51.5424679 - ], - [ - 9.9179198, - 51.5424291 - ] - ] - }, - "id": "way/269445781" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445784", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9166089, - 51.5428202 - ], - [ - 9.9167012, - 51.5426091 - ] - ] - }, - "id": "way/269445784" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445785", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9169897, - 51.5440507 - ], - [ - 9.9169003, - 51.5440404 - ] - ] - }, - "id": "way/269445785" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445791", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9176328, - 51.5441187 - ], - [ - 9.9174123, - 51.5440956 - ] - ] - }, - "id": "way/269445791" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445799", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.918402, - 51.54251 - ], - [ - 9.9184582, - 51.54252 - ], - [ - 9.918447, - 51.5425424 - ] - ] - }, - "id": "way/269445799" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445800", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9172935, - 51.5424272 - ], - [ - 9.917275, - 51.5424238 - ], - [ - 9.917289, - 51.542394 - ] - ] - }, - "id": "way/269445800" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445801", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9183055, - 51.5426383 - ], - [ - 9.9182561, - 51.5426301 - ], - [ - 9.9182944, - 51.5425396 - ], - [ - 9.9183127, - 51.5425321 - ] - ] - }, - "id": "way/269445801" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445802", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9162255, - 51.5436944 - ], - [ - 9.9164742, - 51.5431169 - ], - [ - 9.9165475, - 51.5431294 - ] - ] - }, - "id": "way/269445802" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445803", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9171269, - 51.5423671 - ], - [ - 9.917117, - 51.5423877 - ], - [ - 9.9170898, - 51.5423826 - ] - ] - }, - "id": "way/269445803" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445804", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9183958, - 51.542525 - ], - [ - 9.918402, - 51.54251 - ], - [ - 9.9184347, - 51.5424313 - ] - ] - }, - "id": "way/269445804" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445805", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9179274, - 51.5439413 - ], - [ - 9.917902, - 51.5440373 - ], - [ - 9.917873, - 51.5441469 - ], - [ - 9.9178435, - 51.5441433 - ] - ] - }, - "id": "way/269445805" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445806", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9184584, - 51.542411 - ], - [ - 9.9184445, - 51.5424085 - ], - [ - 9.9184874, - 51.5423067 - ], - [ - 9.9185092, - 51.542302 - ], - [ - 9.9186861, - 51.5423323 - ] - ] - }, - "id": "way/269445806" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445807", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9182266, - 51.5427994 - ], - [ - 9.9181896, - 51.5427925 - ], - [ - 9.9182486, - 51.5426486 - ], - [ - 9.9182764, - 51.542653 - ], - [ - 9.9182681, - 51.5426719 - ] - ] - }, - "id": "way/269445807" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445808", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9171005, - 51.5423627 - ], - [ - 9.9171269, - 51.5423671 - ], - [ - 9.917289, - 51.542394 - ] - ] - }, - "id": "way/269445808" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445809", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9180132, - 51.5432181 - ], - [ - 9.9180132, - 51.5432006 - ], - [ - 9.9180419, - 51.5431348 - ] - ] - }, - "id": "way/269445809" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445810", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9170623, - 51.5423761 - ], - [ - 9.9170417, - 51.5423721 - ], - [ - 9.9170498, - 51.5423542 - ] - ] - }, - "id": "way/269445810" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445811", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9168808, - 51.5423258 - ], - [ - 9.9170498, - 51.5423542 - ], - [ - 9.9170709, - 51.5423578 - ] - ] - }, - "id": "way/269445811" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445814", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9180699, - 51.5427952 - ], - [ - 9.9179041, - 51.5431922 - ], - [ - 9.9178167, - 51.5432158 - ], - [ - 9.9176892, - 51.5431957 - ] - ] - }, - "id": "way/269445814" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445817", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9181418, - 51.5433498 - ], - [ - 9.918194, - 51.5433583 - ], - [ - 9.9181997, - 51.5433523 - ], - [ - 9.9182839, - 51.5433651 - ] - ] - }, - "id": "way/269445817" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445819", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9170832, - 51.542284 - ], - [ - 9.916888, - 51.5422528 - ], - [ - 9.9168621, - 51.5422271 - ], - [ - 9.9169018, - 51.5420034 - ], - [ - 9.916935, - 51.5420014 - ], - [ - 9.9178243, - 51.5421619 - ], - [ - 9.9184079, - 51.5422539 - ], - [ - 9.9184559, - 51.5422618 - ] - ] - }, - "id": "way/269445819" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445820", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9184559, - 51.5422618 - ], - [ - 9.9183531, - 51.5424935 - ], - [ - 9.9183069, - 51.5424945 - ], - [ - 9.9181806, - 51.5424734 - ] - ] - }, - "id": "way/269445820" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445822", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9181953, - 51.5432854 - ], - [ - 9.9180659, - 51.543264 - ], - [ - 9.9180424, - 51.5432551 - ], - [ - 9.9180287, - 51.5432462 - ], - [ - 9.9180213, - 51.5432331 - ] - ] - }, - "id": "way/269445822" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445823", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9165944, - 51.5430138 - ], - [ - 9.9165658, - 51.5430052 - ], - [ - 9.9165472, - 51.5429915 - ], - [ - 9.9165436, - 51.5429764 - ], - [ - 9.9165472, - 51.5429611 - ], - [ - 9.9165988, - 51.5428432 - ] - ] - }, - "id": "way/269445823" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269445825", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9162446, - 51.5440055 - ], - [ - 9.9161845, - 51.543998 - ], - [ - 9.916161, - 51.543992 - ], - [ - 9.9161381, - 51.5439798 - ], - [ - 9.9161232, - 51.5439631 - ], - [ - 9.9161198, - 51.5439449 - ], - [ - 9.9161249, - 51.5439222 - ], - [ - 9.916164, - 51.5438342 - ] - ] - }, - "id": "way/269445825" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269446558", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9172842, - 51.5432366 - ], - [ - 9.9172397, - 51.5432278 - ], - [ - 9.917256, - 51.5431988 - ] - ] - }, - "id": "way/269446558" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269446560", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9177747, - 51.5432862 - ], - [ - 9.9177613, - 51.5433188 - ], - [ - 9.9177251, - 51.5433122 - ] - ] - }, - "id": "way/269446560" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269446561", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9180956, - 51.5433741 - ], - [ - 9.9180571, - 51.5433657 - ], - [ - 9.9180707, - 51.5433364 - ] - ] - }, - "id": "way/269446561" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269446563", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9167324, - 51.5431439 - ], - [ - 9.9167569, - 51.5431485 - ], - [ - 9.9167728, - 51.5431163 - ], - [ - 9.9168911, - 51.5431361 - ] - ] - }, - "id": "way/269446563" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269446565", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9169635, - 51.543148 - ], - [ - 9.9169503, - 51.5431787 - ], - [ - 9.9169381, - 51.5431787 - ], - [ - 9.9169088, - 51.5431727 - ] - ] - }, - "id": "way/269446565" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269535319", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9267169, - 51.5309144 - ], - [ - 9.92684, - 51.5306644 - ] - ] - }, - "id": "way/269535319" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269535323", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9276084, - 51.5298436 - ], - [ - 9.9279675, - 51.5299058 - ] - ] - }, - "id": "way/269535323" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269535324", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9271817, - 51.5300378 - ], - [ - 9.9272182, - 51.529971 - ], - [ - 9.9272633, - 51.5298835 - ] - ] - }, - "id": "way/269535324" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269535326", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9265667, - 51.5317816 - ], - [ - 9.926505, - 51.5316379 - ] - ] - }, - "id": "way/269535326" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269535327", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9266056, - 51.5318587 - ], - [ - 9.9266748, - 51.5320113 - ] - ] - }, - "id": "way/269535327" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269535329", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9272928, - 51.52989 - ], - [ - 9.9273247, - 51.5298957 - ] - ] - }, - "id": "way/269535329" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269535334", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9266748, - 51.5320113 - ], - [ - 9.9267154, - 51.5320225 - ], - [ - 9.9267403, - 51.5320253 - ], - [ - 9.9267636, - 51.5320187 - ], - [ - 9.9268463, - 51.5318639 - ] - ] - }, - "id": "way/269535334" - }, - { - "type": "Feature", - "properties": { - "@id": "way/269535337", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9273235, - 51.529843 - ], - [ - 9.9272891, - 51.5298377 - ], - [ - 9.9273536, - 51.5297208 - ], - [ - 9.9274721, - 51.5297433 - ], - [ - 9.9275568, - 51.5297559 - ], - [ - 9.9276311, - 51.5297632 - ], - [ - 9.9276118, - 51.5298028 - ] - ] - }, - "id": "way/269535337" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270176141", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9042049, - 51.5541782 - ], - [ - 9.9040984, - 51.5542352 - ] - ] - }, - "id": "way/270176141" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270176142", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9044846, - 51.5537887 - ], - [ - 9.90467, - 51.5539167 - ] - ] - }, - "id": "way/270176142" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270176143", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9042785, - 51.5541324 - ], - [ - 9.9042466, - 51.554151 - ] - ] - }, - "id": "way/270176143" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270176144", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9040534, - 51.5538718 - ], - [ - 9.9041195, - 51.5538336 - ] - ] - }, - "id": "way/270176144" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270176145", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9041898, - 51.5537897 - ], - [ - 9.9043165, - 51.5537155 - ], - [ - 9.9045022, - 51.5538433 - ] - ] - }, - "id": "way/270176145" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270176146", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9044757, - 51.5536978 - ], - [ - 9.9044571, - 51.5536847 - ], - [ - 9.9045843, - 51.5536142 - ], - [ - 9.904547, - 51.5535861 - ], - [ - 9.9046485, - 51.5535273 - ], - [ - 9.9047038, - 51.5535644 - ] - ] - }, - "id": "way/270176146" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270176147", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9042973, - 51.5541239 - ], - [ - 9.9043667, - 51.5540858 - ], - [ - 9.9040534, - 51.5538718 - ], - [ - 9.9040149, - 51.5538939 - ], - [ - 9.904037, - 51.5539079 - ], - [ - 9.9040637, - 51.5538928 - ] - ] - }, - "id": "way/270176147" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270206771", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9164854, - 51.5461586 - ], - [ - 9.9164934, - 51.5461436 - ] - ] - }, - "id": "way/270206771" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270206772", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9167294, - 51.5458956 - ], - [ - 9.9167964, - 51.5457368 - ] - ] - }, - "id": "way/270206772" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270206774", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9164109, - 51.5463266 - ], - [ - 9.9164854, - 51.5461586 - ] - ] - }, - "id": "way/270206774" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270206776", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9168125, - 51.5463733 - ], - [ - 9.9168649, - 51.5462525 - ], - [ - 9.9170413, - 51.546283 - ] - ] - }, - "id": "way/270206776" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270206777", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9165014, - 51.5461255 - ], - [ - 9.9165365, - 51.5460505 - ], - [ - 9.9164441, - 51.5460321 - ] - ] - }, - "id": "way/270206777" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270206780", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9165001, - 51.546434 - ], - [ - 9.9164974, - 51.5464067 - ], - [ - 9.916587, - 51.5462054 - ], - [ - 9.9168284, - 51.5462463 - ] - ] - }, - "id": "way/270206780" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270206781", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9165953, - 51.5459158 - ], - [ - 9.9166, - 51.5458986 - ], - [ - 9.9165986, - 51.5458866 - ], - [ - 9.9165906, - 51.5458741 - ], - [ - 9.9165742, - 51.5458627 - ], - [ - 9.9159973, - 51.545758 - ], - [ - 9.9159335, - 51.5459079 - ], - [ - 9.9161616, - 51.5459419 - ] - ] - }, - "id": "way/270206781" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211948", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9171567, - 51.5444318 - ], - [ - 9.9171919, - 51.5443498 - ] - ] - }, - "id": "way/270211948" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211949", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9172703, - 51.5454938 - ], - [ - 9.9171719, - 51.5457269 - ] - ] - }, - "id": "way/270211949" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211950", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9177351, - 51.5442249 - ], - [ - 9.9178913, - 51.5442413 - ] - ] - }, - "id": "way/270211950" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211951", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9175437, - 51.5442019 - ], - [ - 9.9176952, - 51.5442188 - ] - ] - }, - "id": "way/270211951" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211952", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9169421, - 51.5446631 - ], - [ - 9.9169536, - 51.5446364 - ] - ] - }, - "id": "way/270211952" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211953", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9169079, - 51.5447423 - ], - [ - 9.9169223, - 51.5447088 - ] - ] - }, - "id": "way/270211953" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211954", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9167663, - 51.5450848 - ], - [ - 9.9167464, - 51.5450815 - ] - ] - }, - "id": "way/270211954" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211955", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9167, - 51.5456517 - ], - [ - 9.916773, - 51.5456637 - ] - ] - }, - "id": "way/270211955" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211956", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9168829, - 51.545066 - ], - [ - 9.916983, - 51.5448297 - ] - ] - }, - "id": "way/270211956" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211957", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9171533, - 51.545421 - ], - [ - 9.917469, - 51.5454742 - ] - ] - }, - "id": "way/270211957" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211958", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9168766, - 51.5448147 - ], - [ - 9.9168916, - 51.54478 - ] - ] - }, - "id": "way/270211958" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211959", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9169903, - 51.5448107 - ], - [ - 9.917117, - 51.5445244 - ] - ] - }, - "id": "way/270211959" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211960", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9169705, - 51.5445972 - ], - [ - 9.9169937, - 51.5445435 - ] - ] - }, - "id": "way/270211960" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211961", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9168272, - 51.5453639 - ], - [ - 9.9170126, - 51.5453967 - ] - ] - }, - "id": "way/270211961" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211962", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9171994, - 51.5443314 - ], - [ - 9.9172233, - 51.5442774 - ] - ] - }, - "id": "way/270211962" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211963", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9169898, - 51.5444916 - ], - [ - 9.916995, - 51.5444798 - ] - ] - }, - "id": "way/270211963" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211964", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9168293, - 51.5449241 - ], - [ - 9.9168591, - 51.5448551 - ] - ] - }, - "id": "way/270211964" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211965", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9169937, - 51.5443562 - ], - [ - 9.9169995, - 51.544343 - ], - [ - 9.9170138, - 51.5443111 - ], - [ - 9.9170176, - 51.5443028 - ] - ] - }, - "id": "way/270211965" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211966", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9165252, - 51.5456401 - ], - [ - 9.9164966, - 51.5456359 - ], - [ - 9.9165013, - 51.5456256 - ] - ] - }, - "id": "way/270211966" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211967", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9165736, - 51.5455293 - ], - [ - 9.9165441, - 51.5455251 - ], - [ - 9.9165474, - 51.5455158 - ] - ] - }, - "id": "way/270211967" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211968", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9170145, - 51.5444954 - ], - [ - 9.9169898, - 51.5444916 - ], - [ - 9.9167872, - 51.5444605 - ] - ] - }, - "id": "way/270211968" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211969", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9166213, - 51.5454179 - ], - [ - 9.9165938, - 51.5454138 - ], - [ - 9.9165975, - 51.5454043 - ] - ] - }, - "id": "way/270211969" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211970", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9164754, - 51.5457516 - ], - [ - 9.9164422, - 51.5457471 - ], - [ - 9.9164462, - 51.5457364 - ] - ] - }, - "id": "way/270211970" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211971", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.917478, - 51.5445435 - ], - [ - 9.9171357, - 51.5444819 - ], - [ - 9.9171524, - 51.544446 - ] - ] - }, - "id": "way/270211971" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211972", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9172473, - 51.54549 - ], - [ - 9.9172703, - 51.5454938 - ], - [ - 9.917322, - 51.5455022 - ] - ] - }, - "id": "way/270211972" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211973", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9170006, - 51.5445276 - ], - [ - 9.9170145, - 51.5444954 - ], - [ - 9.9170199, - 51.544483 - ] - ] - }, - "id": "way/270211973" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211974", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9167956, - 51.5456655 - ], - [ - 9.9171719, - 51.5457269 - ], - [ - 9.9172436, - 51.5457386 - ] - ] - }, - "id": "way/270211974" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211975", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9167172, - 51.5451976 - ], - [ - 9.916684, - 51.5451922 - ], - [ - 9.9166872, - 51.5451845 - ] - ] - }, - "id": "way/270211975" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211976", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9166683, - 51.5453095 - ], - [ - 9.9166389, - 51.5453053 - ], - [ - 9.9166431, - 51.5452939 - ] - ] - }, - "id": "way/270211976" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211977", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9165328, - 51.545494 - ], - [ - 9.9165855, - 51.545502 - ], - [ - 9.9166213, - 51.5454179 - ], - [ - 9.916625, - 51.5454094 - ] - ] - }, - "id": "way/270211977" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211978", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9168729, - 51.5450901 - ], - [ - 9.916861, - 51.5451186 - ], - [ - 9.9173445, - 51.5452002 - ], - [ - 9.9179503, - 51.5452958 - ] - ] - }, - "id": "way/270211978" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211979", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.916679, - 51.5451607 - ], - [ - 9.9167285, - 51.5451689 - ], - [ - 9.9167663, - 51.5450848 - ], - [ - 9.9167709, - 51.5450745 - ] - ] - }, - "id": "way/270211979" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211980", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9164386, - 51.5457166 - ], - [ - 9.9164863, - 51.545725 - ], - [ - 9.9165252, - 51.5456401 - ], - [ - 9.9165298, - 51.5456301 - ] - ] - }, - "id": "way/270211980" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211981", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9166346, - 51.5452731 - ], - [ - 9.9166807, - 51.5452803 - ], - [ - 9.9167172, - 51.5451976 - ], - [ - 9.9167212, - 51.5451885 - ] - ] - }, - "id": "way/270211981" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211982", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9165938, - 51.5453853 - ], - [ - 9.9166333, - 51.5453919 - ], - [ - 9.9166683, - 51.5453095 - ], - [ - 9.9166741, - 51.5452958 - ] - ] - }, - "id": "way/270211982" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211983", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9175086, - 51.545595 - ], - [ - 9.9176607, - 51.5456185 - ], - [ - 9.9176927, - 51.5455383 - ], - [ - 9.917872, - 51.5455686 - ] - ] - }, - "id": "way/270211983" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211984", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9164999, - 51.5456091 - ], - [ - 9.9165381, - 51.545614 - ], - [ - 9.9165736, - 51.5455293 - ], - [ - 9.9165779, - 51.5455192 - ] - ] - }, - "id": "way/270211984" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211985", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9173492, - 51.545508 - ], - [ - 9.9174322, - 51.5455188 - ], - [ - 9.9174547, - 51.5455301 - ], - [ - 9.9174702, - 51.5455459 - ], - [ - 9.9174739, - 51.5455619 - ] - ] - }, - "id": "way/270211985" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211986", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9163799, - 51.5457945 - ], - [ - 9.9164264, - 51.5458011 - ], - [ - 9.9164569, - 51.5457904 - ], - [ - 9.9164754, - 51.5457516 - ], - [ - 9.9164804, - 51.5457411 - ] - ] - }, - "id": "way/270211986" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211987", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9167318, - 51.5450505 - ], - [ - 9.9167759, - 51.5450578 - ], - [ - 9.9167941, - 51.5450095 - ], - [ - 9.9167825, - 51.5449973 - ], - [ - 9.9167689, - 51.5449876 - ], - [ - 9.916738, - 51.5449803 - ] - ] - }, - "id": "way/270211987" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211988", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9168529, - 51.5452096 - ], - [ - 9.91685, - 51.5452161 - ], - [ - 9.916824, - 51.5452116 - ], - [ - 9.9167726, - 51.5453249 - ], - [ - 9.9167747, - 51.5453425 - ], - [ - 9.9168007, - 51.5453596 - ] - ] - }, - "id": "way/270211988" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211989", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9170006, - 51.5444623 - ], - [ - 9.917027, - 51.5444664 - ], - [ - 9.9170274, - 51.5444506 - ], - [ - 9.9170203, - 51.544422 - ], - [ - 9.9170077, - 51.5444109 - ], - [ - 9.9169772, - 51.5444022 - ], - [ - 9.9169841, - 51.5443859 - ], - [ - 9.9169889, - 51.5443745 - ] - ] - }, - "id": "way/270211989" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211990", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9169693, - 51.544254 - ], - [ - 9.9170182, - 51.544263 - ], - [ - 9.9170083, - 51.5442812 - ], - [ - 9.9170232, - 51.5442841 - ], - [ - 9.9170345, - 51.5442628 - ], - [ - 9.9170368, - 51.5442284 - ], - [ - 9.9170298, - 51.5442121 - ], - [ - 9.917011, - 51.5441928 - ], - [ - 9.9169927, - 51.5441844 - ], - [ - 9.9168543, - 51.5441669 - ] - ] - }, - "id": "way/270211990" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211991", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9172313, - 51.5442585 - ], - [ - 9.9172524, - 51.5442139 - ], - [ - 9.917266, - 51.5441999 - ], - [ - 9.9172914, - 51.5441896 - ], - [ - 9.9173237, - 51.5441829 - ], - [ - 9.9173575, - 51.5441815 - ], - [ - 9.9175123, - 51.544199 - ] - ] - }, - "id": "way/270211991" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270211992", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9166639, - 51.5456346 - ], - [ - 9.9166512, - 51.5456279 - ], - [ - 9.9166456, - 51.5456153 - ], - [ - 9.9167216, - 51.5454409 - ], - [ - 9.916731, - 51.5454266 - ], - [ - 9.916746, - 51.545419 - ], - [ - 9.916769, - 51.5454123 - ], - [ - 9.9167901, - 51.5454111 - ], - [ - 9.9172277, - 51.5454864 - ] - ] - }, - "id": "way/270211992" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270212828", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9169504, - 51.5442988 - ], - [ - 9.9170138, - 51.5443111 - ] - ] - }, - "id": "way/270212828" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270212829", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9169818, - 51.5443402 - ], - [ - 9.9169995, - 51.544343 - ] - ] - }, - "id": "way/270212829" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270212830", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9169841, - 51.5443859 - ], - [ - 9.9169612, - 51.544382 - ], - [ - 9.9169658, - 51.5443716 - ] - ] - }, - "id": "way/270212830" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270219797", - "barrier": "hedge", - "survey:date": "2014-03-29" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9177213, - 51.5413748 - ], - [ - 9.9183105, - 51.5414023 - ] - ] - }, - "id": "way/270219797" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270263105", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9036137, - 51.5541221 - ], - [ - 9.9037109, - 51.5540657 - ] - ] - }, - "id": "way/270263105" - }, - { - "type": "Feature", - "properties": { - "@id": "way/270465595", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8940182, - 51.5410052 - ], - [ - 9.8938822, - 51.5410535 - ] - ] - }, - "id": "way/270465595" - }, - { - "type": "Feature", - "properties": { - "@id": "way/275187183", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9537082, - 51.5239061 - ], - [ - 9.9538254, - 51.5239507 - ] - ] - }, - "id": "way/275187183" - }, - { - "type": "Feature", - "properties": { - "@id": "way/275187184", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9529904, - 51.5237281 - ], - [ - 9.9531021, - 51.5237516 - ] - ] - }, - "id": "way/275187184" - }, - { - "type": "Feature", - "properties": { - "@id": "way/275187186", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9535599, - 51.5238567 - ], - [ - 9.9536621, - 51.5238896 - ] - ] - }, - "id": "way/275187186" - }, - { - "type": "Feature", - "properties": { - "@id": "way/275187187", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9531193, - 51.5237547 - ], - [ - 9.953376, - 51.5238107 - ], - [ - 9.9533617, - 51.523836 - ] - ] - }, - "id": "way/275187187" - }, - { - "type": "Feature", - "properties": { - "@id": "way/275187188", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9538777, - 51.5239746 - ], - [ - 9.9539654, - 51.5240161 - ], - [ - 9.9539821, - 51.5240358 - ], - [ - 9.9539388, - 51.5240824 - ] - ] - }, - "id": "way/275187188" - }, - { - "type": "Feature", - "properties": { - "@id": "way/275187190", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9525224, - 51.5237518 - ], - [ - 9.9525063, - 51.5237483 - ], - [ - 9.952566, - 51.5236422 - ], - [ - 9.9528025, - 51.5236901 - ], - [ - 9.9528084, - 51.5237291 - ] - ] - }, - "id": "way/275187190" - }, - { - "type": "Feature", - "properties": { - "@id": "way/275447056", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9618776, - 51.5206074 - ], - [ - 9.9618982, - 51.5204813 - ] - ] - }, - "id": "way/275447056" - }, - { - "type": "Feature", - "properties": { - "@id": "way/275447058", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.961852, - 51.5207573 - ], - [ - 9.9618717, - 51.5206358 - ] - ] - }, - "id": "way/275447058" - }, - { - "type": "Feature", - "properties": { - "@id": "way/275447059", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9617988, - 51.5219223 - ], - [ - 9.9617797, - 51.5218003 - ] - ] - }, - "id": "way/275447059" - }, - { - "type": "Feature", - "properties": { - "@id": "way/275447060", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.961799, - 51.5210602 - ], - [ - 9.9618191, - 51.5209356 - ] - ] - }, - "id": "way/275447060" - }, - { - "type": "Feature", - "properties": { - "@id": "way/275447062", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9617514, - 51.5216197 - ], - [ - 9.9617342, - 51.5214832 - ] - ] - }, - "id": "way/275447062" - }, - { - "type": "Feature", - "properties": { - "@id": "way/275447063", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9617743, - 51.5212129 - ], - [ - 9.9617953, - 51.5210903 - ] - ] - }, - "id": "way/275447063" - }, - { - "type": "Feature", - "properties": { - "@id": "way/275447065", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9618255, - 51.5209094 - ], - [ - 9.9618456, - 51.5207894 - ] - ] - }, - "id": "way/275447065" - }, - { - "type": "Feature", - "properties": { - "@id": "way/275447066", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9617752, - 51.5217715 - ], - [ - 9.9617558, - 51.5216482 - ] - ] - }, - "id": "way/275447066" - }, - { - "type": "Feature", - "properties": { - "@id": "way/275447073", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9619037, - 51.5204549 - ], - [ - 9.9619243, - 51.5203357 - ], - [ - 9.9621007, - 51.5203568 - ] - ] - }, - "id": "way/275447073" - }, - { - "type": "Feature", - "properties": { - "@id": "way/275447075", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9619819, - 51.5213279 - ], - [ - 9.9617583, - 51.5213125 - ], - [ - 9.9617693, - 51.5212417 - ] - ] - }, - "id": "way/275447075" - }, - { - "type": "Feature", - "properties": { - "@id": "way/275447076", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9620637, - 51.5220037 - ], - [ - 9.9618141, - 51.5220199 - ], - [ - 9.9618033, - 51.521951 - ] - ] - }, - "id": "way/275447076" - }, - { - "type": "Feature", - "properties": { - "@id": "way/275447078", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9617317, - 51.5214658 - ], - [ - 9.9617208, - 51.5213928 - ], - [ - 9.9617574, - 51.5213743 - ], - [ - 9.9617898, - 51.521364 - ], - [ - 9.9618995, - 51.5213609 - ] - ] - }, - "id": "way/275447078" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276137192", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9426466, - 51.5221667 - ], - [ - 9.9426556, - 51.5220506 - ] - ] - }, - "id": "way/276137192" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276137196", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9434185, - 51.5216247 - ], - [ - 9.943739, - 51.521635 - ] - ] - }, - "id": "way/276137196" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276137200", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9433112, - 51.5224957 - ], - [ - 9.9432612, - 51.5224932 - ] - ] - }, - "id": "way/276137200" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276137208", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9444857, - 51.5219602 - ], - [ - 9.9444682, - 51.5220858 - ] - ] - }, - "id": "way/276137208" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276137209", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9431585, - 51.5216168 - ], - [ - 9.94337, - 51.5216225 - ] - ] - }, - "id": "way/276137209" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276137210", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.94444, - 51.5222524 - ], - [ - 9.9444163, - 51.5223886 - ] - ] - }, - "id": "way/276137210" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276137213", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9445025, - 51.5218009 - ], - [ - 9.9444862, - 51.5219393 - ] - ] - }, - "id": "way/276137213" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276137214", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9439212, - 51.5225092 - ], - [ - 9.943697, - 51.5225032 - ] - ] - }, - "id": "way/276137214" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276137216", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9426701, - 51.5218799 - ], - [ - 9.942683, - 51.5217426 - ] - ] - }, - "id": "way/276137216" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276137217", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9436532, - 51.5225023 - ], - [ - 9.9433503, - 51.5224957 - ] - ] - }, - "id": "way/276137217" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276137218", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9444609, - 51.5221208 - ], - [ - 9.9444449, - 51.522229 - ] - ] - }, - "id": "way/276137218" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276137219", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9426585, - 51.5220175 - ], - [ - 9.9426677, - 51.521909 - ] - ] - }, - "id": "way/276137219" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276137220", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9426353, - 51.5223289 - ], - [ - 9.942645, - 51.5221887 - ] - ] - }, - "id": "way/276137220" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276137221", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9437729, - 51.5216363 - ], - [ - 9.943981, - 51.521643 - ], - [ - 9.9439796, - 51.5216575 - ] - ] - }, - "id": "way/276137221" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276137222", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9426852, - 51.5217185 - ], - [ - 9.9426936, - 51.5216328 - ], - [ - 9.9427428, - 51.5216029 - ], - [ - 9.9429112, - 51.5216104 - ], - [ - 9.9429085, - 51.5216494 - ] - ] - }, - "id": "way/276137222" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276137228", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9428556, - 51.52248 - ], - [ - 9.9426863, - 51.522472 - ], - [ - 9.9426533, - 51.5224636 - ], - [ - 9.9426378, - 51.522453 - ], - [ - 9.9426301, - 51.5224363 - ], - [ - 9.9426345, - 51.5223461 - ] - ] - }, - "id": "way/276137228" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276137229", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9444117, - 51.52241 - ], - [ - 9.9443975, - 51.5224777 - ], - [ - 9.9443892, - 51.5224948 - ], - [ - 9.9443709, - 51.5225057 - ], - [ - 9.9443422, - 51.5225164 - ], - [ - 9.9443151, - 51.5225214 - ], - [ - 9.9441889, - 51.5225181 - ] - ] - }, - "id": "way/276137229" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276137230", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9442268, - 51.5216521 - ], - [ - 9.9444258, - 51.5216581 - ], - [ - 9.9444529, - 51.5216634 - ], - [ - 9.9444749, - 51.5216718 - ], - [ - 9.9444917, - 51.5216821 - ], - [ - 9.9445046, - 51.5216976 - ], - [ - 9.9445108, - 51.5217166 - ], - [ - 9.9445069, - 51.5217794 - ] - ] - }, - "id": "way/276137230" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276139468", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9445469, - 51.5212106 - ], - [ - 9.9445511, - 51.5211203 - ] - ] - }, - "id": "way/276139468" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276139472", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9437923, - 51.5208155 - ], - [ - 9.9437159, - 51.5208117 - ] - ] - }, - "id": "way/276139472" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276139473", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9434481, - 51.5208056 - ], - [ - 9.943219, - 51.5207963 - ] - ] - }, - "id": "way/276139473" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276139474", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9440693, - 51.5208262 - ], - [ - 9.9438336, - 51.5208171 - ] - ] - }, - "id": "way/276139474" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276139476", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9445506, - 51.5210965 - ], - [ - 9.9445506, - 51.5209678 - ] - ] - }, - "id": "way/276139476" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276139479", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9427476, - 51.5209372 - ], - [ - 9.9427435, - 51.5210358 - ] - ] - }, - "id": "way/276139479" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276139483", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9444205, - 51.52154 - ], - [ - 9.9444643, - 51.5215365 - ], - [ - 9.9444958, - 51.5215271 - ], - [ - 9.9445185, - 51.5215117 - ], - [ - 9.9445289, - 51.5214905 - ], - [ - 9.9445403, - 51.5213483 - ] - ] - }, - "id": "way/276139483" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276139484", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9427399, - 51.5210673 - ], - [ - 9.9427115, - 51.5214309 - ], - [ - 9.9427109, - 51.521461 - ], - [ - 9.9427264, - 51.5214745 - ], - [ - 9.9427626, - 51.521487 - ], - [ - 9.9430464, - 51.521495 - ] - ] - }, - "id": "way/276139484" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276139486", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9430095, - 51.5207902 - ], - [ - 9.9428452, - 51.5207834 - ], - [ - 9.9428122, - 51.5207879 - ], - [ - 9.9427863, - 51.5207979 - ], - [ - 9.9427714, - 51.5208133 - ], - [ - 9.94276, - 51.5208313 - ], - [ - 9.9427507, - 51.5208881 - ] - ] - }, - "id": "way/276139486" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276139487", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9445516, - 51.5209488 - ], - [ - 9.9445506, - 51.5209029 - ], - [ - 9.9445439, - 51.5208862 - ], - [ - 9.944531, - 51.5208711 - ], - [ - 9.9445108, - 51.5208573 - ], - [ - 9.9444855, - 51.5208454 - ], - [ - 9.9444623, - 51.5208393 - ], - [ - 9.944277, - 51.5208323 - ] - ] - }, - "id": "way/276139487" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276143983", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9463914, - 51.562795 - ], - [ - 9.9463272, - 51.5629114 - ] - ] - }, - "id": "way/276143983" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276143991", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9458604, - 51.5626524 - ], - [ - 9.9459689, - 51.5624629 - ], - [ - 9.9465217, - 51.562598 - ] - ] - }, - "id": "way/276143991" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276737730", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9590327, - 51.5153861 - ], - [ - 9.9590474, - 51.5153501 - ] - ] - }, - "id": "way/276737730" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276737731", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9590919, - 51.5152474 - ], - [ - 9.959278, - 51.515279 - ] - ] - }, - "id": "way/276737731" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276737732", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9612304, - 51.5142969 - ], - [ - 9.9612311, - 51.5142869 - ], - [ - 9.9612924, - 51.5142511 - ] - ] - }, - "id": "way/276737732" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276737733", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9590809, - 51.5152722 - ], - [ - 9.9590919, - 51.5152474 - ], - [ - 9.9591103, - 51.515206 - ] - ] - }, - "id": "way/276737733" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276744235", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9586398, - 51.5186972 - ], - [ - 9.9584531, - 51.5186443 - ] - ] - }, - "id": "way/276744235" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276744236", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9588026, - 51.5187429 - ], - [ - 9.958681, - 51.518709 - ] - ] - }, - "id": "way/276744236" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276744237", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9596567, - 51.5211883 - ], - [ - 9.9594342, - 51.5211364 - ], - [ - 9.959334, - 51.5211129 - ] - ] - }, - "id": "way/276744237" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276744241", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9596141, - 51.5187184 - ], - [ - 9.9594818, - 51.5188965 - ], - [ - 9.9594588, - 51.5189152 - ], - [ - 9.9594371, - 51.518921 - ], - [ - 9.9594114, - 51.5189232 - ], - [ - 9.959382, - 51.5189168 - ], - [ - 9.9591314, - 51.518839 - ] - ] - }, - "id": "way/276744241" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276746531", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9585601, - 51.5216715 - ], - [ - 9.9584301, - 51.5215701 - ], - [ - 9.9584146, - 51.5215495 - ], - [ - 9.9584053, - 51.5215273 - ], - [ - 9.9584048, - 51.5214988 - ], - [ - 9.9584136, - 51.5214769 - ], - [ - 9.9584295, - 51.5214538 - ], - [ - 9.9584605, - 51.5214333 - ], - [ - 9.9590308, - 51.5211757 - ] - ] - }, - "id": "way/276746531" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276748433", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9590275, - 51.5227056 - ], - [ - 9.959199, - 51.5227277 - ], - [ - 9.9591752, - 51.5227992 - ], - [ - 9.9590165, - 51.5227948 - ], - [ - 9.9588833, - 51.5227886 - ], - [ - 9.9588422, - 51.5227815 - ], - [ - 9.9588177, - 51.5227725 - ], - [ - 9.9588016, - 51.5227541 - ], - [ - 9.958792, - 51.5227318 - ], - [ - 9.9587941, - 51.5227019 - ] - ] - }, - "id": "way/276748433" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276748434", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9588616, - 51.5225078 - ], - [ - 9.9588647, - 51.5224979 - ] - ] - }, - "id": "way/276748434" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276748435", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9588527, - 51.5225366 - ], - [ - 9.9588584, - 51.5225176 - ] - ] - }, - "id": "way/276748435" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276748437", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9589512, - 51.5222472 - ], - [ - 9.9589649, - 51.5222078 - ] - ] - }, - "id": "way/276748437" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276748438", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9589394, - 51.5222822 - ], - [ - 9.9589477, - 51.5222589 - ] - ] - }, - "id": "way/276748438" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276748439", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9589136, - 51.5223578 - ], - [ - 9.9589361, - 51.5222958 - ] - ] - }, - "id": "way/276748439" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276748440", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.958826, - 51.522616 - ], - [ - 9.9588369, - 51.5225869 - ] - ] - }, - "id": "way/276748440" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276748441", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9591683, - 51.5222994 - ], - [ - 9.9593137, - 51.52232 - ] - ] - }, - "id": "way/276748441" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276748442", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9591525, - 51.5223579 - ], - [ - 9.9592983, - 51.5223767 - ] - ] - }, - "id": "way/276748442" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276748443", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9591309, - 51.5224126 - ], - [ - 9.9592887, - 51.5224315 - ] - ] - }, - "id": "way/276748443" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276748444", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9593088, - 51.5223367 - ], - [ - 9.9592983, - 51.5223767 - ], - [ - 9.9592856, - 51.5224169 - ] - ] - }, - "id": "way/276748444" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276748445", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9589013, - 51.5223915 - ], - [ - 9.9589109, - 51.5223931 - ], - [ - 9.9589193, - 51.5223719 - ] - ] - }, - "id": "way/276748445" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276748446", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9588108, - 51.5226877 - ], - [ - 9.9588143, - 51.5226778 - ], - [ - 9.9589077, - 51.5226902 - ] - ] - }, - "id": "way/276748446" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276748447", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9589503, - 51.522458 - ], - [ - 9.958883, - 51.5224491 - ], - [ - 9.9588971, - 51.5224076 - ] - ] - }, - "id": "way/276748447" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276748448", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9588413, - 51.522575 - ], - [ - 9.958852, - 51.5225764 - ], - [ - 9.9588579, - 51.5225602 - ], - [ - 9.9589499, - 51.5225748 - ] - ] - }, - "id": "way/276748448" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276748449", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9596054, - 51.522682 - ], - [ - 9.9595974, - 51.5227443 - ], - [ - 9.9595032, - 51.5227646 - ], - [ - 9.9593756, - 51.5227852 - ], - [ - 9.9593185, - 51.5227919 - ], - [ - 9.9592224, - 51.5227979 - ], - [ - 9.9592499, - 51.522706 - ] - ] - }, - "id": "way/276748449" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276749197", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.958791, - 51.5231485 - ], - [ - 9.9590156, - 51.5231712 - ] - ] - }, - "id": "way/276749197" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276749198", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9585745, - 51.5238217 - ], - [ - 9.9588555, - 51.5238395 - ] - ] - }, - "id": "way/276749198" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276749199", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9585531, - 51.5238744 - ], - [ - 9.9588431, - 51.5238958 - ] - ] - }, - "id": "way/276749199" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276749200", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9588096, - 51.5230358 - ], - [ - 9.95895, - 51.5230494 - ] - ] - }, - "id": "way/276749200" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276749202", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9593994, - 51.523369 - ], - [ - 9.9590135, - 51.5233893 - ] - ] - }, - "id": "way/276749202" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276749203", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9587277, - 51.5232963 - ], - [ - 9.9589341, - 51.5233146 - ] - ] - }, - "id": "way/276749203" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276749204", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9585845, - 51.5237619 - ], - [ - 9.9588684, - 51.5237806 - ] - ] - }, - "id": "way/276749204" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276749205", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9587107, - 51.5233532 - ], - [ - 9.9589597, - 51.5233745 - ] - ] - }, - "id": "way/276749205" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276749206", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9594077, - 51.5234263 - ], - [ - 9.9589724, - 51.5234532 - ] - ] - }, - "id": "way/276749206" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276749207", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9586893, - 51.5232386 - ], - [ - 9.9589906, - 51.52326 - ] - ] - }, - "id": "way/276749207" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276749208", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9585994, - 51.5229251 - ], - [ - 9.958621, - 51.522915 - ], - [ - 9.9586584, - 51.522908 - ] - ] - }, - "id": "way/276749208" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276749209", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9589543, - 51.5233895 - ], - [ - 9.9589417, - 51.5234351 - ], - [ - 9.9587014, - 51.5234123 - ] - ] - }, - "id": "way/276749209" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276749210", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9589281, - 51.5234876 - ], - [ - 9.958722, - 51.5234669 - ], - [ - 9.9586525, - 51.523462 - ] - ] - }, - "id": "way/276749210" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276749211", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9588241, - 51.5239823 - ], - [ - 9.9584134, - 51.5239696 - ], - [ - 9.9583339, - 51.5239652 - ], - [ - 9.9583431, - 51.523888 - ] - ] - }, - "id": "way/276749211" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276753699", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9597134, - 51.5193478 - ], - [ - 9.9596582, - 51.5194125 - ] - ] - }, - "id": "way/276753699" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276753700", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9590399, - 51.5191406 - ], - [ - 9.9584635, - 51.5190095 - ] - ] - }, - "id": "way/276753700" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276753703", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9585802, - 51.5204063 - ], - [ - 9.9585357, - 51.5205559 - ] - ] - }, - "id": "way/276753703" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276753710", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9596825, - 51.5193378 - ], - [ - 9.9597134, - 51.5193478 - ] - ] - }, - "id": "way/276753710" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276753711", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9590732, - 51.5190833 - ], - [ - 9.9590399, - 51.5191406 - ] - ] - }, - "id": "way/276753711" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276753715", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9588842, - 51.5197202 - ], - [ - 9.9588922, - 51.5196983 - ], - [ - 9.9591498, - 51.5197371 - ] - ] - }, - "id": "way/276753715" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276753725", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9589502, - 51.520969 - ], - [ - 9.9589528, - 51.5210326 - ], - [ - 9.958945, - 51.5210595 - ], - [ - 9.9589284, - 51.5210831 - ], - [ - 9.958903, - 51.5211054 - ], - [ - 9.9588856, - 51.5211209 - ], - [ - 9.9588362, - 51.5211478 - ] - ] - }, - "id": "way/276753725" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276972900", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9444063, - 51.5623455 - ], - [ - 9.9444591, - 51.5622534 - ] - ] - }, - "id": "way/276972900" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276972902", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9449948, - 51.562476 - ], - [ - 9.9444063, - 51.5623455 - ], - [ - 9.9443989, - 51.5623439 - ], - [ - 9.9441724, - 51.5622937 - ], - [ - 9.9441363, - 51.5622857 - ] - ] - }, - "id": "way/276972902" - }, - { - "type": "Feature", - "properties": { - "@id": "way/276979830", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9424273, - 51.5617319 - ], - [ - 9.94248, - 51.561642 - ], - [ - 9.9427901, - 51.5617082 - ], - [ - 9.9428605, - 51.5617232 - ], - [ - 9.9428797, - 51.5617273 - ] - ] - }, - "id": "way/276979830" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277240045", - "barrier": "hedge", - "survey:date": "2013-08-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9358205, - 51.5558068 - ], - [ - 9.9356034, - 51.5558541 - ] - ] - }, - "id": "way/277240045" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277240056", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9353806, - 51.55535 - ], - [ - 9.9353795, - 51.5553043 - ] - ] - }, - "id": "way/277240056" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277240070", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9366884, - 51.5548549 - ], - [ - 9.9363871, - 51.5548877 - ] - ] - }, - "id": "way/277240070" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277240073", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9363871, - 51.5548877 - ], - [ - 9.9359397, - 51.5549454 - ], - [ - 9.9354837, - 51.5550043 - ], - [ - 9.9353602, - 51.5550198 - ] - ] - }, - "id": "way/277240073" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277240077", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9353892, - 51.555531 - ], - [ - 9.9353848, - 51.5554785 - ] - ] - }, - "id": "way/277240077" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277240078", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.935384, - 51.555469 - ], - [ - 9.9353803, - 51.5553637 - ] - ] - }, - "id": "way/277240078" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277240089", - "barrier": "hedge", - "survey:date": "2013-08-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9355779, - 51.5558591 - ], - [ - 9.935502, - 51.555874 - ], - [ - 9.9354677, - 51.5558609 - ] - ] - }, - "id": "way/277240089" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277240091", - "barrier": "hedge", - "survey:date": "2013-08-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9362197, - 51.5557334 - ], - [ - 9.9360922, - 51.5557515 - ], - [ - 9.9358461, - 51.5558021 - ] - ] - }, - "id": "way/277240091" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277240095", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9353768, - 51.5552654 - ], - [ - 9.9353751, - 51.5552037 - ], - [ - 9.9360009, - 51.5551248 - ] - ] - }, - "id": "way/277240095" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277240098", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9359397, - 51.5549454 - ], - [ - 9.9359936, - 51.5551052 - ], - [ - 9.9360009, - 51.5551248 - ], - [ - 9.9360358, - 51.5552178 - ] - ] - }, - "id": "way/277240098" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277240099", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9379051, - 51.5546983 - ], - [ - 9.9379554, - 51.5548408 - ], - [ - 9.9378957, - 51.5548492 - ] - ] - }, - "id": "way/277240099" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277541725", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9425444, - 51.5230885 - ], - [ - 9.9425357, - 51.5232016 - ] - ] - }, - "id": "way/277541725" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277541732", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9425649, - 51.5228218 - ], - [ - 9.9425562, - 51.522935 - ] - ] - }, - "id": "way/277541732" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277541739", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.943002, - 51.5232472 - ], - [ - 9.9429936, - 51.5233848 - ] - ] - }, - "id": "way/277541739" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277541740", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9430261, - 51.5229744 - ], - [ - 9.9430086, - 51.5230914 - ] - ] - }, - "id": "way/277541740" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277541742", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9425546, - 51.5229553 - ], - [ - 9.9425459, - 51.5230681 - ] - ] - }, - "id": "way/277541742" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277541748", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9425749, - 51.5226916 - ], - [ - 9.9425667, - 51.5227984 - ] - ] - }, - "id": "way/277541748" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277541750", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9430062, - 51.5231318 - ], - [ - 9.9430038, - 51.5231945 - ] - ] - }, - "id": "way/277541750" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277541751", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9425325, - 51.5232256 - ], - [ - 9.9425242, - 51.5232929 - ] - ] - }, - "id": "way/277541751" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277541754", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9429942, - 51.5234087 - ], - [ - 9.9429726, - 51.5235447 - ], - [ - 9.9428362, - 51.5235399 - ] - ] - }, - "id": "way/277541754" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277541755", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9429778, - 51.5228578 - ], - [ - 9.943029, - 51.5228573 - ], - [ - 9.9430285, - 51.5229374 - ] - ] - }, - "id": "way/277541755" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277541756", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9429963, - 51.5225907 - ], - [ - 9.9430531, - 51.5226631 - ], - [ - 9.9430519, - 51.5226862 - ] - ] - }, - "id": "way/277541756" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277541758", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9428056, - 51.5235391 - ], - [ - 9.9425581, - 51.5235317 - ], - [ - 9.9425107, - 51.5235089 - ], - [ - 9.9425156, - 51.5233945 - ] - ] - }, - "id": "way/277541758" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277541763", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9430505, - 51.5227139 - ], - [ - 9.9430417, - 51.5228025 - ], - [ - 9.9430201, - 51.5228129 - ], - [ - 9.9429768, - 51.5228133 - ], - [ - 9.9429772, - 51.5228305 - ] - ] - }, - "id": "way/277541763" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277541768", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9427916, - 51.5226128 - ], - [ - 9.9427943, - 51.5225713 - ], - [ - 9.9426274, - 51.5225721 - ], - [ - 9.9426019, - 51.5225803 - ], - [ - 9.9425883, - 51.522594 - ], - [ - 9.9425811, - 51.5226107 - ], - [ - 9.9425769, - 51.5226659 - ] - ] - }, - "id": "way/277541768" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277544803", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9415528, - 51.5218851 - ], - [ - 9.9410601, - 51.5218425 - ] - ] - }, - "id": "way/277544803" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277544805", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.941137, - 51.5207267 - ], - [ - 9.9411963, - 51.5207287 - ], - [ - 9.941307, - 51.5207323 - ], - [ - 9.9417603, - 51.5207477 - ] - ] - }, - "id": "way/277544805" - }, - { - "type": "Feature", - "properties": { - "@id": "way/277544806", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.941792, - 51.5207491 - ], - [ - 9.9424558, - 51.5207719 - ], - [ - 9.9424876, - 51.5208022 - ], - [ - 9.9424858, - 51.5209135 - ] - ] - }, - "id": "way/277544806" - }, - { - "type": "Feature", - "properties": { - "@id": "way/278022065", - "barrier": "hedge", - "survey:date": "2014-04-29" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9632355, - 51.5179434 - ], - [ - 9.9632654, - 51.5179276 - ] - ] - }, - "id": "way/278022065" - }, - { - "type": "Feature", - "properties": { - "@id": "way/278022078", - "barrier": "hedge", - "survey:date": "2014-04-29" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9630154, - 51.5180222 - ], - [ - 9.963111, - 51.5179825 - ], - [ - 9.9631872, - 51.5179384 - ], - [ - 9.9632127, - 51.5179555 - ] - ] - }, - "id": "way/278022078" - }, - { - "type": "Feature", - "properties": { - "@id": "way/278058590", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9404582, - 51.5457661 - ], - [ - 9.9400555, - 51.5457091 - ], - [ - 9.9400599, - 51.5456977 - ], - [ - 9.9402126, - 51.5453007 - ], - [ - 9.9402936, - 51.5450776 - ], - [ - 9.9403303, - 51.5450087 - ], - [ - 9.9403928, - 51.5449543 - ], - [ - 9.9404541, - 51.5449169 - ], - [ - 9.940499, - 51.5449008 - ], - [ - 9.9405558, - 51.5448832 - ], - [ - 9.9406199, - 51.5448745 - ], - [ - 9.9407076, - 51.5448712 - ], - [ - 9.9407668, - 51.5448751 - ], - [ - 9.9408163, - 51.5448831 - ] - ] - }, - "id": "way/278058590" - }, - { - "type": "Feature", - "properties": { - "@id": "way/278058594", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9408408, - 51.5448873 - ], - [ - 9.9412311, - 51.544954 - ] - ] - }, - "id": "way/278058594" - }, - { - "type": "Feature", - "properties": { - "@id": "way/279111953", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9611005, - 51.5221684 - ], - [ - 9.9610974, - 51.5221429 - ], - [ - 9.9613257, - 51.5221322 - ], - [ - 9.961328, - 51.5221518 - ] - ] - }, - "id": "way/279111953" - }, - { - "type": "Feature", - "properties": { - "@id": "way/279321939", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9600198, - 51.5201672 - ], - [ - 9.9600655, - 51.5200933 - ] - ] - }, - "id": "way/279321939" - }, - { - "type": "Feature", - "properties": { - "@id": "way/279321940", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9597401, - 51.5206516 - ], - [ - 9.9597869, - 51.5206501 - ] - ] - }, - "id": "way/279321940" - }, - { - "type": "Feature", - "properties": { - "@id": "way/279321947", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9592323, - 51.5202829 - ], - [ - 9.9593255, - 51.5200991 - ], - [ - 9.9593567, - 51.5201052 - ] - ] - }, - "id": "way/279321947" - }, - { - "type": "Feature", - "properties": { - "@id": "way/279321954", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9597869, - 51.5206501 - ], - [ - 9.9597877, - 51.5206058 - ], - [ - 9.9598209, - 51.5204964 - ], - [ - 9.9598476, - 51.5204302 - ], - [ - 9.9599688, - 51.5202243 - ], - [ - 9.9599879, - 51.5202222 - ] - ] - }, - "id": "way/279321954" - }, - { - "type": "Feature", - "properties": { - "@id": "way/279334253", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9609412, - 51.5208138 - ], - [ - 9.9607688, - 51.5208588 - ], - [ - 9.960744, - 51.5208697 - ], - [ - 9.96066, - 51.5208141 - ] - ] - }, - "id": "way/279334253" - }, - { - "type": "Feature", - "properties": { - "@id": "way/279334256", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9609161, - 51.5198767 - ], - [ - 9.9609706, - 51.519889 - ], - [ - 9.9609476, - 51.5199285 - ], - [ - 9.9608931, - 51.5199162 - ], - [ - 9.9609035, - 51.5198983 - ] - ] - }, - "id": "way/279334256" - }, - { - "type": "Feature", - "properties": { - "@id": "way/279334257", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9607254, - 51.5201693 - ], - [ - 9.9607856, - 51.5201868 - ], - [ - 9.9607554, - 51.520227 - ], - [ - 9.9606952, - 51.5202095 - ], - [ - 9.9607064, - 51.5201946 - ] - ] - }, - "id": "way/279334257" - }, - { - "type": "Feature", - "properties": { - "@id": "way/279334260", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9607739, - 51.5208869 - ], - [ - 9.9611073, - 51.520875 - ] - ] - }, - "id": "way/279334260" - }, - { - "type": "Feature", - "properties": { - "@id": "way/279334269", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9616637, - 51.5200027 - ], - [ - 9.9611533, - 51.5198811 - ], - [ - 9.9610729, - 51.5198458 - ], - [ - 9.9609264, - 51.5198531 - ] - ] - }, - "id": "way/279334269" - }, - { - "type": "Feature", - "properties": { - "@id": "way/279334271", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9611715, - 51.520673 - ], - [ - 9.9611215, - 51.5206672 - ], - [ - 9.9610779, - 51.520669 - ], - [ - 9.9610164, - 51.5206797 - ], - [ - 9.9608893, - 51.5207165 - ] - ] - }, - "id": "way/279334271" - }, - { - "type": "Feature", - "properties": { - "@id": "way/280798843", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.943597, - 51.5230514 - ], - [ - 9.9436063, - 51.5229039 - ] - ] - }, - "id": "way/280798843" - }, - { - "type": "Feature", - "properties": { - "@id": "way/280798844", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9435756, - 51.523316 - ], - [ - 9.9435819, - 51.5232378 - ] - ] - }, - "id": "way/280798844" - }, - { - "type": "Feature", - "properties": { - "@id": "way/280798846", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9440318, - 51.5235668 - ], - [ - 9.9438203, - 51.5235582 - ] - ] - }, - "id": "way/280798846" - }, - { - "type": "Feature", - "properties": { - "@id": "way/280798848", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9436077, - 51.5228842 - ], - [ - 9.9436184, - 51.5227351 - ] - ] - }, - "id": "way/280798848" - }, - { - "type": "Feature", - "properties": { - "@id": "way/280798852", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9435834, - 51.5232193 - ], - [ - 9.9435944, - 51.5230834 - ] - ] - }, - "id": "way/280798852" - }, - { - "type": "Feature", - "properties": { - "@id": "way/280798854", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9432554, - 51.5235515 - ], - [ - 9.9430401, - 51.5235468 - ], - [ - 9.943053, - 51.5233974 - ] - ] - }, - "id": "way/280798854" - }, - { - "type": "Feature", - "properties": { - "@id": "way/280798855", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9435374, - 51.5226355 - ], - [ - 9.9435705, - 51.5226365 - ], - [ - 9.9435282, - 51.5232314 - ] - ] - }, - "id": "way/280798855" - }, - { - "type": "Feature", - "properties": { - "@id": "way/280798857", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9437401, - 51.5235557 - ], - [ - 9.9435796, - 51.5235494 - ], - [ - 9.9435667, - 51.523541 - ], - [ - 9.9435617, - 51.5235249 - ], - [ - 9.943564, - 51.5234589 - ] - ] - }, - "id": "way/280798857" - }, - { - "type": "Feature", - "properties": { - "@id": "way/280798858", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9435258, - 51.5232651 - ], - [ - 9.9435106, - 51.5234791 - ], - [ - 9.9435, - 51.5235277 - ], - [ - 9.9434615, - 51.5235561 - ], - [ - 9.9433105, - 51.5235528 - ] - ] - }, - "id": "way/280798858" - }, - { - "type": "Feature", - "properties": { - "@id": "way/280798859", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9436193, - 51.5227185 - ], - [ - 9.9436284, - 51.5226397 - ], - [ - 9.943664, - 51.5226093 - ], - [ - 9.943684, - 51.5226038 - ], - [ - 9.9438374, - 51.522608 - ], - [ - 9.943837, - 51.5226415 - ] - ] - }, - "id": "way/280798859" - }, - { - "type": "Feature", - "properties": { - "@id": "way/280798860", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9431167, - 51.5226283 - ], - [ - 9.9431241, - 51.522614 - ], - [ - 9.9431472, - 51.5225979 - ], - [ - 9.9431794, - 51.5225885 - ], - [ - 9.9432935, - 51.5225891 - ], - [ - 9.9432946, - 51.5226255 - ] - ] - }, - "id": "way/280798860" - }, - { - "type": "Feature", - "properties": { - "@id": "way/284543100", - "barrier": "hedge", - "survey:date": "2014-05-22" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9706216, - 51.5182162 - ], - [ - 9.9708548, - 51.5182812 - ], - [ - 9.9710096, - 51.518318 - ], - [ - 9.971141, - 51.5183492 - ] - ] - }, - "id": "way/284543100" - }, - { - "type": "Feature", - "properties": { - "@id": "way/284543101", - "barrier": "hedge", - "survey:date": "2014-05-22" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9679363, - 51.5173831 - ], - [ - 9.9684395, - 51.5175475 - ], - [ - 9.9684363, - 51.5175672 - ] - ] - }, - "id": "way/284543101" - }, - { - "type": "Feature", - "properties": { - "@id": "way/284543103", - "barrier": "hedge", - "survey:date": "2014-05-22" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9697341, - 51.5179565 - ], - [ - 9.9702371, - 51.5181064 - ], - [ - 9.9702301, - 51.5181255 - ] - ] - }, - "id": "way/284543103" - }, - { - "type": "Feature", - "properties": { - "@id": "way/284543105", - "barrier": "hedge", - "survey:date": "2014-05-22" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9688254, - 51.5176728 - ], - [ - 9.9693397, - 51.5178346 - ], - [ - 9.9693306, - 51.5178532 - ] - ] - }, - "id": "way/284543105" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285001446", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9469018, - 51.549311 - ], - [ - 9.946908, - 51.5493674 - ], - [ - 9.9469146, - 51.5495968 - ], - [ - 9.9469173, - 51.5498498 - ], - [ - 9.9469469, - 51.5498492 - ], - [ - 9.9469487, - 51.549927 - ] - ] - }, - "id": "way/285001446" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285001447", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9469503, - 51.5499977 - ], - [ - 9.946966, - 51.5506761 - ] - ] - }, - "id": "way/285001447" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285009579", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9499052, - 51.5471068 - ], - [ - 9.9499569, - 51.5474171 - ] - ] - }, - "id": "way/285009579" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285009585", - "barrier": "hedge", - "survey:date": "2014-06-08" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9499569, - 51.5474171 - ], - [ - 9.9499857, - 51.5476006 - ], - [ - 9.9499269, - 51.5477684 - ], - [ - 9.9499096, - 51.547828 - ] - ] - }, - "id": "way/285009585" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285009600", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9492129, - 51.5472544 - ], - [ - 9.9492206, - 51.5471923 - ], - [ - 9.9492378, - 51.5471466 - ], - [ - 9.949266, - 51.5471176 - ], - [ - 9.9493005, - 51.5470965 - ], - [ - 9.9493535, - 51.5470766 - ] - ] - }, - "id": "way/285009600" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285099040", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9541234, - 51.5293786 - ], - [ - 9.954562, - 51.5293942 - ] - ] - }, - "id": "way/285099040" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285099043", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9552212, - 51.5271096 - ], - [ - 9.9552406, - 51.5270563 - ], - [ - 9.9552469, - 51.5270389 - ] - ] - }, - "id": "way/285099043" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285099045", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9538292, - 51.5295415 - ], - [ - 9.9545236, - 51.5295736 - ] - ] - }, - "id": "way/285099045" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285099047", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9533529, - 51.5316249 - ], - [ - 9.9534109, - 51.5314885 - ], - [ - 9.9535301, - 51.5314525 - ], - [ - 9.9540115, - 51.5315641 - ] - ] - }, - "id": "way/285099047" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285099048", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9539157, - 51.5305993 - ], - [ - 9.9539414, - 51.5305873 - ], - [ - 9.9539707, - 51.5305903 - ] - ] - }, - "id": "way/285099048" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285099051", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9545648, - 51.5306093 - ], - [ - 9.9537178, - 51.5305503 - ], - [ - 9.9536375, - 51.5305643 - ] - ] - }, - "id": "way/285099051" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285099053", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.955043, - 51.5270491 - ], - [ - 9.9551891, - 51.5270341 - ], - [ - 9.9552469, - 51.5270389 - ], - [ - 9.95561, - 51.5270688 - ] - ] - }, - "id": "way/285099053" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285099055", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.954232, - 51.5306173 - ], - [ - 9.954261, - 51.5306085 - ], - [ - 9.9543986, - 51.5306168 - ], - [ - 9.9544083, - 51.5306235 - ] - ] - }, - "id": "way/285099055" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285099057", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9536307, - 51.5305938 - ], - [ - 9.9536568, - 51.5305948 - ], - [ - 9.9537286, - 51.5305771 - ], - [ - 9.9538671, - 51.5305856 - ], - [ - 9.9538712, - 51.5305938 - ] - ] - }, - "id": "way/285099057" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285099059", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9552092, - 51.5271375 - ], - [ - 9.9551682, - 51.5272639 - ], - [ - 9.9553711, - 51.5273094 - ], - [ - 9.9552791, - 51.5274812 - ], - [ - 9.9551036, - 51.5274428 - ] - ] - }, - "id": "way/285099059" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285099061", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9545006, - 51.5306315 - ], - [ - 9.9545155, - 51.5306258 - ], - [ - 9.954566, - 51.5306283 - ], - [ - 9.954601, - 51.530643 - ], - [ - 9.9546214, - 51.5306632 - ], - [ - 9.9546182, - 51.5306757 - ] - ] - }, - "id": "way/285099061" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285145636", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9642276, - 51.5178234 - ], - [ - 9.9642784, - 51.5178102 - ], - [ - 9.9643057, - 51.5177698 - ], - [ - 9.9643561, - 51.5177839 - ] - ] - }, - "id": "way/285145636" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285145637", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9643853, - 51.5177947 - ], - [ - 9.9645434, - 51.5178401 - ], - [ - 9.9645326, - 51.5178542 - ], - [ - 9.9645029, - 51.5178636 - ] - ] - }, - "id": "way/285145637" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148010", - "barrier": "hedge", - "survey:date": "2014-05-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8912254, - 51.5267017 - ], - [ - 9.8913329, - 51.5267338 - ] - ] - }, - "id": "way/285148010" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148011", - "barrier": "hedge", - "survey:date": "2014-05-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8907444, - 51.5269593 - ], - [ - 9.8907555, - 51.5268688 - ] - ] - }, - "id": "way/285148011" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148012", - "barrier": "hedge", - "survey:date": "2014-05-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8932191, - 51.5278694 - ], - [ - 9.8931734, - 51.5279335 - ] - ] - }, - "id": "way/285148012" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148013", - "barrier": "hedge", - "survey:date": "2014-05-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8906656, - 51.5273648 - ], - [ - 9.8906882, - 51.5272589 - ] - ] - }, - "id": "way/285148013" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148014", - "barrier": "hedge", - "survey:date": "2014-05-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.893124, - 51.5272487 - ], - [ - 9.8934497, - 51.5273471 - ] - ] - }, - "id": "way/285148014" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148015", - "barrier": "hedge", - "survey:date": "2014-05-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8907329, - 51.5270182 - ], - [ - 9.8907387, - 51.5269757 - ] - ] - }, - "id": "way/285148015" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148016", - "barrier": "hedge", - "survey:date": "2014-05-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8917099, - 51.5269663 - ], - [ - 9.8916718, - 51.5270232 - ] - ] - }, - "id": "way/285148016" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148017", - "barrier": "hedge", - "survey:date": "2014-05-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8933855, - 51.5276456 - ], - [ - 9.8933424, - 51.5277043 - ] - ] - }, - "id": "way/285148017" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148018", - "barrier": "hedge", - "survey:date": "2014-05-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.891672, - 51.5271994 - ], - [ - 9.8917226, - 51.527125 - ] - ] - }, - "id": "way/285148018" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148019", - "barrier": "hedge", - "survey:date": "2014-05-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8907586, - 51.5268351 - ], - [ - 9.8907697, - 51.5267847 - ] - ] - }, - "id": "way/285148019" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148020", - "barrier": "hedge", - "survey:date": "2014-05-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8931579, - 51.5279526 - ], - [ - 9.8930063, - 51.5281553 - ] - ] - }, - "id": "way/285148020" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148021", - "barrier": "hedge", - "survey:date": "2014-05-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.893938, - 51.5289537 - ], - [ - 9.8938413, - 51.5290823 - ] - ] - }, - "id": "way/285148021" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148022", - "barrier": "hedge", - "survey:date": "2014-05-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.890694, - 51.5272288 - ], - [ - 9.890725, - 51.5270574 - ] - ] - }, - "id": "way/285148022" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148023", - "barrier": "hedge", - "survey:date": "2014-05-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8936586, - 51.5285204 - ], - [ - 9.8938358, - 51.5285722 - ] - ] - }, - "id": "way/285148023" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148024", - "barrier": "hedge", - "survey:date": "2014-05-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8917412, - 51.5270949 - ], - [ - 9.8917746, - 51.5270431 - ] - ] - }, - "id": "way/285148024" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148025", - "barrier": "hedge", - "survey:date": "2014-05-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8933319, - 51.5277201 - ], - [ - 9.8932294, - 51.527857 - ] - ] - }, - "id": "way/285148025" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148027", - "barrier": "hedge", - "survey:date": "2014-05-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8929976, - 51.5281671 - ], - [ - 9.8929516, - 51.5282307 - ] - ] - }, - "id": "way/285148027" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148028", - "barrier": "hedge", - "survey:date": "2014-05-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8918385, - 51.5269534 - ], - [ - 9.8918854, - 51.5268924 - ], - [ - 9.8922726, - 51.5270034 - ] - ] - }, - "id": "way/285148028" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148029", - "barrier": "hedge", - "survey:date": "2014-05-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8917828, - 51.5270306 - ], - [ - 9.8918155, - 51.5269821 - ], - [ - 9.8918519, - 51.5269932 - ] - ] - }, - "id": "way/285148029" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148031", - "barrier": "hedge", - "survey:date": "2014-05-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8931102, - 51.5283491 - ], - [ - 9.893224, - 51.528393 - ], - [ - 9.893635, - 51.5285137 - ] - ] - }, - "id": "way/285148031" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148032", - "barrier": "hedge", - "survey:date": "2014-05-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8934664, - 51.5274984 - ], - [ - 9.8934175, - 51.5276019 - ], - [ - 9.8933994, - 51.5276271 - ] - ] - }, - "id": "way/285148032" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148036", - "barrier": "hedge", - "survey:date": "2014-05-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8907718, - 51.526769 - ], - [ - 9.8908175, - 51.5265843 - ], - [ - 9.8911386, - 51.5266745 - ], - [ - 9.8911255, - 51.5266945 - ] - ] - }, - "id": "way/285148036" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148038", - "barrier": "hedge", - "survey:date": "2014-05-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8934764, - 51.5273541 - ], - [ - 9.8935114, - 51.5273644 - ], - [ - 9.8935182, - 51.5273794 - ], - [ - 9.89351, - 51.527407 - ], - [ - 9.8934735, - 51.5274834 - ] - ] - }, - "id": "way/285148038" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148039", - "barrier": "hedge", - "survey:date": "2014-05-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8938626, - 51.5285789 - ], - [ - 9.8941083, - 51.5286515 - ], - [ - 9.8941279, - 51.5286672 - ], - [ - 9.8941317, - 51.5286846 - ], - [ - 9.8941253, - 51.5287003 - ], - [ - 9.8939477, - 51.5289387 - ] - ] - }, - "id": "way/285148039" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148040", - "barrier": "hedge", - "survey:date": "2014-05-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8923027, - 51.5270472 - ], - [ - 9.8923227, - 51.5270167 - ], - [ - 9.892453, - 51.5270545 - ], - [ - 9.8925166, - 51.5270729 - ], - [ - 9.8926207, - 51.5271031 - ], - [ - 9.8926344, - 51.5271165 - ], - [ - 9.8926328, - 51.5271325 - ], - [ - 9.8926091, - 51.5271701 - ] - ] - }, - "id": "way/285148040" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148042", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8938257, - 51.5291052 - ], - [ - 9.8937154, - 51.5292559 - ], - [ - 9.8936218, - 51.5292752 - ], - [ - 9.8935498, - 51.5292585 - ], - [ - 9.8934226, - 51.5292039 - ] - ] - }, - "id": "way/285148042" - }, - { - "type": "Feature", - "properties": { - "@id": "way/285148043", - "barrier": "hedge", - "survey:date": "2014-05-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8913892, - 51.5267914 - ], - [ - 9.8914133, - 51.5267538 - ], - [ - 9.891741, - 51.5268485 - ], - [ - 9.8917552, - 51.5268619 - ], - [ - 9.8917594, - 51.5268792 - ], - [ - 9.8917557, - 51.5268956 - ], - [ - 9.8917341, - 51.5269283 - ], - [ - 9.8916986, - 51.5269189 - ] - ] - }, - "id": "way/285148043" - }, - { - "type": "Feature", - "properties": { - "@id": "way/286505627", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9469671, - 51.5507272 - ], - [ - 9.9469614, - 51.5513668 - ] - ] - }, - "id": "way/286505627" - }, - { - "type": "Feature", - "properties": { - "@id": "way/286826322", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9472386, - 51.547295 - ], - [ - 9.9472408, - 51.5472169 - ], - [ - 9.9473271, - 51.5472178 - ] - ] - }, - "id": "way/286826322" - }, - { - "type": "Feature", - "properties": { - "@id": "way/287507179", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8929614, - 51.526621 - ], - [ - 9.8925635, - 51.5265067 - ], - [ - 9.8925251, - 51.5264953 - ] - ] - }, - "id": "way/287507179" - }, - { - "type": "Feature", - "properties": { - "@id": "way/287687237", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.941709, - 51.5529277 - ], - [ - 9.9416813, - 51.5529336 - ], - [ - 9.9416627, - 51.5529479 - ], - [ - 9.9416547, - 51.5529664 - ], - [ - 9.9416562, - 51.5529994 - ] - ] - }, - "id": "way/287687237" - }, - { - "type": "Feature", - "properties": { - "@id": "way/287710661", - "barrier": "hedge", - "survey:date": "2013-08-17" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9223793, - 51.539534 - ], - [ - 9.9223758, - 51.5396476 - ] - ] - }, - "id": "way/287710661" - }, - { - "type": "Feature", - "properties": { - "@id": "way/287710662", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.922679, - 51.5397187 - ], - [ - 9.9227353, - 51.5397917 - ] - ] - }, - "id": "way/287710662" - }, - { - "type": "Feature", - "properties": { - "@id": "way/287710667", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9225334, - 51.5395301 - ], - [ - 9.922679, - 51.5397187 - ] - ] - }, - "id": "way/287710667" - }, - { - "type": "Feature", - "properties": { - "@id": "way/287710671", - "barrier": "hedge", - "survey:date": "2013-08-17" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9219645, - 51.5395872 - ], - [ - 9.9219661, - 51.5396443 - ] - ] - }, - "id": "way/287710671" - }, - { - "type": "Feature", - "properties": { - "@id": "way/287710672", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9227905, - 51.5397744 - ], - [ - 9.922795, - 51.539773 - ] - ] - }, - "id": "way/287710672" - }, - { - "type": "Feature", - "properties": { - "@id": "way/287710674", - "barrier": "hedge", - "survey:date": "2013-08-17" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9223758, - 51.5396476 - ], - [ - 9.9222308, - 51.5396494 - ] - ] - }, - "id": "way/287710674" - }, - { - "type": "Feature", - "properties": { - "@id": "way/287710678", - "barrier": "hedge", - "survey:date": "2013-08-17" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9215916, - 51.53961 - ], - [ - 9.9212391, - 51.5395791 - ] - ] - }, - "id": "way/287710678" - }, - { - "type": "Feature", - "properties": { - "@id": "way/287710680", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9227353, - 51.5397917 - ], - [ - 9.9227905, - 51.5397744 - ] - ] - }, - "id": "way/287710680" - }, - { - "type": "Feature", - "properties": { - "@id": "way/287710703", - "barrier": "hedge", - "survey:date": "2013-08-17" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9228478, - 51.5398019 - ], - [ - 9.9228321, - 51.5398075 - ], - [ - 9.9228179, - 51.539829 - ], - [ - 9.9228314, - 51.5398491 - ] - ] - }, - "id": "way/287710703" - }, - { - "type": "Feature", - "properties": { - "@id": "way/287710709", - "barrier": "hedge", - "survey:date": "2013-08-17" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9220319, - 51.5393959 - ], - [ - 9.922285, - 51.5393401 - ], - [ - 9.9223682, - 51.5394106 - ], - [ - 9.9223808, - 51.5394869 - ], - [ - 9.9223793, - 51.539534 - ] - ] - }, - "id": "way/287710709" - }, - { - "type": "Feature", - "properties": { - "@id": "way/287710713", - "barrier": "hedge", - "survey:date": "2013-08-17" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9228314, - 51.5398491 - ], - [ - 9.9228671, - 51.5398582 - ], - [ - 9.9229085, - 51.5398475 - ], - [ - 9.9229216, - 51.5398277 - ], - [ - 9.922907, - 51.5398058 - ] - ] - }, - "id": "way/287710713" - }, - { - "type": "Feature", - "properties": { - "@id": "way/287710716", - "barrier": "hedge", - "survey:date": "2013-08-17" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9228478, - 51.5398019 - ], - [ - 9.9228777, - 51.5397924 - ], - [ - 9.9228902, - 51.5397697 - ], - [ - 9.9228705, - 51.5397446 - ], - [ - 9.922838, - 51.5397377 - ], - [ - 9.9228038, - 51.539748 - ] - ] - }, - "id": "way/287710716" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288068427", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8952814, - 51.5478827 - ], - [ - 9.8956436, - 51.5478703 - ] - ] - }, - "id": "way/288068427" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288068430", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8988076, - 51.5456355 - ], - [ - 9.8988221, - 51.5457359 - ], - [ - 9.8990261, - 51.5457124 - ] - ] - }, - "id": "way/288068430" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288074860", - "barrier": "hedge", - "survey:date": "2014-06-14" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8735357, - 51.5465313 - ], - [ - 9.873614, - 51.5465435 - ], - [ - 9.8736446, - 51.5465853 - ], - [ - 9.873632, - 51.5466393 - ], - [ - 9.873627, - 51.5466817 - ] - ] - }, - "id": "way/288074860" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288074861", - "barrier": "hedge", - "survey:date": "2014-06-14" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.873625, - 51.5467032 - ], - [ - 9.873627, - 51.5467243 - ], - [ - 9.8736275, - 51.5467594 - ], - [ - 9.8736024, - 51.5467709 - ], - [ - 9.8733922, - 51.5467441 - ] - ] - }, - "id": "way/288074861" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288081248", - "barrier": "hedge", - "survey:date": "2014-06-14" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8731545, - 51.5438154 - ], - [ - 9.8732859, - 51.543827 - ], - [ - 9.8734773, - 51.5439329 - ], - [ - 9.8733754, - 51.5440031 - ] - ] - }, - "id": "way/288081248" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288082794", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8721968, - 51.5465807 - ], - [ - 9.8717052, - 51.5465107 - ], - [ - 9.8717216, - 51.5464655 - ] - ] - }, - "id": "way/288082794" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288082800", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8714102, - 51.5464652 - ], - [ - 9.8713157, - 51.5464511 - ] - ] - }, - "id": "way/288082800" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288088402", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8721823, - 51.5436632 - ], - [ - 9.871992, - 51.5436457 - ], - [ - 9.8720194, - 51.5436168 - ], - [ - 9.8720521, - 51.5435917 - ], - [ - 9.8721031, - 51.5435656 - ], - [ - 9.8721694, - 51.5435401 - ], - [ - 9.8722425, - 51.5435235 - ], - [ - 9.872311, - 51.5435135 - ], - [ - 9.8725136, - 51.5435183 - ], - [ - 9.8725029, - 51.5435926 - ] - ] - }, - "id": "way/288088402" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288088404", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8736078, - 51.5445117 - ], - [ - 9.8736219, - 51.544521 - ] - ] - }, - "id": "way/288088404" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288088406", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8714819, - 51.5438822 - ], - [ - 9.8717023, - 51.5439016 - ] - ] - }, - "id": "way/288088406" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288088407", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8718584, - 51.5440298 - ], - [ - 9.8718653, - 51.5439847 - ], - [ - 9.8718747, - 51.5439544 - ] - ] - }, - "id": "way/288088407" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288088412", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8735943, - 51.5445045 - ], - [ - 9.873531, - 51.5444654 - ], - [ - 9.8737983, - 51.5442803 - ], - [ - 9.8738385, - 51.544276 - ], - [ - 9.8739167, - 51.5443205 - ] - ] - }, - "id": "way/288088412" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288238724", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9126789, - 51.5422518 - ], - [ - 9.9126495, - 51.5422473 - ], - [ - 9.9126229, - 51.5422476 - ], - [ - 9.9125941, - 51.5422536 - ], - [ - 9.9125664, - 51.5422638 - ], - [ - 9.9125393, - 51.5422785 - ], - [ - 9.9125218, - 51.5422944 - ], - [ - 9.9125161, - 51.542313 - ], - [ - 9.9125139, - 51.542333 - ], - [ - 9.9123935, - 51.5423467 - ], - [ - 9.9123319, - 51.542358 - ] - ] - }, - "id": "way/288238724" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288238725", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9117034, - 51.542355 - ], - [ - 9.9117316, - 51.5423254 - ], - [ - 9.9117684, - 51.5423047 - ], - [ - 9.9118036, - 51.5422929 - ], - [ - 9.9120323, - 51.5424851 - ], - [ - 9.912254, - 51.5423945 - ], - [ - 9.9123139, - 51.5423787 - ], - [ - 9.9124252, - 51.5423618 - ], - [ - 9.9124868, - 51.5423559 - ], - [ - 9.9125246, - 51.5423559 - ], - [ - 9.9125438, - 51.5423752 - ], - [ - 9.9125704, - 51.5423931 - ], - [ - 9.9126111, - 51.5424093 - ], - [ - 9.9126331, - 51.5424138 - ], - [ - 9.9127099, - 51.5424015 - ], - [ - 9.912715, - 51.5424072 - ] - ] - }, - "id": "way/288238725" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288238726", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9129755, - 51.5422153 - ], - [ - 9.9131179, - 51.542345 - ] - ] - }, - "id": "way/288238726" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288238729", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9128823, - 51.5421281 - ], - [ - 9.9129535, - 51.5421928 - ], - [ - 9.9127388, - 51.5422792 - ], - [ - 9.9127184, - 51.5422669 - ], - [ - 9.9126981, - 51.5422603 - ] - ] - }, - "id": "way/288238729" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288238730", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9127546, - 51.5424019 - ], - [ - 9.9127348, - 51.5423798 - ], - [ - 9.9127534, - 51.5423653 - ], - [ - 9.9127619, - 51.5423513 - ], - [ - 9.9127659, - 51.5423372 - ], - [ - 9.9127647, - 51.5423232 - ], - [ - 9.9127563, - 51.5423031 - ], - [ - 9.9127484, - 51.5422937 - ], - [ - 9.9129586, - 51.5422114 - ] - ] - }, - "id": "way/288238730" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288283073", - "barrier": "hedge", - "survey:date": "2014-06-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.917872, - 51.5455686 - ], - [ - 9.9177995, - 51.5458377 - ] - ] - }, - "id": "way/288283073" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288283077", - "barrier": "hedge", - "survey:date": "2014-06-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9179993, - 51.5442478 - ], - [ - 9.9182432, - 51.5442754 - ], - [ - 9.9181366, - 51.5446467 - ] - ] - }, - "id": "way/288283077" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288379649", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9425155, - 51.5132328 - ], - [ - 9.9425331, - 51.5132391 - ], - [ - 9.9425691, - 51.5132863 - ], - [ - 9.9425993, - 51.5133312 - ] - ] - }, - "id": "way/288379649" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288379652", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9423335, - 51.5132847 - ], - [ - 9.9423176, - 51.5132594 - ], - [ - 9.942404, - 51.5132302 - ], - [ - 9.9424446, - 51.513219 - ], - [ - 9.9424631, - 51.5132193 - ], - [ - 9.9424836, - 51.5132239 - ] - ] - }, - "id": "way/288379652" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288998504", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9396118, - 51.5222891 - ], - [ - 9.939615, - 51.5222629 - ], - [ - 9.9390905, - 51.5222378 - ], - [ - 9.9390891, - 51.5222489 - ] - ] - }, - "id": "way/288998504" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288998505", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9396464, - 51.5224753 - ], - [ - 9.9395725, - 51.522469 - ], - [ - 9.9396118, - 51.5222891 - ], - [ - 9.9396788, - 51.5222948 - ] - ] - }, - "id": "way/288998505" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288998506", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9395863, - 51.5227298 - ], - [ - 9.9395175, - 51.5227242 - ], - [ - 9.9395444, - 51.5225976 - ], - [ - 9.9395524, - 51.52256 - ], - [ - 9.9396268, - 51.5225661 - ] - ] - }, - "id": "way/288998506" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288998507", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9395444, - 51.5225976 - ], - [ - 9.9390959, - 51.5225777 - ], - [ - 9.9390942, - 51.5225924 - ], - [ - 9.938688, - 51.5225745 - ], - [ - 9.9387001, - 51.5224707 - ] - ] - }, - "id": "way/288998507" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288999549", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9455382, - 51.5132151 - ], - [ - 9.9455669, - 51.5132147 - ] - ] - }, - "id": "way/288999549" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288999550", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9455642, - 51.5126823 - ], - [ - 9.9455707, - 51.5128023 - ] - ] - }, - "id": "way/288999550" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288999551", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9440519, - 51.5127888 - ], - [ - 9.9441257, - 51.5127732 - ] - ] - }, - "id": "way/288999551" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288999552", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9455623, - 51.5126415 - ], - [ - 9.9455634, - 51.5126575 - ] - ] - }, - "id": "way/288999552" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288999553", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9421557, - 51.513306 - ], - [ - 9.9419596, - 51.5133648 - ] - ] - }, - "id": "way/288999553" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288999554", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9455838, - 51.5130825 - ], - [ - 9.9455858, - 51.5131798 - ] - ] - }, - "id": "way/288999554" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288999555", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9446953, - 51.5126551 - ], - [ - 9.9447383, - 51.5126459 - ] - ] - }, - "id": "way/288999555" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288999556", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9439053, - 51.5128197 - ], - [ - 9.9439812, - 51.5128038 - ] - ] - }, - "id": "way/288999556" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288999557", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9455885, - 51.5131965 - ], - [ - 9.9455899, - 51.5132349 - ], - [ - 9.9455938, - 51.5133378 - ] - ] - }, - "id": "way/288999557" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288999558", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9428444, - 51.5131292 - ], - [ - 9.9428455, - 51.5131423 - ], - [ - 9.942892, - 51.5132162 - ] - ] - }, - "id": "way/288999558" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288999559", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9455739, - 51.5128873 - ], - [ - 9.9455779, - 51.5129676 - ], - [ - 9.9455192, - 51.5129712 - ] - ] - }, - "id": "way/288999559" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288999560", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9502175, - 51.5119344 - ], - [ - 9.9502201, - 51.5118828 - ], - [ - 9.95039, - 51.5118697 - ] - ] - }, - "id": "way/288999560" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288999562", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9455899, - 51.5132349 - ], - [ - 9.945539, - 51.5132356 - ], - [ - 9.9455382, - 51.5132151 - ], - [ - 9.9455376, - 51.5131983 - ] - ] - }, - "id": "way/288999562" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288999563", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9429231, - 51.5130778 - ], - [ - 9.9432659, - 51.5129742 - ], - [ - 9.9433555, - 51.5129545 - ], - [ - 9.9433985, - 51.51296 - ], - [ - 9.9434264, - 51.512972 - ], - [ - 9.9434326, - 51.5130387 - ] - ] - }, - "id": "way/288999563" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288999564", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9438632, - 51.5128308 - ], - [ - 9.9435863, - 51.5128921 - ], - [ - 9.9435693, - 51.5128993 - ], - [ - 9.9435595, - 51.512914 - ], - [ - 9.9435552, - 51.5129329 - ], - [ - 9.9435758, - 51.5131131 - ] - ] - }, - "id": "way/288999564" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288999565", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9428263, - 51.5131068 - ], - [ - 9.9426752, - 51.5131531 - ], - [ - 9.9426549, - 51.5131664 - ], - [ - 9.9426397, - 51.5131928 - ], - [ - 9.9426335, - 51.513216 - ], - [ - 9.9426451, - 51.5132489 - ] - ] - }, - "id": "way/288999565" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288999566", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9449833, - 51.5125973 - ], - [ - 9.9451177, - 51.5125703 - ] - ] - }, - "id": "way/288999566" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288999905", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9600439, - 51.5129449 - ], - [ - 9.9596096, - 51.5129402 - ], - [ - 9.9596305, - 51.5128802 - ] - ] - }, - "id": "way/288999905" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288999906", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9623021, - 51.5126876 - ], - [ - 9.9623088, - 51.5127363 - ], - [ - 9.9623034, - 51.5127837 - ], - [ - 9.9622886, - 51.5128228 - ] - ] - }, - "id": "way/288999906" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288999907", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9636445, - 51.5129164 - ], - [ - 9.963981, - 51.5128774 - ], - [ - 9.964012, - 51.512879 - ], - [ - 9.9640255, - 51.512887 - ] - ] - }, - "id": "way/288999907" - }, - { - "type": "Feature", - "properties": { - "@id": "way/288999908", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9622818, - 51.5128475 - ], - [ - 9.9622407, - 51.5129226 - ], - [ - 9.9622043, - 51.5129709 - ], - [ - 9.9620445, - 51.5129688 - ] - ] - }, - "id": "way/288999908" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289000599", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9757202, - 51.5210788 - ], - [ - 9.97604, - 51.5211672 - ] - ] - }, - "id": "way/289000599" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289000600", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9758449, - 51.520916 - ], - [ - 9.976166, - 51.521002 - ] - ] - }, - "id": "way/289000600" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289000601", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9766674, - 51.5213663 - ], - [ - 9.9762817, - 51.5212593 - ] - ] - }, - "id": "way/289000601" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289000602", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9754048, - 51.521521 - ], - [ - 9.9755273, - 51.5213398 - ] - ] - }, - "id": "way/289000602" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289000603", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9762851, - 51.521715 - ], - [ - 9.9761383, - 51.5216761 - ], - [ - 9.9760361, - 51.521645 - ], - [ - 9.9761377, - 51.5214577 - ] - ] - }, - "id": "way/289000603" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289000604", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9764145, - 51.5215347 - ], - [ - 9.9761377, - 51.5214577 - ], - [ - 9.9762662, - 51.5212789 - ], - [ - 9.9766567, - 51.5213876 - ] - ] - }, - "id": "way/289000604" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289000605", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9754734, - 51.5218195 - ], - [ - 9.9753723, - 51.5217993 - ], - [ - 9.9753118, - 51.5217999 - ], - [ - 9.9750667, - 51.5218222 - ], - [ - 9.9750896, - 51.5217907 - ], - [ - 9.9751711, - 51.5217557 - ], - [ - 9.9752417, - 51.521718 - ], - [ - 9.9754048, - 51.521521 - ], - [ - 9.9755535, - 51.5215614 - ] - ] - }, - "id": "way/289000605" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289000924", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9749495, - 51.5205243 - ], - [ - 9.9749731, - 51.5204911 - ] - ] - }, - "id": "way/289000924" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289000925", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9748803, - 51.520505 - ], - [ - 9.9749053, - 51.5204716 - ] - ] - }, - "id": "way/289000925" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289000926", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9750934, - 51.5205668 - ], - [ - 9.9751204, - 51.5205343 - ] - ] - }, - "id": "way/289000926" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289000927", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.975026, - 51.5205475 - ], - [ - 9.9750526, - 51.520514 - ] - ] - }, - "id": "way/289000927" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289000928", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9748096, - 51.5204805 - ], - [ - 9.9748394, - 51.5204425 - ] - ] - }, - "id": "way/289000928" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289000929", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9742906, - 51.5208929 - ], - [ - 9.9745847, - 51.5209804 - ] - ] - }, - "id": "way/289000929" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289000931", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9751845, - 51.5205464 - ], - [ - 9.9752432, - 51.520563 - ], - [ - 9.9752608, - 51.5206001 - ], - [ - 9.9751168, - 51.5207853 - ] - ] - }, - "id": "way/289000931" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289000932", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.974416, - 51.5207179 - ], - [ - 9.9744622, - 51.5206678 - ], - [ - 9.97448, - 51.5206533 - ], - [ - 9.9746544, - 51.5207031 - ] - ] - }, - "id": "way/289000932" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289000933", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9749006, - 51.5204611 - ], - [ - 9.9748394, - 51.5204425 - ], - [ - 9.9747087, - 51.5204029 - ], - [ - 9.9745342, - 51.5205832 - ] - ] - }, - "id": "way/289000933" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289002855", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9758283, - 51.5180658 - ], - [ - 9.975829, - 51.5180396 - ], - [ - 9.9758441, - 51.5180135 - ], - [ - 9.9758738, - 51.5179577 - ], - [ - 9.9759677, - 51.5179749 - ] - ] - }, - "id": "way/289002855" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289003954", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9729003, - 51.5169288 - ], - [ - 9.9728639, - 51.5168119 - ] - ] - }, - "id": "way/289003954" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289003955", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.970144, - 51.5154747 - ], - [ - 9.9700226, - 51.5154169 - ] - ] - }, - "id": "way/289003955" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289003956", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9695661, - 51.5156582 - ], - [ - 9.9696179, - 51.5156264 - ] - ] - }, - "id": "way/289003956" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289003957", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9693926, - 51.5157771 - ], - [ - 9.9694791, - 51.5157117 - ], - [ - 9.9695661, - 51.5156582 - ] - ] - }, - "id": "way/289003957" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289003959", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9728585, - 51.5169545 - ], - [ - 9.9728257, - 51.5168465 - ], - [ - 9.9726758, - 51.5168641 - ] - ] - }, - "id": "way/289003959" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289003960", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9693065, - 51.5158519 - ], - [ - 9.9697076, - 51.5160102 - ] - ] - }, - "id": "way/289003960" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289003963", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9706516, - 51.5151693 - ], - [ - 9.9707925, - 51.5149736 - ], - [ - 9.9709075, - 51.514991 - ], - [ - 9.9710458, - 51.5150025 - ] - ] - }, - "id": "way/289003963" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289003964", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9700796, - 51.5154265 - ], - [ - 9.9703535, - 51.5155483 - ], - [ - 9.970618, - 51.5151629 - ], - [ - 9.9707329, - 51.5150071 - ] - ] - }, - "id": "way/289003964" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289004640", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9689254, - 51.5165673 - ], - [ - 9.9684985, - 51.5164313 - ], - [ - 9.9686513, - 51.5163419 - ] - ] - }, - "id": "way/289004640" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289005220", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9644186, - 51.5150867 - ], - [ - 9.9643501, - 51.515065 - ] - ] - }, - "id": "way/289005220" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289005221", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9645671, - 51.5151369 - ], - [ - 9.9644927, - 51.5151127 - ] - ] - }, - "id": "way/289005221" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289005222", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9656289, - 51.5154932 - ], - [ - 9.9655625, - 51.5154725 - ] - ] - }, - "id": "way/289005222" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289005223", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9692179, - 51.516677 - ], - [ - 9.9693586, - 51.5165113 - ] - ] - }, - "id": "way/289005223" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289005224", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9642272, - 51.5150205 - ], - [ - 9.9641156, - 51.5149828 - ] - ] - }, - "id": "way/289005224" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289005225", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9652382, - 51.5153628 - ], - [ - 9.9651548, - 51.5153343 - ] - ] - }, - "id": "way/289005225" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289005226", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9647639, - 51.5151656 - ], - [ - 9.9647204, - 51.5151759 - ], - [ - 9.9646841, - 51.5151757 - ], - [ - 9.9646003, - 51.5151472 - ] - ] - }, - "id": "way/289005226" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289005227", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9658248, - 51.5154745 - ], - [ - 9.9658167, - 51.5154951 - ], - [ - 9.9658014, - 51.5155069 - ], - [ - 9.9657302, - 51.515525 - ], - [ - 9.965649, - 51.5155002 - ] - ] - }, - "id": "way/289005227" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289005228", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9640031, - 51.5149463 - ], - [ - 9.9639717, - 51.5149301 - ], - [ - 9.9639475, - 51.5149058 - ], - [ - 9.9639327, - 51.5148793 - ], - [ - 9.9639251, - 51.5148517 - ], - [ - 9.9639578, - 51.514787 - ] - ] - }, - "id": "way/289005228" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289005229", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9650181, - 51.5152902 - ], - [ - 9.9649648, - 51.5152752 - ], - [ - 9.9649303, - 51.5152568 - ], - [ - 9.9649078, - 51.5152303 - ], - [ - 9.9649074, - 51.5152054 - ], - [ - 9.9649231, - 51.5151806 - ], - [ - 9.9650118, - 51.5150777 - ], - [ - 9.9650849, - 51.514963 - ], - [ - 9.9651692, - 51.5150085 - ] - ] - }, - "id": "way/289005229" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289090335", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.97085, - 51.5132539 - ], - [ - 9.9709659, - 51.5133051 - ], - [ - 9.9711155, - 51.5132807 - ] - ] - }, - "id": "way/289090335" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289090548", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9674659, - 51.5154659 - ], - [ - 9.9675804, - 51.5153852 - ] - ] - }, - "id": "way/289090548" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289090549", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.967344, - 51.5157094 - ], - [ - 9.9674404, - 51.5156401 - ] - ] - }, - "id": "way/289090549" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289090550", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9677153, - 51.5154422 - ], - [ - 9.9678391, - 51.5153638 - ] - ] - }, - "id": "way/289090550" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289090551", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9673652, - 51.5159909 - ], - [ - 9.9675408, - 51.515849 - ] - ] - }, - "id": "way/289090551" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289090552", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9674868, - 51.5156109 - ], - [ - 9.9675608, - 51.5155542 - ] - ] - }, - "id": "way/289090552" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289090553", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9676934, - 51.515312 - ], - [ - 9.9681346, - 51.5150504 - ], - [ - 9.9680914, - 51.5150222 - ] - ] - }, - "id": "way/289090553" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289090554", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9673074, - 51.5157386 - ], - [ - 9.9671412, - 51.5158913 - ], - [ - 9.9671228, - 51.515913 - ], - [ - 9.9671126, - 51.5159399 - ], - [ - 9.9671139, - 51.5159703 - ], - [ - 9.9674976, - 51.5160997 - ] - ] - }, - "id": "way/289090554" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289090555", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9669055, - 51.5156012 - ], - [ - 9.9667495, - 51.5155207 - ], - [ - 9.9666664, - 51.5157101 - ], - [ - 9.966622, - 51.5157634 - ], - [ - 9.9669645, - 51.5158755 - ], - [ - 9.9670787, - 51.5157737 - ] - ] - }, - "id": "way/289090555" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289092123", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9682179, - 51.514509 - ], - [ - 9.9683579, - 51.5145631 - ] - ] - }, - "id": "way/289092123" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289092124", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9691984, - 51.5149633 - ], - [ - 9.9693501, - 51.5150551 - ] - ] - }, - "id": "way/289092124" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289092125", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9683819, - 51.5145719 - ], - [ - 9.9684941, - 51.5146163 - ], - [ - 9.968636, - 51.5146796 - ], - [ - 9.9686542, - 51.5147022 - ], - [ - 9.9686561, - 51.5147285 - ], - [ - 9.9686477, - 51.5147506 - ], - [ - 9.9686256, - 51.5147704 - ], - [ - 9.9685329, - 51.5148261 - ] - ] - }, - "id": "way/289092125" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289092127", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9683648, - 51.5150547 - ], - [ - 9.9686563, - 51.5148926 - ], - [ - 9.9687444, - 51.5148521 - ], - [ - 9.9687884, - 51.5148373 - ], - [ - 9.968825, - 51.5148285 - ], - [ - 9.9688681, - 51.5148253 - ], - [ - 9.9689204, - 51.514825 - ], - [ - 9.9689639, - 51.5148362 - ], - [ - 9.9690918, - 51.5149021 - ] - ] - }, - "id": "way/289092127" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289111777", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9598936, - 51.5130663 - ], - [ - 9.9600109, - 51.5130658 - ] - ] - }, - "id": "way/289111777" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289111778", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9594625, - 51.5133349 - ], - [ - 9.9591195, - 51.5131017 - ], - [ - 9.9591934, - 51.5130597 - ], - [ - 9.9597595, - 51.513065 - ], - [ - 9.9598313, - 51.5130657 - ] - ] - }, - "id": "way/289111778" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289112777", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9589074, - 51.5153162 - ], - [ - 9.9588235, - 51.5155215 - ] - ] - }, - "id": "way/289112777" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289112778", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9588121, - 51.5155381 - ], - [ - 9.9587749, - 51.5156251 - ] - ] - }, - "id": "way/289112778" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289112779", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9597247, - 51.5136488 - ], - [ - 9.9597857, - 51.5136831 - ], - [ - 9.95981, - 51.5137658 - ], - [ - 9.9597788, - 51.5138037 - ] - ] - }, - "id": "way/289112779" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289112780", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9584476, - 51.5157592 - ], - [ - 9.9586021, - 51.5157957 - ], - [ - 9.9586438, - 51.5158279 - ], - [ - 9.9586635, - 51.5158598 - ], - [ - 9.9586177, - 51.5159628 - ] - ] - }, - "id": "way/289112780" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289112781", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9594868, - 51.5136977 - ], - [ - 9.959466, - 51.5137129 - ], - [ - 9.9594325, - 51.5137502 - ], - [ - 9.9593603, - 51.5138445 - ], - [ - 9.9593773, - 51.5138491 - ], - [ - 9.9596601, - 51.5138877 - ], - [ - 9.959694, - 51.5138753 - ], - [ - 9.9597421, - 51.5138397 - ] - ] - }, - "id": "way/289112781" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289112782", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.95851, - 51.5162269 - ], - [ - 9.9584685, - 51.5163151 - ], - [ - 9.9584458, - 51.5163439 - ], - [ - 9.9584196, - 51.5163534 - ], - [ - 9.95838, - 51.5163601 - ], - [ - 9.9582769, - 51.5163691 - ] - ] - }, - "id": "way/289112782" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289112783", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9587653, - 51.5156493 - ], - [ - 9.9587539, - 51.5156682 - ], - [ - 9.9587319, - 51.5156807 - ], - [ - 9.9587066, - 51.5156859 - ], - [ - 9.9586695, - 51.5156876 - ], - [ - 9.9586347, - 51.5156824 - ], - [ - 9.9585769, - 51.515669 - ] - ] - }, - "id": "way/289112783" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289304768", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8942152, - 51.5287766 - ], - [ - 9.8942392, - 51.5287833 - ] - ] - }, - "id": "way/289304768" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289304777", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8929379, - 51.5285135 - ], - [ - 9.8930706, - 51.5283315 - ] - ] - }, - "id": "way/289304777" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289304783", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8944631, - 51.5289061 - ], - [ - 9.8944181, - 51.5289694 - ] - ] - }, - "id": "way/289304783" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289304784", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8941994, - 51.5288957 - ], - [ - 9.8941412, - 51.5288795 - ], - [ - 9.8942152, - 51.5287766 - ] - ] - }, - "id": "way/289304784" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289304793", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8942274, - 51.5287586 - ], - [ - 9.8942476, - 51.5287312 - ], - [ - 9.8943308, - 51.528712 - ], - [ - 9.894552, - 51.5287752 - ], - [ - 9.8945118, - 51.5288297 - ], - [ - 9.8945182, - 51.5288315 - ] - ] - }, - "id": "way/289304793" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289305858", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8944783, - 51.5282204 - ], - [ - 9.894448, - 51.5282614 - ], - [ - 9.8944018, - 51.5283239 - ] - ] - }, - "id": "way/289305858" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289305862", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8943879, - 51.5276171 - ], - [ - 9.8945649, - 51.5276678 - ] - ] - }, - "id": "way/289305862" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289305865", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8943898, - 51.5283401 - ], - [ - 9.8943733, - 51.5283625 - ] - ] - }, - "id": "way/289305865" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289305867", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8932786, - 51.5279794 - ], - [ - 9.8933752, - 51.5278491 - ] - ] - }, - "id": "way/289305867" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289305868", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8936862, - 51.528442 - ], - [ - 9.8934204, - 51.5283659 - ] - ] - }, - "id": "way/289305868" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289305869", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8945549, - 51.5281168 - ], - [ - 9.8945449, - 51.5281304 - ], - [ - 9.8945153, - 51.5281703 - ] - ] - }, - "id": "way/289305869" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289305873", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8939597, - 51.5274946 - ], - [ - 9.8941705, - 51.5275549 - ] - ] - }, - "id": "way/289305873" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289305875", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8938915, - 51.5285007 - ], - [ - 9.8937133, - 51.5284497 - ] - ] - }, - "id": "way/289305875" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289305876", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8947198, - 51.5278938 - ], - [ - 9.8945687, - 51.5280982 - ] - ] - }, - "id": "way/289305876" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289305879", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8942245, - 51.5275704 - ], - [ - 9.8943596, - 51.527609 - ] - ] - }, - "id": "way/289305879" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289305880", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8942895, - 51.5284757 - ], - [ - 9.8942047, - 51.5285904 - ], - [ - 9.8939175, - 51.5285082 - ] - ] - }, - "id": "way/289305880" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289305882", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8932639, - 51.5282981 - ], - [ - 9.8931219, - 51.5281914 - ], - [ - 9.8932594, - 51.5280054 - ] - ] - }, - "id": "way/289305882" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289305883", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8934353, - 51.5277635 - ], - [ - 9.8935438, - 51.5276168 - ], - [ - 9.8936193, - 51.5276384 - ] - ] - }, - "id": "way/289305883" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289305884", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8935888, - 51.5275584 - ], - [ - 9.8936737, - 51.5274436 - ], - [ - 9.8937361, - 51.5274306 - ], - [ - 9.8939317, - 51.5274866 - ] - ] - }, - "id": "way/289305884" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289305887", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8945905, - 51.5276751 - ], - [ - 9.8947993, - 51.5277349 - ], - [ - 9.8948307, - 51.5277439 - ], - [ - 9.894807, - 51.5277759 - ], - [ - 9.8947399, - 51.5278667 - ] - ] - }, - "id": "way/289305887" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289338821", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9288114, - 51.5190795 - ], - [ - 9.9286854, - 51.5186294 - ] - ] - }, - "id": "way/289338821" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289338823", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9289613, - 51.5196149 - ], - [ - 9.9288165, - 51.5190977 - ] - ] - }, - "id": "way/289338823" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289338839", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.928677, - 51.5185996 - ], - [ - 9.9286301, - 51.518432 - ], - [ - 9.9286291, - 51.5184127 - ], - [ - 9.9286362, - 51.5182089 - ] - ] - }, - "id": "way/289338839" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289338843", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9300975, - 51.5190638 - ], - [ - 9.9303829, - 51.5187421 - ], - [ - 9.9304054, - 51.5187101 - ], - [ - 9.9304609, - 51.518528 - ], - [ - 9.93044, - 51.5183954 - ], - [ - 9.9304167, - 51.5183479 - ], - [ - 9.9303181, - 51.5182321 - ], - [ - 9.9303134, - 51.5182295 - ], - [ - 9.9302844, - 51.518219 - ], - [ - 9.9298093, - 51.5182151 - ] - ] - }, - "id": "way/289338843" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289362394", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8897203, - 51.5318545 - ], - [ - 9.8897457, - 51.5320109 - ] - ] - }, - "id": "way/289362394" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289364475", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8880841, - 51.5324167 - ], - [ - 9.8882985, - 51.5324516 - ] - ] - }, - "id": "way/289364475" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289364477", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8897264, - 51.5316953 - ], - [ - 9.8897178, - 51.5317702 - ] - ] - }, - "id": "way/289364477" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289364478", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8892263, - 51.5324838 - ], - [ - 9.8890472, - 51.5324581 - ] - ] - }, - "id": "way/289364478" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289364479", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8899827, - 51.5313321 - ], - [ - 9.8900046, - 51.531201 - ] - ] - }, - "id": "way/289364479" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289364480", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8897402, - 51.5316317 - ], - [ - 9.8897354, - 51.5316703 - ] - ] - }, - "id": "way/289364480" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289364483", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8903336, - 51.531861 - ], - [ - 9.8903944, - 51.5317714 - ], - [ - 9.8905749, - 51.5318589 - ] - ] - }, - "id": "way/289364483" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289364484", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8884424, - 51.532372 - ], - [ - 9.8881539, - 51.5323233 - ], - [ - 9.8881536, - 51.5322793 - ] - ] - }, - "id": "way/289364484" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289364486", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8900946, - 51.5320428 - ], - [ - 9.8900821, - 51.5320596 - ], - [ - 9.8899483, - 51.5320554 - ] - ] - }, - "id": "way/289364486" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289364489", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8900006, - 51.5319381 - ], - [ - 9.8899122, - 51.5319322 - ], - [ - 9.889906, - 51.53186 - ], - [ - 9.8899026, - 51.5317859 - ], - [ - 9.8899055, - 51.5317482 - ], - [ - 9.8901095, - 51.5317981 - ] - ] - }, - "id": "way/289364489" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289365599", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8901806, - 51.5301225 - ], - [ - 9.8902184, - 51.5299032 - ] - ] - }, - "id": "way/289365599" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289365600", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8899258, - 51.530468 - ], - [ - 9.8899035, - 51.5305999 - ] - ] - }, - "id": "way/289365600" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289365601", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8896758, - 51.5307846 - ], - [ - 9.8895735, - 51.5307663 - ] - ] - }, - "id": "way/289365601" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289365602", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8900748, - 51.5295964 - ], - [ - 9.8901193, - 51.5293268 - ] - ] - }, - "id": "way/289365602" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289365603", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8900641, - 51.5308456 - ], - [ - 9.8901227, - 51.5304723 - ] - ] - }, - "id": "way/289365603" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289365604", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.889515, - 51.5307541 - ], - [ - 9.8893586, - 51.5307259 - ] - ] - }, - "id": "way/289365604" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289365605", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8900604, - 51.5297058 - ], - [ - 9.8900337, - 51.5298595 - ] - ] - }, - "id": "way/289365605" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289365606", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8901531, - 51.5302797 - ], - [ - 9.890175, - 51.5301599 - ] - ] - }, - "id": "way/289365606" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289365607", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8893283, - 51.530719 - ], - [ - 9.8891954, - 51.5306935 - ] - ] - }, - "id": "way/289365607" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289365608", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8891418, - 51.5301519 - ], - [ - 9.8891649, - 51.5301907 - ], - [ - 9.8892972, - 51.5302492 - ] - ] - }, - "id": "way/289365608" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289365609", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8898963, - 51.530636 - ], - [ - 9.8898689, - 51.5307764 - ], - [ - 9.8898096, - 51.5308094 - ], - [ - 9.8896997, - 51.5307905 - ] - ] - }, - "id": "way/289365609" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289365610", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8891547, - 51.5301351 - ], - [ - 9.8892347, - 51.5299778 - ], - [ - 9.8892951, - 51.5298822 - ], - [ - 9.8899814, - 51.5300377 - ] - ] - }, - "id": "way/289365610" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289449863", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.890663, - 51.5297119 - ], - [ - 9.8909537, - 51.5297897 - ] - ] - }, - "id": "way/289449863" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289481071", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8905025, - 51.5303752 - ], - [ - 9.8905489, - 51.5303057 - ] - ] - }, - "id": "way/289481071" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289481072", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8909537, - 51.5297897 - ], - [ - 9.8908935, - 51.5298767 - ] - ] - }, - "id": "way/289481072" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289708110", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9501862, - 51.535731 - ], - [ - 9.9504315, - 51.535287 - ] - ] - }, - "id": "way/289708110" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289708111", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9508651, - 51.534221 - ], - [ - 9.9512546, - 51.5343155 - ], - [ - 9.9513766, - 51.5343774 - ] - ] - }, - "id": "way/289708111" - }, - { - "type": "Feature", - "properties": { - "@id": "way/289812278", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9407053, - 51.5313324 - ], - [ - 9.9413034, - 51.5313473 - ], - [ - 9.9413211, - 51.5313478 - ], - [ - 9.9412443, - 51.5312005 - ], - [ - 9.942658, - 51.531407 - ], - [ - 9.9426537, - 51.5315137 - ], - [ - 9.9426257, - 51.5315196 - ] - ] - }, - "id": "way/289812278" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290342734", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.901711, - 51.5037214 - ], - [ - 9.9016846, - 51.5041219 - ] - ] - }, - "id": "way/290342734" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290350636", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9507365, - 51.5430494 - ], - [ - 9.9507569, - 51.543065 - ], - [ - 9.9508295, - 51.5430282 - ], - [ - 9.9508122, - 51.543015 - ], - [ - 9.9508468, - 51.5429975 - ], - [ - 9.9508621, - 51.5430091 - ], - [ - 9.9510462, - 51.5429158 - ] - ] - }, - "id": "way/290350636" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290387801", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.888535, - 51.5628314 - ], - [ - 9.8885648, - 51.5629834 - ], - [ - 9.8882372, - 51.5629957 - ], - [ - 9.8882482, - 51.5628966 - ] - ] - }, - "id": "way/290387801" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290392646", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8875928, - 51.5610067 - ], - [ - 9.8876114, - 51.5607837 - ], - [ - 9.8877189, - 51.5607871 - ] - ] - }, - "id": "way/290392646" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290392647", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8879016, - 51.5603464 - ], - [ - 9.8879591, - 51.5603541 - ] - ] - }, - "id": "way/290392647" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290392648", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8882525, - 51.560347 - ], - [ - 9.8881707, - 51.5603851 - ], - [ - 9.8880975, - 51.5603739 - ] - ] - }, - "id": "way/290392648" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290392650", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8876836, - 51.5603107 - ], - [ - 9.8876375, - 51.5603038 - ], - [ - 9.8876524, - 51.5600068 - ], - [ - 9.8876953, - 51.5592345 - ] - ] - }, - "id": "way/290392650" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290392651", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8876141, - 51.5607698 - ], - [ - 9.8876157, - 51.5607543 - ], - [ - 9.8876318, - 51.5604362 - ], - [ - 9.8877226, - 51.5603975 - ], - [ - 9.8878647, - 51.5604179 - ] - ] - }, - "id": "way/290392651" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290392652", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8875207, - 51.5618151 - ], - [ - 9.8874403, - 51.5617813 - ], - [ - 9.8873425, - 51.5617934 - ], - [ - 9.8872083, - 51.5620565 - ], - [ - 9.8871777, - 51.5621888 - ] - ] - }, - "id": "way/290392652" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290392653", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8885357, - 51.560398 - ], - [ - 9.8885235, - 51.5604348 - ], - [ - 9.8884218, - 51.5604218 - ], - [ - 9.8883747, - 51.5603763 - ], - [ - 9.8883744, - 51.5603551 - ] - ] - }, - "id": "way/290392653" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290392654", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8875033, - 51.5619323 - ], - [ - 9.8875238, - 51.5618977 - ], - [ - 9.8875946, - 51.5618463 - ], - [ - 9.8877729, - 51.5619214 - ], - [ - 9.8877647, - 51.5619388 - ] - ] - }, - "id": "way/290392654" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290392655", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8874996, - 51.5625292 - ], - [ - 9.8873536, - 51.5625687 - ], - [ - 9.8873146, - 51.5625701 - ], - [ - 9.887239, - 51.5625653 - ], - [ - 9.8872054, - 51.5625566 - ], - [ - 9.8871808, - 51.5625446 - ], - [ - 9.8871523, - 51.5625204 - ], - [ - 9.8871452, - 51.5625072 - ], - [ - 9.8871442, - 51.5624961 - ], - [ - 9.8871548, - 51.5623481 - ] - ] - }, - "id": "way/290392655" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290395176", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8876621, - 51.561796 - ], - [ - 9.8876152, - 51.5617702 - ], - [ - 9.8875427, - 51.5617195 - ] - ] - }, - "id": "way/290395176" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290395177", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8880679, - 51.5617496 - ], - [ - 9.888046, - 51.5618815 - ], - [ - 9.8879176, - 51.5619098 - ], - [ - 9.8878776, - 51.5618931 - ] - ] - }, - "id": "way/290395177" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290395178", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8881185, - 51.5614469 - ], - [ - 9.8880904, - 51.5614135 - ], - [ - 9.88807, - 51.5613762 - ], - [ - 9.8880607, - 51.5613507 - ], - [ - 9.8880566, - 51.5613155 - ] - ] - }, - "id": "way/290395178" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290395180", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8880572, - 51.5611998 - ], - [ - 9.8880583, - 51.5611809 - ], - [ - 9.8880648, - 51.5611642 - ], - [ - 9.8880799, - 51.5611508 - ], - [ - 9.8881045, - 51.5611402 - ], - [ - 9.8881307, - 51.5611352 - ], - [ - 9.8881652, - 51.5611344 - ], - [ - 9.8883771, - 51.5611453 - ] - ] - }, - "id": "way/290395180" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290413484", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8903473, - 51.5590672 - ], - [ - 9.8902559, - 51.559066 - ] - ] - }, - "id": "way/290413484" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290413485", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8930472, - 51.5593824 - ], - [ - 9.8930083, - 51.5593742 - ] - ] - }, - "id": "way/290413485" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290413486", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8900721, - 51.5590769 - ], - [ - 9.889937, - 51.5590746 - ] - ] - }, - "id": "way/290413486" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290413487", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8901555, - 51.5590778 - ], - [ - 9.8900991, - 51.5590769 - ] - ] - }, - "id": "way/290413487" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290413488", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8905042, - 51.5590699 - ], - [ - 9.890371, - 51.5590681 - ] - ] - }, - "id": "way/290413488" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290413489", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8920251, - 51.5591753 - ], - [ - 9.8919185, - 51.5591553 - ] - ] - }, - "id": "way/290413489" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290413490", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8929804, - 51.5593683 - ], - [ - 9.8927193, - 51.5593135 - ] - ] - }, - "id": "way/290413490" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290413491", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.891811, - 51.5590734 - ], - [ - 9.8917996, - 51.5591282 - ], - [ - 9.8915589, - 51.5590817 - ], - [ - 9.8916558, - 51.5586686 - ] - ] - }, - "id": "way/290413491" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290413492", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8898892, - 51.5590616 - ], - [ - 9.8898792, - 51.559059 - ], - [ - 9.8898669, - 51.5590731 - ], - [ - 9.8896276, - 51.5590708 - ], - [ - 9.889628, - 51.5590252 - ] - ] - }, - "id": "way/290413492" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290413493", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8926691, - 51.5592563 - ], - [ - 9.8926383, - 51.5592964 - ], - [ - 9.8925819, - 51.5592843 - ], - [ - 9.8925967, - 51.5592499 - ] - ] - }, - "id": "way/290413493" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290413494", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.893502, - 51.5593851 - ], - [ - 9.8934845, - 51.5594187 - ], - [ - 9.8934257, - 51.5594378 - ], - [ - 9.8933637, - 51.5594446 - ], - [ - 9.8933461, - 51.5594419 - ] - ] - }, - "id": "way/290413494" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290460623", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9075329, - 51.5490485 - ], - [ - 9.9074947, - 51.54893 - ] - ] - }, - "id": "way/290460623" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290460624", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.907598, - 51.5492577 - ], - [ - 9.9075381, - 51.5490633 - ] - ] - }, - "id": "way/290460624" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290460628", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9074575, - 51.5488124 - ], - [ - 9.9073888, - 51.5486004 - ] - ] - }, - "id": "way/290460628" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290460629", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9074874, - 51.5489053 - ], - [ - 9.9074663, - 51.548841 - ] - ] - }, - "id": "way/290460629" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290460630", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9074708, - 51.5483791 - ], - [ - 9.9073233, - 51.5483965 - ] - ] - }, - "id": "way/290460630" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290460632", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9073795, - 51.5485657 - ], - [ - 9.9073511, - 51.5484806 - ] - ] - }, - "id": "way/290460632" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290491486", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9408468, - 51.527398 - ], - [ - 9.9410808, - 51.5274185 - ] - ] - }, - "id": "way/290491486" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290491488", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9423058, - 51.5275276 - ], - [ - 9.9423422, - 51.5275313 - ], - [ - 9.9426762, - 51.5275653 - ] - ] - }, - "id": "way/290491488" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290491490", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9411969, - 51.5274286 - ], - [ - 9.9413878, - 51.5274464 - ], - [ - 9.9414087, - 51.5274591 - ], - [ - 9.9414225, - 51.5274866 - ], - [ - 9.9414051, - 51.5275652 - ] - ] - }, - "id": "way/290491490" - }, - { - "type": "Feature", - "properties": { - "@id": "way/290491491", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9415302, - 51.5276687 - ], - [ - 9.9415751, - 51.5274807 - ], - [ - 9.9416038, - 51.5274624 - ], - [ - 9.9416427, - 51.5274565 - ], - [ - 9.9418199, - 51.5274758 - ] - ] - }, - "id": "way/290491491" - }, - { - "type": "Feature", - "properties": { - "@id": "way/304491964", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9787314, - 51.520697 - ], - [ - 9.9779969, - 51.520457 - ], - [ - 9.977539, - 51.5210113 - ] - ] - }, - "id": "way/304491964" - }, - { - "type": "Feature", - "properties": { - "@id": "way/306535492", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9307096, - 51.5477362 - ], - [ - 9.9310266, - 51.5477267 - ] - ] - }, - "id": "way/306535492" - }, - { - "type": "Feature", - "properties": { - "@id": "way/306535495", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9302976, - 51.5477137 - ], - [ - 9.9305453, - 51.5477323 - ], - [ - 9.9306743, - 51.5477373 - ], - [ - 9.9307096, - 51.5477362 - ] - ] - }, - "id": "way/306535495" - }, - { - "type": "Feature", - "properties": { - "@id": "way/306744251", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9473962, - 51.5472186 - ], - [ - 9.947394, - 51.5472967 - ], - [ - 9.9472871, - 51.5472956 - ] - ] - }, - "id": "way/306744251" - }, - { - "type": "Feature", - "properties": { - "@id": "way/307649998", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.89416, - 51.5352071 - ], - [ - 9.8941805, - 51.5350675 - ], - [ - 9.8942798, - 51.5350176 - ], - [ - 9.8945757, - 51.5350565 - ], - [ - 9.8945831, - 51.5351007 - ] - ] - }, - "id": "way/307649998" - }, - { - "type": "Feature", - "properties": { - "@id": "way/307649999", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8946363, - 51.5350885 - ], - [ - 9.894657, - 51.5350734 - ], - [ - 9.8948277, - 51.5350952 - ], - [ - 9.8948706, - 51.5351373 - ], - [ - 9.8948269, - 51.5354044 - ] - ] - }, - "id": "way/307649999" - }, - { - "type": "Feature", - "properties": { - "@id": "way/308613696", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.933749, - 51.522998 - ], - [ - 9.9337544, - 51.5230629 - ], - [ - 9.9337564, - 51.5231123 - ], - [ - 9.9337614, - 51.5231275 - ], - [ - 9.9337788, - 51.5231436 - ], - [ - 9.9338043, - 51.5231561 - ], - [ - 9.9338301, - 51.5231622 - ], - [ - 9.9339871, - 51.5231694 - ] - ] - }, - "id": "way/308613696" - }, - { - "type": "Feature", - "properties": { - "@id": "way/308613698", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9268998, - 51.5325731 - ], - [ - 9.9269221, - 51.5324732 - ], - [ - 9.9269476, - 51.5323803 - ], - [ - 9.926977, - 51.5322734 - ], - [ - 9.9270926, - 51.5321351 - ], - [ - 9.9274291, - 51.5322177 - ] - ] - }, - "id": "way/308613698" - }, - { - "type": "Feature", - "properties": { - "@id": "way/308638483", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9279247, - 51.5622591 - ], - [ - 9.9284788, - 51.5622444 - ], - [ - 9.9286473, - 51.56224 - ] - ] - }, - "id": "way/308638483" - }, - { - "type": "Feature", - "properties": { - "@id": "way/308917418", - "barrier": "hedge", - "source": "survey 2014-10-21" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9536174, - 51.5283141 - ], - [ - 9.9538057, - 51.5283172 - ], - [ - 9.9538465, - 51.5282941 - ] - ] - }, - "id": "way/308917418" - }, - { - "type": "Feature", - "properties": { - "@id": "way/309052479", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.88987, - 51.5610822 - ], - [ - 9.8900095, - 51.5611002 - ] - ] - }, - "id": "way/309052479" - }, - { - "type": "Feature", - "properties": { - "@id": "way/309052480", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8897477, - 51.5610665 - ], - [ - 9.88987, - 51.5610822 - ] - ] - }, - "id": "way/309052480" - }, - { - "type": "Feature", - "properties": { - "@id": "way/309052481", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8915049, - 51.5618115 - ], - [ - 9.8916372, - 51.5618067 - ] - ] - }, - "id": "way/309052481" - }, - { - "type": "Feature", - "properties": { - "@id": "way/309052483", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8913205, - 51.5618233 - ], - [ - 9.8914486, - 51.5618163 - ] - ] - }, - "id": "way/309052483" - }, - { - "type": "Feature", - "properties": { - "@id": "way/309052486", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8916662, - 51.5618045 - ], - [ - 9.8916947, - 51.5618067 - ], - [ - 9.8917226, - 51.5618155 - ], - [ - 9.8917422, - 51.5618295 - ], - [ - 9.891751, - 51.5618469 - ], - [ - 9.891757, - 51.5618675 - ], - [ - 9.891757, - 51.5618778 - ] - ] - }, - "id": "way/309052486" - }, - { - "type": "Feature", - "properties": { - "@id": "way/309063658", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8930084, - 51.5605386 - ], - [ - 9.8929234, - 51.5606431 - ], - [ - 9.8928582, - 51.5606996 - ], - [ - 9.8931144, - 51.5607684 - ] - ] - }, - "id": "way/309063658" - }, - { - "type": "Feature", - "properties": { - "@id": "way/309063659", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8934984, - 51.5602991 - ], - [ - 9.8932409, - 51.5602517 - ], - [ - 9.8932717, - 51.5602137 - ] - ] - }, - "id": "way/309063659" - }, - { - "type": "Feature", - "properties": { - "@id": "way/309063660", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8932995, - 51.5603237 - ], - [ - 9.8932005, - 51.5603016 - ], - [ - 9.8930084, - 51.5605386 - ], - [ - 9.8934847, - 51.5606539 - ] - ] - }, - "id": "way/309063660" - }, - { - "type": "Feature", - "properties": { - "@id": "way/309063662", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8929428, - 51.5602818 - ], - [ - 9.8924621, - 51.5601255 - ], - [ - 9.8926072, - 51.5599524 - ], - [ - 9.8929296, - 51.5600231 - ], - [ - 9.8930361, - 51.5600449 - ], - [ - 9.8931072, - 51.5600594 - ], - [ - 9.893011, - 51.5601731 - ], - [ - 9.8929341, - 51.5601561 - ] - ] - }, - "id": "way/309063662" - }, - { - "type": "Feature", - "properties": { - "@id": "way/309140584", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9439348, - 51.5404544 - ], - [ - 9.9440085, - 51.5404933 - ] - ] - }, - "id": "way/309140584" - }, - { - "type": "Feature", - "properties": { - "@id": "way/309140585", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9440286, - 51.5405067 - ], - [ - 9.9441187, - 51.5405493 - ] - ] - }, - "id": "way/309140585" - }, - { - "type": "Feature", - "properties": { - "@id": "way/309140587", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9441552, - 51.5405706 - ], - [ - 9.9442034, - 51.5405957 - ], - [ - 9.9443317, - 51.5406623 - ], - [ - 9.9443562, - 51.5406845 - ], - [ - 9.9443629, - 51.5407105 - ], - [ - 9.9443607, - 51.5407364 - ], - [ - 9.9443505, - 51.5407893 - ], - [ - 9.9443409, - 51.5408394 - ] - ] - }, - "id": "way/309140587" - }, - { - "type": "Feature", - "properties": { - "@id": "way/309458447", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9547614, - 51.5260555 - ], - [ - 9.9547065, - 51.5260467 - ], - [ - 9.9547273, - 51.5259881 - ], - [ - 9.9547606, - 51.5259529 - ], - [ - 9.9547997, - 51.5259332 - ] - ] - }, - "id": "way/309458447" - }, - { - "type": "Feature", - "properties": { - "@id": "way/309622274", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.954861, - 51.5212515 - ], - [ - 9.9548265, - 51.5212304 - ], - [ - 9.954783, - 51.5212283 - ], - [ - 9.954721, - 51.5212447 - ], - [ - 9.9546326, - 51.5212682 - ], - [ - 9.9545108, - 51.5212844 - ], - [ - 9.954284, - 51.5213145 - ], - [ - 9.9540805, - 51.5213416 - ], - [ - 9.9539221, - 51.5213656 - ], - [ - 9.9538393, - 51.5213851 - ], - [ - 9.9537734, - 51.5214159 - ], - [ - 9.9537173, - 51.521448 - ], - [ - 9.9536813, - 51.5214794 - ], - [ - 9.953674, - 51.5214878 - ], - [ - 9.9536658, - 51.5215026 - ], - [ - 9.9535713, - 51.5216735 - ], - [ - 9.9534748, - 51.521848 - ], - [ - 9.95347, - 51.5218567 - ], - [ - 9.9534652, - 51.5218654 - ], - [ - 9.9533659, - 51.5220448 - ], - [ - 9.9532687, - 51.5222207 - ], - [ - 9.9532663, - 51.522225 - ], - [ - 9.953253, - 51.522249 - ], - [ - 9.9531513, - 51.5224329 - ] - ] - }, - "id": "way/309622274" - }, - { - "type": "Feature", - "properties": { - "@id": "way/309622276", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9559022, - 51.5225043 - ], - [ - 9.9559673, - 51.5223 - ], - [ - 9.955971, - 51.5222884 - ], - [ - 9.9559737, - 51.5222799 - ], - [ - 9.9560283, - 51.5221088 - ], - [ - 9.956085, - 51.5219309 - ], - [ - 9.956089, - 51.5219183 - ], - [ - 9.9560924, - 51.5219077 - ], - [ - 9.9561499, - 51.5217276 - ], - [ - 9.9561981, - 51.5215764 - ], - [ - 9.9562073, - 51.5215476 - ], - [ - 9.9562118, - 51.5215367 - ], - [ - 9.9562856, - 51.5213556 - ] - ] - }, - "id": "way/309622276" - }, - { - "type": "Feature", - "properties": { - "@id": "way/313180408", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9440221, - 51.516882 - ], - [ - 9.9440168, - 51.5168422 - ], - [ - 9.9440087, - 51.5167731 - ], - [ - 9.9440006, - 51.5167036 - ], - [ - 9.9439896, - 51.5166103 - ], - [ - 9.9439851, - 51.5165721 - ], - [ - 9.9439797, - 51.5165255 - ], - [ - 9.9439693, - 51.516437 - ], - [ - 9.9439538, - 51.5163047 - ], - [ - 9.9439479, - 51.5162546 - ], - [ - 9.9439379, - 51.5161692 - ], - [ - 9.9439139, - 51.5159609 - ] - ] - }, - "id": "way/313180408" - }, - { - "type": "Feature", - "properties": { - "@id": "way/314145821", - "barrier": "hedge", - "survey:date": "2014-11-22" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9681827, - 51.5169815 - ], - [ - 9.9680483, - 51.5172375 - ] - ] - }, - "id": "way/314145821" - }, - { - "type": "Feature", - "properties": { - "@id": "way/314200081", - "barrier": "hedge", - "survey:date": "2014-11-23" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9640411, - 51.515572 - ], - [ - 9.9639594, - 51.5157484 - ] - ] - }, - "id": "way/314200081" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317236955", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9536441, - 51.5211918 - ], - [ - 9.9535506, - 51.5213728 - ], - [ - 9.9535429, - 51.521382 - ], - [ - 9.9535207, - 51.5213859 - ], - [ - 9.9534969, - 51.5213871 - ], - [ - 9.9534042, - 51.5213716 - ] - ] - }, - "id": "way/317236955" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317236956", - "barrier": "hedge", - "survey:date": "2015-06-07" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9517125, - 51.5210993 - ], - [ - 9.9517747, - 51.520987 - ], - [ - 9.9518669, - 51.5208205 - ], - [ - 9.9523962, - 51.5208348 - ], - [ - 9.9523943, - 51.5209039 - ], - [ - 9.9527083, - 51.5209678 - ], - [ - 9.9526303, - 51.5211815 - ] - ] - }, - "id": "way/317236956" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317250760", - "barrier": "hedge", - "survey:date": "2014-12-14" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9501951, - 51.5135205 - ], - [ - 9.9504301, - 51.5135293 - ], - [ - 9.950541, - 51.5135334 - ] - ] - }, - "id": "way/317250760" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317250765", - "barrier": "hedge", - "survey:date": "2014-12-14" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9501607, - 51.513658 - ], - [ - 9.9501608, - 51.5135547 - ], - [ - 9.9501951, - 51.5135205 - ] - ] - }, - "id": "way/317250765" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317250766", - "barrier": "hedge", - "survey:date": "2014-12-14" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9498967, - 51.5135081 - ], - [ - 9.9500641, - 51.5135144 - ], - [ - 9.9501276, - 51.5135503 - ], - [ - 9.9501241, - 51.5136574 - ] - ] - }, - "id": "way/317250766" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317256815", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.947608, - 51.5143139 - ], - [ - 9.947592, - 51.5140677 - ], - [ - 9.9476631, - 51.514067 - ], - [ - 9.9476625, - 51.5140429 - ], - [ - 9.9476618, - 51.5140189 - ], - [ - 9.9476612, - 51.5139948 - ], - [ - 9.9476605, - 51.5139708 - ], - [ - 9.9476598, - 51.5139468 - ], - [ - 9.9476592, - 51.5139227 - ], - [ - 9.9476585, - 51.5138987 - ], - [ - 9.9476579, - 51.5138746 - ], - [ - 9.9475867, - 51.5138754 - ], - [ - 9.9475706, - 51.5134645 - ], - [ - 9.948307, - 51.5134852 - ] - ] - }, - "id": "way/317256815" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317462040", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9366928, - 51.5212285 - ], - [ - 9.936695, - 51.5212076 - ], - [ - 9.9369111, - 51.5212162 - ] - ] - }, - "id": "way/317462040" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317462041", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9364438, - 51.5212268 - ], - [ - 9.9364458, - 51.5212 - ], - [ - 9.9366592, - 51.5212063 - ], - [ - 9.9366576, - 51.5212271 - ] - ] - }, - "id": "way/317462041" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317462042", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9369428, - 51.521236 - ], - [ - 9.9369448, - 51.5212184 - ], - [ - 9.9371051, - 51.5212265 - ], - [ - 9.9371605, - 51.5214596 - ] - ] - }, - "id": "way/317462042" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317462043", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9361715, - 51.521273 - ], - [ - 9.9361715, - 51.5212603 - ], - [ - 9.936144, - 51.52126 - ], - [ - 9.9361556, - 51.5211844 - ], - [ - 9.9364073, - 51.5211971 - ], - [ - 9.936404, - 51.5212203 - ] - ] - }, - "id": "way/317462043" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317494132", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9336498, - 51.5222417 - ], - [ - 9.9336201, - 51.5220563 - ] - ] - }, - "id": "way/317494132" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317494134", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9336193, - 51.5220287 - ], - [ - 9.9336104, - 51.5219543 - ], - [ - 9.9336662, - 51.5219449 - ], - [ - 9.9336652, - 51.5219335 - ] - ] - }, - "id": "way/317494134" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317494136", - "barrier": "hedge", - "survey:date": "2014-11-30" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.934133, - 51.5222994 - ], - [ - 9.9343301, - 51.5223076 - ], - [ - 9.9343741, - 51.5223259 - ] - ] - }, - "id": "way/317494136" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317494137", - "barrier": "hedge", - "survey:date": "2014-11-30" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.934599, - 51.5226607 - ], - [ - 9.9346206, - 51.5225204 - ], - [ - 9.9346784, - 51.5225239 - ] - ] - }, - "id": "way/317494137" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317494146", - "barrier": "hedge", - "survey:date": "2014-11-30" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9347353, - 51.5225257 - ], - [ - 9.93482, - 51.5225296 - ], - [ - 9.9350209, - 51.5224351 - ], - [ - 9.9353338, - 51.5224534 - ], - [ - 9.9353369, - 51.5224716 - ], - [ - 9.9353219, - 51.5224726 - ], - [ - 9.9353282, - 51.5225096 - ] - ] - }, - "id": "way/317494146" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317498824", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9336177, - 51.5215757 - ], - [ - 9.9335797, - 51.5212698 - ] - ] - }, - "id": "way/317498824" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317498825", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9337645, - 51.521283 - ], - [ - 9.9345566, - 51.5213375 - ] - ] - }, - "id": "way/317498825" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317498829", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9351776, - 51.5223028 - ], - [ - 9.9350897, - 51.5222996 - ], - [ - 9.9351456, - 51.5217001 - ], - [ - 9.9352235, - 51.5217029 - ] - ] - }, - "id": "way/317498829" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317500099", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9336764, - 51.5225198 - ], - [ - 9.9336472, - 51.5222753 - ] - ] - }, - "id": "way/317500099" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317506444", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9362594, - 51.5219886 - ], - [ - 9.9362538, - 51.522046 - ] - ] - }, - "id": "way/317506444" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317506445", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9372118, - 51.5216699 - ], - [ - 9.9372341, - 51.5217642 - ] - ] - }, - "id": "way/317506445" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317506450", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9345566, - 51.5213375 - ], - [ - 9.934553, - 51.5213578 - ] - ] - }, - "id": "way/317506450" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317506453", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9362622, - 51.521912 - ], - [ - 9.9362597, - 51.5219597 - ] - ] - }, - "id": "way/317506453" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317506454", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9371702, - 51.5215224 - ], - [ - 9.9372009, - 51.5216435 - ] - ] - }, - "id": "way/317506454" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317506456", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9362513, - 51.5220705 - ], - [ - 9.9362482, - 51.5221313 - ] - ] - }, - "id": "way/317506456" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317506457", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9362711, - 51.5218317 - ], - [ - 9.9362691, - 51.5218817 - ] - ] - }, - "id": "way/317506457" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317506462", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9362211, - 51.5223254 - ], - [ - 9.936219, - 51.5223624 - ], - [ - 9.9361329, - 51.522359 - ] - ] - }, - "id": "way/317506462" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317506466", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9353268, - 51.5217546 - ], - [ - 9.9353305, - 51.5217184 - ], - [ - 9.9353315, - 51.5217082 - ], - [ - 9.9356109, - 51.5217192 - ] - ] - }, - "id": "way/317506466" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317508229", - "barrier": "hedge", - "survey:date": "2014-11-30" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9367917, - 51.5225522 - ], - [ - 9.9367854, - 51.522513 - ], - [ - 9.9369144, - 51.5225156 - ] - ] - }, - "id": "way/317508229" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317508237", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.933661, - 51.5219013 - ], - [ - 9.9336372, - 51.5216875 - ] - ] - }, - "id": "way/317508237" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317508238", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.934192, - 51.5219655 - ], - [ - 9.9344929, - 51.521981 - ] - ] - }, - "id": "way/317508238" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317508240", - "barrier": "hedge", - "survey:date": "2014-11-30" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9353866, - 51.5224982 - ], - [ - 9.935381, - 51.5224564 - ], - [ - 9.9360607, - 51.5224942 - ] - ] - }, - "id": "way/317508240" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317508246", - "barrier": "hedge", - "survey:date": "2014-11-30" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9360989, - 51.5225376 - ], - [ - 9.9360915, - 51.5224951 - ], - [ - 9.9364403, - 51.5225135 - ], - [ - 9.9367518, - 51.5225152 - ], - [ - 9.9367518, - 51.5225309 - ] - ] - }, - "id": "way/317508246" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317590039", - "barrier": "hedge", - "survey:date": "2014-11-30" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9340131, - 51.5193829 - ], - [ - 9.9340361, - 51.5191622 - ], - [ - 9.9341803, - 51.5191691 - ], - [ - 9.9343395, - 51.5191768 - ], - [ - 9.9344312, - 51.5191812 - ] - ] - }, - "id": "way/317590039" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317590041", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9333022, - 51.5193083 - ], - [ - 9.9333197, - 51.5194412 - ] - ] - }, - "id": "way/317590041" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317590043", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9298226, - 51.5225782 - ], - [ - 9.9298803, - 51.5225591 - ], - [ - 9.9297332, - 51.5224014 - ], - [ - 9.9296914, - 51.5224385 - ] - ] - }, - "id": "way/317590043" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317590046", - "barrier": "hedge", - "survey:date": "2014-11-30" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.934268, - 51.5194255 - ], - [ - 9.9340804, - 51.5194179 - ] - ] - }, - "id": "way/317590046" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317590048", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9332369, - 51.5193062 - ], - [ - 9.9333022, - 51.5193083 - ], - [ - 9.9333932, - 51.5193113 - ] - ] - }, - "id": "way/317590048" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317592095", - "barrier": "hedge", - "survey:date": "2014-11-30" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9362065, - 51.5195181 - ], - [ - 9.9361984, - 51.5195857 - ] - ] - }, - "id": "way/317592095" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317593236", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9359818, - 51.5199131 - ], - [ - 9.9360177, - 51.5197636 - ], - [ - 9.9360298, - 51.5197419 - ], - [ - 9.93605, - 51.5197227 - ], - [ - 9.9360743, - 51.5197076 - ], - [ - 9.9361112, - 51.5196944 - ], - [ - 9.9361451, - 51.519689 - ], - [ - 9.9361755, - 51.5196893 - ], - [ - 9.9367333, - 51.5197154 - ], - [ - 9.9368208, - 51.5200676 - ] - ] - }, - "id": "way/317593236" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317593240", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9359318, - 51.5201334 - ], - [ - 9.9359713, - 51.5199628 - ], - [ - 9.9362429, - 51.5199603 - ], - [ - 9.9362434, - 51.519981 - ] - ] - }, - "id": "way/317593240" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317593241", - "barrier": "hedge", - "survey:date": "2014-11-30" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9370482, - 51.5201584 - ], - [ - 9.9368814, - 51.5201498 - ], - [ - 9.9368166, - 51.5198868 - ] - ] - }, - "id": "way/317593241" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317673853", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9525959, - 51.5179535 - ], - [ - 9.9524238, - 51.5179514 - ], - [ - 9.9525357, - 51.5178652 - ], - [ - 9.9529238, - 51.5175776 - ], - [ - 9.9532751, - 51.5173051 - ] - ] - }, - "id": "way/317673853" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317673854", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9523449, - 51.5180679 - ], - [ - 9.9521835, - 51.5180641 - ], - [ - 9.9522948, - 51.5179717 - ] - ] - }, - "id": "way/317673854" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317673857", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.95233, - 51.517947 - ], - [ - 9.9523525, - 51.5179499 - ], - [ - 9.9524238, - 51.5179514 - ] - ] - }, - "id": "way/317673857" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317687485", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9536859, - 51.5168381 - ], - [ - 9.9538303, - 51.5168152 - ] - ] - }, - "id": "way/317687485" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317687490", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9533356, - 51.5171618 - ], - [ - 9.9536211, - 51.516898 - ] - ] - }, - "id": "way/317687490" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317687495", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9539669, - 51.5167931 - ], - [ - 9.9542759, - 51.5167429 - ], - [ - 9.9542898, - 51.5167427 - ], - [ - 9.9543, - 51.5167434 - ], - [ - 9.9543218, - 51.5167496 - ], - [ - 9.9543344, - 51.5167572 - ], - [ - 9.9543486, - 51.5167654 - ], - [ - 9.9543557, - 51.5167748 - ], - [ - 9.9543612, - 51.5167867 - ], - [ - 9.9543634, - 51.5168017 - ] - ] - }, - "id": "way/317687495" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317715835", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9524543, - 51.5183957 - ], - [ - 9.9524493, - 51.5185241 - ], - [ - 9.9525111, - 51.518525 - ] - ] - }, - "id": "way/317715835" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317717763", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9542904, - 51.5177718 - ], - [ - 9.9542845, - 51.5178843 - ] - ] - }, - "id": "way/317717763" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317717764", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9518328, - 51.5184949 - ], - [ - 9.9518657, - 51.5184448 - ] - ] - }, - "id": "way/317717764" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317717768", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9518332, - 51.5185141 - ], - [ - 9.9519015, - 51.5185148 - ], - [ - 9.9520089, - 51.518516 - ] - ] - }, - "id": "way/317717768" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317717769", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9541207, - 51.5179882 - ], - [ - 9.9542762, - 51.517989 - ], - [ - 9.9542722, - 51.5180712 - ] - ] - }, - "id": "way/317717769" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317717770", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9542699, - 51.5181025 - ], - [ - 9.9542699, - 51.5181123 - ], - [ - 9.9542265, - 51.5181122 - ] - ] - }, - "id": "way/317717770" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317717772", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9538014, - 51.5182874 - ], - [ - 9.9535959, - 51.5182964 - ], - [ - 9.9535075, - 51.5182808 - ], - [ - 9.953561, - 51.5180634 - ] - ] - }, - "id": "way/317717772" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317717773", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9541913, - 51.5181323 - ], - [ - 9.9542681, - 51.518132 - ], - [ - 9.9542612, - 51.5182378 - ], - [ - 9.9542516, - 51.5182578 - ], - [ - 9.9542264, - 51.5182724 - ], - [ - 9.9541922, - 51.5182799 - ], - [ - 9.9540551, - 51.5182835 - ] - ] - }, - "id": "way/317717773" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317720580", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9538992, - 51.5184531 - ], - [ - 9.953876, - 51.5186765 - ] - ] - }, - "id": "way/317720580" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317729288", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9546422, - 51.5183491 - ], - [ - 9.9546416, - 51.5183925 - ] - ] - }, - "id": "way/317729288" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317729289", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9550638, - 51.5183543 - ], - [ - 9.9553391, - 51.5183543 - ] - ] - }, - "id": "way/317729289" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317729290", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9566205, - 51.5183672 - ], - [ - 9.95658, - 51.5188554 - ] - ] - }, - "id": "way/317729290" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317729291", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9536388, - 51.518364 - ], - [ - 9.9538432, - 51.5183586 - ] - ] - }, - "id": "way/317729291" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317729293", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9544273, - 51.5183479 - ], - [ - 9.9546124, - 51.5183485 - ] - ] - }, - "id": "way/317729293" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317729295", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9553996, - 51.5183556 - ], - [ - 9.9554983, - 51.5183559 - ], - [ - 9.9558022, - 51.5183569 - ], - [ - 9.9562629, - 51.5183584 - ] - ] - }, - "id": "way/317729295" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317729296", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9546923, - 51.5183927 - ], - [ - 9.9546929, - 51.5183504 - ], - [ - 9.9548669, - 51.5183512 - ] - ] - }, - "id": "way/317729296" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317735463", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9550843, - 51.517971 - ], - [ - 9.9551141, - 51.5174091 - ] - ] - }, - "id": "way/317735463" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317735464", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9554983, - 51.5183559 - ], - [ - 9.9554804, - 51.5186771 - ] - ] - }, - "id": "way/317735464" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317735465", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9550646, - 51.5182839 - ], - [ - 9.9550843, - 51.5179811 - ] - ] - }, - "id": "way/317735465" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317735466", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9565539, - 51.5180395 - ], - [ - 9.9566165, - 51.5180406 - ], - [ - 9.9565995, - 51.5181794 - ] - ] - }, - "id": "way/317735466" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317735469", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.95441, - 51.5182822 - ], - [ - 9.954413, - 51.5181528 - ], - [ - 9.9544167, - 51.5179911 - ], - [ - 9.9549848, - 51.5179961 - ] - ] - }, - "id": "way/317735469" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317735470", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9544632, - 51.5173216 - ], - [ - 9.9544638, - 51.5172894 - ], - [ - 9.9545579, - 51.51729 - ], - [ - 9.9545583, - 51.5172691 - ], - [ - 9.9545874, - 51.5172692 - ] - ] - }, - "id": "way/317735470" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317735471", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9565984, - 51.5182018 - ], - [ - 9.956597, - 51.5182386 - ], - [ - 9.956592, - 51.5182601 - ], - [ - 9.9565752, - 51.5182786 - ], - [ - 9.9565577, - 51.5182891 - ], - [ - 9.9565258, - 51.5182946 - ], - [ - 9.9563878, - 51.5182926 - ] - ] - }, - "id": "way/317735471" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317741122", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9575102, - 51.5177841 - ], - [ - 9.9575119, - 51.517679 - ] - ] - }, - "id": "way/317741122" - }, - { - "type": "Feature", - "properties": { - "@id": "way/317741124", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9570539, - 51.5184923 - ], - [ - 9.9570589, - 51.5183814 - ], - [ - 9.9572768, - 51.5183487 - ], - [ - 9.9573132, - 51.5183462 - ] - ] - }, - "id": "way/317741124" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318027078", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9569355, - 51.5181897 - ], - [ - 9.9567026, - 51.518186 - ], - [ - 9.9567088, - 51.5180384 - ], - [ - 9.9567325, - 51.5180388 - ] - ] - }, - "id": "way/318027078" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318732035", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9186456, - 51.5270887 - ], - [ - 9.918736, - 51.5272194 - ], - [ - 9.9187745, - 51.527267 - ], - [ - 9.9188931, - 51.5274181 - ] - ] - }, - "id": "way/318732035" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318732037", - "barrier": "hedge", - "survey:date": "2014-12-23" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9162357, - 51.5256355 - ], - [ - 9.9161658, - 51.5260507 - ], - [ - 9.9159676, - 51.526061 - ], - [ - 9.9158503, - 51.5259074 - ] - ] - }, - "id": "way/318732037" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318859221", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9428057, - 51.5205289 - ], - [ - 9.9423532, - 51.5205162 - ], - [ - 9.9424669, - 51.519961 - ] - ] - }, - "id": "way/318859221" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318864853", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9425029, - 51.5198194 - ], - [ - 9.9421327, - 51.5198081 - ] - ] - }, - "id": "way/318864853" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318864856", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9434388, - 51.5202955 - ], - [ - 9.9433852, - 51.5204365 - ] - ] - }, - "id": "way/318864856" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318864857", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9429226, - 51.5198323 - ], - [ - 9.9425479, - 51.5198208 - ] - ] - }, - "id": "way/318864857" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318864858", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9435008, - 51.520132 - ], - [ - 9.9434475, - 51.5202726 - ] - ] - }, - "id": "way/318864858" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318864859", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9413654, - 51.5196451 - ], - [ - 9.9413688, - 51.5195643 - ] - ] - }, - "id": "way/318864859" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318864860", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9420968, - 51.519807 - ], - [ - 9.9417818, - 51.5197973 - ], - [ - 9.9417509, - 51.5197964 - ], - [ - 9.9417359, - 51.5196061 - ] - ] - }, - "id": "way/318864860" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318864862", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9424669, - 51.519961 - ], - [ - 9.9428792, - 51.5199741 - ] - ] - }, - "id": "way/318864862" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318864865", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9413573, - 51.5198389 - ], - [ - 9.9413647, - 51.5196625 - ] - ] - }, - "id": "way/318864865" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318864872", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9433779, - 51.5204559 - ], - [ - 9.9433495, - 51.5205305 - ], - [ - 9.9432981, - 51.5205523 - ] - ] - }, - "id": "way/318864872" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318864875", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9437788, - 51.5199335 - ], - [ - 9.9436162, - 51.5199312 - ], - [ - 9.9434431, - 51.519854 - ] - ] - }, - "id": "way/318864875" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318864877", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9434608, - 51.519998 - ], - [ - 9.943526, - 51.5200657 - ], - [ - 9.9435092, - 51.52011 - ] - ] - }, - "id": "way/318864877" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318864879", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9442158, - 51.5196328 - ], - [ - 9.9442352, - 51.5196321 - ], - [ - 9.9442581, - 51.5199041 - ], - [ - 9.9442163, - 51.5199071 - ] - ] - }, - "id": "way/318864879" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318881322", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9439862, - 51.5200234 - ], - [ - 9.9440713, - 51.5200165 - ] - ] - }, - "id": "way/318881322" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318881325", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9444731, - 51.5206243 - ], - [ - 9.9444208, - 51.5202008 - ] - ] - }, - "id": "way/318881325" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318881326", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9439404, - 51.520027 - ], - [ - 9.9439862, - 51.5200234 - ] - ] - }, - "id": "way/318881326" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318881331", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9441818, - 51.5200089 - ], - [ - 9.9443604, - 51.5200081 - ], - [ - 9.9444423, - 51.5207086 - ], - [ - 9.9438344, - 51.5206885 - ], - [ - 9.9437677, - 51.5206863 - ], - [ - 9.9435868, - 51.5206803 - ], - [ - 9.9434985, - 51.5205539 - ], - [ - 9.9435662, - 51.5203759 - ] - ] - }, - "id": "way/318881331" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318881337", - "barrier": "hedge", - "survey:date": "2014-11-30" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9435779, - 51.5203451 - ], - [ - 9.9436568, - 51.5201463 - ], - [ - 9.9436846, - 51.5201089 - ], - [ - 9.9437387, - 51.520073 - ], - [ - 9.943811, - 51.5200475 - ], - [ - 9.9438888, - 51.520028 - ] - ] - }, - "id": "way/318881337" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318891351", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9475358, - 51.5207515 - ], - [ - 9.9475501, - 51.5205976 - ] - ] - }, - "id": "way/318891351" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318891353", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9447714, - 51.5203172 - ], - [ - 9.9450622, - 51.5203254 - ] - ] - }, - "id": "way/318891353" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318891355", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9474134, - 51.5205234 - ], - [ - 9.9475301, - 51.5205555 - ] - ] - }, - "id": "way/318891355" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318891356", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9469038, - 51.5207965 - ], - [ - 9.9469149, - 51.5206479 - ] - ] - }, - "id": "way/318891356" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318891357", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9476582, - 51.5204585 - ], - [ - 9.9477692, - 51.5205126 - ], - [ - 9.9477615, - 51.5206481 - ] - ] - }, - "id": "way/318891357" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318891360", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9472231, - 51.5202771 - ], - [ - 9.947264, - 51.5202922 - ], - [ - 9.9473572, - 51.5203278 - ], - [ - 9.9473916, - 51.5203428 - ], - [ - 9.947449, - 51.5203653 - ], - [ - 9.9474968, - 51.520383 - ] - ] - }, - "id": "way/318891360" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318893252", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9471513, - 51.5198592 - ], - [ - 9.9471501, - 51.5199494 - ] - ] - }, - "id": "way/318893252" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318893253", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9476402, - 51.5198204 - ], - [ - 9.9476372, - 51.5199055 - ] - ] - }, - "id": "way/318893253" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318893254", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9478478, - 51.5199338 - ], - [ - 9.9477877, - 51.5199283 - ], - [ - 9.9477907, - 51.5198699 - ] - ] - }, - "id": "way/318893254" - }, - { - "type": "Feature", - "properties": { - "@id": "way/318893255", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9476313, - 51.5199543 - ], - [ - 9.9476231, - 51.5200625 - ], - [ - 9.9476096, - 51.5201689 - ] - ] - }, - "id": "way/318893255" - }, - { - "type": "Feature", - "properties": { - "@id": "way/319335705", - "barrier": "hedge", - "survey:date": "2014-12-29" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9461551, - 51.5209769 - ], - [ - 9.9461612, - 51.5209679 - ], - [ - 9.946333, - 51.5210135 - ] - ] - }, - "id": "way/319335705" - }, - { - "type": "Feature", - "properties": { - "@id": "way/319335706", - "barrier": "hedge", - "survey:date": "2014-12-29" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9433819, - 51.5202982 - ], - [ - 9.943381, - 51.5203132 - ], - [ - 9.9434197, - 51.5203142 - ], - [ - 9.9434244, - 51.5202993 - ] - ] - }, - "id": "way/319335706" - }, - { - "type": "Feature", - "properties": { - "@id": "way/319335708", - "barrier": "hedge", - "survey:date": "2014-12-29" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.942829, - 51.5200003 - ], - [ - 9.9428306, - 51.5199842 - ], - [ - 9.9428761, - 51.5199859 - ], - [ - 9.9428743, - 51.5200034 - ] - ] - }, - "id": "way/319335708" - }, - { - "type": "Feature", - "properties": { - "@id": "way/319335709", - "barrier": "hedge", - "survey:date": "2014-12-29" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9459597, - 51.5209625 - ], - [ - 9.9459784, - 51.5209287 - ], - [ - 9.946117, - 51.5209583 - ], - [ - 9.9461036, - 51.5209826 - ] - ] - }, - "id": "way/319335709" - }, - { - "type": "Feature", - "properties": { - "@id": "way/319335710", - "barrier": "hedge", - "survey:date": "2014-12-29" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9433168, - 51.5204562 - ], - [ - 9.943316, - 51.5204758 - ], - [ - 9.943354, - 51.5204765 - ], - [ - 9.9433619, - 51.52046 - ] - ] - }, - "id": "way/319335710" - }, - { - "type": "Feature", - "properties": { - "@id": "way/319335711", - "barrier": "hedge", - "survey:date": "2014-12-29" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.943445, - 51.5201394 - ], - [ - 9.9434443, - 51.520148 - ], - [ - 9.9434877, - 51.5201493 - ], - [ - 9.9434892, - 51.5201305 - ] - ] - }, - "id": "way/319335711" - }, - { - "type": "Feature", - "properties": { - "@id": "way/319783228", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8718509, - 51.5462457 - ], - [ - 9.8719963, - 51.5462689 - ] - ] - }, - "id": "way/319783228" - }, - { - "type": "Feature", - "properties": { - "@id": "way/319783229", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8743811, - 51.5452526 - ], - [ - 9.874397, - 51.5451577 - ] - ] - }, - "id": "way/319783229" - }, - { - "type": "Feature", - "properties": { - "@id": "way/319783230", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8718319, - 51.5463024 - ], - [ - 9.8719725, - 51.5463258 - ] - ] - }, - "id": "way/319783230" - }, - { - "type": "Feature", - "properties": { - "@id": "way/319783231", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8743029, - 51.5452494 - ], - [ - 9.8743213, - 51.5451568 - ] - ] - }, - "id": "way/319783231" - }, - { - "type": "Feature", - "properties": { - "@id": "way/319783232", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8738294, - 51.5452175 - ], - [ - 9.8738496, - 51.5451032 - ] - ] - }, - "id": "way/319783232" - }, - { - "type": "Feature", - "properties": { - "@id": "way/319783233", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8739941, - 51.5452271 - ], - [ - 9.8740137, - 51.5451286 - ] - ] - }, - "id": "way/319783233" - }, - { - "type": "Feature", - "properties": { - "@id": "way/319783234", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8742196, - 51.5452442 - ], - [ - 9.8742396, - 51.5451408 - ] - ] - }, - "id": "way/319783234" - }, - { - "type": "Feature", - "properties": { - "@id": "way/319783235", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.873913, - 51.5452183 - ], - [ - 9.8739345, - 51.5451078 - ] - ] - }, - "id": "way/319783235" - }, - { - "type": "Feature", - "properties": { - "@id": "way/319783236", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8741468, - 51.5452313 - ], - [ - 9.8741666, - 51.5451415 - ] - ] - }, - "id": "way/319783236" - }, - { - "type": "Feature", - "properties": { - "@id": "way/319783237", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8740716, - 51.5452334 - ], - [ - 9.8740914, - 51.5451423 - ], - [ - 9.8741045, - 51.5451238 - ] - ] - }, - "id": "way/319783237" - }, - { - "type": "Feature", - "properties": { - "@id": "way/319783238", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8736168, - 51.5454464 - ], - [ - 9.8736341, - 51.5453482 - ], - [ - 9.8736537, - 51.5453496 - ] - ] - }, - "id": "way/319783238" - }, - { - "type": "Feature", - "properties": { - "@id": "way/320262381", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9018899, - 51.5544616 - ], - [ - 9.9019373, - 51.5544975 - ], - [ - 9.9019972, - 51.5545429 - ], - [ - 9.9020284, - 51.5545991 - ], - [ - 9.9020794, - 51.5546348 - ], - [ - 9.9020902, - 51.5546527 - ], - [ - 9.9020962, - 51.554673 - ], - [ - 9.9020912, - 51.5546939 - ], - [ - 9.9020789, - 51.5547136 - ], - [ - 9.9020561, - 51.5547357 - ], - [ - 9.9014492, - 51.5550339 - ], - [ - 9.9013586, - 51.555055 - ], - [ - 9.9005528, - 51.5541553 - ] - ] - }, - "id": "way/320262381" - }, - { - "type": "Feature", - "properties": { - "@id": "way/320262384", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9020792, - 51.5537935 - ], - [ - 9.9020985, - 51.5537762 - ], - [ - 9.9021326, - 51.5537599 - ], - [ - 9.9021762, - 51.5537452 - ], - [ - 9.9022192, - 51.5537384 - ], - [ - 9.9022594, - 51.5537344 - ], - [ - 9.9023054, - 51.5537445 - ], - [ - 9.9023816, - 51.5537785 - ], - [ - 9.9024271, - 51.553815 - ], - [ - 9.9024434, - 51.5538426 - ], - [ - 9.9024443, - 51.5538707 - ], - [ - 9.9024295, - 51.5538956 - ], - [ - 9.9023859, - 51.553907 - ], - [ - 9.9023073, - 51.5539217 - ], - [ - 9.9022479, - 51.5539248 - ], - [ - 9.9022108, - 51.553923 - ], - [ - 9.9021485, - 51.5539082 - ], - [ - 9.902095, - 51.5538894 - ], - [ - 9.9020762, - 51.5538544 - ], - [ - 9.9020668, - 51.5538322 - ], - [ - 9.9020678, - 51.5538168 - ] - ] - }, - "id": "way/320262384" - }, - { - "type": "Feature", - "properties": { - "@id": "way/320262386", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9019373, - 51.5544975 - ], - [ - 9.9021056, - 51.5544127 - ], - [ - 9.902066, - 51.5543823 - ] - ] - }, - "id": "way/320262386" - }, - { - "type": "Feature", - "properties": { - "@id": "way/320262387", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9014561, - 51.553953 - ], - [ - 9.9012515, - 51.5540601 - ], - [ - 9.901374, - 51.5541505 - ], - [ - 9.9012882, - 51.5541954 - ], - [ - 9.9015978, - 51.5544243 - ], - [ - 9.9016766, - 51.5543831 - ], - [ - 9.9017802, - 51.5544597 - ] - ] - }, - "id": "way/320262387" - }, - { - "type": "Feature", - "properties": { - "@id": "way/320369866", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8733471, - 51.5473179 - ], - [ - 9.8735055, - 51.5468832 - ] - ] - }, - "id": "way/320369866" - }, - { - "type": "Feature", - "properties": { - "@id": "way/320369868", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8738422, - 51.5473684 - ], - [ - 9.8738837, - 51.5473733 - ] - ] - }, - "id": "way/320369868" - }, - { - "type": "Feature", - "properties": { - "@id": "way/320369872", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8722882, - 51.5478078 - ], - [ - 9.8722324, - 51.547898 - ] - ] - }, - "id": "way/320369872" - }, - { - "type": "Feature", - "properties": { - "@id": "way/320369874", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8727314, - 51.5479095 - ], - [ - 9.8722882, - 51.5478078 - ] - ] - }, - "id": "way/320369874" - }, - { - "type": "Feature", - "properties": { - "@id": "way/320369878", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8737717, - 51.5478664 - ], - [ - 9.8738024, - 51.5477243 - ] - ] - }, - "id": "way/320369878" - }, - { - "type": "Feature", - "properties": { - "@id": "way/320369879", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.873412, - 51.5474188 - ], - [ - 9.8733081, - 51.5473355 - ] - ] - }, - "id": "way/320369879" - }, - { - "type": "Feature", - "properties": { - "@id": "way/320369880", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8733169, - 51.5478466 - ], - [ - 9.8732485, - 51.5481409 - ] - ] - }, - "id": "way/320369880" - }, - { - "type": "Feature", - "properties": { - "@id": "way/320369883", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8738164, - 51.5473675 - ], - [ - 9.873765, - 51.5474056 - ], - [ - 9.8736696, - 51.5473952 - ] - ] - }, - "id": "way/320369883" - }, - { - "type": "Feature", - "properties": { - "@id": "way/320369885", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8736515, - 51.5477108 - ], - [ - 9.8738024, - 51.5477243 - ], - [ - 9.8741196, - 51.5477526 - ] - ] - }, - "id": "way/320369885" - }, - { - "type": "Feature", - "properties": { - "@id": "way/320369890", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8732418, - 51.5481632 - ], - [ - 9.8731815, - 51.5484071 - ], - [ - 9.8731643, - 51.5484195 - ], - [ - 9.8731399, - 51.5484265 - ], - [ - 9.8729574, - 51.5483858 - ] - ] - }, - "id": "way/320369890" - }, - { - "type": "Feature", - "properties": { - "@id": "way/320369892", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.872514, - 51.5482361 - ], - [ - 9.8724909, - 51.5482753 - ], - [ - 9.8725249, - 51.548283 - ], - [ - 9.8725971, - 51.5481604 - ], - [ - 9.8722451, - 51.5480801 - ], - [ - 9.8723398, - 51.5479217 - ], - [ - 9.8722324, - 51.547898 - ], - [ - 9.871952, - 51.5478302 - ] - ] - }, - "id": "way/320369892" - }, - { - "type": "Feature", - "properties": { - "@id": "way/320369894", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.87259, - 51.5472702 - ], - [ - 9.8729216, - 51.5473292 - ], - [ - 9.8729414, - 51.5472883 - ], - [ - 9.8730543, - 51.5473144 - ] - ] - }, - "id": "way/320369894" - }, - { - "type": "Feature", - "properties": { - "@id": "way/320369901", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8741877, - 51.5474686 - ], - [ - 9.8741196, - 51.5477526 - ], - [ - 9.8739829, - 51.5483228 - ], - [ - 9.8739249, - 51.5485672 - ], - [ - 9.8738479, - 51.5485929 - ] - ] - }, - "id": "way/320369901" - }, - { - "type": "Feature", - "properties": { - "@id": "way/320369905", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8734318, - 51.5484959 - ], - [ - 9.873385, - 51.5484876 - ], - [ - 9.8733479, - 51.5484759 - ], - [ - 9.8733248, - 51.5484576 - ], - [ - 9.873313, - 51.5484302 - ], - [ - 9.87335, - 51.5482646 - ] - ] - }, - "id": "way/320369905" - }, - { - "type": "Feature", - "properties": { - "@id": "way/320369909", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8735019, - 51.5476181 - ], - [ - 9.8734991, - 51.5475833 - ], - [ - 9.8734641, - 51.5474994 - ], - [ - 9.8734802, - 51.5474785 - ], - [ - 9.8735914, - 51.5474433 - ], - [ - 9.8737774, - 51.5474598 - ] - ] - }, - "id": "way/320369909" - }, - { - "type": "Feature", - "properties": { - "@id": "way/320372334", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8726743, - 51.5481319 - ], - [ - 9.8726803, - 51.5481221 - ], - [ - 9.8726826, - 51.5481184 - ], - [ - 9.8728018, - 51.5481465 - ] - ] - }, - "id": "way/320372334" - }, - { - "type": "Feature", - "properties": { - "@id": "way/320372336", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8722766, - 51.5481836 - ], - [ - 9.8722549, - 51.5482196 - ], - [ - 9.8719549, - 51.5481495 - ], - [ - 9.8719605, - 51.5481403 - ] - ] - }, - "id": "way/320372336" - }, - { - "type": "Feature", - "properties": { - "@id": "way/323859840", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.943645, - 51.5208108 - ], - [ - 9.9434842, - 51.5208062 - ] - ] - }, - "id": "way/323859840" - }, - { - "type": "Feature", - "properties": { - "@id": "way/323859841", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9341105, - 51.5203913 - ], - [ - 9.9343527, - 51.5204024 - ] - ] - }, - "id": "way/323859841" - }, - { - "type": "Feature", - "properties": { - "@id": "way/323867510", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9097403, - 51.5068207 - ], - [ - 9.9097563, - 51.5067258 - ], - [ - 9.9097348, - 51.5066969 - ], - [ - 9.9097443, - 51.5066469 - ], - [ - 9.9102177, - 51.5066146 - ] - ] - }, - "id": "way/323867510" - }, - { - "type": "Feature", - "properties": { - "@id": "way/326968713", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9356937, - 51.5491399 - ], - [ - 9.9357203, - 51.5491412 - ], - [ - 9.9359591, - 51.5491524 - ], - [ - 9.9362118, - 51.5491643 - ], - [ - 9.9362104, - 51.5492336 - ] - ] - }, - "id": "way/326968713" - }, - { - "type": "Feature", - "properties": { - "@id": "way/326968719", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9383078, - 51.5502118 - ], - [ - 9.9380704, - 51.5502641 - ], - [ - 9.9379797, - 51.5503074 - ] - ] - }, - "id": "way/326968719" - }, - { - "type": "Feature", - "properties": { - "@id": "way/326968723", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.938383, - 51.5496659 - ], - [ - 9.938368, - 51.5498481 - ], - [ - 9.9383645, - 51.5501837 - ], - [ - 9.9383078, - 51.5502118 - ] - ] - }, - "id": "way/326968723" - }, - { - "type": "Feature", - "properties": { - "@id": "way/327056100", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9831606, - 51.5409588 - ], - [ - 9.9833669, - 51.5408183 - ], - [ - 9.9833972, - 51.5408023 - ], - [ - 9.9834388, - 51.5407997 - ], - [ - 9.9835059, - 51.5408401 - ], - [ - 9.983843, - 51.5410249 - ], - [ - 9.9838449, - 51.5410468 - ], - [ - 9.9838308, - 51.5410722 - ], - [ - 9.9837713, - 51.5411301 - ], - [ - 9.9836782, - 51.5412075 - ], - [ - 9.9834873, - 51.5413914 - ], - [ - 9.9833683, - 51.5414952 - ] - ] - }, - "id": "way/327056100" - }, - { - "type": "Feature", - "properties": { - "@id": "way/327056101", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9833424, - 51.5415188 - ], - [ - 9.9832472, - 51.541618 - ], - [ - 9.9826436, - 51.5413747 - ], - [ - 9.9827543, - 51.5412892 - ], - [ - 9.9827617, - 51.5412831 - ] - ] - }, - "id": "way/327056101" - }, - { - "type": "Feature", - "properties": { - "@id": "way/327056104", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9826056, - 51.541362 - ], - [ - 9.9822895, - 51.5412787 - ], - [ - 9.9827403, - 51.5408178 - ], - [ - 9.9828145, - 51.5408483 - ], - [ - 9.9828584, - 51.5408663 - ], - [ - 9.9829246, - 51.5408934 - ], - [ - 9.9829814, - 51.5409167 - ], - [ - 9.9830715, - 51.5409537 - ] - ] - }, - "id": "way/327056104" - }, - { - "type": "Feature", - "properties": { - "@id": "way/327279710", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.964696, - 51.5118449 - ], - [ - 9.9645137, - 51.5121885 - ], - [ - 9.9645244, - 51.5122148 - ], - [ - 9.9645629, - 51.5122165 - ] - ] - }, - "id": "way/327279710" - }, - { - "type": "Feature", - "properties": { - "@id": "way/327279711", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9636143, - 51.5121684 - ], - [ - 9.963412, - 51.5121581 - ], - [ - 9.9633984, - 51.5121356 - ], - [ - 9.9635684, - 51.5117858 - ] - ] - }, - "id": "way/327279711" - }, - { - "type": "Feature", - "properties": { - "@id": "way/327279713", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9635728, - 51.5117436 - ], - [ - 9.9636036, - 51.5117451 - ], - [ - 9.9640894, - 51.5117698 - ] - ] - }, - "id": "way/327279713" - }, - { - "type": "Feature", - "properties": { - "@id": "way/327279716", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9644365, - 51.512199 - ], - [ - 9.9644144, - 51.51221 - ], - [ - 9.9639742, - 51.5121908 - ], - [ - 9.9639584, - 51.5121668 - ], - [ - 9.9641389, - 51.5118046 - ], - [ - 9.9641451, - 51.5117729 - ], - [ - 9.9641544, - 51.5117723 - ], - [ - 9.9643769, - 51.511783 - ], - [ - 9.9643837, - 51.5117285 - ] - ] - }, - "id": "way/327279716" - }, - { - "type": "Feature", - "properties": { - "@id": "way/327279725", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9644307, - 51.5117323 - ], - [ - 9.9644958, - 51.5117368 - ], - [ - 9.9646617, - 51.5117504 - ], - [ - 9.9646559, - 51.5117872 - ] - ] - }, - "id": "way/327279725" - }, - { - "type": "Feature", - "properties": { - "@id": "way/327279730", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9629581, - 51.5118554 - ], - [ - 9.963014, - 51.511745 - ], - [ - 9.9630159, - 51.5117176 - ], - [ - 9.9630704, - 51.5117183 - ], - [ - 9.9632874, - 51.5117273 - ], - [ - 9.9632933, - 51.5116716 - ], - [ - 9.9635254, - 51.5116918 - ], - [ - 9.9635154, - 51.5117453 - ] - ] - }, - "id": "way/327279730" - }, - { - "type": "Feature", - "properties": { - "@id": "way/327279736", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9652422, - 51.5119218 - ], - [ - 9.9652864, - 51.5118742 - ], - [ - 9.9650682, - 51.5118148 - ], - [ - 9.9650448, - 51.5118627 - ], - [ - 9.96491, - 51.5118349 - ] - ] - }, - "id": "way/327279736" - }, - { - "type": "Feature", - "properties": { - "@id": "way/327810537", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9296973, - 51.5202086 - ], - [ - 9.9289257, - 51.5202303 - ] - ] - }, - "id": "way/327810537" - }, - { - "type": "Feature", - "properties": { - "@id": "way/327810541", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.930542, - 51.5206006 - ], - [ - 9.9305684, - 51.5204879 - ], - [ - 9.930542, - 51.5202084 - ], - [ - 9.9304827, - 51.5201873 - ], - [ - 9.929712, - 51.5202084 - ] - ] - }, - "id": "way/327810541" - }, - { - "type": "Feature", - "properties": { - "@id": "way/328617402", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9275613, - 51.5365887 - ], - [ - 9.9277087, - 51.5365347 - ] - ] - }, - "id": "way/328617402" - }, - { - "type": "Feature", - "properties": { - "@id": "way/328617404", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9273385, - 51.5366704 - ], - [ - 9.9274895, - 51.536615 - ] - ] - }, - "id": "way/328617404" - }, - { - "type": "Feature", - "properties": { - "@id": "way/328617405", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9278075, - 51.5364985 - ], - [ - 9.9278783, - 51.5364725 - ], - [ - 9.9281547, - 51.5367643 - ] - ] - }, - "id": "way/328617405" - }, - { - "type": "Feature", - "properties": { - "@id": "way/328748635", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9106651, - 51.5398126 - ], - [ - 9.9105395, - 51.5397995 - ], - [ - 9.9104553, - 51.5401109 - ], - [ - 9.9106213, - 51.5401283 - ] - ] - }, - "id": "way/328748635" - }, - { - "type": "Feature", - "properties": { - "@id": "way/328748636", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9106618, - 51.5401313 - ], - [ - 9.9107372, - 51.539819 - ] - ] - }, - "id": "way/328748636" - }, - { - "type": "Feature", - "properties": { - "@id": "way/334832599", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9399637, - 51.5459478 - ], - [ - 9.9400405, - 51.545748 - ] - ] - }, - "id": "way/334832599" - }, - { - "type": "Feature", - "properties": { - "@id": "way/334832604", - "barrier": "hedge", - "survey:date": "2018-05-15" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9396195, - 51.5468005 - ], - [ - 9.9396541, - 51.5467166 - ] - ] - }, - "id": "way/334832604" - }, - { - "type": "Feature", - "properties": { - "@id": "way/334832610", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9468455, - 51.5464932 - ], - [ - 9.9468357, - 51.5467405 - ], - [ - 9.9467903, - 51.5467481 - ] - ] - }, - "id": "way/334832610" - }, - { - "type": "Feature", - "properties": { - "@id": "way/335257939", - "barrier": "hedge", - "survey:date": "2015-03-28" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9275816, - 51.5582721 - ], - [ - 9.9275782, - 51.5581975 - ], - [ - 9.9275836, - 51.5581845 - ], - [ - 9.9276012, - 51.5581729 - ], - [ - 9.9276255, - 51.5581633 - ], - [ - 9.9276393, - 51.5581604 - ], - [ - 9.9276536, - 51.5581584 - ], - [ - 9.9276616, - 51.5581583 - ], - [ - 9.9276736, - 51.5581627 - ], - [ - 9.9276893, - 51.5581764 - ] - ] - }, - "id": "way/335257939" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336701690", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9270289, - 51.5171691 - ], - [ - 9.9270243, - 51.5171078 - ], - [ - 9.9269641, - 51.5169561 - ], - [ - 9.9269506, - 51.5168895 - ], - [ - 9.9269397, - 51.5168505 - ], - [ - 9.9269186, - 51.5168159 - ], - [ - 9.9269161, - 51.5167848 - ], - [ - 9.9269367, - 51.5167761 - ], - [ - 9.9269666, - 51.5167785 - ], - [ - 9.9269506, - 51.5167326 - ], - [ - 9.9269207, - 51.5167284 - ], - [ - 9.9268807, - 51.5167313 - ], - [ - 9.9267772, - 51.5167452 - ] - ] - }, - "id": "way/336701690" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336701691", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9282364, - 51.5163121 - ], - [ - 9.9282233, - 51.5162691 - ] - ] - }, - "id": "way/336701691" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336701695", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9272326, - 51.5164163 - ], - [ - 9.9272394, - 51.5164404 - ] - ] - }, - "id": "way/336701695" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336701697", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9271501, - 51.5163513 - ], - [ - 9.9272057, - 51.5163529 - ] - ] - }, - "id": "way/336701697" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336701699", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9279663, - 51.5162854 - ], - [ - 9.9279354, - 51.5162198 - ] - ] - }, - "id": "way/336701699" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336701700", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9268917, - 51.5162218 - ], - [ - 9.9269256, - 51.5162237 - ], - [ - 9.926956, - 51.5162418 - ] - ] - }, - "id": "way/336701700" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336701701", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9277787, - 51.5173058 - ], - [ - 9.9279138, - 51.5172854 - ], - [ - 9.9279775, - 51.5175021 - ] - ] - }, - "id": "way/336701701" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336701703", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9277594, - 51.5163953 - ], - [ - 9.9277181, - 51.5163963 - ], - [ - 9.9277022, - 51.5163885 - ], - [ - 9.9276609, - 51.5162601 - ], - [ - 9.9276887, - 51.5162517 - ] - ] - }, - "id": "way/336701703" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336709078", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.892689, - 51.532659 - ], - [ - 9.8927804, - 51.5325153 - ] - ] - }, - "id": "way/336709078" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860558", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8832267, - 51.5294684 - ], - [ - 9.8832413, - 51.5294781 - ], - [ - 9.8832659, - 51.5294945 - ], - [ - 9.8832904, - 51.5295109 - ], - [ - 9.883315, - 51.5295273 - ], - [ - 9.8833396, - 51.5295437 - ], - [ - 9.8833642, - 51.5295601 - ] - ] - }, - "id": "way/336860558" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860559", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.883253, - 51.528834 - ], - [ - 9.8832776, - 51.5288504 - ], - [ - 9.8833022, - 51.5288668 - ], - [ - 9.8833267, - 51.5288832 - ], - [ - 9.8833514, - 51.5288997 - ], - [ - 9.8833762, - 51.5289161 - ], - [ - 9.8833948, - 51.5289286 - ] - ] - }, - "id": "way/336860559" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860560", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8834013, - 51.5293671 - ], - [ - 9.8834158, - 51.5293768 - ], - [ - 9.8834404, - 51.5293932 - ], - [ - 9.883465, - 51.5294096 - ], - [ - 9.8834896, - 51.529426 - ], - [ - 9.8835142, - 51.5294424 - ], - [ - 9.8835387, - 51.5294588 - ] - ] - }, - "id": "way/336860560" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860561", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8830542, - 51.5295685 - ], - [ - 9.8830688, - 51.5295782 - ], - [ - 9.8830933, - 51.5295946 - ], - [ - 9.8831179, - 51.529611 - ], - [ - 9.8831425, - 51.5296274 - ], - [ - 9.8831671, - 51.5296438 - ], - [ - 9.8831917, - 51.5296602 - ] - ] - }, - "id": "way/336860561" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860562", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8821027, - 51.5289338 - ], - [ - 9.8821104, - 51.5289389 - ], - [ - 9.8821349, - 51.5289552 - ] - ] - }, - "id": "way/336860562" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860563", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8821581, - 51.5291914 - ], - [ - 9.882167, - 51.5291974 - ], - [ - 9.8821712, - 51.5292002 - ], - [ - 9.882196, - 51.5292167 - ], - [ - 9.8822208, - 51.5292333 - ], - [ - 9.8822457, - 51.5292499 - ], - [ - 9.8822705, - 51.5292664 - ], - [ - 9.8822951, - 51.5292829 - ] - ] - }, - "id": "way/336860563" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860564", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8826821, - 51.5288874 - ], - [ - 9.8826953, - 51.5288962 - ], - [ - 9.8827201, - 51.5289127 - ], - [ - 9.8827449, - 51.5289293 - ], - [ - 9.8827697, - 51.5289458 - ], - [ - 9.8827945, - 51.5289624 - ] - ] - }, - "id": "way/336860564" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860565", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.882356, - 51.5299736 - ], - [ - 9.8823705, - 51.5299833 - ], - [ - 9.8823951, - 51.5299997 - ], - [ - 9.8824197, - 51.5300161 - ], - [ - 9.8824442, - 51.5300325 - ], - [ - 9.8824688, - 51.5300489 - ], - [ - 9.8824934, - 51.5300653 - ] - ] - }, - "id": "way/336860565" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860566", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8832425, - 51.5290443 - ], - [ - 9.8832514, - 51.5290502 - ], - [ - 9.8832761, - 51.5290667 - ], - [ - 9.8833009, - 51.5290832 - ], - [ - 9.8833256, - 51.5290997 - ], - [ - 9.8833503, - 51.5291162 - ], - [ - 9.883375, - 51.5291327 - ] - ] - }, - "id": "way/336860566" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860567", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8820454, - 51.5302026 - ], - [ - 9.88207, - 51.530219 - ], - [ - 9.8820945, - 51.5302354 - ], - [ - 9.8821191, - 51.5302518 - ], - [ - 9.8821437, - 51.5302682 - ] - ] - }, - "id": "way/336860567" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860568", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8820472, - 51.527971 - ], - [ - 9.8820211, - 51.5279861 - ], - [ - 9.8819949, - 51.5280013 - ], - [ - 9.8819861, - 51.5280064 - ] - ] - }, - "id": "way/336860568" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860569", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8821973, - 51.5296506 - ], - [ - 9.8822062, - 51.5296566 - ], - [ - 9.882231, - 51.5296731 - ], - [ - 9.8822557, - 51.5296896 - ], - [ - 9.8822804, - 51.5297061 - ], - [ - 9.8823051, - 51.5297226 - ], - [ - 9.8823299, - 51.5297391 - ] - ] - }, - "id": "way/336860569" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860570", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8822875, - 51.5280324 - ], - [ - 9.8823188, - 51.5280142 - ], - [ - 9.8823454, - 51.5279988 - ], - [ - 9.882372, - 51.5279834 - ], - [ - 9.8823986, - 51.5279679 - ], - [ - 9.8824252, - 51.5279525 - ], - [ - 9.8824518, - 51.527937 - ], - [ - 9.8824784, - 51.5279216 - ], - [ - 9.882505, - 51.5279062 - ], - [ - 9.8825317, - 51.5278907 - ], - [ - 9.882553, - 51.5278784 - ] - ] - }, - "id": "way/336860570" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860571", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8825445, - 51.5294492 - ], - [ - 9.8825534, - 51.5294551 - ], - [ - 9.8825782, - 51.5294716 - ], - [ - 9.8826029, - 51.5294881 - ], - [ - 9.8826276, - 51.5295046 - ], - [ - 9.8826523, - 51.5295211 - ], - [ - 9.8826771, - 51.5295376 - ] - ] - }, - "id": "way/336860571" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860572", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8835753, - 51.5292662 - ], - [ - 9.8835898, - 51.5292759 - ], - [ - 9.8836144, - 51.5292923 - ], - [ - 9.883639, - 51.5293087 - ], - [ - 9.8836635, - 51.5293251 - ], - [ - 9.8836881, - 51.5293415 - ], - [ - 9.8837127, - 51.5293579 - ] - ] - }, - "id": "way/336860572" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860573", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8825464, - 51.5287968 - ], - [ - 9.8825712, - 51.5288134 - ], - [ - 9.882596, - 51.52883 - ], - [ - 9.8826208, - 51.5288465 - ], - [ - 9.8826456, - 51.5288631 - ], - [ - 9.882659, - 51.528872 - ] - ] - }, - "id": "way/336860573" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860574", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8827443, - 51.5295825 - ], - [ - 9.8827689, - 51.5295989 - ], - [ - 9.8827935, - 51.5296153 - ], - [ - 9.8828181, - 51.5296317 - ], - [ - 9.8828426, - 51.5296481 - ], - [ - 9.8828555, - 51.5296567 - ] - ] - }, - "id": "way/336860574" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860575", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8822607, - 51.528172 - ], - [ - 9.8822753, - 51.5281817 - ], - [ - 9.8823006, - 51.5281986 - ], - [ - 9.8823259, - 51.5282155 - ], - [ - 9.8823513, - 51.5282324 - ], - [ - 9.8823766, - 51.5282493 - ] - ] - }, - "id": "way/336860575" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860576", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8825301, - 51.5298726 - ], - [ - 9.8825446, - 51.5298823 - ], - [ - 9.8825692, - 51.5298987 - ], - [ - 9.8825938, - 51.5299151 - ], - [ - 9.8826183, - 51.5299315 - ], - [ - 9.8826429, - 51.5299479 - ], - [ - 9.8826675, - 51.5299643 - ] - ] - }, - "id": "way/336860576" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860577", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8820235, - 51.5293169 - ], - [ - 9.8820483, - 51.5293334 - ], - [ - 9.8820731, - 51.52935 - ], - [ - 9.8820979, - 51.5293665 - ], - [ - 9.8821226, - 51.529383 - ] - ] - }, - "id": "way/336860577" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860578", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.883593, - 51.5290608 - ], - [ - 9.8836165, - 51.5290765 - ], - [ - 9.8836411, - 51.5290929 - ], - [ - 9.8836657, - 51.5291093 - ], - [ - 9.8836902, - 51.5291257 - ], - [ - 9.8837148, - 51.5291421 - ], - [ - 9.8837277, - 51.5291507 - ] - ] - }, - "id": "way/336860578" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860579", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8830938, - 51.5293797 - ], - [ - 9.8831184, - 51.5293961 - ], - [ - 9.883143, - 51.5294125 - ], - [ - 9.8831675, - 51.5294289 - ], - [ - 9.8831921, - 51.5294453 - ], - [ - 9.883205, - 51.5294539 - ] - ] - }, - "id": "way/336860579" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860580", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8821995, - 51.5298692 - ], - [ - 9.882223, - 51.5298849 - ], - [ - 9.8822476, - 51.5299013 - ], - [ - 9.8822722, - 51.5299177 - ], - [ - 9.8822968, - 51.5299341 - ], - [ - 9.8823213, - 51.5299505 - ], - [ - 9.8823342, - 51.5299591 - ] - ] - }, - "id": "way/336860580" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860581", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8823719, - 51.5295493 - ], - [ - 9.882381, - 51.5295554 - ], - [ - 9.8824056, - 51.5295718 - ], - [ - 9.8824303, - 51.5295883 - ], - [ - 9.882455, - 51.5296048 - ], - [ - 9.8824798, - 51.5296212 - ], - [ - 9.8825045, - 51.5296378 - ] - ] - }, - "id": "way/336860581" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860582", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8825448, - 51.5283615 - ], - [ - 9.8825613, - 51.5283725 - ], - [ - 9.8825857, - 51.5283888 - ], - [ - 9.8826101, - 51.5284051 - ], - [ - 9.8826346, - 51.5284214 - ], - [ - 9.882659, - 51.5284377 - ], - [ - 9.8826733, - 51.5284473 - ] - ] - }, - "id": "way/336860582" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860583", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8834423, - 51.5291775 - ], - [ - 9.8834669, - 51.5291939 - ], - [ - 9.8834915, - 51.5292103 - ], - [ - 9.8835161, - 51.5292267 - ], - [ - 9.8835406, - 51.5292431 - ], - [ - 9.8835535, - 51.5292517 - ] - ] - }, - "id": "way/336860583" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860584", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8821803, - 51.5300755 - ], - [ - 9.8821948, - 51.5300852 - ], - [ - 9.8822194, - 51.5301016 - ], - [ - 9.882244, - 51.530118 - ], - [ - 9.8822686, - 51.5301344 - ], - [ - 9.8822932, - 51.5301508 - ], - [ - 9.8823177, - 51.5301672 - ] - ] - }, - "id": "way/336860584" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860585", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8824146, - 51.5282747 - ], - [ - 9.8824391, - 51.528291 - ], - [ - 9.8824635, - 51.5283073 - ], - [ - 9.8824879, - 51.5283236 - ], - [ - 9.8825124, - 51.5283399 - ], - [ - 9.8825237, - 51.5283474 - ] - ] - }, - "id": "way/336860585" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860586", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8828939, - 51.5285952 - ], - [ - 9.8829188, - 51.5286118 - ], - [ - 9.8829436, - 51.5286283 - ], - [ - 9.8829684, - 51.5286449 - ], - [ - 9.8829932, - 51.5286614 - ], - [ - 9.8830066, - 51.5286704 - ] - ] - }, - "id": "way/336860586" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860587", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8821485, - 51.5280971 - ], - [ - 9.8821739, - 51.528114 - ], - [ - 9.8821992, - 51.5281309 - ], - [ - 9.8822246, - 51.5281479 - ], - [ - 9.8822409, - 51.5281588 - ] - ] - }, - "id": "way/336860587" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860588", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8832448, - 51.5292628 - ], - [ - 9.8832683, - 51.5292784 - ], - [ - 9.8832929, - 51.5292949 - ], - [ - 9.8833175, - 51.5293113 - ], - [ - 9.8833421, - 51.5293277 - ], - [ - 9.8833667, - 51.5293441 - ], - [ - 9.8833796, - 51.5293526 - ] - ] - }, - "id": "way/336860588" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860589", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8822082, - 51.5294401 - ], - [ - 9.8822328, - 51.5294565 - ], - [ - 9.8822575, - 51.529473 - ], - [ - 9.882282, - 51.5294893 - ], - [ - 9.8823067, - 51.5295058 - ], - [ - 9.8823314, - 51.5295223 - ], - [ - 9.88235, - 51.5295347 - ] - ] - }, - "id": "way/336860589" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860590", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8821059, - 51.5287206 - ], - [ - 9.882112, - 51.5287246 - ], - [ - 9.8821364, - 51.5287409 - ], - [ - 9.8821507, - 51.5287505 - ] - ] - }, - "id": "way/336860590" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860591", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8824054, - 51.5293564 - ], - [ - 9.8824301, - 51.5293728 - ], - [ - 9.8824545, - 51.5293892 - ], - [ - 9.8824793, - 51.5294057 - ], - [ - 9.882504, - 51.5294222 - ], - [ - 9.8825226, - 51.5294346 - ] - ] - }, - "id": "way/336860591" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860592", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8831005, - 51.5285747 - ], - [ - 9.8831318, - 51.5285566 - ], - [ - 9.8831584, - 51.5285412 - ], - [ - 9.883185, - 51.5285257 - ], - [ - 9.8832116, - 51.5285103 - ], - [ - 9.8832382, - 51.5284949 - ], - [ - 9.8832648, - 51.5284794 - ], - [ - 9.8832914, - 51.528464 - ], - [ - 9.8833181, - 51.5284485 - ], - [ - 9.8833447, - 51.5284331 - ], - [ - 9.8833713, - 51.5284177 - ] - ] - }, - "id": "way/336860592" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860593", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8822406, - 51.5283757 - ], - [ - 9.8822651, - 51.528392 - ], - [ - 9.8822895, - 51.5284083 - ], - [ - 9.8823139, - 51.5284246 - ], - [ - 9.8823383, - 51.5284409 - ], - [ - 9.8823496, - 51.5284484 - ] - ] - }, - "id": "way/336860593" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860594", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8821184, - 51.5298151 - ], - [ - 9.882131, - 51.5298236 - ], - [ - 9.8821558, - 51.5298401 - ] - ] - }, - "id": "way/336860594" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860595", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8834167, - 51.5289432 - ], - [ - 9.8834256, - 51.5289491 - ], - [ - 9.8834504, - 51.5289656 - ], - [ - 9.8834751, - 51.5289821 - ], - [ - 9.8834998, - 51.5289986 - ], - [ - 9.8835245, - 51.5290151 - ], - [ - 9.8835493, - 51.5290316 - ] - ] - }, - "id": "way/336860595" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860596", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.883632, - 51.5288713 - ], - [ - 9.8836635, - 51.5288923 - ], - [ - 9.8836882, - 51.5289088 - ], - [ - 9.8836943, - 51.5289128 - ] - ] - }, - "id": "way/336860596" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860597", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8827204, - 51.5286959 - ], - [ - 9.8827452, - 51.5287124 - ], - [ - 9.8827701, - 51.528729 - ], - [ - 9.8827949, - 51.5287455 - ], - [ - 9.8828197, - 51.5287621 - ], - [ - 9.8828331, - 51.528771 - ] - ] - }, - "id": "way/336860597" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860598", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8827047, - 51.5297713 - ], - [ - 9.8827192, - 51.529781 - ], - [ - 9.8827438, - 51.5297974 - ], - [ - 9.8827684, - 51.5298138 - ], - [ - 9.882793, - 51.5298302 - ], - [ - 9.8828175, - 51.5298466 - ], - [ - 9.8828421, - 51.529863 - ] - ] - }, - "id": "way/336860598" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860599", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.882091, - 51.528493 - ], - [ - 9.8821154, - 51.5285092 - ], - [ - 9.8821399, - 51.5285255 - ], - [ - 9.8821643, - 51.5285418 - ], - [ - 9.8821756, - 51.5285494 - ] - ] - }, - "id": "way/336860599" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860600", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8821747, - 51.5289818 - ], - [ - 9.8821993, - 51.5289982 - ], - [ - 9.8822036, - 51.5290011 - ], - [ - 9.8822241, - 51.5290148 - ], - [ - 9.8822325, - 51.5290204 - ], - [ - 9.8822489, - 51.5290313 - ], - [ - 9.8822614, - 51.5290397 - ], - [ - 9.8822738, - 51.5290479 - ], - [ - 9.8822904, - 51.5290589 - ], - [ - 9.8822986, - 51.5290644 - ], - [ - 9.882312, - 51.5290734 - ] - ] - }, - "id": "way/336860600" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860601", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8828978, - 51.5294641 - ], - [ - 9.8829213, - 51.5294798 - ], - [ - 9.8829459, - 51.5294962 - ], - [ - 9.8829704, - 51.5295126 - ], - [ - 9.882995, - 51.529529 - ], - [ - 9.8830196, - 51.5295454 - ], - [ - 9.8830325, - 51.529554 - ] - ] - }, - "id": "way/336860601" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860602", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8826428, - 51.5282304 - ], - [ - 9.8826694, - 51.528215 - ], - [ - 9.8826961, - 51.5281996 - ], - [ - 9.8827227, - 51.5281841 - ], - [ - 9.8827493, - 51.5281687 - ], - [ - 9.8827759, - 51.5281532 - ], - [ - 9.8828025, - 51.5281378 - ], - [ - 9.8828291, - 51.5281224 - ], - [ - 9.8828557, - 51.5281069 - ], - [ - 9.8828824, - 51.5280915 - ], - [ - 9.8829349, - 51.528061 - ] - ] - }, - "id": "way/336860602" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860603", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8825482, - 51.5296669 - ], - [ - 9.8825717, - 51.5296826 - ], - [ - 9.8825963, - 51.529699 - ], - [ - 9.8826209, - 51.5297154 - ], - [ - 9.8826455, - 51.5297318 - ], - [ - 9.8826701, - 51.5297482 - ], - [ - 9.8826829, - 51.5297568 - ] - ] - }, - "id": "way/336860603" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860604", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8823971, - 51.5297839 - ], - [ - 9.8824217, - 51.5298003 - ], - [ - 9.8824463, - 51.5298167 - ], - [ - 9.8824709, - 51.5298331 - ], - [ - 9.8824955, - 51.5298495 - ], - [ - 9.8825083, - 51.5298581 - ] - ] - }, - "id": "way/336860604" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860605", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8829388, - 51.5284669 - ], - [ - 9.8829701, - 51.5284487 - ], - [ - 9.8829967, - 51.5284333 - ], - [ - 9.8830233, - 51.5284179 - ], - [ - 9.8830499, - 51.5284024 - ], - [ - 9.8830765, - 51.528387 - ], - [ - 9.8831031, - 51.5283716 - ], - [ - 9.8831297, - 51.5283561 - ], - [ - 9.8831564, - 51.5283407 - ], - [ - 9.883183, - 51.5283252 - ], - [ - 9.8832096, - 51.5283098 - ], - [ - 9.8832362, - 51.5282944 - ], - [ - 9.8832611, - 51.5282799 - ] - ] - }, - "id": "way/336860605" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860606", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8825077, - 51.5289886 - ], - [ - 9.8825209, - 51.5289974 - ], - [ - 9.8825457, - 51.5290139 - ], - [ - 9.8825705, - 51.5290305 - ], - [ - 9.8825953, - 51.529047 - ], - [ - 9.8826201, - 51.5290636 - ] - ] - }, - "id": "way/336860606" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860607", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8830297, - 51.5286857 - ], - [ - 9.8830428, - 51.5286945 - ], - [ - 9.8830676, - 51.5287111 - ], - [ - 9.8830925, - 51.5287276 - ], - [ - 9.8831173, - 51.5287442 - ], - [ - 9.8831421, - 51.5287607 - ] - ] - }, - "id": "way/336860607" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860608", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8828562, - 51.5287864 - ], - [ - 9.8828693, - 51.5287952 - ], - [ - 9.8828941, - 51.5288117 - ], - [ - 9.8829189, - 51.5288283 - ], - [ - 9.8829437, - 51.5288448 - ], - [ - 9.8829685, - 51.5288614 - ] - ] - }, - "id": "way/336860608" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860609", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8823707, - 51.5284625 - ], - [ - 9.8823872, - 51.5284735 - ], - [ - 9.8824117, - 51.5284898 - ], - [ - 9.8824361, - 51.5285061 - ], - [ - 9.8824605, - 51.5285224 - ], - [ - 9.882485, - 51.5285387 - ], - [ - 9.8824993, - 51.5285482 - ] - ] - }, - "id": "way/336860609" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860610", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8820865, - 51.5282731 - ], - [ - 9.882101, - 51.5282828 - ], - [ - 9.8821264, - 51.5282997 - ], - [ - 9.8821517, - 51.5283166 - ], - [ - 9.8821771, - 51.5283335 - ], - [ - 9.8822024, - 51.5283504 - ] - ] - }, - "id": "way/336860610" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860611", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8820473, - 51.5299868 - ], - [ - 9.8820719, - 51.5300032 - ], - [ - 9.8820965, - 51.5300196 - ], - [ - 9.8821211, - 51.530036 - ], - [ - 9.8821457, - 51.5300524 - ], - [ - 9.8821586, - 51.530061 - ] - ] - }, - "id": "way/336860611" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860612", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8821265, - 51.527925 - ], - [ - 9.8821577, - 51.5279068 - ], - [ - 9.8821844, - 51.5278914 - ], - [ - 9.882211, - 51.527876 - ], - [ - 9.8822376, - 51.5278605 - ], - [ - 9.8822642, - 51.5278451 - ], - [ - 9.8822908, - 51.5278296 - ] - ] - }, - "id": "way/336860612" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860613", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.882335, - 51.5290888 - ], - [ - 9.8823482, - 51.5290975 - ], - [ - 9.882373, - 51.5291141 - ], - [ - 9.8823978, - 51.5291306 - ], - [ - 9.8824226, - 51.5291472 - ], - [ - 9.8824474, - 51.5291637 - ], - [ - 9.8824721, - 51.5291802 - ] - ] - }, - "id": "way/336860613" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860614", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8829293, - 51.5290524 - ], - [ - 9.882954, - 51.5290689 - ], - [ - 9.8829785, - 51.5290852 - ], - [ - 9.8830032, - 51.5291017 - ], - [ - 9.8830279, - 51.5291182 - ], - [ - 9.8830465, - 51.5291306 - ] - ] - }, - "id": "way/336860614" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860615", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8824514, - 51.5281417 - ], - [ - 9.8824826, - 51.5281236 - ], - [ - 9.8825092, - 51.5281081 - ], - [ - 9.8825359, - 51.5280927 - ], - [ - 9.8825625, - 51.5280773 - ], - [ - 9.8825891, - 51.5280618 - ], - [ - 9.8826157, - 51.5280464 - ], - [ - 9.8826423, - 51.5280309 - ], - [ - 9.8826689, - 51.5280155 - ], - [ - 9.8826955, - 51.5280001 - ], - [ - 9.8827222, - 51.5279846 - ] - ] - }, - "id": "way/336860615" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860616", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8825577, - 51.5292373 - ], - [ - 9.8825823, - 51.5292537 - ], - [ - 9.882607, - 51.5292702 - ], - [ - 9.8826315, - 51.5292865 - ], - [ - 9.8826562, - 51.529303 - ], - [ - 9.8826809, - 51.5293195 - ], - [ - 9.8826995, - 51.5293319 - ] - ] - }, - "id": "way/336860616" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860617", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8828772, - 51.5296712 - ], - [ - 9.8828918, - 51.5296809 - ], - [ - 9.8829164, - 51.5296973 - ], - [ - 9.8829409, - 51.5297137 - ], - [ - 9.8829655, - 51.5297301 - ], - [ - 9.8829901, - 51.5297465 - ], - [ - 9.8830147, - 51.5297629 - ] - ] - }, - "id": "way/336860617" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860618", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8821967, - 51.5285634 - ], - [ - 9.8822132, - 51.5285744 - ], - [ - 9.8822376, - 51.5285907 - ], - [ - 9.8822621, - 51.5286071 - ], - [ - 9.8822865, - 51.5286234 - ], - [ - 9.882311, - 51.5286397 - ], - [ - 9.8823252, - 51.5286492 - ] - ] - }, - "id": "way/336860618" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860619", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8819463, - 51.5278257 - ], - [ - 9.8819809, - 51.5278056 - ], - [ - 9.8820063, - 51.5277909 - ], - [ - 9.8820268, - 51.527779 - ] - ] - }, - "id": "way/336860619" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860620", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8820829, - 51.5295743 - ], - [ - 9.8821073, - 51.5295906 - ], - [ - 9.8821321, - 51.5296071 - ], - [ - 9.8821568, - 51.5296236 - ], - [ - 9.8821754, - 51.529636 - ] - ] - }, - "id": "way/336860620" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860621", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8828939, - 51.5292465 - ], - [ - 9.8829028, - 51.5292524 - ], - [ - 9.8829276, - 51.5292689 - ], - [ - 9.8829523, - 51.5292854 - ], - [ - 9.882977, - 51.5293019 - ], - [ - 9.8830017, - 51.5293184 - ], - [ - 9.8830265, - 51.5293349 - ] - ] - }, - "id": "way/336860621" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860622", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8826934, - 51.5284606 - ], - [ - 9.8827079, - 51.5284703 - ], - [ - 9.8827324, - 51.5284866 - ], - [ - 9.8827568, - 51.5285029 - ], - [ - 9.8827812, - 51.5285192 - ], - [ - 9.8828057, - 51.5285355 - ], - [ - 9.8828301, - 51.5285519 - ] - ] - }, - "id": "way/336860622" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860623", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8839223, - 51.5290649 - ], - [ - 9.8839368, - 51.5290746 - ], - [ - 9.8839614, - 51.529091 - ], - [ - 9.883986, - 51.5291074 - ], - [ - 9.8840105, - 51.5291238 - ], - [ - 9.8840351, - 51.5291402 - ] - ] - }, - "id": "way/336860623" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860624", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8820223, - 51.5291009 - ], - [ - 9.8820513, - 51.5291202 - ], - [ - 9.882072, - 51.529134 - ], - [ - 9.8820802, - 51.5291395 - ], - [ - 9.8820967, - 51.5291505 - ], - [ - 9.8821092, - 51.5291588 - ], - [ - 9.8821216, - 51.5291671 - ], - [ - 9.882135, - 51.529176 - ] - ] - }, - "id": "way/336860624" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860625", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8825193, - 51.5285616 - ], - [ - 9.8825339, - 51.5285713 - ], - [ - 9.8825583, - 51.5285876 - ], - [ - 9.8825827, - 51.5286039 - ], - [ - 9.8826072, - 51.5286202 - ], - [ - 9.8826316, - 51.5286365 - ], - [ - 9.8826561, - 51.5286528 - ] - ] - }, - "id": "way/336860625" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860626", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.882372, - 51.528898 - ], - [ - 9.8823968, - 51.5289146 - ], - [ - 9.8824216, - 51.5289311 - ], - [ - 9.8824464, - 51.5289477 - ], - [ - 9.8824712, - 51.5289642 - ], - [ - 9.8824846, - 51.5289732 - ] - ] - }, - "id": "way/336860626" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860627", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8827302, - 51.5291373 - ], - [ - 9.8827548, - 51.5291537 - ], - [ - 9.8827795, - 51.5291701 - ], - [ - 9.8828039, - 51.5291865 - ], - [ - 9.8828287, - 51.529203 - ], - [ - 9.8828534, - 51.5292195 - ], - [ - 9.882872, - 51.5292319 - ] - ] - }, - "id": "way/336860627" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860628", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8837895, - 51.5289764 - ], - [ - 9.8838139, - 51.5289926 - ], - [ - 9.8838385, - 51.529009 - ], - [ - 9.8838631, - 51.5290254 - ], - [ - 9.8838876, - 51.5290418 - ], - [ - 9.8839005, - 51.5290504 - ] - ] - }, - "id": "way/336860628" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860629", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8823453, - 51.5286626 - ], - [ - 9.8823598, - 51.5286723 - ], - [ - 9.8823843, - 51.5286886 - ], - [ - 9.8824087, - 51.5287049 - ], - [ - 9.8824332, - 51.5287212 - ], - [ - 9.8824576, - 51.5287375 - ], - [ - 9.882482, - 51.5287538 - ] - ] - }, - "id": "way/336860629" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860630", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8830787, - 51.528935 - ], - [ - 9.8831033, - 51.5289514 - ], - [ - 9.883128, - 51.5289679 - ], - [ - 9.8831525, - 51.5289842 - ], - [ - 9.8831772, - 51.5290007 - ], - [ - 9.8832019, - 51.5290172 - ], - [ - 9.8832205, - 51.5290296 - ] - ] - }, - "id": "way/336860630" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860631", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8827762, - 51.5283584 - ], - [ - 9.8828075, - 51.5283403 - ], - [ - 9.8828341, - 51.5283248 - ], - [ - 9.8828607, - 51.5283094 - ], - [ - 9.8828873, - 51.5282939 - ], - [ - 9.8829139, - 51.5282785 - ], - [ - 9.8829405, - 51.5282631 - ], - [ - 9.8829671, - 51.5282476 - ], - [ - 9.8829937, - 51.5282322 - ], - [ - 9.8830204, - 51.5282167 - ], - [ - 9.883047, - 51.5282013 - ] - ] - }, - "id": "way/336860631" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860632", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8830684, - 51.5291452 - ], - [ - 9.8830774, - 51.5291512 - ], - [ - 9.8831021, - 51.5291677 - ], - [ - 9.8831268, - 51.5291842 - ], - [ - 9.8831516, - 51.5292007 - ], - [ - 9.8831763, - 51.5292172 - ], - [ - 9.883201, - 51.5292337 - ] - ] - }, - "id": "way/336860632" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860633", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8827215, - 51.5293465 - ], - [ - 9.8827304, - 51.5293525 - ], - [ - 9.8827551, - 51.529369 - ], - [ - 9.8827798, - 51.5293855 - ], - [ - 9.8828046, - 51.529402 - ], - [ - 9.8828293, - 51.5294185 - ], - [ - 9.882854, - 51.529435 - ] - ] - }, - "id": "way/336860633" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860634", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8837494, - 51.5291652 - ], - [ - 9.883764, - 51.5291749 - ], - [ - 9.8837886, - 51.5291913 - ], - [ - 9.8838131, - 51.5292077 - ], - [ - 9.8838377, - 51.5292241 - ], - [ - 9.8838623, - 51.5292405 - ], - [ - 9.8838869, - 51.5292569 - ] - ] - }, - "id": "way/336860634" - }, - { - "type": "Feature", - "properties": { - "@id": "way/336860635", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8821708, - 51.5287639 - ], - [ - 9.8821853, - 51.5287735 - ], - [ - 9.8822097, - 51.5287898 - ], - [ - 9.8822342, - 51.5288062 - ], - [ - 9.8822586, - 51.5288225 - ], - [ - 9.882283, - 51.5288388 - ], - [ - 9.8823075, - 51.5288551 - ] - ] - }, - "id": "way/336860635" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337028187", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9120799, - 51.525976 - ], - [ - 9.91195, - 51.5256159 - ], - [ - 9.9118908, - 51.5255848 - ], - [ - 9.9117048, - 51.5255963 - ] - ] - }, - "id": "way/337028187" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337032575", - "barrier": "hedge", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8833917, - 51.5274819 - ], - [ - 9.8833912, - 51.5274662 - ], - [ - 9.8833905, - 51.5274435 - ], - [ - 9.8833898, - 51.5274209 - ], - [ - 9.8833891, - 51.5273982 - ], - [ - 9.8833886, - 51.5273829 - ] - ] - }, - "id": "way/337032575" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337032576", - "barrier": "hedge", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8828634, - 51.5271643 - ], - [ - 9.8828627, - 51.5271397 - ], - [ - 9.8828619, - 51.5271151 - ], - [ - 9.8828611, - 51.5270905 - ] - ] - }, - "id": "way/337032576" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337032577", - "barrier": "hedge", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8831276, - 51.5273741 - ], - [ - 9.883127, - 51.527356 - ], - [ - 9.8831263, - 51.5273333 - ], - [ - 9.8831256, - 51.5273106 - ], - [ - 9.8831249, - 51.527288 - ], - [ - 9.8831242, - 51.5272653 - ] - ] - }, - "id": "way/337032577" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337032578", - "barrier": "hedge", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8828735, - 51.5274881 - ], - [ - 9.882873, - 51.5274724 - ], - [ - 9.8828723, - 51.5274498 - ], - [ - 9.8828716, - 51.5274271 - ], - [ - 9.8828709, - 51.5274044 - ], - [ - 9.8828704, - 51.5273891 - ] - ] - }, - "id": "way/337032578" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337032579", - "barrier": "hedge", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8833989, - 51.5277156 - ], - [ - 9.8833982, - 51.5276929 - ], - [ - 9.8833975, - 51.5276703 - ], - [ - 9.8833968, - 51.5276476 - ], - [ - 9.8833961, - 51.5276249 - ], - [ - 9.8833956, - 51.5276087 - ] - ] - }, - "id": "way/337032579" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337032580", - "barrier": "hedge", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8826127, - 51.5273803 - ], - [ - 9.8826122, - 51.5273622 - ], - [ - 9.8826115, - 51.5273395 - ], - [ - 9.8826108, - 51.5273168 - ], - [ - 9.88261, - 51.5272942 - ], - [ - 9.8826093, - 51.5272715 - ] - ] - }, - "id": "way/337032580" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337032581", - "barrier": "hedge", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8823433, - 51.5271706 - ], - [ - 9.8823425, - 51.527146 - ], - [ - 9.8823418, - 51.5271214 - ], - [ - 9.882341, - 51.5270967 - ] - ] - }, - "id": "way/337032581" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337032582", - "barrier": "hedge", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8833952, - 51.5275961 - ], - [ - 9.8833947, - 51.5275796 - ], - [ - 9.883394, - 51.5275569 - ], - [ - 9.8833933, - 51.5275342 - ], - [ - 9.8833926, - 51.5275115 - ], - [ - 9.8833921, - 51.5274961 - ] - ] - }, - "id": "way/337032582" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337032583", - "barrier": "hedge", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8833882, - 51.527371 - ], - [ - 9.8833877, - 51.5273528 - ], - [ - 9.883387, - 51.5273302 - ], - [ - 9.8833862, - 51.5273075 - ], - [ - 9.8833855, - 51.5272848 - ], - [ - 9.8833848, - 51.5272621 - ] - ] - }, - "id": "way/337032583" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337032584", - "barrier": "hedge", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.88287, - 51.5273772 - ], - [ - 9.8828695, - 51.5273591 - ], - [ - 9.8828688, - 51.5273364 - ], - [ - 9.8828681, - 51.5273137 - ], - [ - 9.8828674, - 51.5272911 - ], - [ - 9.8828667, - 51.5272684 - ] - ] - }, - "id": "way/337032584" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337032585", - "barrier": "hedge", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8836534, - 51.5275765 - ], - [ - 9.8836527, - 51.5275538 - ], - [ - 9.8836519, - 51.5275311 - ], - [ - 9.8836512, - 51.5275084 - ], - [ - 9.8836505, - 51.5274858 - ], - [ - 9.8836498, - 51.5274631 - ], - [ - 9.8836491, - 51.5274404 - ], - [ - 9.8836484, - 51.5274177 - ], - [ - 9.8836477, - 51.5273951 - ], - [ - 9.8836472, - 51.5273798 - ] - ] - }, - "id": "way/337032585" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337032586", - "barrier": "hedge", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8831362, - 51.5276507 - ], - [ - 9.8831355, - 51.5276281 - ], - [ - 9.8831349, - 51.5276119 - ] - ] - }, - "id": "way/337032586" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337032587", - "barrier": "hedge", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8823499, - 51.5273835 - ], - [ - 9.8823494, - 51.5273653 - ], - [ - 9.8823487, - 51.5273427 - ], - [ - 9.882348, - 51.52732 - ], - [ - 9.8823472, - 51.5272973 - ], - [ - 9.8823465, - 51.5272746 - ] - ] - }, - "id": "way/337032587" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337032588", - "barrier": "hedge", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.883641, - 51.5271796 - ], - [ - 9.8836402, - 51.527155 - ], - [ - 9.8836395, - 51.5271304 - ], - [ - 9.8836387, - 51.5271057 - ], - [ - 9.8836379, - 51.5270811 - ] - ] - }, - "id": "way/337032588" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337032589", - "barrier": "hedge", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8826162, - 51.5274912 - ], - [ - 9.8826157, - 51.5274755 - ], - [ - 9.882615, - 51.5274529 - ], - [ - 9.8826143, - 51.5274302 - ], - [ - 9.8826136, - 51.5274075 - ], - [ - 9.8826131, - 51.5273922 - ] - ] - }, - "id": "way/337032589" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337032590", - "barrier": "hedge", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8831346, - 51.5275993 - ], - [ - 9.883134, - 51.5275827 - ], - [ - 9.8831333, - 51.52756 - ], - [ - 9.8831326, - 51.5275374 - ], - [ - 9.8831319, - 51.5275147 - ], - [ - 9.8831314, - 51.5274992 - ] - ] - }, - "id": "way/337032590" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337032591", - "barrier": "hedge", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8836469, - 51.5273679 - ], - [ - 9.8836463, - 51.5273497 - ], - [ - 9.8836456, - 51.527327 - ], - [ - 9.8836449, - 51.5273044 - ], - [ - 9.8836442, - 51.5272817 - ], - [ - 9.8836435, - 51.527259 - ] - ] - }, - "id": "way/337032591" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337032592", - "barrier": "hedge", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.883131, - 51.527485 - ], - [ - 9.8831305, - 51.5274693 - ], - [ - 9.8831298, - 51.5274467 - ], - [ - 9.8831291, - 51.527424 - ], - [ - 9.8831284, - 51.5274013 - ], - [ - 9.8831279, - 51.527386 - ] - ] - }, - "id": "way/337032592" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337032593", - "barrier": "hedge", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8831217, - 51.5271859 - ], - [ - 9.8831209, - 51.5271612 - ], - [ - 9.8831202, - 51.5271366 - ], - [ - 9.8831194, - 51.527112 - ], - [ - 9.8831186, - 51.5270874 - ] - ] - }, - "id": "way/337032593" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337032594", - "barrier": "hedge", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8828765, - 51.5275858 - ], - [ - 9.8828758, - 51.5275631 - ], - [ - 9.8828751, - 51.5275405 - ], - [ - 9.8828744, - 51.5275178 - ], - [ - 9.8828739, - 51.5275023 - ] - ] - }, - "id": "way/337032594" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337032595", - "barrier": "hedge", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8826069, - 51.5271921 - ], - [ - 9.8826053, - 51.5271674 - ], - [ - 9.8826043, - 51.5271428 - ], - [ - 9.8826034, - 51.5271182 - ], - [ - 9.8826038, - 51.5270936 - ] - ] - }, - "id": "way/337032595" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337032596", - "barrier": "hedge", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8826178, - 51.5275436 - ], - [ - 9.8826171, - 51.5275209 - ], - [ - 9.8826166, - 51.5275054 - ] - ] - }, - "id": "way/337032596" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337032597", - "barrier": "hedge", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8823529, - 51.5274787 - ], - [ - 9.8823522, - 51.527456 - ], - [ - 9.8823515, - 51.5274334 - ], - [ - 9.8823508, - 51.5274107 - ], - [ - 9.8823503, - 51.5273954 - ] - ] - }, - "id": "way/337032597" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337035924", - "barrier": "hedge", - "survey:date": "2015-04-06" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8801711, - 51.5307221 - ], - [ - 9.88022, - 51.5306939 - ], - [ - 9.8802695, - 51.5306653 - ] - ] - }, - "id": "way/337035924" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337035926", - "barrier": "hedge", - "survey:date": "2015-04-06" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8803012, - 51.5308195 - ], - [ - 9.8803279, - 51.5308041 - ], - [ - 9.8803545, - 51.5307887 - ], - [ - 9.8803811, - 51.5307734 - ], - [ - 9.8804078, - 51.530758 - ], - [ - 9.8804344, - 51.5307426 - ], - [ - 9.880461, - 51.5307272 - ], - [ - 9.8804877, - 51.5307119 - ], - [ - 9.8805143, - 51.5306965 - ], - [ - 9.880541, - 51.5306811 - ], - [ - 9.8805676, - 51.5306657 - ], - [ - 9.8805942, - 51.5306504 - ] - ] - }, - "id": "way/337035926" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337035927", - "barrier": "hedge", - "survey:date": "2015-04-06" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8808635, - 51.5308972 - ], - [ - 9.8808768, - 51.5308896 - ], - [ - 9.8809035, - 51.5308742 - ], - [ - 9.8809301, - 51.5308588 - ], - [ - 9.8809567, - 51.5308435 - ], - [ - 9.8809833, - 51.5308281 - ], - [ - 9.8810099, - 51.5308127 - ], - [ - 9.8810365, - 51.5307974 - ], - [ - 9.8810632, - 51.530782 - ], - [ - 9.8810898, - 51.5307667 - ], - [ - 9.8811164, - 51.5307513 - ], - [ - 9.881143, - 51.5307359 - ], - [ - 9.8811696, - 51.5307206 - ], - [ - 9.8811962, - 51.5307052 - ], - [ - 9.8812229, - 51.5306898 - ] - ] - }, - "id": "way/337035927" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337035928", - "barrier": "hedge", - "survey:date": "2015-04-06" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8806006, - 51.5308486 - ], - [ - 9.8806272, - 51.5308333 - ], - [ - 9.8806537, - 51.530818 - ], - [ - 9.8806803, - 51.5308026 - ], - [ - 9.8807069, - 51.5307873 - ], - [ - 9.8807335, - 51.5307719 - ], - [ - 9.8807601, - 51.5307566 - ], - [ - 9.8807867, - 51.5307412 - ], - [ - 9.8808133, - 51.5307259 - ], - [ - 9.8808399, - 51.5307105 - ], - [ - 9.8808664, - 51.5306952 - ], - [ - 9.880893, - 51.5306799 - ], - [ - 9.8809196, - 51.5306645 - ] - ] - }, - "id": "way/337035928" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337573245", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8832702, - 51.5286741 - ], - [ - 9.8832904, - 51.5286624 - ], - [ - 9.8833149, - 51.5286482 - ], - [ - 9.8833395, - 51.5286339 - ], - [ - 9.883364, - 51.5286197 - ], - [ - 9.8833885, - 51.5286055 - ], - [ - 9.883413, - 51.5285913 - ], - [ - 9.8834376, - 51.528577 - ], - [ - 9.8834621, - 51.5285628 - ], - [ - 9.8834728, - 51.5285566 - ], - [ - 9.8834866, - 51.5285486 - ] - ] - }, - "id": "way/337573245" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337573246", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8835699, - 51.5288298 - ], - [ - 9.8835535, - 51.5288189 - ], - [ - 9.8835269, - 51.5288012 - ], - [ - 9.8835003, - 51.5287834 - ], - [ - 9.8834681, - 51.5287619 - ] - ] - }, - "id": "way/337573246" - }, - { - "type": "Feature", - "properties": { - "@id": "way/337573248", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8841041, - 51.5291165 - ], - [ - 9.884165, - 51.5290796 - ], - [ - 9.8842114, - 51.5290527 - ], - [ - 9.884189, - 51.5290377 - ], - [ - 9.8841666, - 51.5290228 - ], - [ - 9.8841442, - 51.5290078 - ], - [ - 9.8841217, - 51.5289929 - ], - [ - 9.8840993, - 51.5289779 - ], - [ - 9.884075, - 51.5289617 - ], - [ - 9.8840507, - 51.5289455 - ], - [ - 9.8840264, - 51.5289293 - ], - [ - 9.8840021, - 51.5289131 - ], - [ - 9.8839778, - 51.5288969 - ], - [ - 9.8839535, - 51.5288806 - ], - [ - 9.8839292, - 51.5288644 - ], - [ - 9.8839049, - 51.5288482 - ], - [ - 9.8838731, - 51.528827 - ] - ] - }, - "id": "way/337573248" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339308088", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9069993, - 51.5061709 - ], - [ - 9.9070555, - 51.5058971 - ] - ] - }, - "id": "way/339308088" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339308093", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9088258, - 51.5063886 - ], - [ - 9.9089204, - 51.506394 - ] - ] - }, - "id": "way/339308093" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339308094", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9085812, - 51.5058298 - ], - [ - 9.9085986, - 51.5057279 - ], - [ - 9.9089022, - 51.5057464 - ], - [ - 9.9096232, - 51.5057655 - ], - [ - 9.9096215, - 51.5057883 - ], - [ - 9.90965, - 51.5057901 - ], - [ - 9.9096227, - 51.5061012 - ], - [ - 9.9095727, - 51.5061012 - ] - ] - }, - "id": "way/339308094" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339308097", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9087021, - 51.5063857 - ], - [ - 9.9087758, - 51.5063897 - ] - ] - }, - "id": "way/339308097" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339308098", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9049543, - 51.5067293 - ], - [ - 9.9048767, - 51.5068462 - ] - ] - }, - "id": "way/339308098" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339308103", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9048415, - 51.5068974 - ], - [ - 9.904694, - 51.5071004 - ], - [ - 9.9044966, - 51.5072002 - ] - ] - }, - "id": "way/339308103" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339308104", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9068993, - 51.5064792 - ], - [ - 9.9069382, - 51.5064514 - ], - [ - 9.9069626, - 51.5063455 - ] - ] - }, - "id": "way/339308104" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339308115", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9091865, - 51.5063921 - ], - [ - 9.9092881, - 51.5063954 - ], - [ - 9.9094083, - 51.5064102 - ], - [ - 9.9095859, - 51.5064185 - ] - ] - }, - "id": "way/339308115" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339308117", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9077905, - 51.5064676 - ], - [ - 9.9078899, - 51.5064344 - ], - [ - 9.9081288, - 51.5064017 - ], - [ - 9.908247, - 51.506399 - ], - [ - 9.9084484, - 51.5063646 - ] - ] - }, - "id": "way/339308117" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339308121", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9070863, - 51.5058461 - ], - [ - 9.9071368, - 51.5056094 - ], - [ - 9.9071699, - 51.5055957 - ], - [ - 9.9072, - 51.5056177 - ], - [ - 9.9085591, - 51.5057276 - ], - [ - 9.9085475, - 51.505828 - ] - ] - }, - "id": "way/339308121" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339410989", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8904575, - 51.5354131 - ], - [ - 9.8903818, - 51.535638 - ] - ] - }, - "id": "way/339410989" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339410993", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.890363, - 51.5351048 - ], - [ - 9.8905345, - 51.5351214 - ] - ] - }, - "id": "way/339410993" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339449161", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9458121, - 51.5111082 - ], - [ - 9.9457376, - 51.5111089 - ], - [ - 9.9457276, - 51.5110689 - ], - [ - 9.9462585, - 51.5110262 - ], - [ - 9.946265, - 51.511051 - ], - [ - 9.946431, - 51.511038 - ], - [ - 9.9464866, - 51.511333 - ] - ] - }, - "id": "way/339449161" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339449162", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9457191, - 51.5113841 - ], - [ - 9.9453151, - 51.5113858 - ] - ] - }, - "id": "way/339449162" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339449164", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9455967, - 51.5117856 - ], - [ - 9.9456, - 51.5115901 - ], - [ - 9.9464225, - 51.5115975 - ] - ] - }, - "id": "way/339449164" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339449610", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9452148, - 51.5109922 - ], - [ - 9.9452069, - 51.5109467 - ] - ] - }, - "id": "way/339449610" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339449615", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9453151, - 51.5113858 - ], - [ - 9.9453038, - 51.5113196 - ] - ] - }, - "id": "way/339449615" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339449619", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9457877, - 51.5113825 - ], - [ - 9.945776, - 51.5113236 - ] - ] - }, - "id": "way/339449619" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339449624", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9452044, - 51.5109318 - ], - [ - 9.9451957, - 51.5108813 - ] - ] - }, - "id": "way/339449624" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339449626", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9451881, - 51.5108372 - ], - [ - 9.9451666, - 51.5107122 - ], - [ - 9.9451993, - 51.5107096 - ] - ] - }, - "id": "way/339449626" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339449627", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9452822, - 51.5112085 - ], - [ - 9.945266, - 51.5111175 - ], - [ - 9.9455224, - 51.5110998 - ] - ] - }, - "id": "way/339449627" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339449628", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.945402, - 51.511084 - ], - [ - 9.9452629, - 51.5110932 - ], - [ - 9.9452504, - 51.5110201 - ] - ] - }, - "id": "way/339449628" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339449630", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9464866, - 51.511333 - ], - [ - 9.9464003, - 51.5113875 - ], - [ - 9.9457877, - 51.5113825 - ] - ] - }, - "id": "way/339449630" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339449633", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.945109, - 51.5115588 - ], - [ - 9.9451133, - 51.5114666 - ], - [ - 9.9449774, - 51.5113946 - ], - [ - 9.9449784, - 51.5113332 - ] - ] - }, - "id": "way/339449633" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339504248", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9449801, - 51.5112348 - ], - [ - 9.9449839, - 51.511012 - ], - [ - 9.9448997, - 51.5109556 - ], - [ - 9.9449041, - 51.5108805 - ] - ] - }, - "id": "way/339504248" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339518486", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9447289, - 51.5103398 - ], - [ - 9.9443774, - 51.5103374 - ] - ] - }, - "id": "way/339518486" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339518488", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9443344, - 51.510337 - ], - [ - 9.9441474, - 51.5103357 - ], - [ - 9.9437643, - 51.5103331 - ] - ] - }, - "id": "way/339518488" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339518489", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9449032, - 51.5107988 - ], - [ - 9.9449025, - 51.5106829 - ] - ] - }, - "id": "way/339518489" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339518493", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9441476, - 51.5103004 - ], - [ - 9.9441478, - 51.5102829 - ], - [ - 9.9441281, - 51.5102829 - ], - [ - 9.9441284, - 51.5102351 - ], - [ - 9.9441107, - 51.5102351 - ], - [ - 9.9441111, - 51.5101669 - ], - [ - 9.9441138, - 51.5101155 - ] - ] - }, - "id": "way/339518493" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339557566", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9456256, - 51.5105189 - ], - [ - 9.9456161, - 51.5104717 - ] - ] - }, - "id": "way/339557566" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339557567", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9456519, - 51.5106754 - ], - [ - 9.9456391, - 51.5106092 - ] - ] - }, - "id": "way/339557567" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339557569", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9449025, - 51.5106829 - ], - [ - 9.9447769, - 51.5106831 - ] - ] - }, - "id": "way/339557569" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339557570", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9456846, - 51.5108437 - ], - [ - 9.9456519, - 51.5106754 - ] - ] - }, - "id": "way/339557570" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339557572", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9459744, - 51.5104917 - ], - [ - 9.9457024, - 51.5105129 - ] - ] - }, - "id": "way/339557572" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339557575", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9469049, - 51.5118986 - ], - [ - 9.9470069, - 51.5118965 - ], - [ - 9.9470743, - 51.5121118 - ] - ] - }, - "id": "way/339557575" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339561625", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9460156, - 51.5106326 - ], - [ - 9.9460229, - 51.5106657 - ] - ] - }, - "id": "way/339561625" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339561626", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9460097, - 51.5106062 - ], - [ - 9.9460733, - 51.5106007 - ] - ] - }, - "id": "way/339561626" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339561627", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9460033, - 51.5105771 - ], - [ - 9.9460097, - 51.5106062 - ], - [ - 9.946012, - 51.5106162 - ] - ] - }, - "id": "way/339561627" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339561628", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9461628, - 51.5102254 - ], - [ - 9.9462807, - 51.5102321 - ], - [ - 9.9463279, - 51.5104755 - ], - [ - 9.9462609, - 51.5104813 - ] - ] - }, - "id": "way/339561628" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339561629", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9462827, - 51.5105515 - ], - [ - 9.9463416, - 51.5105472 - ], - [ - 9.9463873, - 51.5107935 - ], - [ - 9.9462486, - 51.5108035 - ] - ] - }, - "id": "way/339561629" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339561630", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9457524, - 51.5107017 - ], - [ - 9.9457464, - 51.5106667 - ], - [ - 9.945986, - 51.5106507 - ], - [ - 9.945992, - 51.5106858 - ] - ] - }, - "id": "way/339561630" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339565431", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9426448, - 51.5097949 - ], - [ - 9.9425409, - 51.5097399 - ], - [ - 9.9424988, - 51.5098044 - ], - [ - 9.9424817, - 51.5098311 - ], - [ - 9.942503, - 51.5098364 - ], - [ - 9.9425823, - 51.5098561 - ] - ] - }, - "id": "way/339565431" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339625887", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9442685, - 51.5094259 - ], - [ - 9.9443898, - 51.509498 - ], - [ - 9.9443163, - 51.5095077 - ] - ] - }, - "id": "way/339625887" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339625890", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.943255, - 51.5090837 - ], - [ - 9.9433166, - 51.5089771 - ], - [ - 9.9433809, - 51.508992 - ], - [ - 9.9436169, - 51.5090479 - ], - [ - 9.9438425, - 51.5091771 - ] - ] - }, - "id": "way/339625890" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339625892", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9438589, - 51.5093116 - ], - [ - 9.9439355, - 51.5092615 - ] - ] - }, - "id": "way/339625892" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339625894", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9432681, - 51.5089739 - ], - [ - 9.9432258, - 51.5090441 - ] - ] - }, - "id": "way/339625894" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339625899", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9436169, - 51.5090479 - ], - [ - 9.9435252, - 51.5091471 - ] - ] - }, - "id": "way/339625899" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339625901", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9439185, - 51.509244 - ], - [ - 9.9438277, - 51.5093055 - ] - ] - }, - "id": "way/339625901" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339629395", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9451187, - 51.5102703 - ], - [ - 9.945082, - 51.5100823 - ] - ] - }, - "id": "way/339629395" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339629397", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9450187, - 51.5097639 - ], - [ - 9.9450092, - 51.5097161 - ] - ] - }, - "id": "way/339629397" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339629401", - "barrier": "hedge", - "survey:date": "2015-04-19" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9446851, - 51.5104238 - ], - [ - 9.9448008, - 51.5104945 - ] - ] - }, - "id": "way/339629401" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339629406", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9454026, - 51.5104664 - ], - [ - 9.9451625, - 51.5104831 - ], - [ - 9.9451469, - 51.5104074 - ] - ] - }, - "id": "way/339629406" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339631610", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9443805, - 51.5104228 - ], - [ - 9.9444561, - 51.510423 - ], - [ - 9.944585, - 51.5104235 - ] - ] - }, - "id": "way/339631610" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339631612", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9477209, - 51.5096641 - ], - [ - 9.9477126, - 51.5098414 - ], - [ - 9.9477114, - 51.5098711 - ], - [ - 9.9477107, - 51.5098911 - ], - [ - 9.9476887, - 51.5103654 - ] - ] - }, - "id": "way/339631612" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339888876", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9469512, - 51.5105804 - ], - [ - 9.9469372, - 51.5105039 - ] - ] - }, - "id": "way/339888876" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339888878", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.946761, - 51.5105635 - ], - [ - 9.9467553, - 51.5105104 - ] - ] - }, - "id": "way/339888878" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339888880", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9478988, - 51.5106061 - ], - [ - 9.947889, - 51.5108349 - ] - ] - }, - "id": "way/339888880" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339888881", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9480607, - 51.5119758 - ], - [ - 9.9481226, - 51.5119675 - ], - [ - 9.9480873, - 51.5117579 - ] - ] - }, - "id": "way/339888881" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339888893", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9473654, - 51.5107364 - ], - [ - 9.9473614, - 51.5107597 - ], - [ - 9.9473504, - 51.5107823 - ], - [ - 9.9473211, - 51.5108012 - ], - [ - 9.947299, - 51.5108095 - ], - [ - 9.9472708, - 51.510814 - ] - ] - }, - "id": "way/339888893" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339929066", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9465684, - 51.510723 - ], - [ - 9.9465307, - 51.5105287 - ], - [ - 9.9467553, - 51.5105104 - ], - [ - 9.946861, - 51.5105018 - ], - [ - 9.9469372, - 51.5105039 - ], - [ - 9.9473753, - 51.510516 - ], - [ - 9.9473717, - 51.5105717 - ], - [ - 9.9472318, - 51.5105739 - ] - ] - }, - "id": "way/339929066" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339934701", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9475905, - 51.5091029 - ], - [ - 9.947575, - 51.5096419 - ] - ] - }, - "id": "way/339934701" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339934704", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.947742, - 51.5090864 - ], - [ - 9.9481938, - 51.5090491 - ] - ] - }, - "id": "way/339934704" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339934708", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9477795, - 51.5092656 - ], - [ - 9.947742, - 51.5090864 - ] - ] - }, - "id": "way/339934708" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339936673", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9469494, - 51.5081721 - ], - [ - 9.9473729, - 51.508112 - ] - ] - }, - "id": "way/339936673" - }, - { - "type": "Feature", - "properties": { - "@id": "way/339936676", - "barrier": "hedge", - "survey:date": "2015-04-20" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9473729, - 51.508112 - ], - [ - 9.9475419, - 51.5086608 - ], - [ - 9.947494, - 51.5087013 - ], - [ - 9.9475419, - 51.5088449 - ], - [ - 9.9475527, - 51.5088799 - ], - [ - 9.9475603, - 51.5089103 - ] - ] - }, - "id": "way/339936676" - }, - { - "type": "Feature", - "properties": { - "@id": "way/340202144", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9478236, - 51.5081912 - ], - [ - 9.9475591, - 51.5082072 - ] - ] - }, - "id": "way/340202144" - }, - { - "type": "Feature", - "properties": { - "@id": "way/340202145", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9480941, - 51.5083491 - ], - [ - 9.9475954, - 51.5083827 - ] - ] - }, - "id": "way/340202145" - }, - { - "type": "Feature", - "properties": { - "@id": "way/341761696", - "barrier": "hedge", - "survey:date": "2014-04-25" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9367719, - 51.5517701 - ], - [ - 9.9368184, - 51.5519298 - ] - ] - }, - "id": "way/341761696" - }, - { - "type": "Feature", - "properties": { - "@id": "way/341761699", - "barrier": "hedge", - "survey:date": "2014-04-25" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9368868, - 51.5518561 - ], - [ - 9.9370218, - 51.5518394 - ] - ] - }, - "id": "way/341761699" - }, - { - "type": "Feature", - "properties": { - "@id": "way/341761700", - "barrier": "hedge", - "survey:date": "2014-04-25" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9370497, - 51.5517928 - ], - [ - 9.9370259, - 51.5517265 - ] - ] - }, - "id": "way/341761700" - }, - { - "type": "Feature", - "properties": { - "@id": "way/341874230", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8768348, - 51.530887 - ], - [ - 9.8774413, - 51.5309723 - ], - [ - 9.8775133, - 51.5309766 - ], - [ - 9.8774842, - 51.530824 - ] - ] - }, - "id": "way/341874230" - }, - { - "type": "Feature", - "properties": { - "@id": "way/341874232", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8772954, - 51.5303833 - ], - [ - 9.877238, - 51.5303715 - ], - [ - 9.8769387, - 51.530323 - ], - [ - 9.8769062, - 51.5305195 - ] - ] - }, - "id": "way/341874232" - }, - { - "type": "Feature", - "properties": { - "@id": "way/341874240", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8774719, - 51.5307804 - ], - [ - 9.8774317, - 51.5305598 - ], - [ - 9.8774233, - 51.5305134 - ], - [ - 9.8774195, - 51.5304761 - ], - [ - 9.877413, - 51.5304535 - ], - [ - 9.8773969, - 51.5304379 - ], - [ - 9.8773322, - 51.5303964 - ] - ] - }, - "id": "way/341874240" - }, - { - "type": "Feature", - "properties": { - "@id": "way/345773892", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9548428, - 51.5164704 - ], - [ - 9.9548352, - 51.5165257 - ], - [ - 9.9547433, - 51.5165508 - ], - [ - 9.9545053, - 51.5165809 - ], - [ - 9.95393, - 51.5166644 - ], - [ - 9.9539214, - 51.5166584 - ], - [ - 9.9540052, - 51.5164072 - ], - [ - 9.9542148, - 51.5159493 - ], - [ - 9.9543219, - 51.5159542 - ] - ] - }, - "id": "way/345773892" - }, - { - "type": "Feature", - "properties": { - "@id": "way/346558904", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9216394, - 51.534901 - ], - [ - 9.9217394, - 51.535127 - ], - [ - 9.9218707, - 51.5354883 - ], - [ - 9.9219463, - 51.5356864 - ] - ] - }, - "id": "way/346558904" - }, - { - "type": "Feature", - "properties": { - "@id": "way/347312986", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.909896, - 51.5058218 - ], - [ - 9.9099201, - 51.5055298 - ] - ] - }, - "id": "way/347312986" - }, - { - "type": "Feature", - "properties": { - "@id": "way/347312992", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9099846, - 51.504766 - ], - [ - 9.9099928, - 51.5046575 - ] - ] - }, - "id": "way/347312992" - }, - { - "type": "Feature", - "properties": { - "@id": "way/347312994", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.909923, - 51.5054941 - ], - [ - 9.9099559, - 51.505094 - ] - ] - }, - "id": "way/347312994" - }, - { - "type": "Feature", - "properties": { - "@id": "way/347312997", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9098722, - 51.5061119 - ], - [ - 9.9098839, - 51.5059697 - ] - ] - }, - "id": "way/347312997" - }, - { - "type": "Feature", - "properties": { - "@id": "way/347312998", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.909914, - 51.5041045 - ], - [ - 9.9098758, - 51.5039289 - ] - ] - }, - "id": "way/347312998" - }, - { - "type": "Feature", - "properties": { - "@id": "way/347313010", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9098565, - 51.5038604 - ], - [ - 9.9098212, - 51.5037452 - ], - [ - 9.9098408, - 51.5037357 - ], - [ - 9.9098683, - 51.5037341 - ] - ] - }, - "id": "way/347313010" - }, - { - "type": "Feature", - "properties": { - "@id": "way/348010867", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9613202, - 51.508455 - ], - [ - 9.9624559, - 51.5084635 - ] - ] - }, - "id": "way/348010867" - }, - { - "type": "Feature", - "properties": { - "@id": "way/350187913", - "barrier": "hedge", - "survey:date": "2015-05-30" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9471315, - 51.5147606 - ], - [ - 9.9471315, - 51.514742 - ], - [ - 9.947198, - 51.514742 - ], - [ - 9.9473494, - 51.5147421 - ], - [ - 9.9474401, - 51.5148009 - ], - [ - 9.9474536, - 51.515065 - ], - [ - 9.9473681, - 51.5150662 - ] - ] - }, - "id": "way/350187913" - }, - { - "type": "Feature", - "properties": { - "@id": "way/350187914", - "barrier": "hedge", - "survey:date": "2015-05-30" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9469589, - 51.5147419 - ], - [ - 9.9470976, - 51.5147419 - ] - ] - }, - "id": "way/350187914" - }, - { - "type": "Feature", - "properties": { - "@id": "way/350187916", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9437491, - 51.5144964 - ], - [ - 9.9438206, - 51.5151522 - ] - ] - }, - "id": "way/350187916" - }, - { - "type": "Feature", - "properties": { - "@id": "way/350187918", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9472286, - 51.5150575 - ], - [ - 9.9472758, - 51.5150576 - ] - ] - }, - "id": "way/350187918" - }, - { - "type": "Feature", - "properties": { - "@id": "way/350187922", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.947198, - 51.514742 - ], - [ - 9.947198, - 51.514763 - ] - ] - }, - "id": "way/350187922" - }, - { - "type": "Feature", - "properties": { - "@id": "way/350187925", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9457111, - 51.5146854 - ], - [ - 9.945878, - 51.5147364 - ] - ] - }, - "id": "way/350187925" - }, - { - "type": "Feature", - "properties": { - "@id": "way/350187926", - "barrier": "hedge", - "survey:date": "2015-05-30" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.946344, - 51.5147415 - ], - [ - 9.9469293, - 51.5147418 - ] - ] - }, - "id": "way/350187926" - }, - { - "type": "Feature", - "properties": { - "@id": "way/350187930", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9459458, - 51.5147413 - ], - [ - 9.9462912, - 51.5147415 - ] - ] - }, - "id": "way/350187930" - }, - { - "type": "Feature", - "properties": { - "@id": "way/350191052", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9461151, - 51.5145902 - ], - [ - 9.945849, - 51.5145886 - ], - [ - 9.9458214, - 51.5145407 - ] - ] - }, - "id": "way/350191052" - }, - { - "type": "Feature", - "properties": { - "@id": "way/350606238", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9437728, - 51.5276929 - ], - [ - 9.9436275, - 51.5276744 - ], - [ - 9.9438667, - 51.5275284 - ], - [ - 9.9440693, - 51.5275543 - ] - ] - }, - "id": "way/350606238" - }, - { - "type": "Feature", - "properties": { - "@id": "way/350687078", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9438218, - 51.5249983 - ], - [ - 9.9438544, - 51.5247498 - ] - ] - }, - "id": "way/350687078" - }, - { - "type": "Feature", - "properties": { - "@id": "way/351184093", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.941377, - 51.5228343 - ], - [ - 9.9418059, - 51.5228462 - ] - ] - }, - "id": "way/351184093" - }, - { - "type": "Feature", - "properties": { - "@id": "way/351194535", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9627295, - 51.512119 - ], - [ - 9.9623278, - 51.5121065 - ], - [ - 9.962304, - 51.5120936 - ], - [ - 9.9622847, - 51.5120725 - ], - [ - 9.9622789, - 51.512049 - ], - [ - 9.962341, - 51.5117149 - ], - [ - 9.9623555, - 51.5116778 - ], - [ - 9.9623836, - 51.5116593 - ], - [ - 9.9624299, - 51.5116457 - ], - [ - 9.9624748, - 51.5116393 - ], - [ - 9.9625392, - 51.5116369 - ], - [ - 9.9625327, - 51.5116916 - ], - [ - 9.9628831, - 51.5117077 - ], - [ - 9.9628896, - 51.5116531 - ], - [ - 9.9629596, - 51.511661 - ], - [ - 9.9629553, - 51.5117106 - ] - ] - }, - "id": "way/351194535" - }, - { - "type": "Feature", - "properties": { - "@id": "way/351908239", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9268129, - 51.5212394 - ], - [ - 9.9267226, - 51.5212903 - ], - [ - 9.9266167, - 51.52135 - ], - [ - 9.9265225, - 51.5214152 - ], - [ - 9.9264322, - 51.5214836 - ], - [ - 9.9263479, - 51.5215625 - ], - [ - 9.9262837, - 51.5216363 - ], - [ - 9.9262212, - 51.521723 - ], - [ - 9.9261741, - 51.5218012 - ], - [ - 9.9261323, - 51.5218852 - ], - [ - 9.926104, - 51.5219485 - ], - [ - 9.9260814, - 51.5219711 - ], - [ - 9.9255832, - 51.5219178 - ], - [ - 9.9252426, - 51.5218813 - ], - [ - 9.9252696, - 51.5218138 - ], - [ - 9.9251573, - 51.521804 - ], - [ - 9.9251861, - 51.5217425 - ], - [ - 9.9252435, - 51.5216197 - ], - [ - 9.9253061, - 51.5214953 - ], - [ - 9.925377, - 51.5213812 - ], - [ - 9.9254747, - 51.5212628 - ], - [ - 9.9255302, - 51.5212082 - ], - [ - 9.9256018, - 51.5211492 - ], - [ - 9.9257445, - 51.5210481 - ], - [ - 9.9258183, - 51.5209967 - ], - [ - 9.9259212, - 51.5209486 - ], - [ - 9.9260113, - 51.5209042 - ], - [ - 9.9261136, - 51.5208625 - ], - [ - 9.9263, - 51.5207943 - ] - ] - }, - "id": "way/351908239" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352029283", - "barrier": "hedge", - "survey:date": "2015-06-07" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9602814, - 51.5180101 - ], - [ - 9.9607531, - 51.518234 - ] - ] - }, - "id": "way/352029283" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352029284", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9612876, - 51.5184865 - ], - [ - 9.9611115, - 51.5184003 - ], - [ - 9.9607843, - 51.5182424 - ], - [ - 9.9607996, - 51.5182301 - ], - [ - 9.9609109, - 51.5181245 - ], - [ - 9.9610235, - 51.5180563 - ], - [ - 9.9614788, - 51.5183565 - ], - [ - 9.9613964, - 51.5184097 - ] - ] - }, - "id": "way/352029284" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352038973", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9605448, - 51.5211957 - ], - [ - 9.9605565, - 51.5211783 - ], - [ - 9.960605, - 51.5211909 - ], - [ - 9.9605933, - 51.5212083 - ] - ] - }, - "id": "way/352038973" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352058432", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9555185, - 51.5238988 - ], - [ - 9.955516, - 51.5239131 - ] - ] - }, - "id": "way/352058432" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352058433", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.955537, - 51.5237965 - ], - [ - 9.9555205, - 51.523888 - ] - ] - }, - "id": "way/352058433" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352058434", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9555117, - 51.5239448 - ], - [ - 9.9554349, - 51.5243771 - ], - [ - 9.9553042, - 51.5243833 - ] - ] - }, - "id": "way/352058434" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352058435", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9555075, - 51.5231466 - ], - [ - 9.9555283, - 51.5231485 - ], - [ - 9.9555476, - 51.5231564 - ], - [ - 9.9555669, - 51.5231738 - ], - [ - 9.9555765, - 51.5232032 - ], - [ - 9.9555831, - 51.5232575 - ] - ] - }, - "id": "way/352058435" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352107172", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9543002, - 51.5195437 - ], - [ - 9.9543775, - 51.519387 - ], - [ - 9.9543973, - 51.5193941 - ] - ] - }, - "id": "way/352107172" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352107212", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9524613, - 51.5211252 - ], - [ - 9.9524492, - 51.5211486 - ], - [ - 9.9524601, - 51.521154 - ], - [ - 9.952487, - 51.5211674 - ], - [ - 9.9525138, - 51.5211808 - ], - [ - 9.9525407, - 51.5211942 - ], - [ - 9.9525671, - 51.5212074 - ], - [ - 9.952582, - 51.5211733 - ], - [ - 9.952624, - 51.5211804 - ], - [ - 9.9526303, - 51.5211815 - ], - [ - 9.9526661, - 51.5211875 - ], - [ - 9.9527081, - 51.5211946 - ] - ] - }, - "id": "way/352107212" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352150447", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9515353, - 51.5193581 - ], - [ - 9.9522168, - 51.5193716 - ], - [ - 9.9521604, - 51.5195503 - ], - [ - 9.952083, - 51.5198545 - ], - [ - 9.9520361, - 51.5199921 - ], - [ - 9.9519812, - 51.5201296 - ], - [ - 9.9518869, - 51.5201111 - ] - ] - }, - "id": "way/352150447" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352152353", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9532751, - 51.5173051 - ], - [ - 9.9532904, - 51.5173029 - ], - [ - 9.9536714, - 51.5173091 - ], - [ - 9.9539335, - 51.5173134 - ], - [ - 9.9541893, - 51.5173234 - ] - ] - }, - "id": "way/352152353" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352159486", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9534852, - 51.5191486 - ], - [ - 9.9535424, - 51.5191496 - ] - ] - }, - "id": "way/352159486" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352159487", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.953561, - 51.5191499 - ], - [ - 9.9535992, - 51.5191505 - ], - [ - 9.9536156, - 51.5191508 - ] - ] - }, - "id": "way/352159487" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352159488", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9540286, - 51.5192048 - ], - [ - 9.9540352, - 51.5190952 - ], - [ - 9.954112, - 51.5190803 - ] - ] - }, - "id": "way/352159488" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352159489", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9537264, - 51.5192615 - ], - [ - 9.953733, - 51.519152 - ], - [ - 9.9538171, - 51.5191375 - ] - ] - }, - "id": "way/352159489" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352159490", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9536286, - 51.5192593 - ], - [ - 9.9536339, - 51.5191772 - ], - [ - 9.9536347, - 51.519151 - ], - [ - 9.9536764, - 51.5191515 - ], - [ - 9.9537175, - 51.5191518 - ] - ] - }, - "id": "way/352159490" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352159491", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9545539, - 51.5192011 - ], - [ - 9.9542552, - 51.5191954 - ], - [ - 9.9542675, - 51.5189424 - ], - [ - 9.9546339, - 51.518953 - ] - ] - }, - "id": "way/352159491" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352159492", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.953928, - 51.5192228 - ], - [ - 9.9539288, - 51.5192082 - ], - [ - 9.9539344, - 51.5191159 - ], - [ - 9.9540172, - 51.5190989 - ] - ] - }, - "id": "way/352159492" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352159493", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.953828, - 51.5192426 - ], - [ - 9.9538294, - 51.5192187 - ], - [ - 9.9538345, - 51.5191345 - ], - [ - 9.9539119, - 51.5191201 - ] - ] - }, - "id": "way/352159493" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352159494", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9541278, - 51.519165 - ], - [ - 9.9541332, - 51.5190761 - ], - [ - 9.9541823, - 51.5190682 - ], - [ - 9.9542304, - 51.5190684 - ], - [ - 9.9542232, - 51.5191876 - ] - ] - }, - "id": "way/352159494" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352161789", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9536458, - 51.5189921 - ], - [ - 9.9536495, - 51.518916 - ], - [ - 9.9537277, - 51.5189007 - ] - ] - }, - "id": "way/352161789" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352161790", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9539445, - 51.5189414 - ], - [ - 9.9539483, - 51.5188575 - ], - [ - 9.9540287, - 51.5188417 - ] - ] - }, - "id": "way/352161790" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352161794", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9540452, - 51.5189257 - ], - [ - 9.9540493, - 51.5188422 - ], - [ - 9.9541277, - 51.5188438 - ] - ] - }, - "id": "way/352161794" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352161803", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9537455, - 51.5189793 - ], - [ - 9.9537493, - 51.5188965 - ], - [ - 9.9538268, - 51.5188813 - ] - ] - }, - "id": "way/352161803" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352161808", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9541452, - 51.518906 - ], - [ - 9.9541482, - 51.5188443 - ], - [ - 9.9542, - 51.5188453 - ], - [ - 9.9542326, - 51.518846 - ] - ] - }, - "id": "way/352161808" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352161810", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9538441, - 51.5189617 - ], - [ - 9.9538477, - 51.5188772 - ], - [ - 9.9539277, - 51.5188615 - ] - ] - }, - "id": "way/352161810" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352161813", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.954242, - 51.5189079 - ], - [ - 9.954245, - 51.5188463 - ] - ] - }, - "id": "way/352161813" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352163652", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9552492, - 51.519253 - ], - [ - 9.9552558, - 51.5191495 - ] - ] - }, - "id": "way/352163652" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352163654", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9548876, - 51.5191828 - ], - [ - 9.9549539, - 51.5191845 - ], - [ - 9.9550547, - 51.5191869 - ], - [ - 9.9551552, - 51.5191686 - ], - [ - 9.9552558, - 51.5191495 - ], - [ - 9.9553556, - 51.5191305 - ], - [ - 9.955409, - 51.5191205 - ], - [ - 9.9554495, - 51.5191215 - ], - [ - 9.9554408, - 51.5192579 - ] - ] - }, - "id": "way/352163654" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352163656", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9551493, - 51.5192619 - ], - [ - 9.9551552, - 51.5191686 - ] - ] - }, - "id": "way/352163656" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352163657", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9549446, - 51.5193318 - ], - [ - 9.9549539, - 51.5191845 - ] - ] - }, - "id": "way/352163657" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352163658", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9553493, - 51.5192293 - ], - [ - 9.9553556, - 51.5191305 - ] - ] - }, - "id": "way/352163658" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352163659", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9550468, - 51.5193124 - ], - [ - 9.9550547, - 51.5191869 - ] - ] - }, - "id": "way/352163659" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352171245", - "barrier": "hedge", - "survey:date": "2015-06-07" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9505139, - 51.5211107 - ], - [ - 9.9505641, - 51.521122 - ] - ] - }, - "id": "way/352171245" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352171246", - "barrier": "hedge", - "survey:date": "2015-06-07" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9502086, - 51.521282 - ], - [ - 9.9502772, - 51.5211553 - ] - ] - }, - "id": "way/352171246" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352171247", - "barrier": "hedge", - "survey:date": "2015-06-07" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9502857, - 51.5211396 - ], - [ - 9.9503317, - 51.5210516 - ], - [ - 9.9503597, - 51.5210473 - ], - [ - 9.9504071, - 51.5210647 - ], - [ - 9.9505671, - 51.5210951 - ], - [ - 9.9505725, - 51.5210866 - ], - [ - 9.9505882, - 51.5210884 - ], - [ - 9.95062, - 51.5210258 - ], - [ - 9.9505751, - 51.5209973 - ], - [ - 9.9505371, - 51.5209935 - ], - [ - 9.950407, - 51.5209858 - ], - [ - 9.950265, - 51.5209824 - ], - [ - 9.9487698, - 51.520932 - ], - [ - 9.9486455, - 51.5210946 - ] - ] - }, - "id": "way/352171247" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352172956", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9446935, - 51.5216038 - ], - [ - 9.9447052, - 51.5214949 - ], - [ - 9.9447976, - 51.5214987 - ] - ] - }, - "id": "way/352172956" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352226275", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9299241, - 51.5190141 - ], - [ - 9.9298632, - 51.5186223 - ], - [ - 9.9298475, - 51.5185208 - ] - ] - }, - "id": "way/352226275" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352241909", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9411538, - 51.5220589 - ], - [ - 9.9412928, - 51.5220711 - ] - ] - }, - "id": "way/352241909" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352241911", - "barrier": "hedge", - "survey:date": "2015-06-07" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9418579, - 51.5231569 - ], - [ - 9.9418835, - 51.5228483 - ] - ] - }, - "id": "way/352241911" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352241913", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9418835, - 51.5228483 - ], - [ - 9.9420737, - 51.5228536 - ] - ] - }, - "id": "way/352241913" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352241917", - "barrier": "hedge", - "survey:date": "2015-06-07" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.941544, - 51.5230618 - ], - [ - 9.9415372, - 51.5231466 - ] - ] - }, - "id": "way/352241917" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352241920", - "barrier": "hedge", - "survey:date": "2015-06-07" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9413191, - 51.5231396 - ], - [ - 9.9415372, - 51.5231466 - ], - [ - 9.9418579, - 51.5231569 - ] - ] - }, - "id": "way/352241920" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352318385", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9595521, - 51.5199855 - ], - [ - 9.959726, - 51.5200217 - ], - [ - 9.9599584, - 51.5200564 - ], - [ - 9.9600655, - 51.5200933 - ] - ] - }, - "id": "way/352318385" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352341303", - "barrier": "hedge", - "survey:date": "2015-06-08" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9517094, - 51.5190108 - ], - [ - 9.9517162, - 51.5189728 - ] - ] - }, - "id": "way/352341303" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352341306", - "barrier": "hedge", - "survey:date": "2015-06-08" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9521675, - 51.5189831 - ], - [ - 9.9521144, - 51.5189828 - ], - [ - 9.9518659, - 51.5189735 - ], - [ - 9.9517162, - 51.5189728 - ], - [ - 9.9516389, - 51.5189724 - ] - ] - }, - "id": "way/352341306" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352346259", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9500815, - 51.5224025 - ], - [ - 9.9501824, - 51.5222359 - ] - ] - }, - "id": "way/352346259" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352346261", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9500744, - 51.5224913 - ], - [ - 9.9500754, - 51.5224254 - ] - ] - }, - "id": "way/352346261" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352349231", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9423036, - 51.5238265 - ], - [ - 9.9422968, - 51.5238579 - ] - ] - }, - "id": "way/352349231" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352349233", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9420814, - 51.5236879 - ], - [ - 9.9420828, - 51.5236493 - ], - [ - 9.9422517, - 51.5236541 - ], - [ - 9.942282, - 51.5236606 - ], - [ - 9.9423059, - 51.5236738 - ], - [ - 9.9423238, - 51.5236891 - ], - [ - 9.9423322, - 51.5237059 - ], - [ - 9.9423079, - 51.5238066 - ] - ] - }, - "id": "way/352349233" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352377570", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9261705, - 51.5451622 - ], - [ - 9.925617, - 51.5456938 - ], - [ - 9.9241998, - 51.5451317 - ] - ] - }, - "id": "way/352377570" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352526826", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9460775, - 51.5252928 - ], - [ - 9.9461338, - 51.5249264 - ] - ] - }, - "id": "way/352526826" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352526829", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9455627, - 51.5241075 - ], - [ - 9.9452704, - 51.5240983 - ] - ] - }, - "id": "way/352526829" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352526830", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9463472, - 51.5244051 - ], - [ - 9.946287, - 51.5244273 - ] - ] - }, - "id": "way/352526830" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352526832", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9464741, - 51.5253163 - ], - [ - 9.9460775, - 51.5252928 - ] - ] - }, - "id": "way/352526832" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352526836", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9452592, - 51.5240241 - ], - [ - 9.9448525, - 51.5240089 - ], - [ - 9.9448527, - 51.5239965 - ] - ] - }, - "id": "way/352526836" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352526837", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9466416, - 51.5244947 - ], - [ - 9.9466108, - 51.5245088 - ], - [ - 9.9464052, - 51.5245269 - ] - ] - }, - "id": "way/352526837" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352526842", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9455379, - 51.524452 - ], - [ - 9.9455459, - 51.5243543 - ], - [ - 9.9455599, - 51.5241445 - ], - [ - 9.9455627, - 51.5241075 - ], - [ - 9.9455893, - 51.5237559 - ] - ] - }, - "id": "way/352526842" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352526845", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9463485, - 51.5245301 - ], - [ - 9.9462674, - 51.5245346 - ], - [ - 9.9461527, - 51.5245391 - ], - [ - 9.9459797, - 51.5245402 - ], - [ - 9.9459297, - 51.5245394 - ], - [ - 9.9459281, - 51.5244622 - ], - [ - 9.9455773, - 51.524453 - ] - ] - }, - "id": "way/352526845" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352542983", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9417224, - 51.52624 - ], - [ - 9.9416881, - 51.5263832 - ] - ] - }, - "id": "way/352542983" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352542985", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.941825, - 51.5258113 - ], - [ - 9.9417955, - 51.5259344 - ] - ] - }, - "id": "way/352542985" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352542986", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9418626, - 51.5256683 - ], - [ - 9.9418289, - 51.525795 - ] - ] - }, - "id": "way/352542986" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352542988", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9417904, - 51.5259559 - ], - [ - 9.9417605, - 51.5260806 - ] - ] - }, - "id": "way/352542988" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352542991", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9398657, - 51.5237837 - ], - [ - 9.9399093, - 51.5237874 - ], - [ - 9.9398921, - 51.5238653 - ], - [ - 9.9398799, - 51.5238722 - ], - [ - 9.9398515, - 51.5238748 - ], - [ - 9.9398056, - 51.5238739 - ], - [ - 9.9394653, - 51.5238437 - ], - [ - 9.9395254, - 51.5236042 - ] - ] - }, - "id": "way/352542991" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352542993", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9399543, - 51.5235866 - ], - [ - 9.9399409, - 51.5236507 - ], - [ - 9.939901, - 51.5236474 - ] - ] - }, - "id": "way/352542993" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352542995", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9398911, - 51.5236674 - ], - [ - 9.939935, - 51.523671 - ], - [ - 9.9399153, - 51.5237656 - ], - [ - 9.9398723, - 51.5237622 - ] - ] - }, - "id": "way/352542995" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352542997", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9416418, - 51.5265769 - ], - [ - 9.9416381, - 51.5265922 - ] - ] - }, - "id": "way/352542997" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352543000", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9417564, - 51.5260978 - ], - [ - 9.9417272, - 51.5262198 - ] - ] - }, - "id": "way/352543000" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352543001", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.941684, - 51.5264004 - ], - [ - 9.9416466, - 51.5265568 - ], - [ - 9.9415513, - 51.5265482 - ] - ] - }, - "id": "way/352543001" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352543007", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.941543, - 51.5265836 - ], - [ - 9.9416381, - 51.5265922 - ], - [ - 9.9416286, - 51.526632 - ], - [ - 9.9416226, - 51.5266454 - ], - [ - 9.9416107, - 51.5266596 - ], - [ - 9.9415939, - 51.5266687 - ], - [ - 9.9415717, - 51.5266741 - ], - [ - 9.9415484, - 51.5266751 - ], - [ - 9.9411747, - 51.526638 - ], - [ - 9.9412223, - 51.5264353 - ], - [ - 9.9412228, - 51.5262598 - ], - [ - 9.9412305, - 51.5261926 - ], - [ - 9.9412381, - 51.5261396 - ], - [ - 9.9413269, - 51.5257716 - ], - [ - 9.9410692, - 51.5257584 - ], - [ - 9.941108, - 51.5255457 - ], - [ - 9.941165, - 51.5255476 - ], - [ - 9.941173, - 51.5254952 - ], - [ - 9.9413116, - 51.5255009 - ] - ] - }, - "id": "way/352543007" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352550704", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9388539, - 51.5218668 - ], - [ - 9.9388509, - 51.521892 - ] - ] - }, - "id": "way/352550704" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352550706", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.938296, - 51.5218345 - ], - [ - 9.9382988, - 51.521807 - ], - [ - 9.9380189, - 51.5218025 - ], - [ - 9.9375238, - 51.5218118 - ], - [ - 9.9374762, - 51.5218565 - ], - [ - 9.9375076, - 51.5219834 - ] - ] - }, - "id": "way/352550706" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352550714", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.938811, - 51.522174 - ], - [ - 9.9388159, - 51.5220897 - ], - [ - 9.9375221, - 51.5220325 - ], - [ - 9.9375136, - 51.5220037 - ] - ] - }, - "id": "way/352550714" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352550716", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9383375, - 51.5218125 - ], - [ - 9.9385278, - 51.5218152 - ], - [ - 9.9386301, - 51.5218854 - ], - [ - 9.9388131, - 51.5218938 - ], - [ - 9.9388166, - 51.5218651 - ], - [ - 9.9388539, - 51.5218668 - ] - ] - }, - "id": "way/352550716" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352551575", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9395291, - 51.5219642 - ], - [ - 9.9395562, - 51.5218551 - ], - [ - 9.9395706, - 51.5217968 - ], - [ - 9.9396648, - 51.521805 - ], - [ - 9.9396753, - 51.5218057 - ] - ] - }, - "id": "way/352551575" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352551577", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9396095, - 51.5220049 - ], - [ - 9.939538, - 51.5219987 - ], - [ - 9.9395224, - 51.5219909 - ], - [ - 9.9395252, - 51.5219798 - ] - ] - }, - "id": "way/352551577" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352892938", - "barrier": "hedge", - "note": "do not merge the two hedge ways - or the renderers will see it as an area, which it is not" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.920031, - 51.5316231 - ], - [ - 9.9200549, - 51.5315908 - ], - [ - 9.9200898, - 51.5315313 - ], - [ - 9.9201342, - 51.5314394 - ], - [ - 9.9201473, - 51.5314067 - ], - [ - 9.9201684, - 51.531354 - ], - [ - 9.9201951, - 51.5312774 - ], - [ - 9.9202019, - 51.5312353 - ], - [ - 9.9202094, - 51.5311571 - ], - [ - 9.9202081, - 51.5310941 - ], - [ - 9.9201992, - 51.5310312 - ], - [ - 9.92018, - 51.5309436 - ], - [ - 9.9201779, - 51.5309377 - ], - [ - 9.9201472, - 51.5308518 - ], - [ - 9.9200761, - 51.5306817 - ], - [ - 9.9184042, - 51.5302862 - ] - ] - }, - "id": "way/352892938" - }, - { - "type": "Feature", - "properties": { - "@id": "way/352892939", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.920031, - 51.5316231 - ], - [ - 9.9199844, - 51.5316092 - ], - [ - 9.9180014, - 51.5309056 - ], - [ - 9.9179927, - 51.5309025 - ], - [ - 9.9180949, - 51.5307495 - ], - [ - 9.9180998, - 51.5307421 - ], - [ - 9.9182989, - 51.530444 - ], - [ - 9.9184042, - 51.5302862 - ] - ] - }, - "id": "way/352892939" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353075940", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9285646, - 51.5253826 - ], - [ - 9.928475, - 51.5253727 - ] - ] - }, - "id": "way/353075940" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353075942", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9280158, - 51.5253224 - ], - [ - 9.9279346, - 51.5253135 - ] - ] - }, - "id": "way/353075942" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353075944", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9277055, - 51.5253752 - ], - [ - 9.9281063, - 51.5254194 - ] - ] - }, - "id": "way/353075944" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353075945", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9273809, - 51.5252528 - ], - [ - 9.9272613, - 51.5252396 - ] - ] - }, - "id": "way/353075945" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353075951", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9284468, - 51.5253696 - ], - [ - 9.9280486, - 51.525326 - ] - ] - }, - "id": "way/353075951" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353075954", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.927195, - 51.5253177 - ], - [ - 9.927311, - 51.5253307 - ] - ] - }, - "id": "way/353075954" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353075956", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9274505, - 51.5252604 - ], - [ - 9.9274096, - 51.5252559 - ] - ] - }, - "id": "way/353075956" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353075961", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9286825, - 51.525483 - ], - [ - 9.9287725, - 51.525493 - ] - ] - }, - "id": "way/353075961" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353075962", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9278988, - 51.5253095 - ], - [ - 9.9274883, - 51.5252645 - ] - ] - }, - "id": "way/353075962" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353075965", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9282611, - 51.5254365 - ], - [ - 9.9286547, - 51.52548 - ] - ] - }, - "id": "way/353075965" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353075968", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9271404, - 51.5249679 - ], - [ - 9.9272204, - 51.5247429 - ], - [ - 9.9272829, - 51.5247513 - ] - ] - }, - "id": "way/353075968" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353075969", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9288823, - 51.524965 - ], - [ - 9.928918, - 51.524969 - ], - [ - 9.9289783, - 51.5251306 - ] - ] - }, - "id": "way/353075969" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353075970", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9272316, - 51.5252364 - ], - [ - 9.9271052, - 51.5252225 - ], - [ - 9.9270633, - 51.5251845 - ], - [ - 9.9271296, - 51.5249982 - ] - ] - }, - "id": "way/353075970" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353075971", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9289934, - 51.525171 - ], - [ - 9.9290838, - 51.5254129 - ], - [ - 9.9290452, - 51.5254353 - ], - [ - 9.9286051, - 51.525387 - ] - ] - }, - "id": "way/353075971" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353075972", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9288008, - 51.5254961 - ], - [ - 9.9290723, - 51.5255261 - ], - [ - 9.9291435, - 51.5255664 - ], - [ - 9.9291703, - 51.5256388 - ] - ] - }, - "id": "way/353075972" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353075973", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9269148, - 51.5256152 - ], - [ - 9.9269276, - 51.5255767 - ] - ] - }, - "id": "way/353075973" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353075976", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9273583, - 51.52454 - ], - [ - 9.9272957, - 51.5245313 - ], - [ - 9.9273647, - 51.5243374 - ], - [ - 9.9288613, - 51.5244976 - ], - [ - 9.9287906, - 51.5246052 - ], - [ - 9.9287611, - 51.5246593 - ], - [ - 9.9287362, - 51.524665 - ], - [ - 9.928687, - 51.5246597 - ] - ] - }, - "id": "way/353075976" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353314523", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9437439, - 51.5144587 - ], - [ - 9.9437263, - 51.5143214 - ], - [ - 9.9436882, - 51.5139989 - ], - [ - 9.9437522, - 51.513996 - ], - [ - 9.9437355, - 51.5138548 - ], - [ - 9.9436713, - 51.5138577 - ], - [ - 9.9436632, - 51.5137889 - ], - [ - 9.9436713, - 51.5137639 - ], - [ - 9.9436933, - 51.5137493 - ], - [ - 9.9437265, - 51.5137457 - ], - [ - 9.9437647, - 51.513746 - ], - [ - 9.9439695, - 51.513772 - ], - [ - 9.9439722, - 51.5138063 - ] - ] - }, - "id": "way/353314523" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353314529", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9440222, - 51.5137764 - ], - [ - 9.9440277, - 51.5138354 - ], - [ - 9.9442928, - 51.5138508 - ], - [ - 9.9442992, - 51.5138038 - ] - ] - }, - "id": "way/353314529" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353314535", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9455167, - 51.5138397 - ], - [ - 9.9455528, - 51.5138417 - ], - [ - 9.9455834, - 51.5138517 - ], - [ - 9.945604, - 51.513864 - ], - [ - 9.9456157, - 51.5138805 - ], - [ - 9.9456201, - 51.5139046 - ] - ] - }, - "id": "way/353314535" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353317677", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9456087, - 51.5136805 - ], - [ - 9.9456115, - 51.5137302 - ], - [ - 9.9455642, - 51.513756 - ], - [ - 9.9454179, - 51.513759 - ] - ] - }, - "id": "way/353317677" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353317678", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9450612, - 51.5137558 - ], - [ - 9.9450619, - 51.5137075 - ], - [ - 9.9449049, - 51.5137067 - ], - [ - 9.9449043, - 51.5137522 - ], - [ - 9.9448577, - 51.513752 - ] - ] - }, - "id": "way/353317678" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353413960", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9469044, - 51.5140093 - ], - [ - 9.9466956, - 51.5140125 - ] - ] - }, - "id": "way/353413960" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353413963", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9472223, - 51.512919 - ], - [ - 9.9469894, - 51.5129226 - ], - [ - 9.9468986, - 51.512924 - ], - [ - 9.9466527, - 51.5129278 - ] - ] - }, - "id": "way/353413963" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353420114", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9447383, - 51.5126459 - ], - [ - 9.9448885, - 51.5126137 - ] - ] - }, - "id": "way/353420114" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353420117", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9451177, - 51.5125703 - ], - [ - 9.9454638, - 51.5125008 - ], - [ - 9.9455, - 51.5125012 - ], - [ - 9.9455239, - 51.5125093 - ], - [ - 9.94555, - 51.5125206 - ], - [ - 9.9455573, - 51.5125332 - ], - [ - 9.945562, - 51.5125723 - ] - ] - }, - "id": "way/353420117" - }, - { - "type": "Feature", - "properties": { - "@id": "way/353847593", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9445508, - 51.5252777 - ], - [ - 9.9445238, - 51.5255278 - ], - [ - 9.9444788, - 51.5255523 - ], - [ - 9.9442374, - 51.5255423 - ] - ] - }, - "id": "way/353847593" - }, - { - "type": "Feature", - "properties": { - "@id": "way/354020434", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9359352, - 51.5258444 - ], - [ - 9.935936, - 51.5258331 - ], - [ - 9.9361491, - 51.525839 - ] - ] - }, - "id": "way/354020434" - }, - { - "type": "Feature", - "properties": { - "@id": "way/354020435", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.93618, - 51.5258376 - ], - [ - 9.9363679, - 51.5258368 - ], - [ - 9.936368, - 51.5258462 - ] - ] - }, - "id": "way/354020435" - }, - { - "type": "Feature", - "properties": { - "@id": "way/354020436", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9356684, - 51.5259382 - ], - [ - 9.9356962, - 51.5258535 - ], - [ - 9.9357448, - 51.5258275 - ], - [ - 9.9359032, - 51.5258314 - ], - [ - 9.9359025, - 51.5258422 - ] - ] - }, - "id": "way/354020436" - }, - { - "type": "Feature", - "properties": { - "@id": "way/354061683", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9288574, - 51.5250517 - ], - [ - 9.9288823, - 51.524965 - ] - ] - }, - "id": "way/354061683" - }, - { - "type": "Feature", - "properties": { - "@id": "way/355350804", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9641142, - 51.5198047 - ], - [ - 9.9640562, - 51.5198591 - ], - [ - 9.9639857, - 51.5199099 - ], - [ - 9.9639219, - 51.5199481 - ], - [ - 9.9638832, - 51.5199638 - ], - [ - 9.9638454, - 51.5199744 - ], - [ - 9.9638048, - 51.5199803 - ], - [ - 9.9637595, - 51.5199832 - ] - ] - }, - "id": "way/355350804" - }, - { - "type": "Feature", - "properties": { - "@id": "way/360343236", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8901958, - 51.5002318 - ], - [ - 9.890316, - 51.5002972 - ], - [ - 9.890338, - 51.5003089 - ] - ] - }, - "id": "way/360343236" - }, - { - "type": "Feature", - "properties": { - "@id": "way/360343237", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8901537, - 51.5002073 - ], - [ - 9.8900516, - 51.5001559 - ] - ] - }, - "id": "way/360343237" - }, - { - "type": "Feature", - "properties": { - "@id": "way/360984774", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8724942, - 51.4998021 - ], - [ - 9.8723715, - 51.5002756 - ] - ] - }, - "id": "way/360984774" - }, - { - "type": "Feature", - "properties": { - "@id": "way/360984775", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.872582, - 51.4998109 - ], - [ - 9.8726461, - 51.4998174 - ] - ] - }, - "id": "way/360984775" - }, - { - "type": "Feature", - "properties": { - "@id": "way/360984778", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8726943, - 51.4998222 - ], - [ - 9.872862, - 51.4998391 - ], - [ - 9.8727225, - 51.5003771 - ] - ] - }, - "id": "way/360984778" - }, - { - "type": "Feature", - "properties": { - "@id": "way/360984779", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.87206, - 51.500163 - ], - [ - 9.8721622, - 51.4997688 - ], - [ - 9.8724942, - 51.4998021 - ], - [ - 9.8725554, - 51.4998083 - ] - ] - }, - "id": "way/360984779" - }, - { - "type": "Feature", - "properties": { - "@id": "way/363263026", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8776828, - 51.500686 - ], - [ - 9.8772959, - 51.5006442 - ], - [ - 9.8758925, - 51.5004926 - ], - [ - 9.8757279, - 51.5004748 - ], - [ - 9.8756989, - 51.5004719 - ], - [ - 9.8755599, - 51.5010097 - ], - [ - 9.8754202, - 51.5009968 - ], - [ - 9.8720844, - 51.500652 - ] - ] - }, - "id": "way/363263026" - }, - { - "type": "Feature", - "properties": { - "@id": "way/364738198", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9042009, - 51.5342227 - ], - [ - 9.9044491, - 51.5336147 - ] - ] - }, - "id": "way/364738198" - }, - { - "type": "Feature", - "properties": { - "@id": "way/364738199", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9053335, - 51.5345823 - ], - [ - 9.9051495, - 51.5345157 - ], - [ - 9.9047996, - 51.5344417 - ], - [ - 9.9042526, - 51.5343261 - ], - [ - 9.9042312, - 51.5342962 - ] - ] - }, - "id": "way/364738199" - }, - { - "type": "Feature", - "properties": { - "@id": "way/373482177", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9074839, - 51.5576216 - ], - [ - 9.9074011, - 51.5574642 - ] - ] - }, - "id": "way/373482177" - }, - { - "type": "Feature", - "properties": { - "@id": "way/373482180", - "barrier": "hedge", - "survey:date": "2015-10-02" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9052824, - 51.5575442 - ], - [ - 9.9060093, - 51.5573017 - ], - [ - 9.9067649, - 51.5570387 - ] - ] - }, - "id": "way/373482180" - }, - { - "type": "Feature", - "properties": { - "@id": "way/373482183", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9080753, - 51.5579981 - ], - [ - 9.9078925, - 51.5576508 - ], - [ - 9.9075374, - 51.5577231 - ], - [ - 9.907506, - 51.5576635 - ] - ] - }, - "id": "way/373482183" - }, - { - "type": "Feature", - "properties": { - "@id": "way/373582474", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8909907, - 51.5603851 - ], - [ - 9.891477, - 51.5603995 - ] - ] - }, - "id": "way/373582474" - }, - { - "type": "Feature", - "properties": { - "@id": "way/373582475", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.891479, - 51.5592054 - ], - [ - 9.8914709, - 51.5593314 - ] - ] - }, - "id": "way/373582475" - }, - { - "type": "Feature", - "properties": { - "@id": "way/373582476", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8910525, - 51.5592624 - ], - [ - 9.8910553, - 51.5591607 - ], - [ - 9.8914148, - 51.5591573 - ] - ] - }, - "id": "way/373582476" - }, - { - "type": "Feature", - "properties": { - "@id": "way/373582477", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8915491, - 51.5592811 - ], - [ - 9.8915813, - 51.5591776 - ], - [ - 9.8916436, - 51.5591694 - ], - [ - 9.8921103, - 51.5592651 - ] - ] - }, - "id": "way/373582477" - }, - { - "type": "Feature", - "properties": { - "@id": "way/373582478", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8929725, - 51.5594449 - ], - [ - 9.8933557, - 51.5595253 - ], - [ - 9.8933754, - 51.5595497 - ], - [ - 9.893377, - 51.559583 - ], - [ - 9.8933235, - 51.5596834 - ] - ] - }, - "id": "way/373582478" - }, - { - "type": "Feature", - "properties": { - "@id": "way/373585804", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8903095, - 51.5591498 - ], - [ - 9.8903084, - 51.5591988 - ], - [ - 9.8903452, - 51.5591992 - ] - ] - }, - "id": "way/373585804" - }, - { - "type": "Feature", - "properties": { - "@id": "way/373585806", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8903568, - 51.5591993 - ], - [ - 9.8903885, - 51.5591995 - ], - [ - 9.8903896, - 51.5591488 - ], - [ - 9.8906054, - 51.5591507 - ] - ] - }, - "id": "way/373585806" - }, - { - "type": "Feature", - "properties": { - "@id": "way/373738027", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8824513, - 51.549159 - ], - [ - 9.8824898, - 51.5494141 - ], - [ - 9.8816913, - 51.5494272 - ] - ] - }, - "id": "way/373738027" - }, - { - "type": "Feature", - "properties": { - "@id": "way/373868692", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8935981, - 51.563039 - ], - [ - 9.8936363, - 51.5628715 - ] - ] - }, - "id": "way/373868692" - }, - { - "type": "Feature", - "properties": { - "@id": "way/373868693", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8939521, - 51.5626524 - ], - [ - 9.8939153, - 51.5628437 - ] - ] - }, - "id": "way/373868693" - }, - { - "type": "Feature", - "properties": { - "@id": "way/373868695", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8935569, - 51.5622197 - ], - [ - 9.8935727, - 51.5621633 - ], - [ - 9.8936666, - 51.5621735 - ] - ] - }, - "id": "way/373868695" - }, - { - "type": "Feature", - "properties": { - "@id": "way/373868696", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8937269, - 51.5622292 - ], - [ - 9.893738, - 51.5621837 - ], - [ - 9.8939331, - 51.562202 - ], - [ - 9.8938365, - 51.5625999 - ] - ] - }, - "id": "way/373868696" - }, - { - "type": "Feature", - "properties": { - "@id": "way/373966430", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8938196, - 51.5606139 - ], - [ - 9.8935315, - 51.56056 - ], - [ - 9.8936143, - 51.5603888 - ], - [ - 9.8939487, - 51.5604513 - ] - ] - }, - "id": "way/373966430" - }, - { - "type": "Feature", - "properties": { - "@id": "way/373966431", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8941911, - 51.5616363 - ], - [ - 9.8940735, - 51.5618272 - ], - [ - 9.8939538, - 51.561801 - ] - ] - }, - "id": "way/373966431" - }, - { - "type": "Feature", - "properties": { - "@id": "way/373966435", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8940246, - 51.5604655 - ], - [ - 9.8942925, - 51.5605156 - ], - [ - 9.8942097, - 51.5606868 - ], - [ - 9.8939426, - 51.5606369 - ] - ] - }, - "id": "way/373966435" - }, - { - "type": "Feature", - "properties": { - "@id": "way/373973243", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8877419, - 51.5623861 - ], - [ - 9.8877835, - 51.562448 - ], - [ - 9.8875838, - 51.5624998 - ], - [ - 9.8876072, - 51.5623869 - ] - ] - }, - "id": "way/373973243" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374030366", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8933209, - 51.5608173 - ], - [ - 9.8933946, - 51.5608341 - ] - ] - }, - "id": "way/374030366" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374030367", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8929586, - 51.5602433 - ], - [ - 9.8929979, - 51.5601903 - ] - ] - }, - "id": "way/374030367" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374030368", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8933768, - 51.5600643 - ], - [ - 9.8934485, - 51.5600824 - ] - ] - }, - "id": "way/374030368" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374030369", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8930676, - 51.5599852 - ], - [ - 9.8931428, - 51.5600014 - ] - ] - }, - "id": "way/374030369" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374030370", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8928069, - 51.5604236 - ], - [ - 9.8928276, - 51.5604305 - ], - [ - 9.8927303, - 51.5605428 - ] - ] - }, - "id": "way/374030370" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374030371", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8932969, - 51.5601745 - ], - [ - 9.8933768, - 51.5600643 - ], - [ - 9.8935378, - 51.5598091 - ] - ] - }, - "id": "way/374030371" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374030372", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8932233, - 51.5598682 - ], - [ - 9.8931537, - 51.5599792 - ], - [ - 9.8930928, - 51.5599668 - ] - ] - }, - "id": "way/374030372" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374030373", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8933128, - 51.5597075 - ], - [ - 9.8932631, - 51.5598009 - ], - [ - 9.8932052, - 51.559789 - ], - [ - 9.8931909, - 51.5598159 - ] - ] - }, - "id": "way/374030373" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374030374", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.892289, - 51.5593984 - ], - [ - 9.8923032, - 51.5593526 - ], - [ - 9.8923736, - 51.5593254 - ], - [ - 9.8928671, - 51.5594279 - ] - ] - }, - "id": "way/374030374" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374030375", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8928851, - 51.5603454 - ], - [ - 9.8928977, - 51.5603496 - ], - [ - 9.8928458, - 51.5604094 - ], - [ - 9.8928251, - 51.5604025 - ] - ] - }, - "id": "way/374030375" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374066702", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8870482, - 51.5452919 - ], - [ - 9.8870291, - 51.5452915 - ], - [ - 9.8870359, - 51.5451721 - ], - [ - 9.8871431, - 51.5451746 - ] - ] - }, - "id": "way/374066702" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374066709", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.887073, - 51.5453595 - ], - [ - 9.8871048, - 51.5453517 - ], - [ - 9.8872284, - 51.5453561 - ], - [ - 9.887408, - 51.5453692 - ], - [ - 9.8874612, - 51.5453699 - ], - [ - 9.8874595, - 51.5454299 - ] - ] - }, - "id": "way/374066709" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374074480", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8850614, - 51.5478756 - ], - [ - 9.8847269, - 51.5478758 - ], - [ - 9.8847267, - 51.5478007 - ] - ] - }, - "id": "way/374074480" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374074482", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8852832, - 51.5473522 - ], - [ - 9.8852815, - 51.5476745 - ], - [ - 9.8852734, - 51.5477656 - ], - [ - 9.8852739, - 51.5478768 - ], - [ - 9.885093, - 51.5478755 - ] - ] - }, - "id": "way/374074482" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374109744", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8879555, - 51.5508401 - ], - [ - 9.8880515, - 51.5503763 - ] - ] - }, - "id": "way/374109744" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374109745", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8874207, - 51.5500882 - ], - [ - 9.8871666, - 51.5500719 - ], - [ - 9.8871786, - 51.5499997 - ] - ] - }, - "id": "way/374109745" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374179880", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8925532, - 51.540048 - ], - [ - 9.892584, - 51.539997 - ], - [ - 9.8926196, - 51.5399487 - ], - [ - 9.8926801, - 51.5398824 - ], - [ - 9.8927063, - 51.5398602 - ], - [ - 9.8927308, - 51.5398465 - ], - [ - 9.8927538, - 51.5398394 - ], - [ - 9.8927835, - 51.5398341 - ], - [ - 9.8928059, - 51.5398337 - ], - [ - 9.8928192, - 51.5398348 - ] - ] - }, - "id": "way/374179880" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374179881", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8916897, - 51.5410126 - ], - [ - 9.8917355, - 51.5410015 - ], - [ - 9.8917839, - 51.5409866 - ], - [ - 9.8918355, - 51.5409662 - ], - [ - 9.8918892, - 51.5409422 - ], - [ - 9.8919413, - 51.5409181 - ], - [ - 9.8919909, - 51.5408875 - ], - [ - 9.8920461, - 51.5408462 - ], - [ - 9.8920859, - 51.5408104 - ], - [ - 9.8921261, - 51.5407665 - ], - [ - 9.892196, - 51.5406813 - ] - ] - }, - "id": "way/374179881" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374179882", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8925624, - 51.5398348 - ], - [ - 9.8924422, - 51.5399796 - ], - [ - 9.8924048, - 51.540049 - ] - ] - }, - "id": "way/374179882" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374179883", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8900092, - 51.5396037 - ], - [ - 9.8903147, - 51.5396658 - ], - [ - 9.8905643, - 51.5397353 - ] - ] - }, - "id": "way/374179883" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374179884", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.892398, - 51.5400707 - ], - [ - 9.8923693, - 51.5401297 - ], - [ - 9.8923577, - 51.5401535 - ] - ] - }, - "id": "way/374179884" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374179885", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8924382, - 51.5403126 - ], - [ - 9.8925312, - 51.5400959 - ], - [ - 9.8925466, - 51.5400602 - ] - ] - }, - "id": "way/374179885" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374179886", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8923693, - 51.5401297 - ], - [ - 9.892317, - 51.5401199 - ], - [ - 9.8923048, - 51.5401452 - ] - ] - }, - "id": "way/374179886" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374179887", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8914319, - 51.5408784 - ], - [ - 9.8913795, - 51.5408567 - ], - [ - 9.8912522, - 51.5407874 - ] - ] - }, - "id": "way/374179887" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374179888", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8922107, - 51.5406628 - ], - [ - 9.8922988, - 51.54056 - ], - [ - 9.8923676, - 51.540463 - ], - [ - 9.8924323, - 51.5403298 - ] - ] - }, - "id": "way/374179888" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374179889", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8918203, - 51.5407928 - ], - [ - 9.8918834, - 51.5408195 - ], - [ - 9.8918834, - 51.5408265 - ], - [ - 9.8918242, - 51.5408595 - ] - ] - }, - "id": "way/374179889" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374179890", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8923517, - 51.5401763 - ], - [ - 9.8923416, - 51.5401998 - ], - [ - 9.8923005, - 51.540193 - ], - [ - 9.8923104, - 51.5401698 - ] - ] - }, - "id": "way/374179890" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374179891", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8913114, - 51.5409328 - ], - [ - 9.8913485, - 51.5409576 - ], - [ - 9.8913908, - 51.5409778 - ], - [ - 9.891432, - 51.5409953 - ], - [ - 9.8914701, - 51.5410085 - ], - [ - 9.8915022, - 51.5410167 - ], - [ - 9.8915571, - 51.5410245 - ] - ] - }, - "id": "way/374179891" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374179892", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8917964, - 51.5408714 - ], - [ - 9.8917525, - 51.5408902 - ], - [ - 9.8917064, - 51.5409065 - ], - [ - 9.891651, - 51.540923 - ], - [ - 9.8916091, - 51.5409311 - ], - [ - 9.891571, - 51.5409271 - ], - [ - 9.8915074, - 51.5409119 - ], - [ - 9.8914658, - 51.5408952 - ] - ] - }, - "id": "way/374179892" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374260640", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8915861, - 51.5410264 - ], - [ - 9.8916132, - 51.5410247 - ], - [ - 9.8916571, - 51.5410175 - ] - ] - }, - "id": "way/374260640" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374260641", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8916132, - 51.5410247 - ], - [ - 9.8916304, - 51.5410564 - ], - [ - 9.8916727, - 51.5410475 - ] - ] - }, - "id": "way/374260641" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374260642", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8905389, - 51.5405295 - ], - [ - 9.8905192, - 51.5405503 - ], - [ - 9.8905536, - 51.5405629 - ], - [ - 9.8905713, - 51.5405442 - ] - ] - }, - "id": "way/374260642" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374340608", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8906523, - 51.5412724 - ], - [ - 9.891869, - 51.5416975 - ] - ] - }, - "id": "way/374340608" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374340609", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8901442, - 51.5410912 - ], - [ - 9.8900368, - 51.5412211 - ] - ] - }, - "id": "way/374340609" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374340610", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8919141, - 51.5417346 - ], - [ - 9.891674, - 51.5420328 - ] - ] - }, - "id": "way/374340610" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374340611", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8916569, - 51.5420541 - ], - [ - 9.8913049, - 51.5424915 - ] - ] - }, - "id": "way/374340611" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374340612", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8889876, - 51.5431324 - ], - [ - 9.8891874, - 51.5429057 - ], - [ - 9.8891978, - 51.5428927 - ] - ] - }, - "id": "way/374340612" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374340613", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8905662, - 51.5412425 - ], - [ - 9.8901442, - 51.5410912 - ], - [ - 9.8898988, - 51.5410032 - ], - [ - 9.8896313, - 51.5413284 - ], - [ - 9.8898817, - 51.5414085 - ] - ] - }, - "id": "way/374340613" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374340614", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8900107, - 51.5412526 - ], - [ - 9.8898817, - 51.5414085 - ], - [ - 9.8894388, - 51.5419495 - ], - [ - 9.8897896, - 51.5421916 - ], - [ - 9.889296, - 51.5427708 - ], - [ - 9.8892261, - 51.5428574 - ] - ] - }, - "id": "way/374340614" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374599069", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8918059, - 51.5460241 - ], - [ - 9.892038, - 51.5460383 - ] - ] - }, - "id": "way/374599069" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374599074", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8909457, - 51.5456023 - ], - [ - 9.8914944, - 51.5456314 - ], - [ - 9.8914922, - 51.5456464 - ] - ] - }, - "id": "way/374599074" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374681678", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9035265, - 51.5352417 - ], - [ - 9.9035846, - 51.5351831 - ] - ] - }, - "id": "way/374681678" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374681679", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.903248, - 51.5350038 - ], - [ - 9.9035904, - 51.535175 - ], - [ - 9.9036268, - 51.5351362 - ] - ] - }, - "id": "way/374681679" - }, - { - "type": "Feature", - "properties": { - "@id": "way/374681680", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9030984, - 51.5351589 - ], - [ - 9.903229, - 51.5350234 - ], - [ - 9.9029343, - 51.5349133 - ] - ] - }, - "id": "way/374681680" - }, - { - "type": "Feature", - "properties": { - "@id": "way/375007438", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8999889, - 51.5438432 - ], - [ - 9.8994756, - 51.5439161 - ] - ] - }, - "id": "way/375007438" - }, - { - "type": "Feature", - "properties": { - "@id": "way/375007439", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.900736, - 51.5437349 - ], - [ - 9.9002451, - 51.5438061 - ] - ] - }, - "id": "way/375007439" - }, - { - "type": "Feature", - "properties": { - "@id": "way/375282252", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9413419, - 51.5255009 - ], - [ - 9.9417473, - 51.5255214 - ], - [ - 9.9417959, - 51.5255271 - ], - [ - 9.9418246, - 51.5255376 - ], - [ - 9.9418487, - 51.5255524 - ], - [ - 9.9418694, - 51.5255729 - ], - [ - 9.941874, - 51.5255907 - ], - [ - 9.9418744, - 51.5256164 - ], - [ - 9.9418702, - 51.5256355 - ], - [ - 9.9418674, - 51.5256484 - ] - ] - }, - "id": "way/375282252" - }, - { - "type": "Feature", - "properties": { - "@id": "way/375285625", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9281375, - 51.5254229 - ], - [ - 9.9282241, - 51.5254325 - ] - ] - }, - "id": "way/375285625" - }, - { - "type": "Feature", - "properties": { - "@id": "way/375285626", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9269341, - 51.5255572 - ], - [ - 9.9270069, - 51.5253383 - ], - [ - 9.9270769, - 51.5253043 - ], - [ - 9.9271561, - 51.5253133 - ] - ] - }, - "id": "way/375285626" - }, - { - "type": "Feature", - "properties": { - "@id": "way/375364283", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9027156, - 51.5451113 - ], - [ - 9.9021768, - 51.545169 - ] - ] - }, - "id": "way/375364283" - }, - { - "type": "Feature", - "properties": { - "@id": "way/375364287", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9034955, - 51.5448569 - ], - [ - 9.9035152, - 51.5448544 - ], - [ - 9.903546, - 51.5449478 - ] - ] - }, - "id": "way/375364287" - }, - { - "type": "Feature", - "properties": { - "@id": "way/375364288", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9034724, - 51.5447244 - ], - [ - 9.9035086, - 51.5448344 - ], - [ - 9.9034596, - 51.5448406 - ] - ] - }, - "id": "way/375364288" - }, - { - "type": "Feature", - "properties": { - "@id": "way/375530452", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9018556, - 51.5438092 - ], - [ - 9.9022523, - 51.5437488 - ] - ] - }, - "id": "way/375530452" - }, - { - "type": "Feature", - "properties": { - "@id": "way/375530454", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9025133, - 51.543711 - ], - [ - 9.9028287, - 51.5436655 - ] - ] - }, - "id": "way/375530454" - }, - { - "type": "Feature", - "properties": { - "@id": "way/375530463", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9028964, - 51.5436557 - ], - [ - 9.9029707, - 51.543645 - ], - [ - 9.9030024, - 51.5436433 - ], - [ - 9.9030349, - 51.5436454 - ], - [ - 9.903063, - 51.5436534 - ], - [ - 9.9030899, - 51.5436648 - ], - [ - 9.9031124, - 51.5436803 - ], - [ - 9.9031239, - 51.5436951 - ], - [ - 9.903136, - 51.5437222 - ] - ] - }, - "id": "way/375530463" - }, - { - "type": "Feature", - "properties": { - "@id": "way/375539141", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9010489, - 51.5439231 - ], - [ - 9.9012231, - 51.5438987 - ] - ] - }, - "id": "way/375539141" - }, - { - "type": "Feature", - "properties": { - "@id": "way/375539142", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9008481, - 51.543998 - ], - [ - 9.9008359, - 51.5439549 - ], - [ - 9.9009964, - 51.5439312 - ] - ] - }, - "id": "way/375539142" - }, - { - "type": "Feature", - "properties": { - "@id": "way/375607435", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9528054, - 51.513994 - ], - [ - 9.9528818, - 51.5140091 - ], - [ - 9.9529987, - 51.51378 - ] - ] - }, - "id": "way/375607435" - }, - { - "type": "Feature", - "properties": { - "@id": "way/375725692", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9234017, - 51.5449371 - ], - [ - 9.9234684, - 51.5449633 - ], - [ - 9.9238368, - 51.545108 - ] - ] - }, - "id": "way/375725692" - }, - { - "type": "Feature", - "properties": { - "@id": "way/375725693", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9219524, - 51.5446679 - ], - [ - 9.9220316, - 51.544623 - ], - [ - 9.923158, - 51.5448413 - ], - [ - 9.9233631, - 51.5449219 - ] - ] - }, - "id": "way/375725693" - }, - { - "type": "Feature", - "properties": { - "@id": "way/375944949", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8927371, - 51.5534335 - ], - [ - 9.8922713, - 51.5533921 - ], - [ - 9.8921452, - 51.5534591 - ], - [ - 9.8921399, - 51.553476 - ], - [ - 9.8921358, - 51.5534889 - ] - ] - }, - "id": "way/375944949" - }, - { - "type": "Feature", - "properties": { - "@id": "way/375999177", - "barrier": "hedge", - "source": "survey 2022" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8962207, - 51.5532605 - ], - [ - 9.8962475, - 51.5530645 - ], - [ - 9.8962551, - 51.5529925 - ], - [ - 9.8970026, - 51.5529879 - ] - ] - }, - "id": "way/375999177" - }, - { - "type": "Feature", - "properties": { - "@id": "way/379362251", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9113739, - 51.5135576 - ], - [ - 9.9124254, - 51.5133381 - ] - ] - }, - "id": "way/379362251" - }, - { - "type": "Feature", - "properties": { - "@id": "way/379367911", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9124781, - 51.5133658 - ], - [ - 9.9125354, - 51.513448 - ] - ] - }, - "id": "way/379367911" - }, - { - "type": "Feature", - "properties": { - "@id": "way/380160961", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8716097, - 51.5474369 - ], - [ - 9.8715165, - 51.5476216 - ] - ] - }, - "id": "way/380160961" - }, - { - "type": "Feature", - "properties": { - "@id": "way/380160963", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8714377, - 51.5477657 - ], - [ - 9.8712965, - 51.5479956 - ], - [ - 9.8711293, - 51.5479565 - ] - ] - }, - "id": "way/380160963" - }, - { - "type": "Feature", - "properties": { - "@id": "way/381010813", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9386393, - 51.5361493 - ], - [ - 9.9393395, - 51.5362947 - ], - [ - 9.9395847, - 51.5363562 - ] - ] - }, - "id": "way/381010813" - }, - { - "type": "Feature", - "properties": { - "@id": "way/383666797", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.930216, - 51.5416992 - ], - [ - 9.9301816, - 51.5416965 - ], - [ - 9.9301859, - 51.5416753 - ], - [ - 9.9301926, - 51.5416536 - ], - [ - 9.930201, - 51.5416314 - ], - [ - 9.9302124, - 51.5416071 - ], - [ - 9.9302341, - 51.5415694 - ], - [ - 9.9302694, - 51.5415145 - ], - [ - 9.9302819, - 51.5414964 - ], - [ - 9.9302967, - 51.5414751 - ], - [ - 9.9303452, - 51.5414164 - ], - [ - 9.9303566, - 51.5414038 - ], - [ - 9.930432, - 51.5414202 - ], - [ - 9.9306008, - 51.5414429 - ] - ] - }, - "id": "way/383666797" - }, - { - "type": "Feature", - "properties": { - "@id": "way/383666801", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9302029, - 51.541907 - ], - [ - 9.9301918, - 51.5418798 - ], - [ - 9.9301815, - 51.5418503 - ], - [ - 9.9301745, - 51.5418185 - ], - [ - 9.9301734, - 51.5417794 - ], - [ - 9.9301749, - 51.5417408 - ] - ] - }, - "id": "way/383666801" - }, - { - "type": "Feature", - "properties": { - "@id": "way/384219272", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9137494, - 51.5495189 - ], - [ - 9.9141842, - 51.5495876 - ] - ] - }, - "id": "way/384219272" - }, - { - "type": "Feature", - "properties": { - "@id": "way/384976017", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8728789, - 51.5464794 - ], - [ - 9.8728994, - 51.5464251 - ], - [ - 9.8729101, - 51.5464267 - ] - ] - }, - "id": "way/384976017" - }, - { - "type": "Feature", - "properties": { - "@id": "way/384976018", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8730309, - 51.5465301 - ], - [ - 9.8730588, - 51.5464562 - ], - [ - 9.8732659, - 51.5464865 - ] - ] - }, - "id": "way/384976018" - }, - { - "type": "Feature", - "properties": { - "@id": "way/384976019", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8727323, - 51.546451 - ], - [ - 9.8727395, - 51.5464273 - ], - [ - 9.8727516, - 51.5464107 - ], - [ - 9.872768, - 51.5463981 - ] - ] - }, - "id": "way/384976019" - }, - { - "type": "Feature", - "properties": { - "@id": "way/384976020", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8730588, - 51.5464562 - ], - [ - 9.8729074, - 51.546434 - ], - [ - 9.8729101, - 51.5464267 - ], - [ - 9.8729129, - 51.5464193 - ], - [ - 9.872768, - 51.5463981 - ], - [ - 9.8727491, - 51.5463953 - ] - ] - }, - "id": "way/384976020" - }, - { - "type": "Feature", - "properties": { - "@id": "way/385744222", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9850009, - 51.5609157 - ], - [ - 9.9850597, - 51.5609297 - ], - [ - 9.9853655, - 51.5610024 - ] - ] - }, - "id": "way/385744222" - }, - { - "type": "Feature", - "properties": { - "@id": "way/385765102", - "barrier": "hedge", - "survey:date": "2015-12-13" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9567431, - 51.5496714 - ], - [ - 9.9566013, - 51.5494713 - ] - ] - }, - "id": "way/385765102" - }, - { - "type": "Feature", - "properties": { - "@id": "way/385765114", - "barrier": "hedge", - "survey:date": "2015-12-13" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9565305, - 51.5493733 - ], - [ - 9.9564828, - 51.5492507 - ], - [ - 9.9563988, - 51.5491747 - ], - [ - 9.956284, - 51.5490226 - ] - ] - }, - "id": "way/385765114" - }, - { - "type": "Feature", - "properties": { - "@id": "way/385765115", - "barrier": "hedge", - "survey:date": "2015-12-13" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.957189, - 51.5502072 - ], - [ - 9.9570632, - 51.55002 - ], - [ - 9.9569179, - 51.5499155 - ], - [ - 9.9567574, - 51.549693 - ] - ] - }, - "id": "way/385765115" - }, - { - "type": "Feature", - "properties": { - "@id": "way/385865983", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9846211, - 51.5600466 - ], - [ - 9.984388, - 51.5600662 - ], - [ - 9.9843844, - 51.5600375 - ] - ] - }, - "id": "way/385865983" - }, - { - "type": "Feature", - "properties": { - "@id": "way/386947617", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9539168, - 51.5557855 - ], - [ - 9.95391, - 51.5554569 - ], - [ - 9.9546393, - 51.5554511 - ], - [ - 9.9548444, - 51.5554495 - ] - ] - }, - "id": "way/386947617" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387412667", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9364228, - 51.5184873 - ], - [ - 9.936452, - 51.5186099 - ], - [ - 9.9364477, - 51.5186138 - ], - [ - 9.9365237, - 51.5189377 - ], - [ - 9.9363708, - 51.5189501 - ], - [ - 9.9363451, - 51.5189493 - ], - [ - 9.9362085, - 51.5189451 - ], - [ - 9.9360682, - 51.5189384 - ], - [ - 9.9359347, - 51.5189321 - ], - [ - 9.9358, - 51.5189256 - ], - [ - 9.9356671, - 51.5189193 - ], - [ - 9.9355169, - 51.5189122 - ], - [ - 9.9353742, - 51.5189054 - ], - [ - 9.9352299, - 51.5188985 - ], - [ - 9.9350792, - 51.5188913 - ], - [ - 9.9349248, - 51.518884 - ], - [ - 9.9347767, - 51.5188769 - ], - [ - 9.9346205, - 51.5188695 - ], - [ - 9.9344643, - 51.518862 - ], - [ - 9.9343037, - 51.5188544 - ], - [ - 9.9342768, - 51.5188531 - ], - [ - 9.9341418, - 51.5188482 - ], - [ - 9.9340508, - 51.5188449 - ], - [ - 9.9340029, - 51.5188435 - ], - [ - 9.9338568, - 51.518839 - ], - [ - 9.9336925, - 51.5188341 - ], - [ - 9.9335403, - 51.5188294 - ], - [ - 9.933378, - 51.5188245 - ], - [ - 9.9332215, - 51.5188198 - ], - [ - 9.9331988, - 51.5186333 - ] - ] - }, - "id": "way/387412667" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387412670", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9333463, - 51.5188516 - ], - [ - 9.9335494, - 51.5188511 - ], - [ - 9.9335915, - 51.5188648 - ], - [ - 9.9336947, - 51.5188781 - ], - [ - 9.9337635, - 51.5188815 - ], - [ - 9.9339155, - 51.518889 - ], - [ - 9.9340474, - 51.51889 - ], - [ - 9.9342068, - 51.5188972 - ], - [ - 9.9343672, - 51.5189044 - ], - [ - 9.9345204, - 51.5189113 - ], - [ - 9.9346817, - 51.5189185 - ], - [ - 9.9348349, - 51.5189262 - ], - [ - 9.9349943, - 51.5189339 - ], - [ - 9.9351536, - 51.5189415 - ], - [ - 9.9353062, - 51.5189489 - ], - [ - 9.9354433, - 51.5189554 - ], - [ - 9.9355892, - 51.5189624 - ], - [ - 9.9357307, - 51.5189692 - ], - [ - 9.9358716, - 51.518976 - ], - [ - 9.936018, - 51.518983 - ], - [ - 9.9361602, - 51.5189898 - ], - [ - 9.9362967, - 51.5189964 - ], - [ - 9.9363756, - 51.5189981 - ], - [ - 9.9364508, - 51.5189931 - ], - [ - 9.9364929, - 51.5189903 - ], - [ - 9.9365068, - 51.5190356 - ], - [ - 9.9365508, - 51.5190314 - ], - [ - 9.9366029, - 51.5192252 - ] - ] - }, - "id": "way/387412670" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387412671", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9363566, - 51.5182093 - ], - [ - 9.9363798, - 51.5183067 - ] - ] - }, - "id": "way/387412671" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387412672", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9331281, - 51.5179141 - ], - [ - 9.9331625, - 51.5182169 - ], - [ - 9.9331646, - 51.5182357 - ] - ] - }, - "id": "way/387412672" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387412673", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9331905, - 51.5185648 - ], - [ - 9.933189, - 51.5185526 - ], - [ - 9.9331532, - 51.518246 - ] - ] - }, - "id": "way/387412673" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387412674", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9363836, - 51.5183226 - ], - [ - 9.9364188, - 51.5184707 - ] - ] - }, - "id": "way/387412674" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387412675", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.933829, - 51.5175626 - ], - [ - 9.9340835, - 51.5175551 - ], - [ - 9.9343026, - 51.5175487 - ], - [ - 9.9345623, - 51.5175411 - ], - [ - 9.9348009, - 51.5175341 - ], - [ - 9.9350296, - 51.5175274 - ], - [ - 9.9350961, - 51.5175255 - ] - ] - }, - "id": "way/387412675" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387412676", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9352232, - 51.5176778 - ], - [ - 9.9351458, - 51.5176797 - ] - ] - }, - "id": "way/387412676" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387412677", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9336179, - 51.5183307 - ], - [ - 9.933713, - 51.5183299 - ] - ] - }, - "id": "way/387412677" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387412678", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9362189, - 51.5183064 - ], - [ - 9.9362668, - 51.5182978 - ], - [ - 9.9362779, - 51.5183214 - ] - ] - }, - "id": "way/387412678" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387412679", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9353495, - 51.5193957 - ], - [ - 9.9348422, - 51.5193703 - ], - [ - 9.9348487, - 51.5193203 - ] - ] - }, - "id": "way/387412679" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387412680", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9334916, - 51.5177753 - ], - [ - 9.9331067, - 51.5177889 - ], - [ - 9.9331115, - 51.5178363 - ] - ] - }, - "id": "way/387412680" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387412681", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9338393, - 51.5177244 - ], - [ - 9.933829, - 51.5175626 - ], - [ - 9.9337118, - 51.517569 - ] - ] - }, - "id": "way/387412681" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387412682", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9363166, - 51.5184611 - ], - [ - 9.9363397, - 51.5184569 - ], - [ - 9.9363518, - 51.518483 - ] - ] - }, - "id": "way/387412682" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387412684", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.934524, - 51.5180264 - ], - [ - 9.934525, - 51.5180746 - ], - [ - 9.9344366, - 51.5180752 - ], - [ - 9.9344357, - 51.5180271 - ] - ] - }, - "id": "way/387412684" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387412685", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9346683, - 51.5187298 - ], - [ - 9.9346732, - 51.5186815 - ], - [ - 9.9347369, - 51.518684 - ], - [ - 9.934732, - 51.5187323 - ] - ] - }, - "id": "way/387412685" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387412686", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9345793, - 51.5177006 - ], - [ - 9.9343149, - 51.5177087 - ], - [ - 9.9340916, - 51.5177161 - ], - [ - 9.9338393, - 51.5177244 - ], - [ - 9.933598, - 51.517731 - ], - [ - 9.9333499, - 51.5177377 - ], - [ - 9.9331025, - 51.5177445 - ], - [ - 9.9330832, - 51.5175917 - ], - [ - 9.9331799, - 51.5175884 - ] - ] - }, - "id": "way/387412686" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387597908", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9319476, - 51.5523566 - ], - [ - 9.9317402, - 51.5523622 - ], - [ - 9.9316387, - 51.5523588 - ], - [ - 9.9316438, - 51.5522971 - ], - [ - 9.9316783, - 51.5522416 - ], - [ - 9.9317162, - 51.5522214 - ], - [ - 9.9317822, - 51.5522053 - ], - [ - 9.9317997, - 51.552202 - ], - [ - 9.931838, - 51.5521947 - ], - [ - 9.931914, - 51.5521866 - ] - ] - }, - "id": "way/387597908" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387612868", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9310536, - 51.560294 - ], - [ - 9.9310867, - 51.560173 - ] - ] - }, - "id": "way/387612868" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387612878", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9310961, - 51.5601568 - ], - [ - 9.9311216, - 51.5601451 - ], - [ - 9.9311615, - 51.5601322 - ], - [ - 9.9312045, - 51.5601249 - ], - [ - 9.9312501, - 51.5601236 - ], - [ - 9.9313062, - 51.5601257 - ], - [ - 9.9313908, - 51.5601325 - ], - [ - 9.9315028, - 51.560147 - ], - [ - 9.9315359, - 51.5601477 - ] - ] - }, - "id": "way/387612878" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387793405", - "barrier": "hedge", - "survey:date": "2015-12-24" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9301655, - 51.5487404 - ], - [ - 9.93005, - 51.5487262 - ] - ] - }, - "id": "way/387793405" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387793406", - "barrier": "hedge", - "survey:date": "2015-12-24" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.930234, - 51.5487042 - ], - [ - 9.9300659, - 51.5486863 - ] - ] - }, - "id": "way/387793406" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387793407", - "barrier": "hedge", - "survey:date": "2015-12-24" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.930701, - 51.5486117 - ], - [ - 9.9307136, - 51.5487058 - ] - ] - }, - "id": "way/387793407" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387793408", - "barrier": "hedge", - "survey:date": "2015-12-24" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9306487, - 51.5487484 - ], - [ - 9.9304218, - 51.5487242 - ], - [ - 9.9302843, - 51.5487095 - ] - ] - }, - "id": "way/387793408" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387916779", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9305247, - 51.5313147 - ], - [ - 9.9304935, - 51.5313313 - ], - [ - 9.9305087, - 51.531351 - ], - [ - 9.9305468, - 51.5313307 - ] - ] - }, - "id": "way/387916779" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387916780", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9306463, - 51.5312758 - ], - [ - 9.930577, - 51.531316 - ], - [ - 9.9304623, - 51.5312394 - ], - [ - 9.9305043, - 51.5312151 - ], - [ - 9.9306171, - 51.5311913 - ], - [ - 9.930673, - 51.5312324 - ] - ] - }, - "id": "way/387916780" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387916781", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9305087, - 51.531351 - ], - [ - 9.9304065, - 51.5314054 - ], - [ - 9.9302192, - 51.5314521 - ], - [ - 9.9301287, - 51.5314685 - ], - [ - 9.9300635, - 51.5314466 - ], - [ - 9.9299322, - 51.5311664 - ] - ] - }, - "id": "way/387916781" - }, - { - "type": "Feature", - "properties": { - "@id": "way/387919873", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9320459, - 51.530876 - ], - [ - 9.932255, - 51.5310184 - ] - ] - }, - "id": "way/387919873" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388075944", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9440168, - 51.5168422 - ], - [ - 9.9444288, - 51.5168561 - ] - ] - }, - "id": "way/388075944" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388075947", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9457134, - 51.5168949 - ], - [ - 9.9453065, - 51.5168807 - ], - [ - 9.9449082, - 51.5168668 - ] - ] - }, - "id": "way/388075947" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388075949", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.946169, - 51.5168255 - ], - [ - 9.946155, - 51.5168997 - ], - [ - 9.9459671, - 51.5168946 - ] - ] - }, - "id": "way/388075949" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388075952", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9465759, - 51.5166635 - ], - [ - 9.9465826, - 51.5167808 - ], - [ - 9.9463656, - 51.5167732 - ] - ] - }, - "id": "way/388075952" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388075955", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9448374, - 51.5168658 - ], - [ - 9.9444288, - 51.5168561 - ], - [ - 9.9440997, - 51.5168545 - ], - [ - 9.9440743, - 51.5168477 - ] - ] - }, - "id": "way/388075955" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388075959", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9466472, - 51.516792 - ], - [ - 9.9470454, - 51.5168012 - ], - [ - 9.9470375, - 51.5169374 - ], - [ - 9.9475249, - 51.5169494 - ], - [ - 9.9474966, - 51.5169888 - ] - ] - }, - "id": "way/388075959" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388085356", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9532197, - 51.5229695 - ], - [ - 9.9530242, - 51.5229642 - ] - ] - }, - "id": "way/388085356" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388085357", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9546294, - 51.5231181 - ], - [ - 9.9547224, - 51.523121 - ] - ] - }, - "id": "way/388085357" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388085358", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9551528, - 51.5231345 - ], - [ - 9.9552613, - 51.5231371 - ] - ] - }, - "id": "way/388085358" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388085359", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9543, - 51.5230056 - ], - [ - 9.9540487, - 51.5229996 - ] - ] - }, - "id": "way/388085359" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388085360", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9541286, - 51.5231025 - ], - [ - 9.95458, - 51.5231166 - ] - ] - }, - "id": "way/388085360" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388085362", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9537374, - 51.5228646 - ], - [ - 9.953748, - 51.5227185 - ] - ] - }, - "id": "way/388085362" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388085363", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.954741, - 51.5231216 - ], - [ - 9.9548483, - 51.5231249 - ] - ] - }, - "id": "way/388085363" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388085364", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9529733, - 51.52278 - ], - [ - 9.9530223, - 51.522695 - ], - [ - 9.9533309, - 51.5227024 - ] - ] - }, - "id": "way/388085364" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388085365", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9552834, - 51.5231376 - ], - [ - 9.9554088, - 51.5231406 - ], - [ - 9.9554043, - 51.5232139 - ] - ] - }, - "id": "way/388085365" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388085366", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9544961, - 51.5229837 - ], - [ - 9.9544944, - 51.5230116 - ], - [ - 9.9546508, - 51.5230153 - ] - ] - }, - "id": "way/388085366" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388085367", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9536235, - 51.5232057 - ], - [ - 9.9537021, - 51.5230904 - ], - [ - 9.953972, - 51.5230983 - ] - ] - }, - "id": "way/388085367" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388085368", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9544455, - 51.5226561 - ], - [ - 9.9544067, - 51.5226548 - ], - [ - 9.9544185, - 51.5225085 - ], - [ - 9.9544103, - 51.5224677 - ] - ] - }, - "id": "way/388085368" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388085370", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9544124, - 51.5229129 - ], - [ - 9.9544232, - 51.5227371 - ], - [ - 9.9544854, - 51.5227386 - ], - [ - 9.9545664, - 51.5227405 - ], - [ - 9.9546705, - 51.522743 - ] - ] - }, - "id": "way/388085370" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388085372", - "area": "no", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9547228, - 51.523017 - ], - [ - 9.9547336, - 51.5228418 - ], - [ - 9.9547391, - 51.5227514 - ], - [ - 9.9550556, - 51.5227589 - ], - [ - 9.9550393, - 51.5230245 - ], - [ - 9.9547228, - 51.523017 - ] - ] - }, - "id": "way/388085372" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388086779", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9555857, - 51.5232742 - ], - [ - 9.9555881, - 51.523311 - ] - ] - }, - "id": "way/388086779" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388086781", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9552267, - 51.5235969 - ], - [ - 9.9555801, - 51.5236062 - ] - ] - }, - "id": "way/388086781" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388134098", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9380715, - 51.5374816 - ], - [ - 9.9381683, - 51.5372712 - ], - [ - 9.9383389, - 51.5373026 - ] - ] - }, - "id": "way/388134098" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388134100", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9377146, - 51.5367776 - ], - [ - 9.937664, - 51.536771 - ], - [ - 9.9377103, - 51.536615 - ], - [ - 9.9376385, - 51.5366049 - ] - ] - }, - "id": "way/388134100" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388136423", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9388436, - 51.5357971 - ], - [ - 9.9388676, - 51.5357596 - ] - ] - }, - "id": "way/388136423" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388136424", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9388194, - 51.5359791 - ], - [ - 9.9387451, - 51.535962 - ] - ] - }, - "id": "way/388136424" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388136425", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9387742, - 51.5359057 - ], - [ - 9.9387806, - 51.5358957 - ], - [ - 9.9388077, - 51.5358533 - ] - ] - }, - "id": "way/388136425" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388136427", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9386589, - 51.5361219 - ], - [ - 9.9387032, - 51.5360373 - ], - [ - 9.9387772, - 51.5360575 - ] - ] - }, - "id": "way/388136427" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388136428", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9397967, - 51.5347505 - ], - [ - 9.9400352, - 51.5345428 - ], - [ - 9.940048, - 51.534542 - ], - [ - 9.9400897, - 51.5345494 - ] - ] - }, - "id": "way/388136428" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388136429", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9394849, - 51.5350439 - ], - [ - 9.9394598, - 51.5350325 - ], - [ - 9.9395785, - 51.5349313 - ], - [ - 9.9396236, - 51.5349517 - ] - ] - }, - "id": "way/388136429" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388136431", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.939665, - 51.5349143 - ], - [ - 9.9396221, - 51.5348951 - ], - [ - 9.9397774, - 51.534761 - ], - [ - 9.9398202, - 51.5347802 - ] - ] - }, - "id": "way/388136431" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388769395", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.985408, - 51.5390704 - ], - [ - 9.9859678, - 51.5391796 - ], - [ - 9.9860744, - 51.5393958 - ], - [ - 9.9859648, - 51.5394496 - ], - [ - 9.985559, - 51.5395292 - ], - [ - 9.9853349, - 51.5395646 - ], - [ - 9.9851024, - 51.5395795 - ], - [ - 9.9848065, - 51.5396313 - ], - [ - 9.9846998, - 51.5393781 - ], - [ - 9.9846282, - 51.5392083 - ], - [ - 9.9846272, - 51.5391477 - ], - [ - 9.984677, - 51.5390892 - ], - [ - 9.9847028, - 51.5390226 - ], - [ - 9.9847114, - 51.5389492 - ] - ] - }, - "id": "way/388769395" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388769397", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9848265, - 51.539248 - ], - [ - 9.9849317, - 51.5392505 - ] - ] - }, - "id": "way/388769397" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388769398", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9848022, - 51.5392487 - ], - [ - 9.9847772, - 51.5392453 - ], - [ - 9.9847808, - 51.5391876 - ] - ] - }, - "id": "way/388769398" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388769399", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9848099, - 51.5385562 - ], - [ - 9.9848427, - 51.5385463 - ], - [ - 9.9848842, - 51.5385499 - ], - [ - 9.9849545, - 51.5385916 - ], - [ - 9.9850227, - 51.5386513 - ], - [ - 9.9850719, - 51.5386969 - ] - ] - }, - "id": "way/388769399" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388769400", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.985278, - 51.5393263 - ], - [ - 9.9853236, - 51.5393247 - ], - [ - 9.9853882, - 51.5393071 - ], - [ - 9.98538, - 51.5392618 - ], - [ - 9.9853872, - 51.5392494 - ], - [ - 9.9855103, - 51.5392344 - ] - ] - }, - "id": "way/388769400" - }, - { - "type": "Feature", - "properties": { - "@id": "way/388769401", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9846534, - 51.5387505 - ], - [ - 9.9846514, - 51.5387189 - ], - [ - 9.9846545, - 51.538687 - ], - [ - 9.9846652, - 51.5386503 - ], - [ - 9.9846832, - 51.5386194 - ], - [ - 9.9847042, - 51.5385993 - ], - [ - 9.9847376, - 51.5385821 - ], - [ - 9.9847724, - 51.5385693 - ] - ] - }, - "id": "way/388769401" - }, - { - "type": "Feature", - "properties": { - "@id": "way/390385514", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9305701, - 51.5479389 - ], - [ - 9.9306869, - 51.5479525 - ], - [ - 9.9308031, - 51.547952 - ] - ] - }, - "id": "way/390385514" - }, - { - "type": "Feature", - "properties": { - "@id": "way/390458217", - "barrier": "hedge", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9317709, - 51.5456733 - ], - [ - 9.9317293, - 51.5456637 - ] - ] - }, - "id": "way/390458217" - }, - { - "type": "Feature", - "properties": { - "@id": "way/391806918", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9531407, - 51.5124337 - ], - [ - 9.9534159, - 51.5124845 - ] - ] - }, - "id": "way/391806918" - }, - { - "type": "Feature", - "properties": { - "@id": "way/391806919", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9526427, - 51.514019 - ], - [ - 9.9526347, - 51.5140347 - ], - [ - 9.9526038, - 51.5140957 - ] - ] - }, - "id": "way/391806919" - }, - { - "type": "Feature", - "properties": { - "@id": "way/391806920", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9528311, - 51.5136466 - ], - [ - 9.9527981, - 51.5137119 - ] - ] - }, - "id": "way/391806920" - }, - { - "type": "Feature", - "properties": { - "@id": "way/391806921", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9517868, - 51.5145561 - ], - [ - 9.9517034, - 51.5145506 - ] - ] - }, - "id": "way/391806921" - }, - { - "type": "Feature", - "properties": { - "@id": "way/391806922", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9529027, - 51.5135051 - ], - [ - 9.9528617, - 51.5135861 - ] - ] - }, - "id": "way/391806922" - }, - { - "type": "Feature", - "properties": { - "@id": "way/391806923", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.953097, - 51.5131212 - ], - [ - 9.9530565, - 51.5132013 - ] - ] - }, - "id": "way/391806923" - }, - { - "type": "Feature", - "properties": { - "@id": "way/391806924", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9525922, - 51.5141187 - ], - [ - 9.9525281, - 51.5142453 - ] - ] - }, - "id": "way/391806924" - }, - { - "type": "Feature", - "properties": { - "@id": "way/391806925", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9531706, - 51.5129758 - ], - [ - 9.9531125, - 51.5130905 - ] - ] - }, - "id": "way/391806925" - }, - { - "type": "Feature", - "properties": { - "@id": "way/391806926", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9527081, - 51.5138896 - ], - [ - 9.9526754, - 51.5139543 - ] - ] - }, - "id": "way/391806926" - }, - { - "type": "Feature", - "properties": { - "@id": "way/391806927", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.953219, - 51.5128802 - ], - [ - 9.9531885, - 51.5129404 - ] - ] - }, - "id": "way/391806927" - }, - { - "type": "Feature", - "properties": { - "@id": "way/391806928", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9527825, - 51.5137425 - ], - [ - 9.9527245, - 51.5138573 - ] - ] - }, - "id": "way/391806928" - }, - { - "type": "Feature", - "properties": { - "@id": "way/391806929", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9529763, - 51.5133596 - ], - [ - 9.9529177, - 51.5134754 - ] - ] - }, - "id": "way/391806929" - }, - { - "type": "Feature", - "properties": { - "@id": "way/391806930", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9524323, - 51.5144346 - ], - [ - 9.9523736, - 51.5145505 - ] - ] - }, - "id": "way/391806930" - }, - { - "type": "Feature", - "properties": { - "@id": "way/391806931", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9530257, - 51.513262 - ], - [ - 9.9529906, - 51.5133314 - ] - ] - }, - "id": "way/391806931" - }, - { - "type": "Feature", - "properties": { - "@id": "way/391806932", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9525122, - 51.5142768 - ], - [ - 9.9524484, - 51.5144028 - ] - ] - }, - "id": "way/391806932" - }, - { - "type": "Feature", - "properties": { - "@id": "way/391806933", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9523591, - 51.5145792 - ], - [ - 9.9523519, - 51.5145934 - ], - [ - 9.9517868, - 51.5145561 - ] - ] - }, - "id": "way/391806933" - }, - { - "type": "Feature", - "properties": { - "@id": "way/391893117", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9515676, - 51.5145725 - ], - [ - 9.9518847, - 51.5145913 - ] - ] - }, - "id": "way/391893117" - }, - { - "type": "Feature", - "properties": { - "@id": "way/391893118", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9531859, - 51.5134022 - ], - [ - 9.9532443, - 51.5132836 - ] - ] - }, - "id": "way/391893118" - }, - { - "type": "Feature", - "properties": { - "@id": "way/392303757", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9418881, - 51.5630001 - ], - [ - 9.9419451, - 51.5629632 - ], - [ - 9.9419794, - 51.5629575 - ], - [ - 9.9422135, - 51.5630083 - ], - [ - 9.9422294, - 51.5630289 - ], - [ - 9.9422088, - 51.5630657 - ] - ] - }, - "id": "way/392303757" - }, - { - "type": "Feature", - "properties": { - "@id": "way/393607656", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.921688, - 51.5355658 - ], - [ - 9.9216607, - 51.5354906 - ] - ] - }, - "id": "way/393607656" - }, - { - "type": "Feature", - "properties": { - "@id": "way/393607658", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.920585, - 51.5358834 - ], - [ - 9.9205078, - 51.5357071 - ], - [ - 9.9204492, - 51.5355733 - ] - ] - }, - "id": "way/393607658" - }, - { - "type": "Feature", - "properties": { - "@id": "way/393607660", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9213162, - 51.5351619 - ], - [ - 9.9213527, - 51.5352392 - ], - [ - 9.9214589, - 51.5354636 - ] - ] - }, - "id": "way/393607660" - }, - { - "type": "Feature", - "properties": { - "@id": "way/394931488", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9393217, - 51.5619456 - ], - [ - 9.9397952, - 51.5619871 - ] - ] - }, - "id": "way/394931488" - }, - { - "type": "Feature", - "properties": { - "@id": "way/394931489", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9392196, - 51.5619353 - ], - [ - 9.9390357, - 51.5619213 - ], - [ - 9.938787, - 51.5619076 - ], - [ - 9.9387811, - 51.5619516 - ] - ] - }, - "id": "way/394931489" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395099326", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.942503, - 51.5220125 - ], - [ - 9.9424589, - 51.5220119 - ] - ] - }, - "id": "way/395099326" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395101615", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9415603, - 51.5232186 - ], - [ - 9.9415569, - 51.5232725 - ], - [ - 9.9415362, - 51.523495 - ] - ] - }, - "id": "way/395101615" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395104266", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9416201, - 51.5221046 - ], - [ - 9.9416954, - 51.5221125 - ] - ] - }, - "id": "way/395104266" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395118827", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9582432, - 51.5426635 - ], - [ - 9.9584457, - 51.5427728 - ], - [ - 9.9586222, - 51.5428681 - ], - [ - 9.9589874, - 51.5430752 - ] - ] - }, - "id": "way/395118827" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395118828", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9577643, - 51.5449512 - ], - [ - 9.9578246, - 51.5446613 - ], - [ - 9.9578724, - 51.5444313 - ], - [ - 9.9578805, - 51.5443925 - ], - [ - 9.9579259, - 51.5441737 - ], - [ - 9.9579653, - 51.543984 - ], - [ - 9.9579686, - 51.5439682 - ], - [ - 9.9580066, - 51.5437857 - ], - [ - 9.958011, - 51.5437645 - ], - [ - 9.9580628, - 51.5435186 - ] - ] - }, - "id": "way/395118828" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395118829", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9588018, - 51.5447294 - ], - [ - 9.958776, - 51.5447277 - ], - [ - 9.9587825, - 51.5446897 - ], - [ - 9.9588355, - 51.5446932 - ], - [ - 9.9588329, - 51.5447081 - ] - ] - }, - "id": "way/395118829" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395118830", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9590347, - 51.5431058 - ], - [ - 9.9591996, - 51.5432047 - ], - [ - 9.9593963, - 51.5433112 - ], - [ - 9.9594622, - 51.5433492 - ], - [ - 9.9594923, - 51.5433825 - ], - [ - 9.959521, - 51.5434143 - ], - [ - 9.9595625, - 51.5434728 - ], - [ - 9.9595986, - 51.5435428 - ], - [ - 9.959621, - 51.5435995 - ] - ] - }, - "id": "way/395118830" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395129516", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9597348, - 51.5459509 - ], - [ - 9.9596451, - 51.5459432 - ] - ] - }, - "id": "way/395129516" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395129517", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9600892, - 51.5458756 - ], - [ - 9.960176, - 51.5459231 - ] - ] - }, - "id": "way/395129517" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395129518", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9612816, - 51.5462691 - ], - [ - 9.9617637, - 51.5461845 - ] - ] - }, - "id": "way/395129518" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395129519", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9597344, - 51.545843 - ], - [ - 9.9596085, - 51.5458321 - ] - ] - }, - "id": "way/395129519" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395129520", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9612882, - 51.5462129 - ], - [ - 9.9613305, - 51.5460304 - ] - ] - }, - "id": "way/395129520" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395129521", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9597323, - 51.5458968 - ], - [ - 9.9596286, - 51.545888 - ] - ] - }, - "id": "way/395129521" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395129522", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.961667, - 51.5462216 - ], - [ - 9.961772, - 51.5462048 - ], - [ - 9.9617913, - 51.5462354 - ] - ] - }, - "id": "way/395129522" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395129523", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9604154, - 51.5459336 - ], - [ - 9.9604387, - 51.5458761 - ], - [ - 9.9602842, - 51.5457827 - ] - ] - }, - "id": "way/395129523" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395129524", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9598129, - 51.5440937 - ], - [ - 9.9597352, - 51.5440904 - ], - [ - 9.9597508, - 51.5439507 - ] - ] - }, - "id": "way/395129524" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395129525", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9588861, - 51.544737 - ], - [ - 9.9588682, - 51.5448077 - ], - [ - 9.9586852, - 51.5447897 - ] - ] - }, - "id": "way/395129525" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395129526", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9601741, - 51.5455098 - ], - [ - 9.9601577, - 51.545511 - ], - [ - 9.9601676, - 51.5455623 - ], - [ - 9.9601679, - 51.5455918 - ] - ] - }, - "id": "way/395129526" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395129527", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.960165, - 51.545614 - ], - [ - 9.9601625, - 51.545655 - ], - [ - 9.9600323, - 51.5457253 - ], - [ - 9.9597625, - 51.5455689 - ] - ] - }, - "id": "way/395129527" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395129528", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9595319, - 51.5456186 - ], - [ - 9.9596841, - 51.5457186 - ], - [ - 9.9597822, - 51.5457082 - ], - [ - 9.9598836, - 51.5457606 - ] - ] - }, - "id": "way/395129528" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395129531", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9588318, - 51.5445742 - ], - [ - 9.9587968, - 51.5445704 - ], - [ - 9.9588068, - 51.5445351 - ], - [ - 9.958823, - 51.5445368 - ] - ] - }, - "id": "way/395129531" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395129537", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9597428, - 51.5460037 - ], - [ - 9.9596677, - 51.5459972 - ], - [ - 9.9596451, - 51.5459432 - ], - [ - 9.9596286, - 51.545888 - ], - [ - 9.9596085, - 51.5458321 - ] - ] - }, - "id": "way/395129537" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395140460", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9620279, - 51.5468318 - ], - [ - 9.9619769, - 51.5468607 - ], - [ - 9.9619156, - 51.5468224 - ], - [ - 9.9619055, - 51.546827 - ], - [ - 9.9618932, - 51.5468287 - ], - [ - 9.9618817, - 51.546827 - ], - [ - 9.9618537, - 51.5468078 - ], - [ - 9.9618344, - 51.5467907 - ], - [ - 9.9618316, - 51.5467817 - ], - [ - 9.9618369, - 51.5467728 - ], - [ - 9.9618432, - 51.5467678 - ], - [ - 9.9617949, - 51.5467232 - ] - ] - }, - "id": "way/395140460" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395160690", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9359122, - 51.5445452 - ], - [ - 9.9359606, - 51.5445591 - ] - ] - }, - "id": "way/395160690" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395160694", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9362443, - 51.5443509 - ], - [ - 9.9363897, - 51.5443978 - ], - [ - 9.9363582, - 51.5444355 - ] - ] - }, - "id": "way/395160694" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395160697", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9353432, - 51.5446908 - ], - [ - 9.9353979, - 51.544613 - ], - [ - 9.9354249, - 51.5446121 - ], - [ - 9.9355828, - 51.5446565 - ] - ] - }, - "id": "way/395160697" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395160700", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.935836, - 51.5442565 - ], - [ - 9.9358521, - 51.5442355 - ], - [ - 9.9359505, - 51.5442647 - ], - [ - 9.9359223, - 51.5443014 - ] - ] - }, - "id": "way/395160700" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395160702", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9355756, - 51.5446391 - ], - [ - 9.9354347, - 51.5445988 - ], - [ - 9.9354176, - 51.5445887 - ], - [ - 9.9354179, - 51.5445831 - ], - [ - 9.935444, - 51.5445475 - ], - [ - 9.9354858, - 51.5445179 - ] - ] - }, - "id": "way/395160702" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395176229", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9372926, - 51.5613154 - ], - [ - 9.937456, - 51.5613279 - ], - [ - 9.9375791, - 51.5613374 - ] - ] - }, - "id": "way/395176229" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395176655", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9334412, - 51.5246899 - ], - [ - 9.9333191, - 51.5246971 - ], - [ - 9.9333102, - 51.5244993 - ], - [ - 9.9334291, - 51.524495 - ] - ] - }, - "id": "way/395176655" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395194553", - "barrier": "hedge", - "survey:date": "2016-01-18" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9447606, - 51.5489485 - ], - [ - 9.944938, - 51.5489456 - ], - [ - 9.9449625, - 51.548963 - ], - [ - 9.9449607, - 51.54899 - ], - [ - 9.9449797, - 51.5490193 - ], - [ - 9.9450131, - 51.5490468 - ], - [ - 9.945052, - 51.549066 - ], - [ - 9.9451135, - 51.5490907 - ], - [ - 9.9451332, - 51.5490948 - ], - [ - 9.9451263, - 51.5491076 - ], - [ - 9.9452063, - 51.5491243 - ], - [ - 9.9452132, - 51.5491116 - ], - [ - 9.9452355, - 51.5491163 - ], - [ - 9.945375, - 51.5491166 - ], - [ - 9.945412, - 51.5491346 - ], - [ - 9.9454075, - 51.5492238 - ], - [ - 9.9453219, - 51.5492469 - ] - ] - }, - "id": "way/395194553" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395452829", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9148215, - 51.5469211 - ], - [ - 9.9148269, - 51.5468982 - ], - [ - 9.9148499, - 51.5468452 - ], - [ - 9.9148584, - 51.5468334 - ], - [ - 9.9148718, - 51.5468232 - ], - [ - 9.9148877, - 51.546818 - ], - [ - 9.914907, - 51.5468154 - ], - [ - 9.9149287, - 51.546816 - ], - [ - 9.9149601, - 51.5468188 - ], - [ - 9.9150154, - 51.5468302 - ] - ] - }, - "id": "way/395452829" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395452830", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9151681, - 51.5445747 - ], - [ - 9.9155483, - 51.5446379 - ] - ] - }, - "id": "way/395452830" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395452831", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9150374, - 51.544953 - ], - [ - 9.9153624, - 51.5450077 - ] - ] - }, - "id": "way/395452831" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395452832", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9143853, - 51.5464129 - ], - [ - 9.9147359, - 51.5464646 - ] - ] - }, - "id": "way/395452832" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395452833", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9156148, - 51.5442562 - ], - [ - 9.9157055, - 51.544273 - ] - ] - }, - "id": "way/395452833" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395452834", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9147131, - 51.5457003 - ], - [ - 9.9150198, - 51.545755 - ] - ] - }, - "id": "way/395452834" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395452835", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9148552, - 51.545324 - ], - [ - 9.9151594, - 51.5453756 - ] - ] - }, - "id": "way/395452835" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395452836", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9145575, - 51.5460645 - ], - [ - 9.9149296, - 51.5461261 - ] - ] - }, - "id": "way/395452836" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395452837", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9154245, - 51.5442208 - ], - [ - 9.9155388, - 51.544242 - ] - ] - }, - "id": "way/395452837" - }, - { - "type": "Feature", - "properties": { - "@id": "way/395452838", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9146166, - 51.5473833 - ], - [ - 9.9148791, - 51.5474278 - ], - [ - 9.9149329, - 51.5472987 - ], - [ - 9.9149874, - 51.5471678 - ] - ] - }, - "id": "way/395452838" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396018615", - "barrier": "hedge", - "survey:date": "2016-02-03" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9384309, - 51.5402161 - ], - [ - 9.9382638, - 51.540505 - ] - ] - }, - "id": "way/396018615" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396468183", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9513008, - 51.5135323 - ], - [ - 9.9501645, - 51.513495 - ] - ] - }, - "id": "way/396468183" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396469338", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9494295, - 51.5132852 - ], - [ - 9.9489836, - 51.5132721 - ] - ] - }, - "id": "way/396469338" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396517647", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9141941, - 51.5155092 - ], - [ - 9.914312, - 51.5156654 - ], - [ - 9.9143829, - 51.5158101 - ] - ] - }, - "id": "way/396517647" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396517648", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9140172, - 51.5152747 - ], - [ - 9.914122, - 51.5154137 - ], - [ - 9.9141812, - 51.515492 - ] - ] - }, - "id": "way/396517648" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396528857", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8953331, - 51.5019461 - ], - [ - 9.8952422, - 51.5019381 - ] - ] - }, - "id": "way/396528857" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396528859", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8938982, - 51.5017852 - ], - [ - 9.8939183, - 51.501679 - ] - ] - }, - "id": "way/396528859" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396528860", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8934638, - 51.5016081 - ], - [ - 9.8935077, - 51.5014537 - ] - ] - }, - "id": "way/396528860" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396528861", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8930736, - 51.5012883 - ], - [ - 9.8930277, - 51.5014677 - ] - ] - }, - "id": "way/396528861" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396528863", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8952111, - 51.5019367 - ], - [ - 9.8951616, - 51.5019318 - ], - [ - 9.8951739, - 51.5018829 - ] - ] - }, - "id": "way/396528863" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396528864", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8916772, - 51.5010117 - ], - [ - 9.8915424, - 51.5009469 - ], - [ - 9.8915588, - 51.5008774 - ] - ] - }, - "id": "way/396528864" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396528867", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8955465, - 51.5017228 - ], - [ - 9.8954958, - 51.5019084 - ], - [ - 9.8954525, - 51.5019288 - ], - [ - 9.8953956, - 51.5019461 - ], - [ - 9.8953597, - 51.5019488 - ] - ] - }, - "id": "way/396528867" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396530811", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8941198, - 51.4988563 - ], - [ - 9.8942944, - 51.4988742 - ], - [ - 9.8942338, - 51.4990975 - ] - ] - }, - "id": "way/396530811" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396530813", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8948453, - 51.4977003 - ], - [ - 9.8948271, - 51.4977605 - ], - [ - 9.8945983, - 51.4977353 - ], - [ - 9.8946638, - 51.4975192 - ] - ] - }, - "id": "way/396530813" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396530814", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8944881, - 51.4977427 - ], - [ - 9.894524, - 51.4977467 - ], - [ - 9.8945995, - 51.4977551 - ], - [ - 9.894717, - 51.4977682 - ], - [ - 9.8948382, - 51.4977818 - ], - [ - 9.8949626, - 51.4977956 - ], - [ - 9.8950699, - 51.4978076 - ] - ] - }, - "id": "way/396530814" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396530816", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8942519, - 51.4981743 - ], - [ - 9.8944055, - 51.4981925 - ], - [ - 9.8944034, - 51.4981992 - ], - [ - 9.8944278, - 51.4982021 - ], - [ - 9.894475, - 51.4982077 - ], - [ - 9.8945974, - 51.4982221 - ], - [ - 9.8947107, - 51.4982356 - ] - ] - }, - "id": "way/396530816" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396530817", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8949601, - 51.4982284 - ], - [ - 9.8948585, - 51.4982173 - ], - [ - 9.8947193, - 51.4982021 - ], - [ - 9.894716, - 51.4982139 - ], - [ - 9.8946707, - 51.4982083 - ], - [ - 9.8944897, - 51.4981859 - ], - [ - 9.8943805, - 51.4981724 - ], - [ - 9.894262, - 51.4981578 - ] - ] - }, - "id": "way/396530817" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396530818", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.894476, - 51.499119 - ], - [ - 9.8942338, - 51.4990975 - ], - [ - 9.8941804, - 51.4990926 - ], - [ - 9.894079, - 51.4990835 - ], - [ - 9.8940737, - 51.4991066 - ], - [ - 9.8941675, - 51.499115 - ], - [ - 9.8942277, - 51.4991203 - ] - ] - }, - "id": "way/396530818" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396532875", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8949632, - 51.4973203 - ], - [ - 9.8950136, - 51.4971408 - ], - [ - 9.8952495, - 51.4971864 - ] - ] - }, - "id": "way/396532875" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396532876", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8947252, - 51.4973167 - ], - [ - 9.8948303, - 51.4973264 - ], - [ - 9.894955, - 51.497338 - ], - [ - 9.8950957, - 51.4973511 - ], - [ - 9.895201, - 51.4973609 - ] - ] - }, - "id": "way/396532876" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396532877", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8952057, - 51.497344 - ], - [ - 9.8949912, - 51.497323 - ], - [ - 9.8949632, - 51.4973203 - ], - [ - 9.8948814, - 51.4973123 - ], - [ - 9.8947238, - 51.4972969 - ] - ] - }, - "id": "way/396532877" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396549489", - "barrier": "hedge", - "survey:date": "2016-02-06" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8765188, - 51.4977332 - ], - [ - 9.876488, - 51.4976805 - ] - ] - }, - "id": "way/396549489" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396549490", - "barrier": "hedge", - "survey:date": "2016-02-06" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8764773, - 51.4976624 - ], - [ - 9.876406, - 51.4975406 - ], - [ - 9.876505, - 51.4975181 - ] - ] - }, - "id": "way/396549490" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396575693", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9129904, - 51.5041546 - ], - [ - 9.9129982, - 51.504179 - ], - [ - 9.9127221, - 51.5042131 - ], - [ - 9.9126422, - 51.503962 - ] - ] - }, - "id": "way/396575693" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396601649", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8955139, - 51.5267394 - ], - [ - 9.895571, - 51.5267561 - ] - ] - }, - "id": "way/396601649" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396601650", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8939687, - 51.527252 - ], - [ - 9.8940693, - 51.5271176 - ] - ] - }, - "id": "way/396601650" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396601651", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8942095, - 51.5269307 - ], - [ - 9.8943055, - 51.5267981 - ] - ] - }, - "id": "way/396601651" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396601652", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8944441, - 51.5266069 - ], - [ - 9.894562, - 51.5264479 - ], - [ - 9.8946375, - 51.5264696 - ] - ] - }, - "id": "way/396601652" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396601653", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8952697, - 51.5270576 - ], - [ - 9.8953313, - 51.5270746 - ], - [ - 9.8952948, - 51.5271256 - ] - ] - }, - "id": "way/396601653" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396601654", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8950679, - 51.5273765 - ], - [ - 9.8951036, - 51.5273864 - ], - [ - 9.8950394, - 51.5274756 - ] - ] - }, - "id": "way/396601654" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396605545", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8965996, - 51.5280825 - ], - [ - 9.8963429, - 51.52801 - ], - [ - 9.8963942, - 51.5279398 - ] - ] - }, - "id": "way/396605545" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396605546", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8968691, - 51.5280158 - ], - [ - 9.8967983, - 51.5281127 - ], - [ - 9.8967479, - 51.5281245 - ], - [ - 9.8966744, - 51.5281037 - ] - ] - }, - "id": "way/396605546" - }, - { - "type": "Feature", - "properties": { - "@id": "way/396868868", - "barrier": "hedge", - "survey:date": "2015-12-24" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.926112, - 51.5619752 - ], - [ - 9.9261058, - 51.5618635 - ], - [ - 9.9262063, - 51.5617965 - ], - [ - 9.9270528, - 51.5617764 - ] - ] - }, - "id": "way/396868868" - }, - { - "type": "Feature", - "properties": { - "@id": "way/397536389", - "barrier": "hedge", - "survey:date": "2016-06-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9476182, - 51.5129472 - ], - [ - 9.9476029, - 51.5125175 - ] - ] - }, - "id": "way/397536389" - }, - { - "type": "Feature", - "properties": { - "@id": "way/397536390", - "barrier": "hedge", - "survey:date": "2016-06-12" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9476346, - 51.513409 - ], - [ - 9.9476189, - 51.5129673 - ] - ] - }, - "id": "way/397536390" - }, - { - "type": "Feature", - "properties": { - "@id": "way/397536397", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9476019, - 51.5124891 - ], - [ - 9.9475997, - 51.5124275 - ], - [ - 9.9475187, - 51.5124012 - ], - [ - 9.94751, - 51.5122736 - ], - [ - 9.9475193, - 51.5122395 - ], - [ - 9.9475542, - 51.5122159 - ], - [ - 9.9475944, - 51.5121978 - ], - [ - 9.9482113, - 51.5121231 - ] - ] - }, - "id": "way/397536397" - }, - { - "type": "Feature", - "properties": { - "@id": "way/397758219", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9369387, - 51.558487 - ], - [ - 9.9367857, - 51.5585079 - ], - [ - 9.9366791, - 51.5585224 - ] - ] - }, - "id": "way/397758219" - }, - { - "type": "Feature", - "properties": { - "@id": "way/397758220", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.936885, - 51.5577167 - ], - [ - 9.9368926, - 51.5578259 - ] - ] - }, - "id": "way/397758220" - }, - { - "type": "Feature", - "properties": { - "@id": "way/397758221", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9369041, - 51.5579911 - ], - [ - 9.9369071, - 51.5580352 - ] - ] - }, - "id": "way/397758221" - }, - { - "type": "Feature", - "properties": { - "@id": "way/397758222", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9368961, - 51.5578773 - ], - [ - 9.9369027, - 51.5579712 - ] - ] - }, - "id": "way/397758222" - }, - { - "type": "Feature", - "properties": { - "@id": "way/397758223", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9363965, - 51.5575953 - ], - [ - 9.936465, - 51.5575926 - ], - [ - 9.9365729, - 51.557588 - ] - ] - }, - "id": "way/397758223" - }, - { - "type": "Feature", - "properties": { - "@id": "way/397758224", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9354422, - 51.5578249 - ], - [ - 9.9354384, - 51.5577774 - ], - [ - 9.9355672, - 51.5577653 - ] - ] - }, - "id": "way/397758224" - }, - { - "type": "Feature", - "properties": { - "@id": "way/397758225", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9362638, - 51.5576022 - ], - [ - 9.9363222, - 51.5575982 - ], - [ - 9.9363806, - 51.5575959 - ] - ] - }, - "id": "way/397758225" - }, - { - "type": "Feature", - "properties": { - "@id": "way/397758227", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9367168, - 51.5575862 - ], - [ - 9.9368063, - 51.5575858 - ], - [ - 9.93684, - 51.5575984 - ], - [ - 9.9368672, - 51.5576172 - ], - [ - 9.9368796, - 51.5576397 - ], - [ - 9.9368831, - 51.5576901 - ] - ] - }, - "id": "way/397758227" - }, - { - "type": "Feature", - "properties": { - "@id": "way/397758228", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9354478, - 51.5577324 - ], - [ - 9.9354489, - 51.5577228 - ], - [ - 9.935459, - 51.5577113 - ], - [ - 9.9354783, - 51.5577 - ], - [ - 9.935521, - 51.5576876 - ], - [ - 9.9356033, - 51.5576732 - ], - [ - 9.9357496, - 51.5576529 - ], - [ - 9.9362041, - 51.5576066 - ], - [ - 9.9362096, - 51.5576445 - ] - ] - }, - "id": "way/397758228" - }, - { - "type": "Feature", - "properties": { - "@id": "way/397758229", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9369475, - 51.5586711 - ], - [ - 9.936951, - 51.5587243 - ], - [ - 9.9369545, - 51.5587793 - ], - [ - 9.9369524, - 51.5587923 - ], - [ - 9.9369444, - 51.5588023 - ], - [ - 9.93693, - 51.5588106 - ], - [ - 9.9369101, - 51.5588163 - ], - [ - 9.9368898, - 51.5588191 - ], - [ - 9.9366995, - 51.5588092 - ] - ] - }, - "id": "way/397758229" - }, - { - "type": "Feature", - "properties": { - "@id": "way/397768532", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9387338, - 51.5588921 - ], - [ - 9.9386, - 51.5588886 - ], - [ - 9.9385555, - 51.5588863 - ], - [ - 9.9385228, - 51.558882 - ], - [ - 9.9384991, - 51.5588735 - ], - [ - 9.9384847, - 51.5588637 - ], - [ - 9.938473, - 51.5588498 - ], - [ - 9.9384693, - 51.5588359 - ], - [ - 9.938471, - 51.5588199 - ], - [ - 9.9384817, - 51.5588041 - ], - [ - 9.9386685, - 51.5586433 - ], - [ - 9.93915, - 51.5586597 - ] - ] - }, - "id": "way/397768532" - }, - { - "type": "Feature", - "properties": { - "@id": "way/397768534", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9389607, - 51.5588979 - ], - [ - 9.9387584, - 51.5588927 - ] - ] - }, - "id": "way/397768534" - }, - { - "type": "Feature", - "properties": { - "@id": "way/397768535", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9386685, - 51.5586433 - ], - [ - 9.9387387, - 51.5585778 - ] - ] - }, - "id": "way/397768535" - }, - { - "type": "Feature", - "properties": { - "@id": "way/397768536", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9391531, - 51.5588982 - ], - [ - 9.939131, - 51.5589023 - ], - [ - 9.9389834, - 51.5588985 - ] - ] - }, - "id": "way/397768536" - }, - { - "type": "Feature", - "properties": { - "@id": "way/397768538", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9372928, - 51.5588418 - ], - [ - 9.9371688, - 51.5588333 - ], - [ - 9.9370879, - 51.5588036 - ], - [ - 9.9370648, - 51.5585379 - ] - ] - }, - "id": "way/397768538" - }, - { - "type": "Feature", - "properties": { - "@id": "way/397768539", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9382901, - 51.5588189 - ], - [ - 9.9382177, - 51.5588679 - ], - [ - 9.9381866, - 51.5588788 - ], - [ - 9.9381487, - 51.5588823 - ], - [ - 9.938006, - 51.5588791 - ] - ] - }, - "id": "way/397768539" - }, - { - "type": "Feature", - "properties": { - "@id": "way/397768541", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9381644, - 51.5590894 - ], - [ - 9.9382877, - 51.5589732 - ], - [ - 9.9383131, - 51.5589568 - ], - [ - 9.9383419, - 51.5589458 - ], - [ - 9.9383723, - 51.5589408 - ], - [ - 9.9390961, - 51.5589653 - ] - ] - }, - "id": "way/397768541" - }, - { - "type": "Feature", - "properties": { - "@id": "way/397768543", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9365354, - 51.5573153 - ], - [ - 9.9365462, - 51.5574583 - ], - [ - 9.9365409, - 51.5574757 - ], - [ - 9.9365258, - 51.5574897 - ], - [ - 9.936505, - 51.5575043 - ], - [ - 9.9364868, - 51.5575118 - ], - [ - 9.9364554, - 51.5575178 - ], - [ - 9.9361394, - 51.5575341 - ] - ] - }, - "id": "way/397768543" - }, - { - "type": "Feature", - "properties": { - "@id": "way/397768544", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9380862, - 51.5591715 - ], - [ - 9.9382863, - 51.559173 - ], - [ - 9.938385, - 51.5591845 - ], - [ - 9.938498, - 51.5591771 - ], - [ - 9.9386709, - 51.5591883 - ], - [ - 9.9387442, - 51.5591868 - ], - [ - 9.9388921, - 51.5591974 - ], - [ - 9.9391468, - 51.5592068 - ] - ] - }, - "id": "way/397768544" - }, - { - "type": "Feature", - "properties": { - "@id": "way/398197958", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9392887, - 51.532184 - ], - [ - 9.9395372, - 51.5323027 - ], - [ - 9.9395404, - 51.5323035 - ], - [ - 9.9395438, - 51.5323039 - ], - [ - 9.9395472, - 51.532304 - ], - [ - 9.9395506, - 51.5323037 - ], - [ - 9.9395539, - 51.5323031 - ], - [ - 9.939557, - 51.5323022 - ], - [ - 9.9395598, - 51.532301 - ], - [ - 9.9395623, - 51.5322995 - ], - [ - 9.9395643, - 51.5322977 - ], - [ - 9.9395658, - 51.5322958 - ], - [ - 9.9396216, - 51.5322255 - ] - ] - }, - "id": "way/398197958" - }, - { - "type": "Feature", - "properties": { - "@id": "way/398911713", - "barrier": "hedge", - "survey:date": "2016-02-13" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9425604, - 51.5479122 - ], - [ - 9.9424709, - 51.5483364 - ] - ] - }, - "id": "way/398911713" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400514323", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.937997, - 51.5576423 - ], - [ - 9.9379918, - 51.5575681 - ] - ] - }, - "id": "way/400514323" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400514325", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9379908, - 51.557554 - ], - [ - 9.9379866, - 51.5574952 - ] - ] - }, - "id": "way/400514325" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400514328", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9380056, - 51.5570465 - ], - [ - 9.9380011, - 51.5569783 - ], - [ - 9.9384639, - 51.5569201 - ] - ] - }, - "id": "way/400514328" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400514330", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9379782, - 51.5572737 - ], - [ - 9.9379725, - 51.5572043 - ], - [ - 9.9380567, - 51.5571925 - ] - ] - }, - "id": "way/400514330" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400514336", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9380405, - 51.5571641 - ], - [ - 9.9379675, - 51.5571729 - ], - [ - 9.9379715, - 51.5571622 - ], - [ - 9.9380183, - 51.5571176 - ], - [ - 9.9384672, - 51.5570618 - ] - ] - }, - "id": "way/400514336" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400514942", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8958319, - 51.5267941 - ], - [ - 9.8961153, - 51.5264232 - ] - ] - }, - "id": "way/400514942" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400514943", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8959756, - 51.5271385 - ], - [ - 9.8959059, - 51.5272333 - ] - ] - }, - "id": "way/400514943" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400514944", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8956116, - 51.5274232 - ], - [ - 9.8952904, - 51.5273316 - ] - ] - }, - "id": "way/400514944" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400514945", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8961255, - 51.5264098 - ], - [ - 9.896149, - 51.5263856 - ], - [ - 9.8963391, - 51.5264467 - ], - [ - 9.896468, - 51.5264819 - ] - ] - }, - "id": "way/400514945" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400514946", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8953034, - 51.5273138 - ], - [ - 9.8956828, - 51.5267945 - ], - [ - 9.8957011, - 51.526791 - ], - [ - 9.8957239, - 51.5267906 - ], - [ - 9.8957767, - 51.5268049 - ], - [ - 9.8957635, - 51.5268238 - ] - ] - }, - "id": "way/400514946" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400514947", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.895895, - 51.5272481 - ], - [ - 9.8957829, - 51.5274005 - ], - [ - 9.8957698, - 51.527414 - ], - [ - 9.8957385, - 51.5274284 - ], - [ - 9.8957063, - 51.5274346 - ], - [ - 9.8956714, - 51.5274351 - ], - [ - 9.895632, - 51.527429 - ] - ] - }, - "id": "way/400514947" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400518140", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9378114, - 51.5592424 - ], - [ - 9.9377725, - 51.5592766 - ], - [ - 9.9376945, - 51.5592721 - ] - ] - }, - "id": "way/400518140" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400518141", - "barrier": "hedge", - "survey:date": "2016-02-27" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9383185, - 51.5596051 - ], - [ - 9.938568, - 51.5596179 - ], - [ - 9.9387584, - 51.5596276 - ], - [ - 9.9388119, - 51.5596488 - ], - [ - 9.9388759, - 51.5596504 - ] - ] - }, - "id": "way/400518141" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400520511", - "barrier": "hedge", - "survey:date": "2016-02-27" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9382851, - 51.5585057 - ], - [ - 9.9382835, - 51.5584887 - ], - [ - 9.9381198, - 51.5584949 - ], - [ - 9.9381222, - 51.5585194 - ], - [ - 9.9380932, - 51.5585205 - ], - [ - 9.938098, - 51.5585687 - ] - ] - }, - "id": "way/400520511" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400525896", - "barrier": "hedge", - "survey:date": "2016-02-27" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9410243, - 51.5591036 - ], - [ - 9.9406711, - 51.5590988 - ], - [ - 9.9402758, - 51.5590934 - ], - [ - 9.9402759, - 51.5589304 - ] - ] - }, - "id": "way/400525896" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400569653", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9391839, - 51.5575958 - ], - [ - 9.939177, - 51.5574847 - ] - ] - }, - "id": "way/400569653" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400569654", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9391597, - 51.5572091 - ], - [ - 9.9391528, - 51.5570985 - ] - ] - }, - "id": "way/400569654" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400569655", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9391885, - 51.5576696 - ], - [ - 9.9393197, - 51.5576674 - ] - ] - }, - "id": "way/400569655" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400569656", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9391516, - 51.5570794 - ], - [ - 9.9391448, - 51.5569696 - ] - ] - }, - "id": "way/400569656" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400569657", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9394528, - 51.5567696 - ], - [ - 9.9395721, - 51.5567671 - ] - ] - }, - "id": "way/400569657" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400569658", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.939176, - 51.5574688 - ], - [ - 9.9391689, - 51.557356 - ] - ] - }, - "id": "way/400569658" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400569659", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9395711, - 51.5569329 - ], - [ - 9.9396899, - 51.5569305 - ] - ] - }, - "id": "way/400569659" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400569660", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9391437, - 51.5569526 - ], - [ - 9.9391367, - 51.5568404 - ] - ] - }, - "id": "way/400569660" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400569661", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9395227, - 51.5573509 - ], - [ - 9.9396879, - 51.5573483 - ] - ] - }, - "id": "way/400569661" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400569662", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9391678, - 51.5573382 - ], - [ - 9.9391608, - 51.5572265 - ] - ] - }, - "id": "way/400569662" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400569663", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9392012, - 51.5578733 - ], - [ - 9.9391944, - 51.5577635 - ] - ] - }, - "id": "way/400569663" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400569664", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9394832, - 51.5565757 - ], - [ - 9.9396844, - 51.5565599 - ] - ] - }, - "id": "way/400569664" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400569665", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9391355, - 51.5568214 - ], - [ - 9.9391286, - 51.5567113 - ] - ] - }, - "id": "way/400569665" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400569666", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9391934, - 51.5577472 - ], - [ - 9.9391885, - 51.5576696 - ], - [ - 9.9391849, - 51.5576121 - ] - ] - }, - "id": "way/400569666" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400569667", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9391276, - 51.556695 - ], - [ - 9.9391208, - 51.5565856 - ], - [ - 9.939415, - 51.5565405 - ] - ] - }, - "id": "way/400569667" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400569668", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9395277, - 51.5580503 - ], - [ - 9.9392131, - 51.5580621 - ], - [ - 9.9392022, - 51.5578892 - ] - ] - }, - "id": "way/400569668" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400570656", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9390978, - 51.5582616 - ], - [ - 9.9391199, - 51.5582421 - ] - ] - }, - "id": "way/400570656" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400570658", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9391348, - 51.5582289 - ], - [ - 9.9391834, - 51.5581861 - ], - [ - 9.9392748, - 51.558153 - ], - [ - 9.9392955, - 51.5581494 - ], - [ - 9.9398309, - 51.5581329 - ] - ] - }, - "id": "way/400570658" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400572275", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9355723, - 51.5594193 - ], - [ - 9.9355697, - 51.5593821 - ] - ] - }, - "id": "way/400572275" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400572276", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9355687, - 51.5593677 - ], - [ - 9.9355351, - 51.5588882 - ], - [ - 9.9356131, - 51.5588353 - ] - ] - }, - "id": "way/400572276" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400577281", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9367319, - 51.5591068 - ], - [ - 9.9367704, - 51.5588978 - ] - ] - }, - "id": "way/400577281" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400577283", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9364317, - 51.558785 - ], - [ - 9.9364127, - 51.5584823 - ], - [ - 9.9365654, - 51.5584786 - ] - ] - }, - "id": "way/400577283" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400577291", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9346368, - 51.558383 - ], - [ - 9.9346349, - 51.5583568 - ], - [ - 9.9346219, - 51.5581798 - ], - [ - 9.9352709, - 51.558094 - ] - ] - }, - "id": "way/400577291" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400622890", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9322112, - 51.5602802 - ], - [ - 9.9321686, - 51.5602805 - ], - [ - 9.9321673, - 51.5602156 - ] - ] - }, - "id": "way/400622890" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400901400", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9367844, - 51.5443831 - ], - [ - 9.9368328, - 51.5442624 - ] - ] - }, - "id": "way/400901400" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400901402", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9367113, - 51.5445658 - ], - [ - 9.9367313, - 51.5445158 - ] - ] - }, - "id": "way/400901402" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400901404", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9366046, - 51.5448322 - ], - [ - 9.936651, - 51.5447163 - ] - ] - }, - "id": "way/400901404" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400901406", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9368397, - 51.5442451 - ], - [ - 9.9368867, - 51.5441278 - ] - ] - }, - "id": "way/400901406" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400901408", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9367388, - 51.5444971 - ], - [ - 9.9367773, - 51.5444009 - ] - ] - }, - "id": "way/400901408" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400901409", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9365457, - 51.5449791 - ], - [ - 9.9365919, - 51.5448638 - ] - ] - }, - "id": "way/400901409" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400901412", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9368938, - 51.54411 - ], - [ - 9.9369232, - 51.5440366 - ], - [ - 9.9369797, - 51.5440461 - ] - ] - }, - "id": "way/400901412" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400901414", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9368232, - 51.5451848 - ], - [ - 9.9365297, - 51.5451367 - ], - [ - 9.9365114, - 51.5451232 - ], - [ - 9.9364961, - 51.5451031 - ], - [ - 9.9365325, - 51.5450123 - ] - ] - }, - "id": "way/400901414" - }, - { - "type": "Feature", - "properties": { - "@id": "way/400961075", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9369796, - 51.5439039 - ], - [ - 9.9370009, - 51.5438523 - ], - [ - 9.9370473, - 51.5438353 - ], - [ - 9.9372802, - 51.5439042 - ] - ] - }, - "id": "way/400961075" - }, - { - "type": "Feature", - "properties": { - "@id": "way/401112509", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9385192, - 51.5448831 - ], - [ - 9.9384794, - 51.5449206 - ], - [ - 9.9383636, - 51.5448893 - ] - ] - }, - "id": "way/401112509" - }, - { - "type": "Feature", - "properties": { - "@id": "way/401761635", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9537549, - 51.5277126 - ], - [ - 9.9538694, - 51.5277137 - ], - [ - 9.953869, - 51.5277285 - ], - [ - 9.9539285, - 51.5277291 - ] - ] - }, - "id": "way/401761635" - }, - { - "type": "Feature", - "properties": { - "@id": "way/401761638", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9532706, - 51.527436 - ], - [ - 9.9538746, - 51.5274464 - ], - [ - 9.9539318, - 51.5274569 - ], - [ - 9.9539495, - 51.5274667 - ], - [ - 9.9539571, - 51.5275169 - ], - [ - 9.9539531, - 51.5275663 - ], - [ - 9.9539344, - 51.5276914 - ], - [ - 9.9538955, - 51.5276892 - ] - ] - }, - "id": "way/401761638" - }, - { - "type": "Feature", - "properties": { - "@id": "way/401767976", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9474687, - 51.5263269 - ], - [ - 9.9473618, - 51.526487 - ] - ] - }, - "id": "way/401767976" - }, - { - "type": "Feature", - "properties": { - "@id": "way/401767977", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9507294, - 51.5265344 - ], - [ - 9.9507741, - 51.5265365 - ], - [ - 9.950702, - 51.526657 - ], - [ - 9.9506503, - 51.5266578 - ] - ] - }, - "id": "way/401767977" - }, - { - "type": "Feature", - "properties": { - "@id": "way/401767978", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9506006, - 51.5264557 - ], - [ - 9.950603, - 51.5264334 - ], - [ - 9.9507216, - 51.5264384 - ], - [ - 9.9507788, - 51.5265172 - ] - ] - }, - "id": "way/401767978" - }, - { - "type": "Feature", - "properties": { - "@id": "way/401772111", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9530732, - 51.5273901 - ], - [ - 9.95307, - 51.527422 - ], - [ - 9.9531307, - 51.5274244 - ], - [ - 9.9531262, - 51.527469 - ], - [ - 9.9530643, - 51.5274666 - ] - ] - }, - "id": "way/401772111" - }, - { - "type": "Feature", - "properties": { - "@id": "way/402543369", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9569846, - 51.5160855 - ], - [ - 9.9570033, - 51.5160862 - ] - ] - }, - "id": "way/402543369" - }, - { - "type": "Feature", - "properties": { - "@id": "way/402543371", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9572777, - 51.5164038 - ], - [ - 9.9573072, - 51.5161 - ] - ] - }, - "id": "way/402543371" - }, - { - "type": "Feature", - "properties": { - "@id": "way/402543372", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9568493, - 51.5160322 - ], - [ - 9.9566306, - 51.5160183 - ], - [ - 9.9563033, - 51.5160119 - ], - [ - 9.9561792, - 51.5160042 - ], - [ - 9.956159, - 51.5159987 - ], - [ - 9.9561433, - 51.5159921 - ], - [ - 9.9561376, - 51.5159821 - ], - [ - 9.9561379, - 51.5159658 - ], - [ - 9.9561721, - 51.5158817 - ] - ] - }, - "id": "way/402543372" - }, - { - "type": "Feature", - "properties": { - "@id": "way/402543374", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9568548, - 51.5160926 - ], - [ - 9.956856, - 51.5160806 - ], - [ - 9.956965, - 51.5160847 - ] - ] - }, - "id": "way/402543374" - }, - { - "type": "Feature", - "properties": { - "@id": "way/402543375", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9570245, - 51.516087 - ], - [ - 9.9572444, - 51.5160954 - ], - [ - 9.9572487, - 51.5161365 - ], - [ - 9.9572147, - 51.5164041 - ], - [ - 9.9570072, - 51.5164129 - ] - ] - }, - "id": "way/402543375" - }, - { - "type": "Feature", - "properties": { - "@id": "way/402543376", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9571994, - 51.5159992 - ], - [ - 9.9571745, - 51.5160139 - ], - [ - 9.9571471, - 51.5160251 - ], - [ - 9.9571175, - 51.5160307 - ], - [ - 9.9570854, - 51.5160354 - ], - [ - 9.9570417, - 51.5160392 - ], - [ - 9.9569982, - 51.51604 - ], - [ - 9.956877, - 51.516034 - ] - ] - }, - "id": "way/402543376" - }, - { - "type": "Feature", - "properties": { - "@id": "way/403281425", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9075482, - 51.5256976 - ], - [ - 9.9075539, - 51.5257096 - ], - [ - 9.9075593, - 51.5257209 - ], - [ - 9.9076503, - 51.5259113 - ], - [ - 9.907652, - 51.5259209 - ], - [ - 9.9076436, - 51.5259244 - ], - [ - 9.9076228, - 51.5259256 - ], - [ - 9.9073038, - 51.5258846 - ], - [ - 9.9071354, - 51.5258629 - ], - [ - 9.9070335, - 51.5258498 - ], - [ - 9.907023, - 51.5258485 - ], - [ - 9.9068672, - 51.5258285 - ], - [ - 9.906754, - 51.5258139 - ], - [ - 9.9066909, - 51.5258058 - ], - [ - 9.9066438, - 51.5257997 - ], - [ - 9.9065754, - 51.5257909 - ], - [ - 9.9065391, - 51.5257819 - ], - [ - 9.9065271, - 51.5257773 - ], - [ - 9.9065139, - 51.5257722 - ], - [ - 9.9064975, - 51.525766 - ], - [ - 9.9065591, - 51.5255803 - ], - [ - 9.9066415, - 51.5253317 - ], - [ - 9.9066456, - 51.5253193 - ], - [ - 9.906723, - 51.5250859 - ], - [ - 9.9069156, - 51.5251084 - ], - [ - 9.9069816, - 51.5251161 - ], - [ - 9.907091, - 51.5251289 - ], - [ - 9.9071903, - 51.5251405 - ], - [ - 9.9072382, - 51.5251461 - ], - [ - 9.9073285, - 51.5251566 - ], - [ - 9.9073874, - 51.5251635 - ], - [ - 9.9074112, - 51.5253185 - ] - ] - }, - "id": "way/403281425" - }, - { - "type": "Feature", - "properties": { - "@id": "way/403281426", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9069488, - 51.5248393 - ], - [ - 9.9070089, - 51.5248469 - ], - [ - 9.9072041, - 51.5248715 - ], - [ - 9.9073528, - 51.5248902 - ], - [ - 9.9073587, - 51.5249784 - ], - [ - 9.9073693, - 51.5250698 - ], - [ - 9.907381, - 51.5251253 - ], - [ - 9.9072724, - 51.5251147 - ], - [ - 9.907134, - 51.5250974 - ], - [ - 9.9071104, - 51.5250944 - ], - [ - 9.906937, - 51.5250731 - ], - [ - 9.9067355, - 51.5250482 - ], - [ - 9.9068106, - 51.5248219 - ], - [ - 9.9068142, - 51.524811 - ], - [ - 9.9068841, - 51.5246 - ], - [ - 9.9069585, - 51.5243756 - ], - [ - 9.9070298, - 51.5241607 - ], - [ - 9.9071023, - 51.5239421 - ], - [ - 9.907176, - 51.52372 - ], - [ - 9.9072467, - 51.5235066 - ], - [ - 9.90725, - 51.5234966 - ], - [ - 9.9073128, - 51.5233073 - ], - [ - 9.9073562, - 51.5232825 - ], - [ - 9.9073936, - 51.5232811 - ], - [ - 9.9075298, - 51.5232957 - ], - [ - 9.9077323, - 51.5233173 - ], - [ - 9.9077478, - 51.523319 - ], - [ - 9.9077714, - 51.5233205 - ], - [ - 9.9074925, - 51.5242116 - ], - [ - 9.9074534, - 51.5243487 - ], - [ - 9.9074309, - 51.5244601 - ], - [ - 9.9074027, - 51.5246829 - ], - [ - 9.9073966, - 51.5248074 - ], - [ - 9.9073931, - 51.5249369 - ], - [ - 9.9074054, - 51.5250587 - ], - [ - 9.9074231, - 51.52516 - ], - [ - 9.9074454, - 51.5253095 - ], - [ - 9.907494, - 51.5254903 - ], - [ - 9.9075898, - 51.5257139 - ], - [ - 9.9077353, - 51.5260045 - ], - [ - 9.9078999, - 51.5262454 - ], - [ - 9.9080568, - 51.5264556 - ], - [ - 9.9083107, - 51.5266963 - ], - [ - 9.9084491, - 51.5268248 - ], - [ - 9.9084547, - 51.52683 - ], - [ - 9.9084733, - 51.5268473 - ], - [ - 9.9086413, - 51.5269931 - ], - [ - 9.9087946, - 51.5271218 - ], - [ - 9.9087451, - 51.527138 - ], - [ - 9.9086677, - 51.5271115 - ], - [ - 9.9085047, - 51.5270442 - ], - [ - 9.9083539, - 51.5269792 - ], - [ - 9.9081627, - 51.5268967 - ], - [ - 9.9079879, - 51.5268202 - ], - [ - 9.9078209, - 51.5267428 - ], - [ - 9.9076412, - 51.5266595 - ], - [ - 9.9074202, - 51.5265571 - ], - [ - 9.9071153, - 51.5264158 - ], - [ - 9.9070412, - 51.5263795 - ], - [ - 9.9067662, - 51.5262449 - ], - [ - 9.9066034, - 51.5261652 - ], - [ - 9.9064911, - 51.5261102 - ], - [ - 9.9064426, - 51.5261016 - ], - [ - 9.9063943, - 51.5260781 - ], - [ - 9.9064749, - 51.5258329 - ], - [ - 9.9065083, - 51.5258302 - ], - [ - 9.9067055, - 51.5258551 - ], - [ - 9.9068784, - 51.525877 - ], - [ - 9.9070525, - 51.525899 - ], - [ - 9.9070348, - 51.5259529 - ] - ] - }, - "id": "way/403281426" - }, - { - "type": "Feature", - "properties": { - "@id": "way/403281427", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9074501, - 51.5242237 - ], - [ - 9.9074269, - 51.524299 - ], - [ - 9.9074105, - 51.5243654 - ], - [ - 9.9073994, - 51.524428 - ] - ] - }, - "id": "way/403281427" - }, - { - "type": "Feature", - "properties": { - "@id": "way/403281428", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9073967, - 51.5244421 - ], - [ - 9.9073897, - 51.5245143 - ], - [ - 9.9073786, - 51.5245963 - ], - [ - 9.9073689, - 51.5246983 - ], - [ - 9.907365, - 51.5247475 - ], - [ - 9.9073532, - 51.5248787 - ], - [ - 9.9070363, - 51.5248389 - ] - ] - }, - "id": "way/403281428" - }, - { - "type": "Feature", - "properties": { - "@id": "way/403281429", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9070131, - 51.5253774 - ], - [ - 9.9071852, - 51.5253986 - ], - [ - 9.9072483, - 51.5254064 - ], - [ - 9.9073538, - 51.5254194 - ], - [ - 9.9074418, - 51.5254302 - ], - [ - 9.9074652, - 51.5255153 - ], - [ - 9.9074833, - 51.525562 - ], - [ - 9.9075425, - 51.5256858 - ] - ] - }, - "id": "way/403281429" - }, - { - "type": "Feature", - "properties": { - "@id": "way/403438017", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9075602, - 51.5262032 - ], - [ - 9.9075726, - 51.5262045 - ], - [ - 9.9077646, - 51.5262251 - ], - [ - 9.9078488, - 51.5262341 - ], - [ - 9.9080234, - 51.526459 - ], - [ - 9.9080332, - 51.5264699 - ], - [ - 9.9080744, - 51.526516 - ], - [ - 9.9080783, - 51.5265198 - ], - [ - 9.9082313, - 51.5266682 - ], - [ - 9.9083631, - 51.5267892 - ], - [ - 9.9084119, - 51.5268313 - ], - [ - 9.9084241, - 51.5268418 - ], - [ - 9.9084385, - 51.5268362 - ], - [ - 9.9084547, - 51.52683 - ] - ] - }, - "id": "way/403438017" - }, - { - "type": "Feature", - "properties": { - "@id": "way/403438018", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9073056, - 51.5259311 - ], - [ - 9.9074925, - 51.5259548 - ] - ] - }, - "id": "way/403438018" - }, - { - "type": "Feature", - "properties": { - "@id": "way/403438020", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9075726, - 51.5262045 - ], - [ - 9.9075264, - 51.5263714 - ], - [ - 9.907515, - 51.5264125 - ] - ] - }, - "id": "way/403438020" - }, - { - "type": "Feature", - "properties": { - "@id": "way/403438021", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9074127, - 51.5261373 - ], - [ - 9.9073467, - 51.5261305 - ], - [ - 9.9073817, - 51.5259996 - ], - [ - 9.9073413, - 51.5259955 - ] - ] - }, - "id": "way/403438021" - }, - { - "type": "Feature", - "properties": { - "@id": "way/406090009", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9102629, - 51.5461997 - ], - [ - 9.9105651, - 51.5462388 - ], - [ - 9.9107478, - 51.5462624 - ] - ] - }, - "id": "way/406090009" - }, - { - "type": "Feature", - "properties": { - "@id": "way/406090010", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9107282, - 51.5463413 - ], - [ - 9.9106652, - 51.5463661 - ], - [ - 9.9106285, - 51.546293 - ], - [ - 9.9105525, - 51.5462842 - ], - [ - 9.9105651, - 51.5462388 - ] - ] - }, - "id": "way/406090010" - }, - { - "type": "Feature", - "properties": { - "@id": "way/407208587", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8982078, - 51.5166222 - ], - [ - 9.8972774, - 51.5165095 - ] - ] - }, - "id": "way/407208587" - }, - { - "type": "Feature", - "properties": { - "@id": "way/407282852", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9143387, - 51.5422995 - ], - [ - 9.9145344, - 51.5421845 - ] - ] - }, - "id": "way/407282852" - }, - { - "type": "Feature", - "properties": { - "@id": "way/407282853", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9142527, - 51.5423501 - ], - [ - 9.9142972, - 51.5423239 - ] - ] - }, - "id": "way/407282853" - }, - { - "type": "Feature", - "properties": { - "@id": "way/409115791", - "barrier": "hedge", - "survey:date": "2016-04-09" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9009104, - 51.5279073 - ], - [ - 9.90111, - 51.5276425 - ] - ] - }, - "id": "way/409115791" - }, - { - "type": "Feature", - "properties": { - "@id": "way/409136292", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8719279, - 51.5234493 - ], - [ - 9.8719457, - 51.5234337 - ], - [ - 9.8719608, - 51.5234237 - ], - [ - 9.8719799, - 51.5234149 - ], - [ - 9.872002, - 51.5234086 - ], - [ - 9.8720346, - 51.523403 - ], - [ - 9.872111, - 51.5233942 - ], - [ - 9.8721412, - 51.5233874 - ], - [ - 9.8721683, - 51.523378 - ], - [ - 9.8721965, - 51.523364 - ], - [ - 9.872232, - 51.5233423 - ], - [ - 9.8722816, - 51.5233531 - ], - [ - 9.8723373, - 51.5233715 - ], - [ - 9.8724677, - 51.5234038 - ], - [ - 9.872574, - 51.5234324 - ], - [ - 9.8733012, - 51.5236233 - ], - [ - 9.8736238, - 51.5237113 - ] - ] - }, - "id": "way/409136292" - }, - { - "type": "Feature", - "properties": { - "@id": "way/412804631", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9209017, - 51.5243706 - ], - [ - 9.9208595, - 51.5243212 - ] - ] - }, - "id": "way/412804631" - }, - { - "type": "Feature", - "properties": { - "@id": "way/412804632", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9197507, - 51.5216932 - ], - [ - 9.9195988, - 51.5213069 - ], - [ - 9.9196426, - 51.5209906 - ] - ] - }, - "id": "way/412804632" - }, - { - "type": "Feature", - "properties": { - "@id": "way/412804633", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9211929, - 51.5247127 - ], - [ - 9.9210508, - 51.5245717 - ], - [ - 9.9209312, - 51.5244257 - ], - [ - 9.9208982, - 51.5243925 - ] - ] - }, - "id": "way/412804633" - }, - { - "type": "Feature", - "properties": { - "@id": "way/413653277", - "area": "no", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9380881, - 51.5338506 - ], - [ - 9.9380974, - 51.5338558 - ], - [ - 9.9383674, - 51.5339271 - ], - [ - 9.9383605, - 51.5339168 - ], - [ - 9.9383589, - 51.5339114 - ], - [ - 9.9383589, - 51.5339063 - ], - [ - 9.938361, - 51.5338995 - ], - [ - 9.9383725, - 51.5338871 - ], - [ - 9.9381218, - 51.5338217 - ], - [ - 9.9381094, - 51.5338209 - ], - [ - 9.9380974, - 51.5338233 - ], - [ - 9.9380881, - 51.5338285 - ], - [ - 9.9380854, - 51.5338314 - ], - [ - 9.938083, - 51.5338356 - ], - [ - 9.938083, - 51.5338434 - ], - [ - 9.9380881, - 51.5338506 - ] - ] - }, - "id": "way/413653277" - }, - { - "type": "Feature", - "properties": { - "@id": "way/413653278", - "area": "no", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9379544, - 51.533817 - ], - [ - 9.9379669, - 51.5338178 - ], - [ - 9.9379788, - 51.5338153 - ], - [ - 9.937988, - 51.53381 - ], - [ - 9.9379907, - 51.5338071 - ], - [ - 9.937993, - 51.5338028 - ], - [ - 9.9379928, - 51.533795 - ], - [ - 9.9379876, - 51.533788 - ], - [ - 9.9379782, - 51.5337828 - ], - [ - 9.9377169, - 51.5337154 - ], - [ - 9.9377138, - 51.5337241 - ], - [ - 9.9377099, - 51.5337308 - ], - [ - 9.9377022, - 51.5337377 - ], - [ - 9.9376926, - 51.5337425 - ], - [ - 9.9376803, - 51.5337462 - ], - [ - 9.9379544, - 51.533817 - ] - ] - }, - "id": "way/413653278" - }, - { - "type": "Feature", - "properties": { - "@id": "way/413653279", - "area": "no", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9381391, - 51.5337765 - ], - [ - 9.9382148, - 51.5337969 - ], - [ - 9.9382195, - 51.5337936 - ], - [ - 9.9382256, - 51.5337914 - ], - [ - 9.9382326, - 51.5337904 - ], - [ - 9.9382396, - 51.5337908 - ], - [ - 9.9382462, - 51.5337925 - ], - [ - 9.9382515, - 51.5337954 - ], - [ - 9.9382552, - 51.5337992 - ], - [ - 9.9382567, - 51.5338036 - ], - [ - 9.9382561, - 51.533808 - ], - [ - 9.9383323, - 51.5338281 - ], - [ - 9.9383414, - 51.5338154 - ], - [ - 9.9383487, - 51.5338156 - ], - [ - 9.9383561, - 51.5338156 - ], - [ - 9.9383632, - 51.5338145 - ], - [ - 9.93837, - 51.5338127 - ], - [ - 9.938376, - 51.5338101 - ], - [ - 9.9383813, - 51.5338069 - ], - [ - 9.9383855, - 51.5338031 - ], - [ - 9.9383884, - 51.5337993 - ], - [ - 9.9383902, - 51.5337952 - ], - [ - 9.9383909, - 51.5337911 - ], - [ - 9.9383906, - 51.5337869 - ], - [ - 9.9383891, - 51.5337828 - ], - [ - 9.9383866, - 51.5337789 - ], - [ - 9.938383, - 51.5337753 - ], - [ - 9.9383786, - 51.5337721 - ], - [ - 9.9383734, - 51.5337694 - ], - [ - 9.9383822, - 51.5337558 - ], - [ - 9.9383036, - 51.5337348 - ], - [ - 9.9382989, - 51.5337381 - ], - [ - 9.9382928, - 51.5337403 - ], - [ - 9.9382858, - 51.5337413 - ], - [ - 9.9382787, - 51.5337408 - ], - [ - 9.9382722, - 51.5337391 - ], - [ - 9.9382669, - 51.5337361 - ], - [ - 9.9382633, - 51.5337323 - ], - [ - 9.9382618, - 51.533728 - ], - [ - 9.9382625, - 51.5337236 - ], - [ - 9.9381889, - 51.5337042 - ], - [ - 9.9381814, - 51.533717 - ], - [ - 9.9381743, - 51.5337165 - ], - [ - 9.9381672, - 51.5337167 - ], - [ - 9.9381602, - 51.5337177 - ], - [ - 9.9381536, - 51.5337194 - ], - [ - 9.9381476, - 51.5337218 - ], - [ - 9.9381423, - 51.5337248 - ], - [ - 9.938138, - 51.5337284 - ], - [ - 9.9381347, - 51.5337323 - ], - [ - 9.9381326, - 51.5337366 - ], - [ - 9.9381317, - 51.5337408 - ], - [ - 9.938132, - 51.5337451 - ], - [ - 9.9381333, - 51.5337493 - ], - [ - 9.9381358, - 51.5337532 - ], - [ - 9.9381393, - 51.5337569 - ], - [ - 9.9381438, - 51.5337602 - ], - [ - 9.938149, - 51.5337629 - ], - [ - 9.9381391, - 51.5337765 - ] - ] - }, - "id": "way/413653279" - }, - { - "type": "Feature", - "properties": { - "@id": "way/413653280", - "area": "no", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9380146, - 51.5337451 - ], - [ - 9.9380237, - 51.5337324 - ], - [ - 9.938031, - 51.5337329 - ], - [ - 9.9380384, - 51.5337326 - ], - [ - 9.9380455, - 51.5337315 - ], - [ - 9.9380523, - 51.5337297 - ], - [ - 9.9380583, - 51.5337271 - ], - [ - 9.9380636, - 51.5337239 - ], - [ - 9.9380678, - 51.5337201 - ], - [ - 9.9380707, - 51.5337163 - ], - [ - 9.9380725, - 51.5337122 - ], - [ - 9.9380732, - 51.5337081 - ], - [ - 9.9380729, - 51.5337039 - ], - [ - 9.9380714, - 51.5336998 - ], - [ - 9.9380689, - 51.5336959 - ], - [ - 9.9380653, - 51.5336923 - ], - [ - 9.9380609, - 51.5336891 - ], - [ - 9.9380557, - 51.5336864 - ], - [ - 9.9380645, - 51.5336728 - ], - [ - 9.9379859, - 51.5336518 - ], - [ - 9.9379812, - 51.5336551 - ], - [ - 9.9379751, - 51.5336573 - ], - [ - 9.9379681, - 51.5336583 - ], - [ - 9.937961, - 51.5336578 - ], - [ - 9.9379545, - 51.5336561 - ], - [ - 9.9379492, - 51.5336531 - ], - [ - 9.9379456, - 51.5336493 - ], - [ - 9.9379441, - 51.533645 - ], - [ - 9.9379448, - 51.5336406 - ], - [ - 9.9378712, - 51.5336212 - ], - [ - 9.9378637, - 51.533634 - ], - [ - 9.9378564, - 51.5336334 - ], - [ - 9.937849, - 51.5336337 - ], - [ - 9.9378419, - 51.5336348 - ], - [ - 9.9378351, - 51.5336366 - ], - [ - 9.937829, - 51.5336392 - ], - [ - 9.9378238, - 51.5336424 - ], - [ - 9.9378195, - 51.5336461 - ], - [ - 9.9378166, - 51.5336499 - ], - [ - 9.9378147, - 51.533654 - ], - [ - 9.9378139, - 51.5336581 - ], - [ - 9.9378142, - 51.5336624 - ], - [ - 9.9378157, - 51.5336665 - ], - [ - 9.9378182, - 51.5336704 - ], - [ - 9.9378217, - 51.533674 - ], - [ - 9.9378261, - 51.5336772 - ], - [ - 9.9378313, - 51.5336799 - ], - [ - 9.9378214, - 51.5336935 - ], - [ - 9.9378971, - 51.5337139 - ], - [ - 9.9379018, - 51.5337106 - ], - [ - 9.9379079, - 51.5337084 - ], - [ - 9.9379149, - 51.5337074 - ], - [ - 9.9379219, - 51.5337078 - ], - [ - 9.9379285, - 51.5337095 - ], - [ - 9.9379338, - 51.5337124 - ], - [ - 9.9379375, - 51.5337162 - ], - [ - 9.937939, - 51.5337206 - ], - [ - 9.9379384, - 51.533725 - ], - [ - 9.9380146, - 51.5337451 - ] - ] - }, - "id": "way/413653280" - }, - { - "type": "Feature", - "properties": { - "@id": "way/413667955", - "area": "no", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9376964, - 51.5336828 - ], - [ - 9.9377987, - 51.5335343 - ], - [ - 9.9377993, - 51.5335243 - ], - [ - 9.937797, - 51.5335186 - ], - [ - 9.9377886, - 51.5335128 - ], - [ - 9.937784, - 51.5335111 - ], - [ - 9.9377771, - 51.5335097 - ], - [ - 9.9377646, - 51.5335097 - ], - [ - 9.9377531, - 51.5335128 - ], - [ - 9.9377448, - 51.5335186 - ], - [ - 9.9376394, - 51.5336774 - ], - [ - 9.9376525, - 51.5336755 - ], - [ - 9.9376615, - 51.5336755 - ], - [ - 9.9376701, - 51.5336757 - ], - [ - 9.9376826, - 51.5336778 - ], - [ - 9.9376964, - 51.5336828 - ] - ] - }, - "id": "way/413667955" - }, - { - "type": "Feature", - "properties": { - "@id": "way/413667956", - "area": "no", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9384209, - 51.5338749 - ], - [ - 9.9384316, - 51.5338768 - ], - [ - 9.9384449, - 51.5338801 - ], - [ - 9.9384536, - 51.5338836 - ], - [ - 9.9384634, - 51.5338888 - ], - [ - 9.9384711, - 51.5338969 - ], - [ - 9.9385956, - 51.5336911 - ], - [ - 9.9385964, - 51.5336833 - ], - [ - 9.9385921, - 51.533676 - ], - [ - 9.9385833, - 51.5336704 - ], - [ - 9.9385786, - 51.5336688 - ], - [ - 9.9385717, - 51.5336675 - ], - [ - 9.9385592, - 51.5336678 - ], - [ - 9.9385479, - 51.5336713 - ], - [ - 9.9385399, - 51.5336773 - ], - [ - 9.9384209, - 51.5338749 - ] - ] - }, - "id": "way/413667956" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414756221", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9235464, - 51.5118862 - ], - [ - 9.9235546, - 51.5119101 - ], - [ - 9.9236233, - 51.5120355 - ], - [ - 9.9237183, - 51.5121839 - ], - [ - 9.9238782, - 51.5123731 - ], - [ - 9.923991, - 51.512477 - ], - [ - 9.9241165, - 51.5125738 - ], - [ - 9.9242434, - 51.5126542 - ], - [ - 9.9244044, - 51.512751 - ], - [ - 9.9242482, - 51.512815 - ] - ] - }, - "id": "way/414756221" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414756224", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9235563, - 51.5120886 - ], - [ - 9.9236068, - 51.5120801 - ] - ] - }, - "id": "way/414756224" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414756225", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9246077, - 51.5133942 - ], - [ - 9.924658, - 51.513553 - ] - ] - }, - "id": "way/414756225" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414756226", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9245348, - 51.5131545 - ], - [ - 9.924599, - 51.5133651 - ] - ] - }, - "id": "way/414756226" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414756228", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9247727, - 51.5142163 - ], - [ - 9.9243915, - 51.5142643 - ] - ] - }, - "id": "way/414756228" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414756230", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9233531, - 51.511861 - ], - [ - 9.9234752, - 51.511846 - ] - ] - }, - "id": "way/414756230" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414756232", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.923612, - 51.5120908 - ], - [ - 9.9236354, - 51.5121288 - ] - ] - }, - "id": "way/414756232" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414756233", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9244913, - 51.5130046 - ], - [ - 9.9245279, - 51.5131321 - ] - ] - }, - "id": "way/414756233" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414756235", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9242986, - 51.5136847 - ], - [ - 9.9243087, - 51.5137171 - ] - ] - }, - "id": "way/414756235" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414756236", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9236435, - 51.5122821 - ], - [ - 9.923727, - 51.5122679 - ] - ] - }, - "id": "way/414756236" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414756237", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9246822, - 51.513634 - ], - [ - 9.9247308, - 51.5138035 - ] - ] - }, - "id": "way/414756237" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414756238", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9231715, - 51.5111634 - ], - [ - 9.9232665, - 51.5111517 - ] - ] - }, - "id": "way/414756238" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414756240", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9245217, - 51.5140782 - ], - [ - 9.9248045, - 51.5140412 - ] - ] - }, - "id": "way/414756240" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414756241", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9238441, - 51.5123921 - ], - [ - 9.9237084, - 51.5124195 - ] - ] - }, - "id": "way/414756241" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414756242", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9241997, - 51.5134068 - ], - [ - 9.9240948, - 51.513421 - ] - ] - }, - "id": "way/414756242" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414756244", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9242678, - 51.5142826 - ], - [ - 9.9242131, - 51.5141107 - ] - ] - }, - "id": "way/414756244" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414756245", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9240014, - 51.5141305 - ], - [ - 9.9241281, - 51.5141157 - ] - ] - }, - "id": "way/414756245" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414756246", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9232908, - 51.511599 - ], - [ - 9.9232716, - 51.5115161 - ] - ] - }, - "id": "way/414756246" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414756248", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9234419, - 51.5115834 - ], - [ - 9.9234856, - 51.5117101 - ], - [ - 9.9235153, - 51.5117962 - ] - ] - }, - "id": "way/414756248" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414756249", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9234685, - 51.5123073 - ], - [ - 9.9236358, - 51.5122887 - ], - [ - 9.9236403, - 51.5123044 - ] - ] - }, - "id": "way/414756249" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414756250", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9234192, - 51.5121011 - ], - [ - 9.9233531, - 51.511861 - ], - [ - 9.9233386, - 51.5118049 - ], - [ - 9.9233045, - 51.5116581 - ] - ] - }, - "id": "way/414756250" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414756251", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9236822, - 51.5124111 - ], - [ - 9.9235062, - 51.5124439 - ], - [ - 9.9234965, - 51.5124 - ], - [ - 9.9234685, - 51.5123073 - ], - [ - 9.9234371, - 51.5121516 - ] - ] - }, - "id": "way/414756251" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414756253", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9247378, - 51.5138292 - ], - [ - 9.9248045, - 51.5140412 - ], - [ - 9.9248153, - 51.5140746 - ], - [ - 9.9248193, - 51.5141084 - ], - [ - 9.9248451, - 51.5141952 - ], - [ - 9.9248022, - 51.5142092 - ] - ] - }, - "id": "way/414756253" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761642", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9249162, - 51.5144046 - ], - [ - 9.9248431, - 51.5144125 - ] - ] - }, - "id": "way/414761642" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761643", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9248906, - 51.5139044 - ], - [ - 9.9248635, - 51.5138122 - ] - ] - }, - "id": "way/414761643" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761644", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9252608, - 51.5136914 - ], - [ - 9.9252789, - 51.5137515 - ] - ] - }, - "id": "way/414761644" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761645", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9246034, - 51.514398 - ], - [ - 9.9245796, - 51.5144003 - ] - ] - }, - "id": "way/414761645" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761646", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9243886, - 51.5144326 - ], - [ - 9.924364, - 51.5143571 - ] - ] - }, - "id": "way/414761646" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761647", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9246268, - 51.5146915 - ], - [ - 9.9246674, - 51.5147113 - ] - ] - }, - "id": "way/414761647" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761648", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9248972, - 51.5147667 - ], - [ - 9.924741, - 51.5147859 - ] - ] - }, - "id": "way/414761648" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761649", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9263973, - 51.5146689 - ], - [ - 9.926343, - 51.5146756 - ] - ] - }, - "id": "way/414761649" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761650", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9257857, - 51.5145913 - ], - [ - 9.9259004, - 51.5145767 - ] - ] - }, - "id": "way/414761650" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761651", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9260513, - 51.514091 - ], - [ - 9.9260919, - 51.514086 - ] - ] - }, - "id": "way/414761651" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761652", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.926416, - 51.5145975 - ], - [ - 9.9263252, - 51.5146088 - ] - ] - }, - "id": "way/414761652" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761653", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9246892, - 51.5146902 - ], - [ - 9.924706, - 51.5147555 - ] - ] - }, - "id": "way/414761653" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761654", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9252631, - 51.5138387 - ], - [ - 9.9251786, - 51.51385 - ] - ] - }, - "id": "way/414761654" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761655", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9247604, - 51.5134787 - ], - [ - 9.92475, - 51.5134522 - ] - ] - }, - "id": "way/414761655" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761656", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9244548, - 51.514902 - ], - [ - 9.9244444, - 51.5148597 - ], - [ - 9.9244769, - 51.5148566 - ] - ] - }, - "id": "way/414761656" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761657", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9260831, - 51.5141883 - ], - [ - 9.9260949, - 51.5142284 - ], - [ - 9.9261413, - 51.5142231 - ] - ] - }, - "id": "way/414761657" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761658", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9244769, - 51.5148566 - ], - [ - 9.9244873, - 51.5148989 - ], - [ - 9.9244548, - 51.514902 - ] - ] - }, - "id": "way/414761658" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761659", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.924428, - 51.514556 - ], - [ - 9.924418, - 51.5145215 - ], - [ - 9.9244327, - 51.5145155 - ] - ] - }, - "id": "way/414761659" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761660", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9233255, - 51.5114726 - ], - [ - 9.9233692, - 51.5114672 - ], - [ - 9.9233882, - 51.5115267 - ] - ] - }, - "id": "way/414761660" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761661", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9243645, - 51.5143463 - ], - [ - 9.9245757, - 51.5143204 - ], - [ - 9.9245801, - 51.5143341 - ] - ] - }, - "id": "way/414761661" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761662", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9243519, - 51.5149204 - ], - [ - 9.9243672, - 51.5149818 - ], - [ - 9.924338, - 51.5149846 - ] - ] - }, - "id": "way/414761662" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761663", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9252805, - 51.514148 - ], - [ - 9.925391, - 51.514135 - ], - [ - 9.9254106, - 51.5141994 - ] - ] - }, - "id": "way/414761663" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761664", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9245721, - 51.514701 - ], - [ - 9.9245608, - 51.5146653 - ], - [ - 9.9246323, - 51.5146566 - ] - ] - }, - "id": "way/414761664" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761665", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9240103, - 51.5136183 - ], - [ - 9.9240497, - 51.5136137 - ], - [ - 9.9240604, - 51.5136494 - ] - ] - }, - "id": "way/414761665" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761666", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9242956, - 51.5135188 - ], - [ - 9.9243433, - 51.5135125 - ], - [ - 9.9243458, - 51.5135198 - ], - [ - 9.9242791, - 51.5135286 - ] - ] - }, - "id": "way/414761666" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761667", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9251583, - 51.5133795 - ], - [ - 9.9251766, - 51.513436 - ], - [ - 9.9250747, - 51.5134494 - ], - [ - 9.9250432, - 51.5134262 - ] - ] - }, - "id": "way/414761667" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761668", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9239063, - 51.5136026 - ], - [ - 9.9239307, - 51.5136007 - ], - [ - 9.9239425, - 51.5135936 - ], - [ - 9.9239693, - 51.5135897 - ], - [ - 9.9239887, - 51.5136014 - ] - ] - }, - "id": "way/414761668" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761669", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9236201, - 51.5122782 - ], - [ - 9.9235889, - 51.5122773 - ], - [ - 9.9235654, - 51.5122725 - ], - [ - 9.9235473, - 51.5122619 - ], - [ - 9.923538, - 51.5122469 - ] - ] - }, - "id": "way/414761669" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414761674", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9235343, - 51.512231 - ], - [ - 9.9235286, - 51.5122181 - ], - [ - 9.9235299, - 51.5122062 - ], - [ - 9.9235373, - 51.5121916 - ], - [ - 9.9235497, - 51.5121786 - ], - [ - 9.9235675, - 51.5121703 - ], - [ - 9.9235916, - 51.5121661 - ], - [ - 9.9236154, - 51.5121674 - ], - [ - 9.9236449, - 51.5121805 - ] - ] - }, - "id": "way/414761674" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414829887", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9222578, - 51.5473045 - ], - [ - 9.922023, - 51.5474683 - ], - [ - 9.9216229, - 51.5476818 - ], - [ - 9.9214285, - 51.5478046 - ], - [ - 9.9214173, - 51.5478237 - ], - [ - 9.9213125, - 51.5478982 - ], - [ - 9.921217, - 51.5479497 - ], - [ - 9.9211287, - 51.5480214 - ], - [ - 9.9207827, - 51.5482048 - ], - [ - 9.9203441, - 51.54843 - ], - [ - 9.9202457, - 51.5484805 - ], - [ - 9.9201826, - 51.548504 - ] - ] - }, - "id": "way/414829887" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414873048", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9378932, - 51.5188863 - ], - [ - 9.9381275, - 51.5188691 - ], - [ - 9.9383435, - 51.5188533 - ], - [ - 9.9385528, - 51.5188379 - ], - [ - 9.9387422, - 51.518824 - ], - [ - 9.9389343, - 51.5188099 - ], - [ - 9.939112, - 51.5187969 - ], - [ - 9.9392875, - 51.518784 - ], - [ - 9.9394553, - 51.5187717 - ], - [ - 9.9396221, - 51.5187594 - ], - [ - 9.9397821, - 51.5187477 - ], - [ - 9.9399398, - 51.5187361 - ], - [ - 9.9404591, - 51.518698 - ], - [ - 9.9404783, - 51.5188042 - ], - [ - 9.9404954, - 51.5188986 - ], - [ - 9.9405141, - 51.5190014 - ], - [ - 9.9405321, - 51.5191011 - ], - [ - 9.940553, - 51.5192166 - ], - [ - 9.9405726, - 51.5193246 - ], - [ - 9.9405945, - 51.5194454 - ] - ] - }, - "id": "way/414873048" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414873049", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9405945, - 51.5194454 - ], - [ - 9.940062, - 51.5194209 - ], - [ - 9.9399052, - 51.5194137 - ], - [ - 9.9397388, - 51.5194061 - ], - [ - 9.9395746, - 51.5193986 - ], - [ - 9.9394003, - 51.5193906 - ], - [ - 9.9392259, - 51.5193825 - ], - [ - 9.9390368, - 51.5193739 - ], - [ - 9.9388536, - 51.5193655 - ], - [ - 9.9386452, - 51.5193559 - ], - [ - 9.9384359, - 51.5193463 - ], - [ - 9.9382152, - 51.5193361 - ], - [ - 9.9379727, - 51.519325 - ], - [ - 9.937932, - 51.5191003 - ], - [ - 9.9378932, - 51.5188863 - ] - ] - }, - "id": "way/414873049" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414873050", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9404506, - 51.5186524 - ], - [ - 9.9399377, - 51.51869 - ], - [ - 9.9397603, - 51.5187031 - ], - [ - 9.9395839, - 51.518716 - ], - [ - 9.9394177, - 51.5187282 - ], - [ - 9.9392419, - 51.5187411 - ], - [ - 9.9390676, - 51.5187539 - ], - [ - 9.9388918, - 51.5187668 - ], - [ - 9.9387184, - 51.5187795 - ], - [ - 9.9385512, - 51.5187918 - ], - [ - 9.9383825, - 51.5188042 - ], - [ - 9.9382047, - 51.5188172 - ], - [ - 9.9380397, - 51.5188293 - ], - [ - 9.9378661, - 51.5188421 - ], - [ - 9.9376951, - 51.5188546 - ], - [ - 9.9376273, - 51.5188596 - ], - [ - 9.9376363, - 51.5189068 - ], - [ - 9.937561, - 51.5189126 - ], - [ - 9.937406, - 51.5189246 - ], - [ - 9.9372641, - 51.5189356 - ], - [ - 9.9371163, - 51.518947 - ], - [ - 9.9369657, - 51.5189587 - ], - [ - 9.9368207, - 51.5189699 - ], - [ - 9.9366814, - 51.5189807 - ], - [ - 9.936588, - 51.5186248 - ] - ] - }, - "id": "way/414873050" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414873051", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9367573, - 51.51929 - ], - [ - 9.936691, - 51.5190198 - ], - [ - 9.9368607, - 51.5190077 - ], - [ - 9.9370366, - 51.5189952 - ], - [ - 9.9372014, - 51.5189834 - ], - [ - 9.9373508, - 51.5189728 - ], - [ - 9.9374952, - 51.5189625 - ], - [ - 9.9376364, - 51.5189524 - ], - [ - 9.9376667, - 51.51911 - ], - [ - 9.9377094, - 51.519332 - ], - [ - 9.9379355, - 51.519343 - ], - [ - 9.940599, - 51.5194689 - ] - ] - }, - "id": "way/414873051" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414932258", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9333164, - 51.5231323 - ], - [ - 9.9331896, - 51.5231266 - ], - [ - 9.9330221, - 51.523119 - ], - [ - 9.9328113, - 51.5231096 - ], - [ - 9.9325408, - 51.5230974 - ], - [ - 9.9322546, - 51.5230845 - ], - [ - 9.9317409, - 51.5230613 - ], - [ - 9.9314712, - 51.5230492 - ], - [ - 9.9312012, - 51.5230203 - ], - [ - 9.931202, - 51.52301 - ], - [ - 9.9312026, - 51.5230024 - ], - [ - 9.9312595, - 51.5227566 - ], - [ - 9.9313127, - 51.5225264 - ], - [ - 9.9313152, - 51.5225157 - ], - [ - 9.9313173, - 51.5225068 - ], - [ - 9.9313739, - 51.5222648 - ], - [ - 9.9314302, - 51.5220241 - ], - [ - 9.9314328, - 51.5220129 - ], - [ - 9.9314344, - 51.5220062 - ], - [ - 9.9314898, - 51.5217691 - ], - [ - 9.9315439, - 51.5215375 - ], - [ - 9.931547, - 51.5215242 - ], - [ - 9.9315492, - 51.5215146 - ], - [ - 9.9316052, - 51.5212753 - ], - [ - 9.9316611, - 51.5210364 - ], - [ - 9.9316642, - 51.521023 - ], - [ - 9.931667, - 51.5210109 - ], - [ - 9.9317224, - 51.5207738 - ], - [ - 9.9317772, - 51.5205395 - ], - [ - 9.9317805, - 51.5205254 - ], - [ - 9.9317819, - 51.5205196 - ], - [ - 9.9318502, - 51.5202274 - ] - ] - }, - "id": "way/414932258" - }, - { - "type": "Feature", - "properties": { - "@id": "way/414932261", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9318502, - 51.5202274 - ], - [ - 9.9319348, - 51.5202308 - ], - [ - 9.9322294, - 51.5202427 - ], - [ - 9.9323884, - 51.5202491 - ], - [ - 9.9325566, - 51.5202559 - ], - [ - 9.9327767, - 51.5202648 - ], - [ - 9.9329834, - 51.5202731 - ], - [ - 9.9331685, - 51.5203947 - ], - [ - 9.9331753, - 51.5204441 - ], - [ - 9.9331762, - 51.5204506 - ], - [ - 9.9331776, - 51.5204611 - ], - [ - 9.933211, - 51.5207033 - ], - [ - 9.9332423, - 51.5209303 - ], - [ - 9.933244, - 51.5209425 - ], - [ - 9.9332454, - 51.520953 - ], - [ - 9.9332778, - 51.5211885 - ], - [ - 9.9333085, - 51.5214113 - ], - [ - 9.933311, - 51.5214297 - ], - [ - 9.933312, - 51.5214369 - ], - [ - 9.9333453, - 51.5216792 - ], - [ - 9.9333771, - 51.52191 - ], - [ - 9.9333786, - 51.5219207 - ], - [ - 9.9333797, - 51.521929 - ], - [ - 9.9334115, - 51.5221594 - ], - [ - 9.9334438, - 51.5223939 - ], - [ - 9.9334452, - 51.522404 - ], - [ - 9.9334462, - 51.5224119 - ], - [ - 9.933481, - 51.5226738 - ], - [ - 9.933406, - 51.5228895 - ], - [ - 9.933402, - 51.5229009 - ], - [ - 9.933399, - 51.522909 - ], - [ - 9.9333187, - 51.523126 - ], - [ - 9.9333164, - 51.5231323 - ] - ] - }, - "id": "way/414932261" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416087025", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9508261, - 51.5189536 - ], - [ - 9.9511332, - 51.5189644 - ] - ] - }, - "id": "way/416087025" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416087026", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9483899, - 51.518946 - ], - [ - 9.9484807, - 51.5189492 - ] - ] - }, - "id": "way/416087026" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416087027", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9482819, - 51.5188615 - ], - [ - 9.9483701, - 51.5188646 - ] - ] - }, - "id": "way/416087027" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416087028", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.950174, - 51.5189286 - ], - [ - 9.9502448, - 51.5189316 - ], - [ - 9.9504452, - 51.5189402 - ] - ] - }, - "id": "way/416087028" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416087029", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9488691, - 51.5189832 - ], - [ - 9.9489576, - 51.5189851 - ] - ] - }, - "id": "way/416087029" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416087030", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9494679, - 51.5189052 - ], - [ - 9.9496591, - 51.5189117 - ], - [ - 9.9498498, - 51.5189181 - ], - [ - 9.9499789, - 51.5189225 - ] - ] - }, - "id": "way/416087030" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416087031", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9489821, - 51.5188892 - ], - [ - 9.9490626, - 51.5188927 - ], - [ - 9.9490562, - 51.5190066 - ] - ] - }, - "id": "way/416087031" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416087032", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9508418, - 51.5188161 - ], - [ - 9.9508328, - 51.5189332 - ], - [ - 9.9506451, - 51.5189227 - ] - ] - }, - "id": "way/416087032" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416087033", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9483943, - 51.5188654 - ], - [ - 9.9484879, - 51.5188687 - ], - [ - 9.9486171, - 51.5188732 - ] - ] - }, - "id": "way/416087033" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416087034", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9482706, - 51.5190593 - ], - [ - 9.9482773, - 51.5189421 - ], - [ - 9.9483719, - 51.5189454 - ] - ] - }, - "id": "way/416087034" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416087035", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9484784, - 51.5189749 - ], - [ - 9.9484807, - 51.5189492 - ], - [ - 9.9484879, - 51.5188687 - ] - ] - }, - "id": "way/416087035" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416087036", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9488667, - 51.5190257 - ], - [ - 9.9488691, - 51.5189832 - ], - [ - 9.9488744, - 51.5188844 - ], - [ - 9.9489618, - 51.5188883 - ] - ] - }, - "id": "way/416087036" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416134032", - "barrier": "hedge", - "survey:date": "2014-12-14" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9498535, - 51.5135065 - ], - [ - 9.9494802, - 51.5134924 - ] - ] - }, - "id": "way/416134032" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416134035", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9448901, - 51.5138788 - ], - [ - 9.9446212, - 51.51387 - ], - [ - 9.944625, - 51.5138243 - ] - ] - }, - "id": "way/416134035" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416139921", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9444483, - 51.5170009 - ], - [ - 9.9444503, - 51.5169401 - ], - [ - 9.9446462, - 51.5169426 - ], - [ - 9.9446441, - 51.5170062 - ], - [ - 9.9446059, - 51.5170057 - ] - ] - }, - "id": "way/416139921" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416177340", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9585522, - 51.5024903 - ], - [ - 9.958742, - 51.5024926 - ] - ] - }, - "id": "way/416177340" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416177341", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9595473, - 51.5024639 - ], - [ - 9.9594494, - 51.5024622 - ] - ] - }, - "id": "way/416177341" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416177342", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9584671, - 51.5024893 - ], - [ - 9.9585365, - 51.5024901 - ] - ] - }, - "id": "way/416177342" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416177343", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9576928, - 51.5024755 - ], - [ - 9.9575833, - 51.502476 - ] - ] - }, - "id": "way/416177343" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416177344", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9593405, - 51.5024453 - ], - [ - 9.9592469, - 51.5024439 - ] - ] - }, - "id": "way/416177344" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416177345", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9594447, - 51.502441 - ], - [ - 9.9593622, - 51.502441 - ] - ] - }, - "id": "way/416177345" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416177346", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9559136, - 51.5025099 - ], - [ - 9.9559193, - 51.5023907 - ] - ] - }, - "id": "way/416177346" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416177347", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9592328, - 51.5024533 - ], - [ - 9.9591701, - 51.5024531 - ] - ] - }, - "id": "way/416177347" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416177348", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9560192, - 51.5025338 - ], - [ - 9.9560487, - 51.5025138 - ], - [ - 9.9561111, - 51.5025146 - ], - [ - 9.9561139, - 51.5024286 - ] - ] - }, - "id": "way/416177348" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416177349", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9553195, - 51.5023946 - ], - [ - 9.9555233, - 51.5023938 - ], - [ - 9.9555237, - 51.5024604 - ] - ] - }, - "id": "way/416177349" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416177350", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9600979, - 51.5023539 - ], - [ - 9.960084, - 51.5025974 - ], - [ - 9.9600409, - 51.5025965 - ] - ] - }, - "id": "way/416177350" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416177351", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9587578, - 51.5024928 - ], - [ - 9.9588498, - 51.5024939 - ], - [ - 9.9588511, - 51.5024518 - ] - ] - }, - "id": "way/416177351" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416177352", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.955726, - 51.5023934 - ], - [ - 9.9559193, - 51.5023907 - ], - [ - 9.9561174, - 51.502388 - ] - ] - }, - "id": "way/416177352" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416177353", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9575672, - 51.502476 - ], - [ - 9.9575074, - 51.5024763 - ], - [ - 9.9575066, - 51.5023923 - ] - ] - }, - "id": "way/416177353" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416177354", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9558392, - 51.5025188 - ], - [ - 9.9558516, - 51.5025088 - ], - [ - 9.9559136, - 51.5025099 - ], - [ - 9.9560212, - 51.5025119 - ] - ] - }, - "id": "way/416177354" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416177355", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9552169, - 51.5025267 - ], - [ - 9.9551193, - 51.5025263 - ], - [ - 9.9551264, - 51.5023963 - ], - [ - 9.9553195, - 51.5023946 - ], - [ - 9.9553185, - 51.5025259 - ] - ] - }, - "id": "way/416177355" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416177356", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.959134, - 51.5024249 - ], - [ - 9.9591322, - 51.5024909 - ], - [ - 9.9590522, - 51.5024901 - ], - [ - 9.9590539, - 51.5024263 - ], - [ - 9.9590557, - 51.5023586 - ], - [ - 9.9592433, - 51.502357 - ], - [ - 9.9594504, - 51.5023552 - ] - ] - }, - "id": "way/416177356" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416177999", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9488538, - 51.5053994 - ], - [ - 9.948895, - 51.5055726 - ] - ] - }, - "id": "way/416177999" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416179691", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9510286, - 51.5063117 - ], - [ - 9.951018, - 51.5064679 - ], - [ - 9.951018, - 51.5065075 - ], - [ - 9.951018, - 51.5065996 - ] - ] - }, - "id": "way/416179691" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416179692", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9501787, - 51.5063295 - ], - [ - 9.9510286, - 51.5063117 - ], - [ - 9.9512172, - 51.5063153 - ], - [ - 9.9514366, - 51.5063206 - ], - [ - 9.9516251, - 51.5063252 - ], - [ - 9.9518652, - 51.5063309 - ], - [ - 9.952115, - 51.5063369 - ], - [ - 9.9524041, - 51.5063534 - ], - [ - 9.9526963, - 51.5063707 - ], - [ - 9.9529876, - 51.5063879 - ] - ] - }, - "id": "way/416179692" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416467591", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9608265, - 51.5065272 - ], - [ - 9.9607661, - 51.5065271 - ] - ] - }, - "id": "way/416467591" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416467592", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9608949, - 51.5065273 - ], - [ - 9.9608959, - 51.5067072 - ] - ] - }, - "id": "way/416467592" - }, - { - "type": "Feature", - "properties": { - "@id": "way/416467593", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9638611, - 51.5059575 - ], - [ - 9.9636801, - 51.505964 - ] - ] - }, - "id": "way/416467593" - }, - { - "type": "Feature", - "properties": { - "@id": "way/418141207", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9198884, - 51.5296602 - ], - [ - 9.9198929, - 51.5297116 - ], - [ - 9.9198979, - 51.5297687 - ] - ] - }, - "id": "way/418141207" - }, - { - "type": "Feature", - "properties": { - "@id": "way/418141208", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9203824, - 51.5284971 - ], - [ - 9.9202415, - 51.5287076 - ], - [ - 9.9201188, - 51.5289119 - ], - [ - 9.9200328, - 51.5290909 - ], - [ - 9.9200016, - 51.5292537 - ], - [ - 9.9199736, - 51.5294426 - ], - [ - 9.9199342, - 51.5294336 - ] - ] - }, - "id": "way/418141208" - }, - { - "type": "Feature", - "properties": { - "@id": "way/419514556", - "barrier": "hedge", - "survey:date": "2016-05-19" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.967265, - 51.5255687 - ], - [ - 9.9672677, - 51.525537 - ] - ] - }, - "id": "way/419514556" - }, - { - "type": "Feature", - "properties": { - "@id": "way/419514557", - "barrier": "hedge", - "survey:date": "2016-05-19" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.967265, - 51.5256372 - ], - [ - 9.967265, - 51.5255879 - ] - ] - }, - "id": "way/419514557" - }, - { - "type": "Feature", - "properties": { - "@id": "way/419514558", - "barrier": "hedge", - "survey:date": "2016-05-19" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9668958, - 51.52561 - ], - [ - 9.9669254, - 51.5255858 - ] - ] - }, - "id": "way/419514558" - }, - { - "type": "Feature", - "properties": { - "@id": "way/419514559", - "barrier": "hedge", - "survey:date": "2016-05-19" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9670162, - 51.5255921 - ], - [ - 9.9670373, - 51.5255642 - ] - ] - }, - "id": "way/419514559" - }, - { - "type": "Feature", - "properties": { - "@id": "way/419514560", - "barrier": "hedge", - "survey:date": "2016-05-19" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9667973, - 51.5256463 - ], - [ - 9.9668677, - 51.5256217 - ] - ] - }, - "id": "way/419514560" - }, - { - "type": "Feature", - "properties": { - "@id": "way/419514561", - "barrier": "hedge", - "survey:date": "2016-05-19" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.966859, - 51.5256868 - ], - [ - 9.9669039, - 51.5256689 - ] - ] - }, - "id": "way/419514561" - }, - { - "type": "Feature", - "properties": { - "@id": "way/419514562", - "barrier": "hedge", - "survey:date": "2016-05-19" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9669716, - 51.5255249 - ], - [ - 9.966977, - 51.5254966 - ] - ] - }, - "id": "way/419514562" - }, - { - "type": "Feature", - "properties": { - "@id": "way/419514563", - "barrier": "hedge", - "survey:date": "2016-05-19" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.967216, - 51.5255679 - ], - [ - 9.9672191, - 51.5254926 - ] - ] - }, - "id": "way/419514563" - }, - { - "type": "Feature", - "properties": { - "@id": "way/419514564", - "barrier": "hedge", - "survey:date": "2016-05-19" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9669777, - 51.5254728 - ], - [ - 9.9669736, - 51.5254448 - ] - ] - }, - "id": "way/419514564" - }, - { - "type": "Feature", - "properties": { - "@id": "way/419514565", - "barrier": "hedge", - "survey:date": "2016-05-19" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9672107, - 51.5256338 - ], - [ - 9.9672107, - 51.5255883 - ] - ] - }, - "id": "way/419514565" - }, - { - "type": "Feature", - "properties": { - "@id": "way/419514566", - "barrier": "hedge", - "survey:date": "2016-05-19" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9670518, - 51.5254868 - ], - [ - 9.9670511, - 51.5254563 - ], - [ - 9.9670444, - 51.5254315 - ] - ] - }, - "id": "way/419514566" - }, - { - "type": "Feature", - "properties": { - "@id": "way/419514567", - "barrier": "hedge", - "survey:date": "2016-05-19" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9672636, - 51.5257519 - ], - [ - 9.967259, - 51.5257114 - ], - [ - 9.9672596, - 51.525658 - ] - ] - }, - "id": "way/419514567" - }, - { - "type": "Feature", - "properties": { - "@id": "way/419514570", - "barrier": "hedge", - "survey:date": "2016-05-19" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9669254, - 51.5255858 - ], - [ - 9.9669431, - 51.5255706 - ], - [ - 9.9669636, - 51.525542 - ] - ] - }, - "id": "way/419514570" - }, - { - "type": "Feature", - "properties": { - "@id": "way/419514571", - "barrier": "hedge", - "survey:date": "2016-05-19" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9672234, - 51.5257456 - ], - [ - 9.967212, - 51.5257098 - ], - [ - 9.967212, - 51.5256564 - ] - ] - }, - "id": "way/419514571" - }, - { - "type": "Feature", - "properties": { - "@id": "way/419514573", - "barrier": "hedge", - "survey:date": "2016-05-19" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9669314, - 51.5256561 - ], - [ - 9.9669683, - 51.5256365 - ], - [ - 9.9669958, - 51.5256111 - ] - ] - }, - "id": "way/419514573" - }, - { - "type": "Feature", - "properties": { - "@id": "way/419514574", - "barrier": "hedge", - "survey:date": "2016-05-19" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9670477, - 51.5255456 - ], - [ - 9.9670524, - 51.525522 - ], - [ - 9.9670538, - 51.5255003 - ] - ] - }, - "id": "way/419514574" - }, - { - "type": "Feature", - "properties": { - "@id": "way/419935670", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9028153, - 51.5606942 - ], - [ - 9.9028136, - 51.5606779 - ], - [ - 9.9028725, - 51.5606516 - ], - [ - 9.902938, - 51.5606742 - ], - [ - 9.9029393, - 51.5607215 - ], - [ - 9.9028747, - 51.5607456 - ], - [ - 9.9028186, - 51.5607263 - ], - [ - 9.9028166, - 51.5607069 - ] - ] - }, - "id": "way/419935670" - }, - { - "type": "Feature", - "properties": { - "@id": "way/419948382", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8915473, - 51.5375966 - ], - [ - 9.8914523, - 51.5375804 - ], - [ - 9.89148, - 51.537516 - ], - [ - 9.8914978, - 51.5374901 - ], - [ - 9.8915212, - 51.5374682 - ], - [ - 9.8915527, - 51.537453 - ], - [ - 9.8915973, - 51.5374393 - ], - [ - 9.8916449, - 51.5374361 - ], - [ - 9.8916872, - 51.5374399 - ], - [ - 9.8918139, - 51.5374689 - ] - ] - }, - "id": "way/419948382" - }, - { - "type": "Feature", - "properties": { - "@id": "way/419948389", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8919607, - 51.5382184 - ], - [ - 9.8917144, - 51.5381641 - ] - ] - }, - "id": "way/419948389" - }, - { - "type": "Feature", - "properties": { - "@id": "way/419948398", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8899707, - 51.5378158 - ], - [ - 9.8902586, - 51.5378653 - ], - [ - 9.8902024, - 51.5379918 - ] - ] - }, - "id": "way/419948398" - }, - { - "type": "Feature", - "properties": { - "@id": "way/419948405", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8915414, - 51.5391303 - ], - [ - 9.8917132, - 51.5387845 - ], - [ - 9.8916059, - 51.5387265 - ], - [ - 9.891628, - 51.5386835 - ] - ] - }, - "id": "way/419948405" - }, - { - "type": "Feature", - "properties": { - "@id": "way/420046286", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.89223, - 51.5380844 - ], - [ - 9.8922699, - 51.5380851 - ] - ] - }, - "id": "way/420046286" - }, - { - "type": "Feature", - "properties": { - "@id": "way/420046287", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8920184, - 51.5380808 - ], - [ - 9.8920594, - 51.5380815 - ] - ] - }, - "id": "way/420046287" - }, - { - "type": "Feature", - "properties": { - "@id": "way/420046288", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8920741, - 51.5380917 - ], - [ - 9.8920773, - 51.5380818 - ], - [ - 9.8922094, - 51.538084 - ] - ] - }, - "id": "way/420046288" - }, - { - "type": "Feature", - "properties": { - "@id": "way/420105290", - "barrier": "hedge", - "survey:date": "2016-05-22" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8917002, - 51.5379907 - ], - [ - 9.8916543, - 51.5379832 - ], - [ - 9.8916383, - 51.5379662 - ], - [ - 9.8916526, - 51.5379318 - ], - [ - 9.8916665, - 51.5379267 - ], - [ - 9.8917929, - 51.5379472 - ] - ] - }, - "id": "way/420105290" - }, - { - "type": "Feature", - "properties": { - "@id": "way/420130867", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9464575, - 51.5284966 - ], - [ - 9.9464262, - 51.5285844 - ], - [ - 9.9463796, - 51.5285779 - ] - ] - }, - "id": "way/420130867" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421058276", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9343387, - 51.5231856 - ], - [ - 9.9340226, - 51.523171 - ] - ] - }, - "id": "way/421058276" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421058277", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9345806, - 51.522798 - ], - [ - 9.934595, - 51.5226806 - ] - ] - }, - "id": "way/421058277" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421058859", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9375752, - 51.5232392 - ], - [ - 9.9375749, - 51.5232713 - ], - [ - 9.9375699, - 51.5232867 - ], - [ - 9.9375528, - 51.5233065 - ], - [ - 9.93753, - 51.5233182 - ], - [ - 9.9375005, - 51.5233278 - ], - [ - 9.9374743, - 51.523332 - ], - [ - 9.9374479, - 51.5233316 - ], - [ - 9.9373168, - 51.5233243 - ], - [ - 9.9373193, - 51.5233065 - ], - [ - 9.93727, - 51.5233046 - ] - ] - }, - "id": "way/421058859" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421058861", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9345812, - 51.5229588 - ], - [ - 9.9345893, - 51.5230293 - ] - ] - }, - "id": "way/421058861" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421058865", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9375228, - 51.5229523 - ], - [ - 9.9375419, - 51.5230258 - ] - ] - }, - "id": "way/421058865" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421058867", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9370343, - 51.5233137 - ], - [ - 9.9370399, - 51.5232651 - ] - ] - }, - "id": "way/421058867" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421058868", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9372677, - 51.5233241 - ], - [ - 9.93727, - 51.5233046 - ], - [ - 9.9372734, - 51.5232755 - ] - ] - }, - "id": "way/421058868" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421058870", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9353031, - 51.523231 - ], - [ - 9.9353078, - 51.5231932 - ], - [ - 9.935309, - 51.5231837 - ] - ] - }, - "id": "way/421058870" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421058872", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9348769, - 51.5232096 - ], - [ - 9.9346503, - 51.5232006 - ], - [ - 9.9346375, - 51.5230195 - ] - ] - }, - "id": "way/421058872" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421058874", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.936998, - 51.5233113 - ], - [ - 9.9368262, - 51.5233 - ], - [ - 9.9368308, - 51.5232546 - ] - ] - }, - "id": "way/421058874" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421058878", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9353078, - 51.5231932 - ], - [ - 9.9353512, - 51.5231952 - ], - [ - 9.9353466, - 51.5232327 - ], - [ - 9.9356108, - 51.5232428 - ] - ] - }, - "id": "way/421058878" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421058880", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9375481, - 51.5230499 - ], - [ - 9.9375699, - 51.5231338 - ], - [ - 9.9375759, - 51.5231701 - ], - [ - 9.9375754, - 51.523226 - ] - ] - }, - "id": "way/421058880" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421502437", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9639553, - 51.5092211 - ], - [ - 9.9638389, - 51.5092084 - ] - ] - }, - "id": "way/421502437" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421502438", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9640166, - 51.5089618 - ], - [ - 9.963687, - 51.5089258 - ], - [ - 9.9636142, - 51.5091838 - ] - ] - }, - "id": "way/421502438" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421502439", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9634525, - 51.5091662 - ], - [ - 9.9633425, - 51.5091541 - ], - [ - 9.9633505, - 51.5091256 - ] - ] - }, - "id": "way/421502439" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421502440", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9637178, - 51.5091951 - ], - [ - 9.9636142, - 51.5091838 - ], - [ - 9.9634865, - 51.5091699 - ] - ] - }, - "id": "way/421502440" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421541305", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9672657, - 51.5102616 - ], - [ - 9.9672351, - 51.5102569 - ] - ] - }, - "id": "way/421541305" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421541307", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9684157, - 51.5106076 - ], - [ - 9.9684854, - 51.5104299 - ] - ] - }, - "id": "way/421541307" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421541308", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9672355, - 51.5102341 - ], - [ - 9.9672351, - 51.5102569 - ], - [ - 9.9672346, - 51.5102841 - ] - ] - }, - "id": "way/421541308" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421541310", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9677584, - 51.5104867 - ], - [ - 9.9676379, - 51.5104684 - ], - [ - 9.9677003, - 51.5103091 - ], - [ - 9.9680506, - 51.5103623 - ] - ] - }, - "id": "way/421541310" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421541313", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9668457, - 51.5103292 - ], - [ - 9.9669065, - 51.5101816 - ], - [ - 9.9672355, - 51.5102341 - ], - [ - 9.9672744, - 51.5102403 - ] - ] - }, - "id": "way/421541313" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421541315", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9680769, - 51.5104233 - ], - [ - 9.9680985, - 51.5103693 - ], - [ - 9.9684293, - 51.5104205 - ], - [ - 9.9684187, - 51.5104473 - ], - [ - 9.9684483, - 51.5104518 - ] - ] - }, - "id": "way/421541315" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421637017", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.943899, - 51.5620604 - ], - [ - 9.9438258, - 51.5620442 - ], - [ - 9.9438142, - 51.5620416 - ], - [ - 9.943841, - 51.5619948 - ] - ] - }, - "id": "way/421637017" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421691817", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9511118, - 51.518035 - ], - [ - 9.9511285, - 51.5179239 - ] - ] - }, - "id": "way/421691817" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421691818", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9513666, - 51.5183866 - ], - [ - 9.9513907, - 51.5183559 - ], - [ - 9.9514073, - 51.5183609 - ] - ] - }, - "id": "way/421691818" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421691819", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9512033, - 51.5174281 - ], - [ - 9.9512125, - 51.5173672 - ], - [ - 9.9513701, - 51.5173748 - ] - ] - }, - "id": "way/421691819" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421691820", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.951385, - 51.5183922 - ], - [ - 9.9513666, - 51.5183866 - ], - [ - 9.9512024, - 51.5183368 - ] - ] - }, - "id": "way/421691820" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421691821", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.951182, - 51.5175694 - ], - [ - 9.9511994, - 51.5174545 - ], - [ - 9.9512315, - 51.5174563 - ], - [ - 9.9512329, - 51.5174471 - ] - ] - }, - "id": "way/421691821" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421691822", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9517357, - 51.5182338 - ], - [ - 9.9516527, - 51.5183503 - ], - [ - 9.9516071, - 51.5184225 - ], - [ - 9.951521, - 51.5184336 - ], - [ - 9.9514137, - 51.518401 - ], - [ - 9.9514373, - 51.5183709 - ] - ] - }, - "id": "way/421691822" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421691824", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9511607, - 51.5177107 - ], - [ - 9.9511771, - 51.5176019 - ], - [ - 9.9511926, - 51.5176028 - ], - [ - 9.9511949, - 51.5175878 - ], - [ - 9.9511794, - 51.5175869 - ] - ] - }, - "id": "way/421691824" - }, - { - "type": "Feature", - "properties": { - "@id": "way/421691826", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9511763, - 51.5183288 - ], - [ - 9.9511542, - 51.5183196 - ], - [ - 9.9511284, - 51.5183025 - ], - [ - 9.9511032, - 51.5182821 - ], - [ - 9.9510851, - 51.5182596 - ], - [ - 9.9510811, - 51.518245 - ], - [ - 9.9510834, - 51.518223 - ] - ] - }, - "id": "way/421691826" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422519166", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9533037, - 51.5148397 - ], - [ - 9.9531862, - 51.5148322 - ], - [ - 9.9531934, - 51.5147886 - ] - ] - }, - "id": "way/422519166" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422519170", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9532037, - 51.5147266 - ], - [ - 9.9532111, - 51.5146822 - ], - [ - 9.9533286, - 51.5146897 - ], - [ - 9.9537857, - 51.5147191 - ], - [ - 9.9537793, - 51.5147571 - ] - ] - }, - "id": "way/422519170" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422530537", - "barrier": "hedge", - "survey:date": "2016-05-28" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9533788, - 51.5135609 - ], - [ - 9.9532585, - 51.5135387 - ] - ] - }, - "id": "way/422530537" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422530547", - "barrier": "hedge", - "survey:date": "2016-05-28" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9538403, - 51.5133317 - ], - [ - 9.953695, - 51.5136174 - ], - [ - 9.9536804, - 51.5136223 - ], - [ - 9.9535503, - 51.5135973 - ], - [ - 9.9535572, - 51.5135832 - ] - ] - }, - "id": "way/422530547" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422620624", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9515107, - 51.5166143 - ], - [ - 9.9514882, - 51.5166135 - ], - [ - 9.9514668, - 51.5166109 - ], - [ - 9.9514463, - 51.5166072 - ], - [ - 9.9514208, - 51.5165974 - ], - [ - 9.9513937, - 51.5165832 - ], - [ - 9.9513675, - 51.5165657 - ], - [ - 9.9513498, - 51.5165504 - ], - [ - 9.9513394, - 51.516536 - ], - [ - 9.9513343, - 51.5165214 - ], - [ - 9.9513323, - 51.5165033 - ], - [ - 9.951336, - 51.5163729 - ], - [ - 9.9514785, - 51.5163814 - ] - ] - }, - "id": "way/422620624" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422620627", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9516402, - 51.5166195 - ], - [ - 9.9515311, - 51.5166152 - ] - ] - }, - "id": "way/422620627" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422620628", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9516716, - 51.5166208 - ], - [ - 9.9516587, - 51.5166202 - ] - ] - }, - "id": "way/422620628" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422626808", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9512899, - 51.5168731 - ], - [ - 9.9513053, - 51.5167879 - ], - [ - 9.9513127, - 51.5167633 - ], - [ - 9.9513227, - 51.5167424 - ], - [ - 9.9513395, - 51.5167255 - ], - [ - 9.9513562, - 51.5167149 - ], - [ - 9.9513878, - 51.5167055 - ], - [ - 9.9514313, - 51.5166974 - ], - [ - 9.9514796, - 51.5166951 - ], - [ - 9.951548, - 51.5166967 - ] - ] - }, - "id": "way/422626808" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422626809", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9518333, - 51.5167043 - ], - [ - 9.952014, - 51.5167092 - ] - ] - }, - "id": "way/422626809" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422626811", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9520429, - 51.5167099 - ], - [ - 9.9522217, - 51.5167147 - ] - ] - }, - "id": "way/422626811" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422626812", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9516687, - 51.5167 - ], - [ - 9.9518032, - 51.5167035 - ] - ] - }, - "id": "way/422626812" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422626813", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9522528, - 51.5167156 - ], - [ - 9.9524147, - 51.5167199 - ], - [ - 9.9523692, - 51.5169746 - ], - [ - 9.9523529, - 51.5170658 - ], - [ - 9.9523513, - 51.5170747 - ] - ] - }, - "id": "way/422626813" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422626814", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9512493, - 51.5170984 - ], - [ - 9.9512526, - 51.5170802 - ], - [ - 9.9512872, - 51.516888 - ] - ] - }, - "id": "way/422626814" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422626818", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9512483, - 51.5171199 - ], - [ - 9.9512657, - 51.5171208 - ], - [ - 9.9512635, - 51.5171366 - ], - [ - 9.951246, - 51.5171357 - ], - [ - 9.9512309, - 51.5172421 - ] - ] - }, - "id": "way/422626818" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422626834", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9512625, - 51.5173262 - ], - [ - 9.9512169, - 51.5173235 - ], - [ - 9.9512236, - 51.5172796 - ], - [ - 9.9512433, - 51.5172808 - ], - [ - 9.951246, - 51.5172628 - ], - [ - 9.9512264, - 51.5172616 - ] - ] - }, - "id": "way/422626834" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422920718", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9097044, - 51.5051252 - ], - [ - 9.9096995, - 51.5052343 - ] - ] - }, - "id": "way/422920718" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422920719", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9082891, - 51.5050223 - ], - [ - 9.9082723, - 51.5052746 - ] - ] - }, - "id": "way/422920719" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422920720", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9086707, - 51.5050394 - ], - [ - 9.9086688, - 51.5050813 - ] - ] - }, - "id": "way/422920720" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422920721", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9069335, - 51.505487 - ], - [ - 9.906936, - 51.505419 - ] - ] - }, - "id": "way/422920721" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422920722", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9071323, - 51.5055036 - ], - [ - 9.9069681, - 51.5054905 - ] - ] - }, - "id": "way/422920722" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422920723", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9061389, - 51.505161 - ], - [ - 9.9061507, - 51.5050154 - ] - ] - }, - "id": "way/422920723" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422920724", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9094054, - 51.5050567 - ], - [ - 9.9096191, - 51.505065 - ] - ] - }, - "id": "way/422920724" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422920725", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9069776, - 51.504836 - ], - [ - 9.9072161, - 51.5048561 - ] - ] - }, - "id": "way/422920725" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422920726", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9061793, - 51.5054223 - ], - [ - 9.9061237, - 51.5053789 - ], - [ - 9.9061282, - 51.5053201 - ], - [ - 9.9061363, - 51.505216 - ] - ] - }, - "id": "way/422920726" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422920727", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9082414, - 51.5055968 - ], - [ - 9.9081493, - 51.5055889 - ], - [ - 9.9081523, - 51.5055557 - ] - ] - }, - "id": "way/422920727" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422920728", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9081211, - 51.5055467 - ], - [ - 9.9081192, - 51.5055851 - ], - [ - 9.9079771, - 51.5055747 - ], - [ - 9.9079824, - 51.5055373 - ] - ] - }, - "id": "way/422920728" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422920729", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9086692, - 51.505093 - ], - [ - 9.9086699, - 51.5051017 - ], - [ - 9.9086749, - 51.5051155 - ], - [ - 9.9086875, - 51.5051283 - ], - [ - 9.908705, - 51.5051359 - ] - ] - }, - "id": "way/422920729" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422920730", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9061534, - 51.5049654 - ], - [ - 9.9061637, - 51.5048445 - ], - [ - 9.906225, - 51.5048092 - ], - [ - 9.9063934, - 51.5048146 - ], - [ - 9.906425, - 51.5048386 - ], - [ - 9.906647, - 51.5048435 - ] - ] - }, - "id": "way/422920730" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422920731", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9086802, - 51.5050218 - ], - [ - 9.908708, - 51.5050228 - ], - [ - 9.9087377, - 51.5050453 - ], - [ - 9.9089465, - 51.5050586 - ], - [ - 9.9091396, - 51.5050685 - ], - [ - 9.9091701, - 51.5050477 - ], - [ - 9.9092154, - 51.5050491 - ] - ] - }, - "id": "way/422920731" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422929438", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.906578, - 51.5018164 - ], - [ - 9.9065955, - 51.5017392 - ] - ] - }, - "id": "way/422929438" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422929439", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9063916, - 51.5026555 - ], - [ - 9.9064315, - 51.5024727 - ] - ] - }, - "id": "way/422929439" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422929440", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9065995, - 51.5017219 - ], - [ - 9.9066446, - 51.5015234 - ] - ] - }, - "id": "way/422929440" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422929441", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9064546, - 51.502367 - ], - [ - 9.9064749, - 51.5022742 - ] - ] - }, - "id": "way/422929441" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422929442", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9065072, - 51.5021372 - ], - [ - 9.906522, - 51.5020615 - ] - ] - }, - "id": "way/422929442" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422929443", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.906435, - 51.5024567 - ], - [ - 9.9064514, - 51.5023815 - ] - ] - }, - "id": "way/422929443" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422929444", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9066514, - 51.5014934 - ], - [ - 9.9066653, - 51.5014323 - ] - ] - }, - "id": "way/422929444" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422929445", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9063718, - 51.5027464 - ], - [ - 9.9063887, - 51.502669 - ] - ] - }, - "id": "way/422929445" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422929446", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9065248, - 51.5020471 - ], - [ - 9.9065389, - 51.5019751 - ] - ] - }, - "id": "way/422929446" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422929447", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9071196, - 51.5009349 - ], - [ - 9.9070812, - 51.5008745 - ] - ] - }, - "id": "way/422929447" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422929448", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9066375, - 51.5018534 - ], - [ - 9.906576, - 51.5018753 - ], - [ - 9.9065648, - 51.5018744 - ], - [ - 9.9065696, - 51.5018534 - ] - ] - }, - "id": "way/422929448" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422929449", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9065912, - 51.5021762 - ], - [ - 9.9065104, - 51.5021915 - ], - [ - 9.9064967, - 51.5021904 - ], - [ - 9.906503, - 51.5021586 - ], - [ - 9.9065403, - 51.5021614 - ] - ] - }, - "id": "way/422929449" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422929450", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9063657, - 51.5027788 - ], - [ - 9.9063657, - 51.502774 - ], - [ - 9.906369, - 51.5027593 - ], - [ - 9.9063954, - 51.5027616 - ], - [ - 9.9063935, - 51.5027704 - ] - ] - }, - "id": "way/422929450" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422929452", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9067612, - 51.5028115 - ], - [ - 9.9067275, - 51.5028079 - ], - [ - 9.906683, - 51.5028055 - ], - [ - 9.9065973, - 51.5028047 - ], - [ - 9.9065336, - 51.5027988 - ], - [ - 9.9064638, - 51.5027884 - ] - ] - }, - "id": "way/422929452" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422929453", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9066581, - 51.5011467 - ], - [ - 9.9065986, - 51.5010489 - ], - [ - 9.9065982, - 51.5010246 - ], - [ - 9.9066089, - 51.5010025 - ], - [ - 9.9066305, - 51.5009857 - ], - [ - 9.9068881, - 51.5009222 - ], - [ - 9.9069265, - 51.5009825 - ] - ] - }, - "id": "way/422929453" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422929454", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9066706, - 51.501409 - ], - [ - 9.9066834, - 51.5013525 - ], - [ - 9.9066907, - 51.5013118 - ], - [ - 9.9066915, - 51.5012409 - ], - [ - 9.9066875, - 51.5011994 - ], - [ - 9.9066787, - 51.5011805 - ], - [ - 9.9067208, - 51.5011705 - ], - [ - 9.906708, - 51.5011496 - ] - ] - }, - "id": "way/422929454" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422982945", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9061067, - 51.5038641 - ], - [ - 9.9060831, - 51.5038634 - ] - ] - }, - "id": "way/422982945" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422982946", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9061051, - 51.5038871 - ], - [ - 9.90609, - 51.5040979 - ] - ] - }, - "id": "way/422982946" - }, - { - "type": "Feature", - "properties": { - "@id": "way/422982948", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9061097, - 51.503822 - ], - [ - 9.9061067, - 51.5038641 - ], - [ - 9.9061062, - 51.5038714 - ] - ] - }, - "id": "way/422982948" - }, - { - "type": "Feature", - "properties": { - "@id": "way/423000861", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9073898, - 51.5032764 - ], - [ - 9.9073841, - 51.5033632 - ] - ] - }, - "id": "way/423000861" - }, - { - "type": "Feature", - "properties": { - "@id": "way/423000862", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9066276, - 51.5029843 - ], - [ - 9.906625, - 51.5030416 - ] - ] - }, - "id": "way/423000862" - }, - { - "type": "Feature", - "properties": { - "@id": "way/423000863", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9071832, - 51.5030721 - ], - [ - 9.907405, - 51.5031058 - ] - ] - }, - "id": "way/423000863" - }, - { - "type": "Feature", - "properties": { - "@id": "way/423000864", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9077184, - 51.5031924 - ], - [ - 9.9077142, - 51.5032787 - ] - ] - }, - "id": "way/423000864" - }, - { - "type": "Feature", - "properties": { - "@id": "way/423000868", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9077734, - 51.5033127 - ], - [ - 9.907809, - 51.5032412 - ], - [ - 9.9078303, - 51.5032405 - ] - ] - }, - "id": "way/423000868" - }, - { - "type": "Feature", - "properties": { - "@id": "way/423000870", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9082475, - 51.5038218 - ], - [ - 9.9081406, - 51.5038037 - ], - [ - 9.9080572, - 51.5037857 - ] - ] - }, - "id": "way/423000870" - }, - { - "type": "Feature", - "properties": { - "@id": "way/423000871", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9066671, - 51.5035097 - ], - [ - 9.906664, - 51.5035432 - ], - [ - 9.9065476, - 51.503539 - ], - [ - 9.9065503, - 51.5035097 - ] - ] - }, - "id": "way/423000871" - }, - { - "type": "Feature", - "properties": { - "@id": "way/423000873", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9079003, - 51.5032344 - ], - [ - 9.9079102, - 51.5032087 - ], - [ - 9.9080353, - 51.5032292 - ], - [ - 9.9080273, - 51.5033486 - ] - ] - }, - "id": "way/423000873" - }, - { - "type": "Feature", - "properties": { - "@id": "way/423000875", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9095733, - 51.5036362 - ], - [ - 9.9095949, - 51.5036383 - ], - [ - 9.9096157, - 51.5036756 - ], - [ - 9.9096426, - 51.5037312 - ] - ] - }, - "id": "way/423000875" - }, - { - "type": "Feature", - "properties": { - "@id": "way/423000876", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9063066, - 51.5030355 - ], - [ - 9.9063138, - 51.502985 - ], - [ - 9.9063854, - 51.5029454 - ], - [ - 9.9064214, - 51.5029508 - ] - ] - }, - "id": "way/423000876" - }, - { - "type": "Feature", - "properties": { - "@id": "way/423000877", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9065232, - 51.503506 - ], - [ - 9.9065203, - 51.5035381 - ], - [ - 9.9063335, - 51.5035314 - ], - [ - 9.9062725, - 51.503496 - ], - [ - 9.9062823, - 51.5033323 - ] - ] - }, - "id": "way/423000877" - }, - { - "type": "Feature", - "properties": { - "@id": "way/423000879", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9096517, - 51.5037551 - ], - [ - 9.9096779, - 51.5038192 - ], - [ - 9.9096115, - 51.50387 - ], - [ - 9.9095213, - 51.5038773 - ], - [ - 9.9094198, - 51.5038843 - ], - [ - 9.9093398, - 51.5038867 - ] - ] - }, - "id": "way/423000879" - }, - { - "type": "Feature", - "properties": { - "@id": "way/423000881", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9093635, - 51.5035214 - ], - [ - 9.9093644, - 51.5034843 - ], - [ - 9.9093955, - 51.5034984 - ], - [ - 9.9094455, - 51.5035294 - ], - [ - 9.9094872, - 51.5035605 - ], - [ - 9.9095187, - 51.5035905 - ], - [ - 9.9095483, - 51.503624 - ] - ] - }, - "id": "way/423000881" - }, - { - "type": "Feature", - "properties": { - "@id": "way/423008182", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9065033, - 51.5063833 - ], - [ - 9.9064614, - 51.5063806 - ], - [ - 9.9063079, - 51.5063783 - ], - [ - 9.9062737, - 51.5063743 - ], - [ - 9.9062234, - 51.5063633 - ], - [ - 9.9061919, - 51.5063526 - ], - [ - 9.9061583, - 51.5063384 - ], - [ - 9.9061335, - 51.5063236 - ], - [ - 9.9061218, - 51.5063115 - ], - [ - 9.9061017, - 51.5062902 - ], - [ - 9.9060926, - 51.5062765 - ], - [ - 9.9060883, - 51.5062581 - ] - ] - }, - "id": "way/423008182" - }, - { - "type": "Feature", - "properties": { - "@id": "way/423008185", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9061009, - 51.5062034 - ], - [ - 9.9061604, - 51.5062079 - ] - ] - }, - "id": "way/423008185" - }, - { - "type": "Feature", - "properties": { - "@id": "way/424204042", - "barrier": "hedge", - "survey:date": "2016-06-04" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9550061, - 51.5264027 - ], - [ - 9.954973, - 51.5265524 - ] - ] - }, - "id": "way/424204042" - }, - { - "type": "Feature", - "properties": { - "@id": "way/424204043", - "barrier": "hedge", - "survey:date": "2016-06-04" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9550334, - 51.5262623 - ], - [ - 9.9550061, - 51.5264027 - ] - ] - }, - "id": "way/424204043" - }, - { - "type": "Feature", - "properties": { - "@id": "way/424204044", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9549171, - 51.5268712 - ], - [ - 9.9548885, - 51.526893 - ], - [ - 9.9547783, - 51.5269299 - ] - ] - }, - "id": "way/424204044" - }, - { - "type": "Feature", - "properties": { - "@id": "way/424436808", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9394452, - 51.5472503 - ], - [ - 9.9395923, - 51.5468707 - ] - ] - }, - "id": "way/424436808" - }, - { - "type": "Feature", - "properties": { - "@id": "way/424729557", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9283388, - 51.5348872 - ], - [ - 9.92823, - 51.534752 - ] - ] - }, - "id": "way/424729557" - }, - { - "type": "Feature", - "properties": { - "@id": "way/426021874", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8941388, - 51.5259382 - ], - [ - 9.8940524, - 51.5259342 - ], - [ - 9.8939175, - 51.5259141 - ], - [ - 9.8938984, - 51.5258534 - ], - [ - 9.8937338, - 51.5258059 - ] - ] - }, - "id": "way/426021874" - }, - { - "type": "Feature", - "properties": { - "@id": "way/426210259", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9360569, - 51.5169969 - ], - [ - 9.9360777, - 51.517082 - ] - ] - }, - "id": "way/426210259" - }, - { - "type": "Feature", - "properties": { - "@id": "way/426210260", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9360217, - 51.5168554 - ], - [ - 9.9360462, - 51.5169531 - ] - ] - }, - "id": "way/426210260" - }, - { - "type": "Feature", - "properties": { - "@id": "way/426210261", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9357075, - 51.5155816 - ], - [ - 9.9357337, - 51.5156874 - ] - ] - }, - "id": "way/426210261" - }, - { - "type": "Feature", - "properties": { - "@id": "way/426210262", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9351319, - 51.5157707 - ], - [ - 9.9356681, - 51.5157336 - ], - [ - 9.9357454, - 51.5157283 - ] - ] - }, - "id": "way/426210262" - }, - { - "type": "Feature", - "properties": { - "@id": "way/426210263", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9359933, - 51.5167336 - ], - [ - 9.9360195, - 51.5168424 - ], - [ - 9.9359529, - 51.5168486 - ] - ] - }, - "id": "way/426210263" - }, - { - "type": "Feature", - "properties": { - "@id": "way/426210264", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9357754, - 51.5158606 - ], - [ - 9.9357381, - 51.5158629 - ], - [ - 9.9357414, - 51.5158833 - ] - ] - }, - "id": "way/426210264" - }, - { - "type": "Feature", - "properties": { - "@id": "way/426210265", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.936076, - 51.5173537 - ], - [ - 9.9361458, - 51.5173549 - ], - [ - 9.9361726, - 51.517463 - ] - ] - }, - "id": "way/426210265" - }, - { - "type": "Feature", - "properties": { - "@id": "way/426210266", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9360113, - 51.5171388 - ], - [ - 9.9360901, - 51.517136 - ], - [ - 9.9361209, - 51.5172608 - ] - ] - }, - "id": "way/426210266" - }, - { - "type": "Feature", - "properties": { - "@id": "way/426210267", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9356415, - 51.5159292 - ], - [ - 9.9357823, - 51.5159188 - ], - [ - 9.9357884, - 51.5159183 - ], - [ - 9.9357966, - 51.5159614 - ] - ] - }, - "id": "way/426210267" - }, - { - "type": "Feature", - "properties": { - "@id": "way/426210268", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9356681, - 51.5157336 - ], - [ - 9.9356757, - 51.5157674 - ], - [ - 9.9357531, - 51.5157607 - ], - [ - 9.9357754, - 51.5158606 - ], - [ - 9.9357785, - 51.5158747 - ] - ] - }, - "id": "way/426210268" - }, - { - "type": "Feature", - "properties": { - "@id": "way/426210269", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9352311, - 51.5160607 - ], - [ - 9.9358185, - 51.5160188 - ], - [ - 9.9358544, - 51.5161675 - ], - [ - 9.9357334, - 51.5162057 - ], - [ - 9.9354484, - 51.5162272 - ], - [ - 9.9354179, - 51.516194 - ] - ] - }, - "id": "way/426210269" - }, - { - "type": "Feature", - "properties": { - "@id": "way/427363095", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8966218, - 51.5254389 - ], - [ - 9.8966995, - 51.5254613 - ], - [ - 9.8967216, - 51.5254676 - ] - ] - }, - "id": "way/427363095" - }, - { - "type": "Feature", - "properties": { - "@id": "way/427363098", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8965127, - 51.5255644 - ], - [ - 9.8964351, - 51.5255427 - ], - [ - 9.8963684, - 51.525524 - ], - [ - 9.8963845, - 51.5255023 - ], - [ - 9.8964006, - 51.5254806 - ], - [ - 9.8964167, - 51.525459 - ], - [ - 9.8964328, - 51.5254373 - ], - [ - 9.8964489, - 51.5254156 - ], - [ - 9.896465, - 51.5253939 - ], - [ - 9.8965314, - 51.525413 - ] - ] - }, - "id": "way/427363098" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428855809", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9442517, - 51.5449181 - ], - [ - 9.944245, - 51.5449467 - ], - [ - 9.9445426, - 51.5449736 - ], - [ - 9.9445333, - 51.5450135 - ], - [ - 9.9442711, - 51.5450644 - ], - [ - 9.9440574, - 51.5450939 - ], - [ - 9.9438931, - 51.545107 - ], - [ - 9.9438236, - 51.5451044 - ], - [ - 9.9437668, - 51.5450893 - ], - [ - 9.9437384, - 51.545069 - ], - [ - 9.9438142, - 51.5447436 - ], - [ - 9.9438842, - 51.5447417 - ] - ] - }, - "id": "way/428855809" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428872122", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9280032, - 51.528628 - ], - [ - 9.9280441, - 51.5285339 - ] - ] - }, - "id": "way/428872122" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428872126", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9292806, - 51.5286697 - ], - [ - 9.9292745, - 51.5286168 - ] - ] - }, - "id": "way/428872126" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428872128", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9286107, - 51.5289883 - ], - [ - 9.9284318, - 51.5289687 - ] - ] - }, - "id": "way/428872128" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428872129", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9291528, - 51.528626 - ], - [ - 9.929166, - 51.5287439 - ] - ] - }, - "id": "way/428872129" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428872130", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9301038, - 51.5283824 - ], - [ - 9.9301469, - 51.5284944 - ] - ] - }, - "id": "way/428872130" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428872133", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9300038, - 51.5281219 - ], - [ - 9.930048, - 51.528237 - ] - ] - }, - "id": "way/428872133" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428872134", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9281699, - 51.5282451 - ], - [ - 9.9282218, - 51.5281259 - ] - ] - }, - "id": "way/428872134" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428872135", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9279381, - 51.5287775 - ], - [ - 9.9279917, - 51.5286544 - ] - ] - }, - "id": "way/428872135" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428872137", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9292267, - 51.5281962 - ], - [ - 9.9292159, - 51.5281011 - ], - [ - 9.929214, - 51.528084 - ] - ] - }, - "id": "way/428872137" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428872138", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.928055, - 51.528509 - ], - [ - 9.9281056, - 51.5283928 - ] - ] - }, - "id": "way/428872138" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428872139", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9292421, - 51.5283314 - ], - [ - 9.9292288, - 51.5282142 - ] - ] - }, - "id": "way/428872139" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428872141", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9291078, - 51.5282266 - ], - [ - 9.9291176, - 51.5283132 - ] - ] - }, - "id": "way/428872141" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428872142", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9291684, - 51.5289082 - ], - [ - 9.92917, - 51.5290178 - ], - [ - 9.9291211, - 51.5290441 - ], - [ - 9.9286664, - 51.5289944 - ] - ] - }, - "id": "way/428872142" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428872145", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.928402, - 51.5289655 - ], - [ - 9.9279369, - 51.5289147 - ], - [ - 9.9278959, - 51.5288744 - ], - [ - 9.9279306, - 51.5287947 - ] - ] - }, - "id": "way/428872145" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428872150", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9291216, - 51.5283486 - ], - [ - 9.9291353, - 51.5284703 - ] - ] - }, - "id": "way/428872150" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428872151", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9291666, - 51.5287834 - ], - [ - 9.9291679, - 51.5288703 - ] - ] - }, - "id": "way/428872151" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428872153", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9292574, - 51.5284663 - ], - [ - 9.9292551, - 51.5284455 - ], - [ - 9.9292462, - 51.5283679 - ], - [ - 9.9292442, - 51.5283494 - ] - ] - }, - "id": "way/428872153" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428872154", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9292727, - 51.5286009 - ], - [ - 9.9292701, - 51.5285775 - ], - [ - 9.9292593, - 51.5284822 - ] - ] - }, - "id": "way/428872154" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428872156", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9292117, - 51.5280638 - ], - [ - 9.929207, - 51.5280224 - ], - [ - 9.9292679, - 51.5279719 - ], - [ - 9.9294233, - 51.5279483 - ] - ] - }, - "id": "way/428872156" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428872157", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9281194, - 51.5283611 - ], - [ - 9.9281551, - 51.5282791 - ] - ] - }, - "id": "way/428872157" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428872163", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9291395, - 51.528508 - ], - [ - 9.9291485, - 51.5285878 - ] - ] - }, - "id": "way/428872163" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428872166", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9282373, - 51.5280902 - ], - [ - 9.9282687, - 51.5280181 - ], - [ - 9.9290938, - 51.5281015 - ], - [ - 9.929104, - 51.5281921 - ] - ] - }, - "id": "way/428872166" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428882816", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9374442, - 51.5235905 - ], - [ - 9.9374665, - 51.5235913 - ] - ] - }, - "id": "way/428882816" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428882818", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9361958, - 51.5238133 - ], - [ - 9.9361665, - 51.5240084 - ] - ] - }, - "id": "way/428882818" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428882821", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9361629, - 51.5240241 - ], - [ - 9.9361365, - 51.5241951 - ] - ] - }, - "id": "way/428882821" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428882824", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9351144, - 51.5239529 - ], - [ - 9.9351401, - 51.5236112 - ] - ] - }, - "id": "way/428882824" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428882826", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9375271, - 51.5235644 - ], - [ - 9.937447, - 51.5235616 - ] - ] - }, - "id": "way/428882826" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428882831", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9361066, - 51.5243445 - ], - [ - 9.9360744, - 51.5245631 - ] - ] - }, - "id": "way/428882831" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428882833", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9362414, - 51.5243094 - ], - [ - 9.9362507, - 51.5242466 - ] - ] - }, - "id": "way/428882833" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428882838", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9366567, - 51.5234204 - ], - [ - 9.937035, - 51.5234379 - ], - [ - 9.9370303, - 51.5234772 - ] - ] - }, - "id": "way/428882838" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428882840", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.93748, - 51.5235918 - ], - [ - 9.9375245, - 51.5235933 - ], - [ - 9.9375186, - 51.5236579 - ] - ] - }, - "id": "way/428882840" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428882843", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9362546, - 51.5242201 - ], - [ - 9.9362732, - 51.5240931 - ], - [ - 9.9363144, - 51.5240954 - ] - ] - }, - "id": "way/428882843" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428882847", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9363263, - 51.5240667 - ], - [ - 9.9362775, - 51.5240639 - ], - [ - 9.9362958, - 51.5239393 - ], - [ - 9.9363118, - 51.5239402 - ] - ] - }, - "id": "way/428882847" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428882850", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9374975, - 51.5238074 - ], - [ - 9.9373102, - 51.5237831 - ], - [ - 9.9371268, - 51.5237592 - ], - [ - 9.9371547, - 51.52353 - ] - ] - }, - "id": "way/428882850" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428882852", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9363262, - 51.5239163 - ], - [ - 9.9362994, - 51.5239148 - ], - [ - 9.9363102, - 51.5238416 - ], - [ - 9.936393, - 51.5238506 - ], - [ - 9.9363909, - 51.5238564 - ] - ] - }, - "id": "way/428882852" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428882861", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9365717, - 51.5237954 - ], - [ - 9.9363219, - 51.5237838 - ], - [ - 9.9363621, - 51.5234461 - ], - [ - 9.9363778, - 51.5234309 - ], - [ - 9.9363953, - 51.5234216 - ], - [ - 9.9364158, - 51.5234143 - ], - [ - 9.9364392, - 51.5234102 - ], - [ - 9.9366165, - 51.5234177 - ], - [ - 9.9366146, - 51.5234343 - ] - ] - }, - "id": "way/428882861" - }, - { - "type": "Feature", - "properties": { - "@id": "way/428882863", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9360634, - 51.5233876 - ], - [ - 9.9361523, - 51.5233921 - ], - [ - 9.9361874, - 51.5233962 - ], - [ - 9.9362111, - 51.5234028 - ], - [ - 9.9362268, - 51.5234115 - ], - [ - 9.936236, - 51.5234212 - ], - [ - 9.9362414, - 51.5234426 - ], - [ - 9.9362414, - 51.5234626 - ], - [ - 9.9361983, - 51.5237967 - ] - ] - }, - "id": "way/428882863" - }, - { - "type": "Feature", - "properties": { - "@id": "way/434346395", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.926856, - 51.5362322 - ], - [ - 9.9270616, - 51.5361581 - ] - ] - }, - "id": "way/434346395" - }, - { - "type": "Feature", - "properties": { - "@id": "way/434389705", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9327465, - 51.5236991 - ], - [ - 9.9327413, - 51.5237453 - ], - [ - 9.9327958, - 51.5237477 - ] - ] - }, - "id": "way/434389705" - }, - { - "type": "Feature", - "properties": { - "@id": "way/434389716", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9306429, - 51.5234015 - ], - [ - 9.9307354, - 51.5234049 - ], - [ - 9.9307442, - 51.5233115 - ], - [ - 9.9306518, - 51.5233081 - ] - ] - }, - "id": "way/434389716" - }, - { - "type": "Feature", - "properties": { - "@id": "way/434389720", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.932595, - 51.5239194 - ], - [ - 9.932521, - 51.5239164 - ], - [ - 9.9324977, - 51.5241414 - ], - [ - 9.9325717, - 51.5241444 - ] - ] - }, - "id": "way/434389720" - }, - { - "type": "Feature", - "properties": { - "@id": "way/434389723", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9328337, - 51.5235253 - ], - [ - 9.9327665, - 51.5235224 - ], - [ - 9.9327527, - 51.5236446 - ], - [ - 9.9328199, - 51.5236475 - ] - ] - }, - "id": "way/434389723" - }, - { - "type": "Feature", - "properties": { - "@id": "way/434389728", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9321385, - 51.524416 - ], - [ - 9.9320773, - 51.5244133 - ], - [ - 9.9320627, - 51.5245433 - ], - [ - 9.9321238, - 51.524546 - ] - ] - }, - "id": "way/434389728" - }, - { - "type": "Feature", - "properties": { - "@id": "way/434991262", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9374685, - 51.5279629 - ], - [ - 9.9374262, - 51.5279289 - ], - [ - 9.9374105, - 51.5279116 - ], - [ - 9.9374018, - 51.5278985 - ], - [ - 9.9373947, - 51.5278828 - ], - [ - 9.9373904, - 51.5278657 - ], - [ - 9.9373853, - 51.527814 - ] - ] - }, - "id": "way/434991262" - }, - { - "type": "Feature", - "properties": { - "@id": "way/434992935", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9355613, - 51.5262624 - ], - [ - 9.9356417, - 51.5260106 - ], - [ - 9.9356501, - 51.5260125 - ], - [ - 9.9356857, - 51.5260817 - ], - [ - 9.9357223, - 51.5260903 - ], - [ - 9.9357343, - 51.5260687 - ], - [ - 9.9357454, - 51.5260487 - ], - [ - 9.9357004, - 51.5259712 - ] - ] - }, - "id": "way/434992935" - }, - { - "type": "Feature", - "properties": { - "@id": "way/435275331", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9415468, - 51.5395613 - ], - [ - 9.9415207, - 51.5396465 - ] - ] - }, - "id": "way/435275331" - }, - { - "type": "Feature", - "properties": { - "@id": "way/435275332", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9415594, - 51.5399757 - ], - [ - 9.9415706, - 51.539977 - ], - [ - 9.9416927, - 51.5395786 - ] - ] - }, - "id": "way/435275332" - }, - { - "type": "Feature", - "properties": { - "@id": "way/435275333", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9413344, - 51.5395362 - ], - [ - 9.9415468, - 51.5395613 - ], - [ - 9.9416354, - 51.5395718 - ] - ] - }, - "id": "way/435275333" - }, - { - "type": "Feature", - "properties": { - "@id": "way/435275337", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.941438, - 51.5399641 - ], - [ - 9.941179, - 51.5399452 - ], - [ - 9.9412211, - 51.5397761 - ], - [ - 9.941296, - 51.5395316 - ], - [ - 9.9413226, - 51.5395348 - ] - ] - }, - "id": "way/435275337" - }, - { - "type": "Feature", - "properties": { - "@id": "way/437021563", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9603792, - 51.5086888 - ], - [ - 9.9605263, - 51.5086982 - ] - ] - }, - "id": "way/437021563" - }, - { - "type": "Feature", - "properties": { - "@id": "way/437021564", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9600342, - 51.5086657 - ], - [ - 9.9597565, - 51.508647 - ] - ] - }, - "id": "way/437021564" - }, - { - "type": "Feature", - "properties": { - "@id": "way/437021566", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9601492, - 51.5087669 - ], - [ - 9.960172, - 51.508675 - ], - [ - 9.9601063, - 51.5086705 - ] - ] - }, - "id": "way/437021566" - }, - { - "type": "Feature", - "properties": { - "@id": "way/437021567", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9603654, - 51.5087043 - ], - [ - 9.9603366, - 51.508686 - ], - [ - 9.9602182, - 51.5086781 - ], - [ - 9.9601991, - 51.5086768 - ] - ] - }, - "id": "way/437021567" - }, - { - "type": "Feature", - "properties": { - "@id": "way/437057918", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.959059, - 51.5094036 - ], - [ - 9.958984, - 51.5093965 - ], - [ - 9.9590136, - 51.5092759 - ], - [ - 9.9590885, - 51.509283 - ] - ] - }, - "id": "way/437057918" - }, - { - "type": "Feature", - "properties": { - "@id": "way/437166194", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9386921, - 51.5142191 - ], - [ - 9.939198, - 51.5141412 - ], - [ - 9.9393016, - 51.5141253 - ] - ] - }, - "id": "way/437166194" - }, - { - "type": "Feature", - "properties": { - "@id": "way/437166195", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9367881, - 51.5146818 - ], - [ - 9.9365906, - 51.5147088 - ], - [ - 9.9366103, - 51.5147647 - ], - [ - 9.9365399, - 51.5147743 - ] - ] - }, - "id": "way/437166195" - }, - { - "type": "Feature", - "properties": { - "@id": "way/437166197", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.937441, - 51.5145497 - ], - [ - 9.937391, - 51.5144089 - ], - [ - 9.9377667, - 51.5143572 - ], - [ - 9.9377785, - 51.5143904 - ] - ] - }, - "id": "way/437166197" - }, - { - "type": "Feature", - "properties": { - "@id": "way/437166198", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.937214, - 51.5146427 - ], - [ - 9.9370275, - 51.514669 - ], - [ - 9.9369544, - 51.5144681 - ], - [ - 9.9373286, - 51.5144154 - ] - ] - }, - "id": "way/437166198" - }, - { - "type": "Feature", - "properties": { - "@id": "way/437179586", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9132346, - 51.5066679 - ], - [ - 9.9133792, - 51.5069623 - ] - ] - }, - "id": "way/437179586" - }, - { - "type": "Feature", - "properties": { - "@id": "way/437208183", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9016777, - 51.5042103 - ], - [ - 9.9016704, - 51.5043308 - ] - ] - }, - "id": "way/437208183" - }, - { - "type": "Feature", - "properties": { - "@id": "way/437264489", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9092418, - 51.5015818 - ], - [ - 9.9092153, - 51.5015827 - ], - [ - 9.9091922, - 51.5015801 - ], - [ - 9.909159, - 51.5015732 - ], - [ - 9.9089786, - 51.5014856 - ], - [ - 9.908878, - 51.5014401 - ], - [ - 9.9088499, - 51.5014094 - ], - [ - 9.9088375, - 51.5013879 - ], - [ - 9.9088462, - 51.50137 - ] - ] - }, - "id": "way/437264489" - }, - { - "type": "Feature", - "properties": { - "@id": "way/437331760", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9449139, - 51.5294454 - ], - [ - 9.945113, - 51.5294646 - ] - ] - }, - "id": "way/437331760" - }, - { - "type": "Feature", - "properties": { - "@id": "way/437331790", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9451499, - 51.529465 - ], - [ - 9.945286, - 51.5294659 - ], - [ - 9.945327, - 51.5294583 - ], - [ - 9.9453732, - 51.529445 - ], - [ - 9.9454275, - 51.5294175 - ], - [ - 9.9454678, - 51.5293841 - ], - [ - 9.9454919, - 51.5293486 - ], - [ - 9.9455, - 51.5293286 - ], - [ - 9.9453987, - 51.5293169 - ] - ] - }, - "id": "way/437331790" - }, - { - "type": "Feature", - "properties": { - "@id": "way/437332766", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9089971, - 51.5102083 - ], - [ - 9.9090444, - 51.5102247 - ], - [ - 9.9090823, - 51.5102378 - ], - [ - 9.9091184, - 51.5102503 - ], - [ - 9.9091545, - 51.5102628 - ], - [ - 9.9091906, - 51.5102753 - ], - [ - 9.9092266, - 51.5102879 - ], - [ - 9.9092627, - 51.5103004 - ], - [ - 9.9092988, - 51.5103129 - ], - [ - 9.9093349, - 51.5103255 - ], - [ - 9.909371, - 51.510338 - ], - [ - 9.909407, - 51.5103505 - ], - [ - 9.9094431, - 51.510363 - ], - [ - 9.9094792, - 51.5103756 - ], - [ - 9.9095153, - 51.5103881 - ] - ] - }, - "id": "way/437332766" - }, - { - "type": "Feature", - "properties": { - "@id": "way/437332777", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9088369, - 51.5099978 - ], - [ - 9.9085908, - 51.5099299 - ], - [ - 9.9086455, - 51.5098577 - ], - [ - 9.9087012, - 51.5097767 - ], - [ - 9.9089776, - 51.5098091 - ] - ] - }, - "id": "way/437332777" - }, - { - "type": "Feature", - "properties": { - "@id": "way/437353047", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.946961, - 51.5514631 - ], - [ - 9.9469608, - 51.5515066 - ], - [ - 9.9469606, - 51.5515771 - ] - ] - }, - "id": "way/437353047" - }, - { - "type": "Feature", - "properties": { - "@id": "way/437439217", - "barrier": "hedge", - "survey:date": "2016-08-16" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8937269, - 51.5329724 - ], - [ - 9.8938108, - 51.5328494 - ], - [ - 9.8939287, - 51.5326737 - ], - [ - 9.8941647, - 51.5327341 - ], - [ - 9.8942063, - 51.5327471 - ], - [ - 9.8942288, - 51.5327575 - ], - [ - 9.8942462, - 51.5327735 - ], - [ - 9.894261, - 51.5327961 - ], - [ - 9.8942663, - 51.5328119 - ], - [ - 9.8942657, - 51.5328353 - ], - [ - 9.894261, - 51.5328605 - ], - [ - 9.8942509, - 51.5328908 - ], - [ - 9.8942368, - 51.5329283 - ] - ] - }, - "id": "way/437439217" - }, - { - "type": "Feature", - "properties": { - "@id": "way/437969699", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9390945, - 51.5163643 - ], - [ - 9.9390398, - 51.5163701 - ] - ] - }, - "id": "way/437969699" - }, - { - "type": "Feature", - "properties": { - "@id": "way/437969703", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9390263, - 51.5164471 - ], - [ - 9.9390224, - 51.516433 - ], - [ - 9.9391109, - 51.5164235 - ], - [ - 9.9390945, - 51.5163643 - ], - [ - 9.9390822, - 51.5163196 - ], - [ - 9.939007, - 51.5163277 - ], - [ - 9.9389821, - 51.5162379 - ] - ] - }, - "id": "way/437969703" - }, - { - "type": "Feature", - "properties": { - "@id": "way/437989127", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9385859, - 51.5158463 - ], - [ - 9.9382694, - 51.5158743 - ] - ] - }, - "id": "way/437989127" - }, - { - "type": "Feature", - "properties": { - "@id": "way/437989128", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9382528, - 51.5157628 - ], - [ - 9.9380345, - 51.5157855 - ] - ] - }, - "id": "way/437989128" - }, - { - "type": "Feature", - "properties": { - "@id": "way/438033932", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9014554, - 51.5387876 - ], - [ - 9.9013592, - 51.538758 - ] - ] - }, - "id": "way/438033932" - }, - { - "type": "Feature", - "properties": { - "@id": "way/438033935", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9024885, - 51.537716 - ], - [ - 9.9025551, - 51.5377355 - ], - [ - 9.9025191, - 51.5377832 - ], - [ - 9.9025061, - 51.5377794 - ] - ] - }, - "id": "way/438033935" - }, - { - "type": "Feature", - "properties": { - "@id": "way/438324959", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9359188, - 51.5156492 - ], - [ - 9.9358863, - 51.5155298 - ], - [ - 9.9358856, - 51.5155206 - ], - [ - 9.9358896, - 51.5155127 - ], - [ - 9.935898, - 51.5155052 - ], - [ - 9.9359429, - 51.5154848 - ], - [ - 9.9363647, - 51.5154268 - ], - [ - 9.9364009, - 51.5155835 - ], - [ - 9.9363982, - 51.5155908 - ], - [ - 9.9363868, - 51.5156001 - ], - [ - 9.9363697, - 51.5156095 - ], - [ - 9.9363495, - 51.5156133 - ], - [ - 9.9362651, - 51.5156227 - ] - ] - }, - "id": "way/438324959" - }, - { - "type": "Feature", - "properties": { - "@id": "way/438526428", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8829196, - 51.5325699 - ], - [ - 9.882909, - 51.5325181 - ], - [ - 9.8829009, - 51.5324653 - ], - [ - 9.8828945, - 51.5314823 - ], - [ - 9.8829201, - 51.5314503 - ], - [ - 9.883792, - 51.5316063 - ] - ] - }, - "id": "way/438526428" - }, - { - "type": "Feature", - "properties": { - "@id": "way/438526429", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.883792, - 51.5316063 - ], - [ - 9.8835826, - 51.5320166 - ], - [ - 9.8839736, - 51.532102 - ], - [ - 9.8837974, - 51.5325001 - ], - [ - 9.8833438, - 51.5324741 - ], - [ - 9.8830914, - 51.5324996 - ], - [ - 9.8829196, - 51.5325699 - ] - ] - }, - "id": "way/438526429" - }, - { - "type": "Feature", - "properties": { - "@id": "way/439945851", - "barrier": "hedge", - "survey:date": "2013-10-06" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9464211, - 51.5133601 - ], - [ - 9.9465111, - 51.5133353 - ], - [ - 9.9464716, - 51.5132795 - ] - ] - }, - "id": "way/439945851" - }, - { - "type": "Feature", - "properties": { - "@id": "way/439945860", - "barrier": "hedge", - "survey:date": "2013-10-06" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9464266, - 51.5139658 - ], - [ - 9.9464478, - 51.513968 - ], - [ - 9.9464622, - 51.5139742 - ], - [ - 9.9464675, - 51.5139809 - ], - [ - 9.9464682, - 51.5139889 - ], - [ - 9.9464622, - 51.5139995 - ], - [ - 9.9464472, - 51.5140076 - ], - [ - 9.9463679, - 51.5140142 - ] - ] - }, - "id": "way/439945860" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405069", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9128331, - 51.5454938 - ], - [ - 9.9128764, - 51.5453927 - ], - [ - 9.9136639, - 51.5455249 - ], - [ - 9.9136817, - 51.5455293 - ], - [ - 9.9136988, - 51.5455374 - ], - [ - 9.9137112, - 51.5455506 - ], - [ - 9.9137203, - 51.5455645 - ], - [ - 9.9137216, - 51.5455789 - ], - [ - 9.9137199, - 51.5455931 - ], - [ - 9.9137142, - 51.5456087 - ], - [ - 9.9137012, - 51.5456386 - ] - ] - }, - "id": "way/447405069" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405070", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9136552, - 51.5458391 - ], - [ - 9.9137424, - 51.5456356 - ] - ] - }, - "id": "way/447405070" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405071", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9123218, - 51.5451196 - ], - [ - 9.912405, - 51.5453393 - ] - ] - }, - "id": "way/447405071" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405072", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9120764, - 51.5450424 - ], - [ - 9.9120928, - 51.5450887 - ] - ] - }, - "id": "way/447405072" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405073", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.913296, - 51.5442596 - ], - [ - 9.9132603, - 51.5443393 - ] - ] - }, - "id": "way/447405073" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405074", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9135976, - 51.545875 - ], - [ - 9.9135127, - 51.5460722 - ] - ] - }, - "id": "way/447405074" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405075", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9137531, - 51.5456119 - ], - [ - 9.9138396, - 51.5454096 - ] - ] - }, - "id": "way/447405075" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405076", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9129515, - 51.545229 - ], - [ - 9.913034, - 51.545031 - ] - ] - }, - "id": "way/447405076" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405077", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.91223, - 51.5441624 - ], - [ - 9.9122667, - 51.5440864 - ] - ] - }, - "id": "way/447405077" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405078", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9124137, - 51.5453612 - ], - [ - 9.9125019, - 51.5455893 - ] - ] - }, - "id": "way/447405078" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405079", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9135043, - 51.5460943 - ], - [ - 9.9134178, - 51.5462912 - ] - ] - }, - "id": "way/447405079" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405080", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9125498, - 51.5461427 - ], - [ - 9.9126336, - 51.5459567 - ] - ] - }, - "id": "way/447405080" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405081", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.913042, - 51.5450145 - ], - [ - 9.9131275, - 51.5448172 - ] - ] - }, - "id": "way/447405081" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405082", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9141826, - 51.5445282 - ], - [ - 9.9140988, - 51.5447205 - ] - ] - }, - "id": "way/447405082" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405083", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9122259, - 51.5448777 - ], - [ - 9.9123134, - 51.5450989 - ] - ] - }, - "id": "way/447405083" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405084", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9126444, - 51.5459257 - ], - [ - 9.9127295, - 51.5457328 - ] - ] - }, - "id": "way/447405084" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405085", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9133894, - 51.545806 - ], - [ - 9.9134212, - 51.5457353 - ] - ] - }, - "id": "way/447405085" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405086", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9130933, - 51.5447204 - ], - [ - 9.9130061, - 51.544922 - ] - ] - }, - "id": "way/447405086" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405087", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9140428, - 51.5449361 - ], - [ - 9.914133, - 51.5447347 - ] - ] - }, - "id": "way/447405087" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405088", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9135573, - 51.5460643 - ], - [ - 9.9136442, - 51.5458604 - ] - ] - }, - "id": "way/447405088" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405089", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9129961, - 51.5449443 - ], - [ - 9.9128811, - 51.5452066 - ] - ] - }, - "id": "way/447405089" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405090", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9141444, - 51.5447094 - ], - [ - 9.9142326, - 51.5445084 - ] - ] - }, - "id": "way/447405090" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405091", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9136904, - 51.5456594 - ], - [ - 9.9136066, - 51.5458539 - ] - ] - }, - "id": "way/447405091" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405092", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9133243, - 51.5443664 - ], - [ - 9.9133659, - 51.5442716 - ] - ] - }, - "id": "way/447405092" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405093", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9121146, - 51.5443075 - ], - [ - 9.9121485, - 51.544177 - ] - ] - }, - "id": "way/447405093" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405094", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9121166, - 51.5451527 - ], - [ - 9.9121472, - 51.5452409 - ] - ] - }, - "id": "way/447405094" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405095", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9128884, - 51.5458393 - ], - [ - 9.9129193, - 51.5457643 - ] - ] - }, - "id": "way/447405095" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405096", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9114213, - 51.544621 - ], - [ - 9.9114102, - 51.5445839 - ] - ] - }, - "id": "way/447405096" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405097", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9134598, - 51.5462907 - ], - [ - 9.9135476, - 51.5460889 - ] - ] - }, - "id": "way/447405097" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405098", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.914231, - 51.5444181 - ], - [ - 9.914193, - 51.5445049 - ] - ] - }, - "id": "way/447405098" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405099", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9133917, - 51.5458544 - ], - [ - 9.9133669, - 51.5459188 - ] - ] - }, - "id": "way/447405099" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405100", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9114964, - 51.5447422 - ], - [ - 9.9114779, - 51.5447005 - ] - ] - }, - "id": "way/447405100" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405101", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9132509, - 51.5443596 - ], - [ - 9.9131828, - 51.544518 - ] - ] - }, - "id": "way/447405101" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405102", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9138517, - 51.5453883 - ], - [ - 9.9139332, - 51.5451871 - ] - ] - }, - "id": "way/447405102" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405103", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9131718, - 51.5445387 - ], - [ - 9.9131024, - 51.5446993 - ] - ] - }, - "id": "way/447405103" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405104", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9139446, - 51.5451642 - ], - [ - 9.9140361, - 51.5449536 - ] - ] - }, - "id": "way/447405104" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405105", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9131372, - 51.5447943 - ], - [ - 9.9132224, - 51.5445973 - ] - ] - }, - "id": "way/447405105" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405106", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9127403, - 51.5457111 - ], - [ - 9.9128237, - 51.5455147 - ] - ] - }, - "id": "way/447405106" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405107", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9132321, - 51.5445764 - ], - [ - 9.9133136, - 51.5443904 - ] - ] - }, - "id": "way/447405107" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405108", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9134001, - 51.5456984 - ], - [ - 9.9134299, - 51.5456304 - ] - ] - }, - "id": "way/447405108" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405109", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9129682, - 51.5462203 - ], - [ - 9.9130024, - 51.5461331 - ] - ] - }, - "id": "way/447405109" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405110", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9139955, - 51.544964 - ], - [ - 9.9139117, - 51.5451586 - ] - ] - }, - "id": "way/447405110" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405111", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9133987, - 51.5457136 - ], - [ - 9.9132053, - 51.5456819 - ] - ] - }, - "id": "way/447405111" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405112", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9131846, - 51.5461606 - ], - [ - 9.9131511, - 51.54624 - ], - [ - 9.9130484, - 51.5462233 - ] - ] - }, - "id": "way/447405112" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405113", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9134252, - 51.5455433 - ], - [ - 9.9134443, - 51.5455049 - ], - [ - 9.9134088, - 51.5454953 - ] - ] - }, - "id": "way/447405113" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405114", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9122132, - 51.5446447 - ], - [ - 9.9122598, - 51.5447679 - ], - [ - 9.9123098, - 51.5448901 - ] - ] - }, - "id": "way/447405114" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405115", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9130943, - 51.5462678 - ], - [ - 9.9131747, - 51.5462806 - ], - [ - 9.9131621, - 51.5463112 - ] - ] - }, - "id": "way/447405115" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405116", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9121998, - 51.5448084 - ], - [ - 9.9122077, - 51.5448307 - ], - [ - 9.9122196, - 51.5448641 - ] - ] - }, - "id": "way/447405116" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405117", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9139023, - 51.5451782 - ], - [ - 9.9138604, - 51.5452766 - ], - [ - 9.9138158, - 51.5453735 - ] - ] - }, - "id": "way/447405117" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405118", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.913391, - 51.5459672 - ], - [ - 9.9133619, - 51.546032 - ], - [ - 9.913276, - 51.546017 - ] - ] - }, - "id": "way/447405118" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405119", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9117266, - 51.5447216 - ], - [ - 9.9117123, - 51.5446702 - ], - [ - 9.9116858, - 51.5446221 - ] - ] - }, - "id": "way/447405119" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405120", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9116613, - 51.54456 - ], - [ - 9.9116359, - 51.5445008 - ], - [ - 9.9117291, - 51.5444946 - ] - ] - }, - "id": "way/447405120" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405121", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9124983, - 51.5452454 - ], - [ - 9.9124338, - 51.5452378 - ], - [ - 9.9123155, - 51.5449127 - ] - ] - }, - "id": "way/447405121" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405122", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9119242, - 51.5453931 - ], - [ - 9.9119064, - 51.5454152 - ], - [ - 9.9118203, - 51.5454313 - ] - ] - }, - "id": "way/447405122" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405123", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9140914, - 51.5447428 - ], - [ - 9.9140509, - 51.5448412 - ], - [ - 9.9140069, - 51.5449376 - ] - ] - }, - "id": "way/447405123" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405124", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9118756, - 51.5449809 - ], - [ - 9.9118521, - 51.5449851 - ], - [ - 9.9118183, - 51.5449158 - ] - ] - }, - "id": "way/447405124" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405125", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9122072, - 51.5457478 - ], - [ - 9.9121626, - 51.5456577 - ], - [ - 9.9122823, - 51.5456296 - ] - ] - }, - "id": "way/447405125" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405126", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9122077, - 51.5448307 - ], - [ - 9.9118183, - 51.5449158 - ], - [ - 9.9114266, - 51.5450014 - ] - ] - }, - "id": "way/447405126" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405127", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9122199, - 51.5441858 - ], - [ - 9.9121958, - 51.54426 - ], - [ - 9.912181, - 51.5443467 - ] - ] - }, - "id": "way/447405127" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405128", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9118193, - 51.5448061 - ], - [ - 9.9118796, - 51.5447942 - ], - [ - 9.9118957, - 51.5448296 - ] - ] - }, - "id": "way/447405128" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405129", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9121116, - 51.544329 - ], - [ - 9.9121079, - 51.5444057 - ], - [ - 9.9121096, - 51.5444623 - ] - ] - }, - "id": "way/447405129" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405130", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9125703, - 51.5459084 - ], - [ - 9.9125649, - 51.5459321 - ], - [ - 9.9125528, - 51.5459638 - ], - [ - 9.9125076, - 51.5460717 - ], - [ - 9.9124496, - 51.5462029 - ], - [ - 9.9124295, - 51.5462377 - ], - [ - 9.9124144, - 51.5462531 - ], - [ - 9.9123859, - 51.546266 - ], - [ - 9.9123553, - 51.5462726 - ], - [ - 9.9120294, - 51.5462825 - ], - [ - 9.9118961, - 51.545976 - ], - [ - 9.9117899, - 51.5457306 - ], - [ - 9.9114331, - 51.5450187 - ], - [ - 9.9114266, - 51.5450014 - ], - [ - 9.9113929, - 51.5449408 - ], - [ - 9.9117655, - 51.5448481 - ], - [ - 9.911784, - 51.5448443 - ], - [ - 9.9117266, - 51.5447216 - ], - [ - 9.9113271, - 51.5447953 - ], - [ - 9.9113215, - 51.5447862 - ], - [ - 9.9113174, - 51.5447773 - ], - [ - 9.9112065, - 51.5445315 - ], - [ - 9.9112012, - 51.5445199 - ], - [ - 9.9111969, - 51.5445104 - ], - [ - 9.9111868, - 51.5444881 - ], - [ - 9.9111558, - 51.5443674 - ], - [ - 9.9111519, - 51.5442665 - ], - [ - 9.9111549, - 51.5442513 - ], - [ - 9.9111569, - 51.5442416 - ], - [ - 9.9111814, - 51.5441187 - ], - [ - 9.9112193, - 51.5440167 - ], - [ - 9.911255, - 51.5439567 - ] - ] - }, - "id": "way/447405130" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405131", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.91218, - 51.5443701 - ], - [ - 9.9121767, - 51.54446 - ], - [ - 9.9121844, - 51.5445365 - ], - [ - 9.9122048, - 51.5446178 - ] - ] - }, - "id": "way/447405131" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405132", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9119172, - 51.5449611 - ], - [ - 9.9118987, - 51.5449267 - ], - [ - 9.9120077, - 51.54491 - ], - [ - 9.9120342, - 51.5449092 - ] - ] - }, - "id": "way/447405132" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405134", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9121384, - 51.5446412 - ], - [ - 9.9121284, - 51.5445936 - ], - [ - 9.9121187, - 51.5445415 - ], - [ - 9.9121113, - 51.544485 - ] - ] - }, - "id": "way/447405134" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405137", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9126608, - 51.5451899 - ], - [ - 9.9127403, - 51.5451918 - ], - [ - 9.9127359, - 51.5452485 - ], - [ - 9.9128006, - 51.5452458 - ] - ] - }, - "id": "way/447405137" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405139", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9131255, - 51.5458544 - ], - [ - 9.9131443, - 51.5458206 - ], - [ - 9.9131744, - 51.5457286 - ], - [ - 9.9131419, - 51.5457236 - ] - ] - }, - "id": "way/447405139" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405141", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9119833, - 51.5455451 - ], - [ - 9.911945, - 51.545552 - ], - [ - 9.9119126, - 51.5454821 - ], - [ - 9.9119487, - 51.5454756 - ] - ] - }, - "id": "way/447405141" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405143", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9121472, - 51.5446626 - ], - [ - 9.9121924, - 51.5447838 - ], - [ - 9.9118957, - 51.5448296 - ], - [ - 9.9117857, - 51.5448497 - ], - [ - 9.911784, - 51.5448443 - ] - ] - }, - "id": "way/447405143" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405145", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9125103, - 51.5456104 - ], - [ - 9.9125592, - 51.545737 - ], - [ - 9.9125659, - 51.5457526 - ], - [ - 9.9125736, - 51.5458006 - ], - [ - 9.912577, - 51.5458408 - ], - [ - 9.9125756, - 51.5458844 - ] - ] - }, - "id": "way/447405145" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405146", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9138348, - 51.5464874 - ], - [ - 9.9134482, - 51.5464234 - ], - [ - 9.9134286, - 51.5464171 - ], - [ - 9.9134178, - 51.5464088 - ], - [ - 9.9134125, - 51.5463988 - ], - [ - 9.9134457, - 51.5463193 - ] - ] - }, - "id": "way/447405146" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405155", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9134088, - 51.546312 - ], - [ - 9.9133739, - 51.5463935 - ], - [ - 9.9133666, - 51.5463985 - ], - [ - 9.9133508, - 51.5464029 - ], - [ - 9.9133361, - 51.5464036 - ], - [ - 9.9125097, - 51.5462679 - ], - [ - 9.9125025, - 51.5462641 - ], - [ - 9.9125015, - 51.5462545 - ], - [ - 9.9125391, - 51.5461644 - ] - ] - }, - "id": "way/447405155" - }, - { - "type": "Feature", - "properties": { - "@id": "way/447405157", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9138034, - 51.5453984 - ], - [ - 9.9137749, - 51.545453 - ], - [ - 9.9137561, - 51.5454703 - ], - [ - 9.913737, - 51.5454793 - ], - [ - 9.9137149, - 51.5454828 - ], - [ - 9.9136888, - 51.5454811 - ], - [ - 9.9133129, - 51.5454213 - ], - [ - 9.9128948, - 51.5453494 - ], - [ - 9.9129387, - 51.5452507 - ] - ] - }, - "id": "way/447405157" - }, - { - "type": "Feature", - "properties": { - "@id": "way/451416876", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.943595, - 51.5257001 - ], - [ - 9.9438649, - 51.5257141 - ] - ] - }, - "id": "way/451416876" - }, - { - "type": "Feature", - "properties": { - "@id": "way/451416877", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9434468, - 51.5256943 - ], - [ - 9.943426, - 51.5257967 - ] - ] - }, - "id": "way/451416877" - }, - { - "type": "Feature", - "properties": { - "@id": "way/451416878", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9439538, - 51.5257212 - ], - [ - 9.9444345, - 51.5257451 - ] - ] - }, - "id": "way/451416878" - }, - { - "type": "Feature", - "properties": { - "@id": "way/452647673", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8872569, - 51.5358525 - ], - [ - 9.8872465, - 51.5359599 - ] - ] - }, - "id": "way/452647673" - }, - { - "type": "Feature", - "properties": { - "@id": "way/457502908", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.948854, - 51.5221622 - ], - [ - 9.9487651, - 51.5221234 - ] - ] - }, - "id": "way/457502908" - }, - { - "type": "Feature", - "properties": { - "@id": "way/457502909", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9487323, - 51.5220948 - ], - [ - 9.9487283, - 51.5220821 - ], - [ - 9.9487286, - 51.5220685 - ], - [ - 9.9487309, - 51.5220564 - ], - [ - 9.9487363, - 51.5220426 - ], - [ - 9.9487537, - 51.5220176 - ] - ] - }, - "id": "way/457502909" - }, - { - "type": "Feature", - "properties": { - "@id": "way/457505789", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9414187, - 51.5534162 - ], - [ - 9.9414223, - 51.5536744 - ] - ] - }, - "id": "way/457505789" - }, - { - "type": "Feature", - "properties": { - "@id": "way/457505790", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9415264, - 51.5539829 - ], - [ - 9.9415772, - 51.5540629 - ] - ] - }, - "id": "way/457505790" - }, - { - "type": "Feature", - "properties": { - "@id": "way/457505795", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9414226, - 51.5537407 - ], - [ - 9.9414227, - 51.5537817 - ], - [ - 9.9414304, - 51.5538171 - ], - [ - 9.9414442, - 51.5538534 - ], - [ - 9.9415173, - 51.5539686 - ] - ] - }, - "id": "way/457505795" - }, - { - "type": "Feature", - "properties": { - "@id": "way/457508044", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9347506, - 51.5552315 - ], - [ - 9.9350715, - 51.5552253 - ], - [ - 9.9350993, - 51.5552271 - ], - [ - 9.9351319, - 51.555235 - ], - [ - 9.9351547, - 51.5552465 - ], - [ - 9.9351704, - 51.555259 - ], - [ - 9.9351811, - 51.5552747 - ], - [ - 9.9351882, - 51.5553284 - ] - ] - }, - "id": "way/457508044" - }, - { - "type": "Feature", - "properties": { - "@id": "way/460323982", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9404575, - 51.5294691 - ], - [ - 9.9404786, - 51.5294846 - ] - ] - }, - "id": "way/460323982" - }, - { - "type": "Feature", - "properties": { - "@id": "way/460323983", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9404944, - 51.5294973 - ], - [ - 9.9405125, - 51.5295161 - ], - [ - 9.9405219, - 51.5295313 - ] - ] - }, - "id": "way/460323983" - }, - { - "type": "Feature", - "properties": { - "@id": "way/460323984", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9404598, - 51.5295519 - ], - [ - 9.9405132, - 51.5295509 - ], - [ - 9.9405329, - 51.5295486 - ], - [ - 9.9405433, - 51.5295722 - ], - [ - 9.9405504, - 51.5296047 - ], - [ - 9.9405507, - 51.5297428 - ] - ] - }, - "id": "way/460323984" - }, - { - "type": "Feature", - "properties": { - "@id": "way/460323985", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9399794, - 51.5296291 - ], - [ - 9.9400304, - 51.5295803 - ], - [ - 9.9400521, - 51.5295471 - ], - [ - 9.9400743, - 51.5295075 - ], - [ - 9.9400843, - 51.5294889 - ], - [ - 9.9401004, - 51.5294748 - ], - [ - 9.9401169, - 51.5294687 - ], - [ - 9.9401752, - 51.5294687 - ], - [ - 9.9401742, - 51.5295061 - ] - ] - }, - "id": "way/460323985" - }, - { - "type": "Feature", - "properties": { - "@id": "way/460324601", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9407073, - 51.5290146 - ], - [ - 9.9407891, - 51.5291606 - ] - ] - }, - "id": "way/460324601" - }, - { - "type": "Feature", - "properties": { - "@id": "way/461247979", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.954328, - 51.5579211 - ], - [ - 9.9543202, - 51.5576926 - ], - [ - 9.9548823, - 51.5576664 - ] - ] - }, - "id": "way/461247979" - }, - { - "type": "Feature", - "properties": { - "@id": "way/461255577", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9590015, - 51.5396361 - ], - [ - 9.9589221, - 51.5398401 - ] - ] - }, - "id": "way/461255577" - }, - { - "type": "Feature", - "properties": { - "@id": "way/461255578", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9587618, - 51.5396012 - ], - [ - 9.9590015, - 51.5396361 - ], - [ - 9.9593633, - 51.5396887 - ] - ] - }, - "id": "way/461255578" - }, - { - "type": "Feature", - "properties": { - "@id": "way/461488320", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9388907, - 51.544391 - ], - [ - 9.9390377, - 51.5444355 - ] - ] - }, - "id": "way/461488320" - }, - { - "type": "Feature", - "properties": { - "@id": "way/461488322", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9412946, - 51.5449648 - ], - [ - 9.9419094, - 51.5450747 - ] - ] - }, - "id": "way/461488322" - }, - { - "type": "Feature", - "properties": { - "@id": "way/461523134", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9417553, - 51.5473888 - ], - [ - 9.9417383, - 51.5474596 - ], - [ - 9.9416452, - 51.5474509 - ], - [ - 9.9416368, - 51.5474858 - ] - ] - }, - "id": "way/461523134" - }, - { - "type": "Feature", - "properties": { - "@id": "way/461936305", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9023394, - 51.5316277 - ], - [ - 9.9025492, - 51.5315792 - ], - [ - 9.9027393, - 51.5313187 - ], - [ - 9.9027581, - 51.5313039 - ], - [ - 9.9027739, - 51.5313047 - ], - [ - 9.9033039, - 51.5314578 - ] - ] - }, - "id": "way/461936305" - }, - { - "type": "Feature", - "properties": { - "@id": "way/461943917", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8996576, - 51.5308654 - ], - [ - 9.8995955, - 51.5308692 - ], - [ - 9.8995701, - 51.5309035 - ], - [ - 9.8995442, - 51.5309386 - ], - [ - 9.8995319, - 51.5309881 - ], - [ - 9.899374, - 51.5309421 - ], - [ - 9.8990869, - 51.5308376 - ] - ] - }, - "id": "way/461943917" - }, - { - "type": "Feature", - "properties": { - "@id": "way/462607810", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8998645, - 51.5312987 - ], - [ - 9.8997487, - 51.5314481 - ] - ] - }, - "id": "way/462607810" - }, - { - "type": "Feature", - "properties": { - "@id": "way/462941972", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8955604, - 51.5290632 - ], - [ - 9.8956037, - 51.5290757 - ] - ] - }, - "id": "way/462941972" - }, - { - "type": "Feature", - "properties": { - "@id": "way/462941973", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8949484, - 51.5288939 - ], - [ - 9.8949637, - 51.5288699 - ], - [ - 9.894979, - 51.528846 - ], - [ - 9.8949943, - 51.528822 - ], - [ - 9.8949261, - 51.5288027 - ] - ] - }, - "id": "way/462941973" - }, - { - "type": "Feature", - "properties": { - "@id": "way/462941980", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8955451, - 51.5279498 - ], - [ - 9.8956177, - 51.5279704 - ], - [ - 9.8962891, - 51.5281636 - ], - [ - 9.8962894, - 51.5281723 - ], - [ - 9.8965833, - 51.5282561 - ] - ] - }, - "id": "way/462941980" - }, - { - "type": "Feature", - "properties": { - "@id": "way/462941983", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8952506, - 51.5283632 - ], - [ - 9.895268, - 51.5283395 - ], - [ - 9.8953338, - 51.5283582 - ], - [ - 9.895349, - 51.5283374 - ], - [ - 9.8953643, - 51.5283166 - ], - [ - 9.8953795, - 51.5282958 - ], - [ - 9.8953948, - 51.528275 - ], - [ - 9.89541, - 51.5282541 - ], - [ - 9.8954252, - 51.5282333 - ], - [ - 9.8954405, - 51.5282125 - ], - [ - 9.8954557, - 51.5281917 - ], - [ - 9.8953939, - 51.5281743 - ] - ] - }, - "id": "way/462941983" - }, - { - "type": "Feature", - "properties": { - "@id": "way/462941984", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8950248, - 51.528669 - ], - [ - 9.8950468, - 51.5286393 - ], - [ - 9.8951141, - 51.5286584 - ], - [ - 9.8951294, - 51.5286375 - ], - [ - 9.8951447, - 51.5286166 - ], - [ - 9.89516, - 51.5285957 - ], - [ - 9.8951753, - 51.5285747 - ], - [ - 9.8951965, - 51.5285458 - ], - [ - 9.8952221, - 51.5285108 - ], - [ - 9.8951559, - 51.5284921 - ] - ] - }, - "id": "way/462941984" - }, - { - "type": "Feature", - "properties": { - "@id": "way/462941985", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8948758, - 51.5288734 - ], - [ - 9.8949484, - 51.5288939 - ], - [ - 9.8951367, - 51.5289437 - ], - [ - 9.8955604, - 51.5290632 - ], - [ - 9.8955354, - 51.5290973 - ] - ] - }, - "id": "way/462941985" - }, - { - "type": "Feature", - "properties": { - "@id": "way/462954219", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8968205, - 51.5283198 - ], - [ - 9.8970949, - 51.528401 - ], - [ - 9.8971466, - 51.5284169 - ], - [ - 9.8977868, - 51.5286015 - ] - ] - }, - "id": "way/462954219" - }, - { - "type": "Feature", - "properties": { - "@id": "way/466147371", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9523241, - 51.5260295 - ], - [ - 9.9523674, - 51.5260388 - ], - [ - 9.9523427, - 51.5260832 - ], - [ - 9.9522913, - 51.5260722 - ] - ] - }, - "id": "way/466147371" - }, - { - "type": "Feature", - "properties": { - "@id": "way/466148412", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9531484, - 51.5322389 - ], - [ - 9.9532249, - 51.5320207 - ] - ] - }, - "id": "way/466148412" - }, - { - "type": "Feature", - "properties": { - "@id": "way/466148416", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9533898, - 51.5317713 - ], - [ - 9.9533087, - 51.5317583 - ], - [ - 9.9533529, - 51.5316249 - ], - [ - 9.9536822, - 51.5317058 - ], - [ - 9.9537828, - 51.5317462 - ] - ] - }, - "id": "way/466148416" - }, - { - "type": "Feature", - "properties": { - "@id": "way/466152486", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9589706, - 51.539039 - ], - [ - 9.9589658, - 51.5390247 - ], - [ - 9.9589658, - 51.5390116 - ], - [ - 9.9589758, - 51.5389936 - ], - [ - 9.9591381, - 51.5390372 - ], - [ - 9.9591177, - 51.5390702 - ] - ] - }, - "id": "way/466152486" - }, - { - "type": "Feature", - "properties": { - "@id": "way/466158189", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9468879, - 51.5374787 - ], - [ - 9.9470743, - 51.5375302 - ] - ] - }, - "id": "way/466158189" - }, - { - "type": "Feature", - "properties": { - "@id": "way/466158191", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9466333, - 51.537407 - ], - [ - 9.9465302, - 51.5375562 - ], - [ - 9.9465201, - 51.5375708 - ] - ] - }, - "id": "way/466158191" - }, - { - "type": "Feature", - "properties": { - "@id": "way/466158193", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9462499, - 51.5373955 - ], - [ - 9.9462964, - 51.5374056 - ], - [ - 9.9463535, - 51.5373277 - ], - [ - 9.9466333, - 51.537407 - ], - [ - 9.9468064, - 51.5374561 - ] - ] - }, - "id": "way/466158193" - }, - { - "type": "Feature", - "properties": { - "@id": "way/466189262", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9481096, - 51.5292245 - ], - [ - 9.9481575, - 51.5292317 - ] - ] - }, - "id": "way/466189262" - }, - { - "type": "Feature", - "properties": { - "@id": "way/466189263", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9484663, - 51.5289509 - ], - [ - 9.9486919, - 51.5289888 - ] - ] - }, - "id": "way/466189263" - }, - { - "type": "Feature", - "properties": { - "@id": "way/466189264", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9484944, - 51.5288716 - ], - [ - 9.9487157, - 51.5289062 - ] - ] - }, - "id": "way/466189264" - }, - { - "type": "Feature", - "properties": { - "@id": "way/466189265", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9480758, - 51.5293116 - ], - [ - 9.9481025, - 51.5292428 - ] - ] - }, - "id": "way/466189265" - }, - { - "type": "Feature", - "properties": { - "@id": "way/466189266", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9481704, - 51.5290677 - ], - [ - 9.948217, - 51.5290747 - ] - ] - }, - "id": "way/466189266" - }, - { - "type": "Feature", - "properties": { - "@id": "way/466189267", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9483307, - 51.5293514 - ], - [ - 9.948535, - 51.5293796 - ], - [ - 9.9484881, - 51.5295058 - ] - ] - }, - "id": "way/466189267" - }, - { - "type": "Feature", - "properties": { - "@id": "way/466189268", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9481096, - 51.5292245 - ], - [ - 9.9481704, - 51.5290677 - ], - [ - 9.9481759, - 51.5290535 - ] - ] - }, - "id": "way/466189268" - }, - { - "type": "Feature", - "properties": { - "@id": "way/466189269", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9482359, - 51.5296027 - ], - [ - 9.9480217, - 51.5295685 - ], - [ - 9.9479885, - 51.529561 - ], - [ - 9.9479878, - 51.5295384 - ], - [ - 9.9480758, - 51.5293116 - ], - [ - 9.9481297, - 51.5293209 - ] - ] - }, - "id": "way/466189269" - }, - { - "type": "Feature", - "properties": { - "@id": "way/467592228", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8919742, - 51.5016597 - ], - [ - 9.891898, - 51.5016517 - ] - ] - }, - "id": "way/467592228" - }, - { - "type": "Feature", - "properties": { - "@id": "way/467592229", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.891882, - 51.5016501 - ], - [ - 9.8916786, - 51.5016287 - ] - ] - }, - "id": "way/467592229" - }, - { - "type": "Feature", - "properties": { - "@id": "way/467592230", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8917896, - 51.5013639 - ], - [ - 9.8918412, - 51.5012566 - ], - [ - 9.8918697, - 51.5012695 - ] - ] - }, - "id": "way/467592230" - }, - { - "type": "Feature", - "properties": { - "@id": "way/467592250", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8915506, - 51.5011581 - ], - [ - 9.89156, - 51.5011324 - ], - [ - 9.8915908, - 51.5011259 - ], - [ - 9.8917927, - 51.5012276 - ] - ] - }, - "id": "way/467592250" - }, - { - "type": "Feature", - "properties": { - "@id": "way/467592251", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.891438, - 51.5010517 - ], - [ - 9.8915325, - 51.5010905 - ] - ] - }, - "id": "way/467592251" - }, - { - "type": "Feature", - "properties": { - "@id": "way/467831543", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9174813, - 51.5469767 - ], - [ - 9.9174257, - 51.5471329 - ] - ] - }, - "id": "way/467831543" - }, - { - "type": "Feature", - "properties": { - "@id": "way/467969505", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9111901, - 51.5423888 - ], - [ - 9.9112162, - 51.5422674 - ], - [ - 9.9112459, - 51.5422669 - ], - [ - 9.9112788, - 51.5422687 - ], - [ - 9.911319, - 51.542274 - ], - [ - 9.9113509, - 51.5422823 - ], - [ - 9.911374, - 51.5422936 - ], - [ - 9.9113777, - 51.5423034 - ] - ] - }, - "id": "way/467969505" - }, - { - "type": "Feature", - "properties": { - "@id": "way/468145887", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9130005, - 51.5419048 - ], - [ - 9.9130803, - 51.5419715 - ], - [ - 9.9130465, - 51.5419857 - ], - [ - 9.9128709, - 51.5420594 - ] - ] - }, - "id": "way/468145887" - }, - { - "type": "Feature", - "properties": { - "@id": "way/468145925", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9126001, - 51.5429428 - ], - [ - 9.9125471, - 51.5429371 - ], - [ - 9.9122072, - 51.5428395 - ] - ] - }, - "id": "way/468145925" - }, - { - "type": "Feature", - "properties": { - "@id": "way/468150781", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9115006, - 51.5424201 - ], - [ - 9.9116356, - 51.5425417 - ], - [ - 9.9116004, - 51.5425699 - ] - ] - }, - "id": "way/468150781" - }, - { - "type": "Feature", - "properties": { - "@id": "way/468150788", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9113031, - 51.5426354 - ], - [ - 9.9111339, - 51.5426246 - ] - ] - }, - "id": "way/468150788" - }, - { - "type": "Feature", - "properties": { - "@id": "way/468163907", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8921356, - 51.5285905 - ], - [ - 9.8921863, - 51.5285225 - ], - [ - 9.8922316, - 51.5284618 - ] - ] - }, - "id": "way/468163907" - }, - { - "type": "Feature", - "properties": { - "@id": "way/468163909", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8920068, - 51.5287632 - ], - [ - 9.8921172, - 51.5286152 - ] - ] - }, - "id": "way/468163909" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469090050", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9538232, - 51.5081003 - ], - [ - 9.9539653, - 51.5081005 - ] - ] - }, - "id": "way/469090050" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469090051", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9537434, - 51.5082528 - ], - [ - 9.9537692, - 51.5081009 - ] - ] - }, - "id": "way/469090051" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469090052", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9535971, - 51.5081925 - ], - [ - 9.9536079, - 51.5081789 - ], - [ - 9.953622, - 51.5081754 - ], - [ - 9.9536656, - 51.5081766 - ], - [ - 9.953673, - 51.5081835 - ], - [ - 9.9536854, - 51.5081881 - ], - [ - 9.9536998, - 51.5081896 - ], - [ - 9.9537048, - 51.5082065 - ] - ] - }, - "id": "way/469090052" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469090053", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.953588, - 51.5082417 - ], - [ - 9.9535971, - 51.5081925 - ], - [ - 9.9535296, - 51.5081877 - ], - [ - 9.9535266, - 51.5082036 - ] - ] - }, - "id": "way/469090053" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469090087", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9524073, - 51.5076785 - ], - [ - 9.952354, - 51.5078432 - ] - ] - }, - "id": "way/469090087" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469090132", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9517598, - 51.5081754 - ], - [ - 9.9517779, - 51.5082919 - ], - [ - 9.9517326, - 51.5082967 - ] - ] - }, - "id": "way/469090132" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469090133", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9514462, - 51.5080754 - ], - [ - 9.9514757, - 51.5081952 - ] - ] - }, - "id": "way/469090133" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469090248", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9530037, - 51.5084815 - ], - [ - 9.9530322, - 51.5084009 - ], - [ - 9.9534157, - 51.5084362 - ] - ] - }, - "id": "way/469090248" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469090251", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9528474, - 51.5083805 - ], - [ - 9.9529807, - 51.508396 - ] - ] - }, - "id": "way/469090251" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469090253", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9526102, - 51.5083528 - ], - [ - 9.9528004, - 51.508375 - ] - ] - }, - "id": "way/469090253" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469090258", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9520574, - 51.5086099 - ], - [ - 9.9521645, - 51.5085991 - ], - [ - 9.9521712, - 51.5083961 - ] - ] - }, - "id": "way/469090258" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469090286", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9515347, - 51.5077765 - ], - [ - 9.9516332, - 51.5077646 - ] - ] - }, - "id": "way/469090286" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469090289", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9514083, - 51.5074732 - ], - [ - 9.9515544, - 51.5074515 - ], - [ - 9.9515756, - 51.5074509 - ], - [ - 9.951599, - 51.5074547 - ], - [ - 9.9516141, - 51.5074605 - ], - [ - 9.9516312, - 51.5074709 - ], - [ - 9.9516443, - 51.507482 - ], - [ - 9.951654, - 51.5074931 - ], - [ - 9.951657, - 51.5075004 - ], - [ - 9.9516819, - 51.507665 - ] - ] - }, - "id": "way/469090289" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469090290", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9511773, - 51.507505 - ], - [ - 9.9512574, - 51.507492 - ] - ] - }, - "id": "way/469090290" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469090291", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9510128, - 51.5075309 - ], - [ - 9.9511504, - 51.5075093 - ] - ] - }, - "id": "way/469090291" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469456025", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9503966, - 51.5288637 - ], - [ - 9.950358, - 51.5287951 - ], - [ - 9.950359, - 51.5287822 - ], - [ - 9.9504644, - 51.5287856 - ] - ] - }, - "id": "way/469456025" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469479595", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9524078, - 51.5287364 - ], - [ - 9.9524271, - 51.5284864 - ], - [ - 9.9524518, - 51.528487 - ], - [ - 9.9524536, - 51.5284566 - ], - [ - 9.952803, - 51.5284645 - ], - [ - 9.9528021, - 51.5284802 - ] - ] - }, - "id": "way/469479595" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469479624", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9517607, - 51.5283537 - ], - [ - 9.951775, - 51.528354 - ] - ] - }, - "id": "way/469479624" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469479627", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9507086, - 51.5284701 - ], - [ - 9.9507174, - 51.5283285 - ], - [ - 9.9509053, - 51.528333 - ], - [ - 9.9509258, - 51.5283335 - ] - ] - }, - "id": "way/469479627" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469479629", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9511573, - 51.5286127 - ], - [ - 9.9511673, - 51.5284508 - ], - [ - 9.9511927, - 51.5284514 - ], - [ - 9.9511997, - 51.5283401 - ], - [ - 9.9513459, - 51.5283437 - ] - ] - }, - "id": "way/469479629" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469479634", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.951578, - 51.5286258 - ], - [ - 9.9515881, - 51.5284625 - ], - [ - 9.9516123, - 51.528463 - ], - [ - 9.9516193, - 51.5283503 - ], - [ - 9.9517488, - 51.5283534 - ] - ] - }, - "id": "way/469479634" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469796576", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.949511, - 51.5393846 - ], - [ - 9.9494359, - 51.53939 - ], - [ - 9.9494295, - 51.5393894 - ], - [ - 9.9494245, - 51.5393873 - ], - [ - 9.9493872, - 51.5392914 - ] - ] - }, - "id": "way/469796576" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469796584", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9500425, - 51.5388428 - ], - [ - 9.9501716, - 51.5388668 - ], - [ - 9.9503691, - 51.5389073 - ] - ] - }, - "id": "way/469796584" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469796585", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9498332, - 51.5388007 - ], - [ - 9.9499899, - 51.5388322 - ] - ] - }, - "id": "way/469796585" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469796595", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9496652, - 51.5395842 - ], - [ - 9.9498737, - 51.5396019 - ] - ] - }, - "id": "way/469796595" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469905675", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.949528, - 51.54247 - ], - [ - 9.9494897, - 51.5425909 - ], - [ - 9.9494723, - 51.5426126 - ], - [ - 9.9494442, - 51.5426301 - ], - [ - 9.9494026, - 51.5426422 - ], - [ - 9.9493623, - 51.5426477 - ], - [ - 9.9490613, - 51.5426251 - ] - ] - }, - "id": "way/469905675" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469905676", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9494405, - 51.5416518 - ], - [ - 9.9496235, - 51.5416528 - ] - ] - }, - "id": "way/469905676" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469905711", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9496153, - 51.5403579 - ], - [ - 9.9496487, - 51.5404341 - ] - ] - }, - "id": "way/469905711" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469905712", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9496579, - 51.5404553 - ], - [ - 9.9496854, - 51.540518 - ], - [ - 9.949612, - 51.5405199 - ], - [ - 9.9496117, - 51.540533 - ] - ] - }, - "id": "way/469905712" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469905715", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9495105, - 51.540262 - ], - [ - 9.9495246, - 51.5402891 - ], - [ - 9.9490086, - 51.540301 - ] - ] - }, - "id": "way/469905715" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469905721", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9491556, - 51.5407284 - ], - [ - 9.9488881, - 51.5407051 - ] - ] - }, - "id": "way/469905721" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469905722", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9496958, - 51.5407754 - ], - [ - 9.9491613, - 51.5407244 - ], - [ - 9.9491895, - 51.5406427 - ], - [ - 9.9492187, - 51.5406029 - ] - ] - }, - "id": "way/469905722" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469906035", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9492273, - 51.5422088 - ], - [ - 9.9494835, - 51.5422218 - ], - [ - 9.9495931, - 51.542233 - ] - ] - }, - "id": "way/469906035" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469906036", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9487402, - 51.5420852 - ], - [ - 9.9488327, - 51.5420124 - ], - [ - 9.9488399, - 51.5420168 - ], - [ - 9.9488773, - 51.5419864 - ], - [ - 9.9489152, - 51.5419801 - ], - [ - 9.9489393, - 51.541972 - ], - [ - 9.9489504, - 51.5419615 - ], - [ - 9.9489538, - 51.5419482 - ] - ] - }, - "id": "way/469906036" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469906047", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9494207, - 51.5418491 - ], - [ - 9.9492591, - 51.5418378 - ] - ] - }, - "id": "way/469906047" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469917953", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9499093, - 51.5407416 - ], - [ - 9.9504625, - 51.5407437 - ] - ] - }, - "id": "way/469917953" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469917956", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9504951, - 51.541744 - ], - [ - 9.9505058, - 51.5416914 - ], - [ - 9.9505383, - 51.5416883 - ], - [ - 9.9506178, - 51.5416927 - ], - [ - 9.9507663, - 51.5416797 - ], - [ - 9.9508464, - 51.5416689 - ] - ] - }, - "id": "way/469917956" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469917973", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9509883, - 51.5422499 - ], - [ - 9.9510301, - 51.5422496 - ], - [ - 9.9510306, - 51.5422802 - ] - ] - }, - "id": "way/469917973" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469917974", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9511703, - 51.5420158 - ], - [ - 9.9508699, - 51.5420513 - ] - ] - }, - "id": "way/469917974" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469917975", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9510282, - 51.5421199 - ], - [ - 9.9510329, - 51.5421069 - ], - [ - 9.9510429, - 51.5420963 - ], - [ - 9.9510587, - 51.5420855 - ], - [ - 9.9510845, - 51.5420711 - ], - [ - 9.9511076, - 51.5420625 - ], - [ - 9.9511593, - 51.5420479 - ], - [ - 9.951164, - 51.5420604 - ] - ] - }, - "id": "way/469917975" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469917976", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9510302, - 51.5422327 - ], - [ - 9.9510282, - 51.5421199 - ], - [ - 9.9509889, - 51.5421201 - ] - ] - }, - "id": "way/469917976" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469917982", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9498153, - 51.5422321 - ], - [ - 9.9498529, - 51.5420224 - ], - [ - 9.9498837, - 51.5420245 - ] - ] - }, - "id": "way/469917982" - }, - { - "type": "Feature", - "properties": { - "@id": "way/469924958", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9490509, - 51.54347 - ], - [ - 9.9492346, - 51.5434579 - ], - [ - 9.9492584, - 51.5434606 - ], - [ - 9.9492795, - 51.5434687 - ], - [ - 9.949294, - 51.5434816 - ], - [ - 9.9493047, - 51.5435004 - ], - [ - 9.9493131, - 51.5435229 - ], - [ - 9.9493359, - 51.5436947 - ] - ] - }, - "id": "way/469924958" - }, - { - "type": "Feature", - "properties": { - "@id": "way/470187167", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9438514, - 51.5154188 - ], - [ - 9.9438206, - 51.5151522 - ] - ] - }, - "id": "way/470187167" - }, - { - "type": "Feature", - "properties": { - "@id": "way/470187168", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9439103, - 51.5159301 - ], - [ - 9.9438828, - 51.5156912 - ], - [ - 9.9438542, - 51.5154432 - ] - ] - }, - "id": "way/470187168" - }, - { - "type": "Feature", - "properties": { - "@id": "way/470187169", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9446807, - 51.5158365 - ], - [ - 9.9445596, - 51.5158344 - ] - ] - }, - "id": "way/470187169" - }, - { - "type": "Feature", - "properties": { - "@id": "way/470187270", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9469489, - 51.5158966 - ], - [ - 9.9469362, - 51.5159104 - ], - [ - 9.9469171, - 51.5159218 - ], - [ - 9.9468976, - 51.5159252 - ], - [ - 9.9468751, - 51.5159241 - ], - [ - 9.9468648, - 51.5159216 - ], - [ - 9.9468537, - 51.5159137 - ], - [ - 9.9468517, - 51.5159081 - ] - ] - }, - "id": "way/470187270" - }, - { - "type": "Feature", - "properties": { - "@id": "way/470187271", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9474647, - 51.5159007 - ], - [ - 9.9473709, - 51.5158988 - ] - ] - }, - "id": "way/470187271" - }, - { - "type": "Feature", - "properties": { - "@id": "way/471797853", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9436803, - 51.5300644 - ], - [ - 9.9436655, - 51.5301243 - ] - ] - }, - "id": "way/471797853" - }, - { - "type": "Feature", - "properties": { - "@id": "way/471797892", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9424624, - 51.5296829 - ], - [ - 9.9424523, - 51.5295502 - ] - ] - }, - "id": "way/471797892" - }, - { - "type": "Feature", - "properties": { - "@id": "way/471797895", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9423421, - 51.5294221 - ], - [ - 9.9424276, - 51.5294219 - ], - [ - 9.9424299, - 51.5298111 - ], - [ - 9.9421868, - 51.5297915 - ], - [ - 9.9417606, - 51.5297954 - ] - ] - }, - "id": "way/471797895" - }, - { - "type": "Feature", - "properties": { - "@id": "way/471797897", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.941942, - 51.5296089 - ], - [ - 9.9419435, - 51.5297926 - ] - ] - }, - "id": "way/471797897" - }, - { - "type": "Feature", - "properties": { - "@id": "way/471797917", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9411995, - 51.5299239 - ], - [ - 9.9412927, - 51.5297613 - ] - ] - }, - "id": "way/471797917" - }, - { - "type": "Feature", - "properties": { - "@id": "way/471797918", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.941693, - 51.5294481 - ], - [ - 9.9416932, - 51.5294208 - ], - [ - 9.9418829, - 51.5294212 - ] - ] - }, - "id": "way/471797918" - }, - { - "type": "Feature", - "properties": { - "@id": "way/472358924", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.958219, - 51.5140173 - ], - [ - 9.9582554, - 51.5138845 - ], - [ - 9.9582618, - 51.5138748 - ], - [ - 9.9582763, - 51.5138669 - ], - [ - 9.9582955, - 51.5138634 - ], - [ - 9.9584255, - 51.5138704 - ] - ] - }, - "id": "way/472358924" - }, - { - "type": "Feature", - "properties": { - "@id": "way/472358946", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9567194, - 51.5134827 - ], - [ - 9.9567046, - 51.5136393 - ] - ] - }, - "id": "way/472358946" - }, - { - "type": "Feature", - "properties": { - "@id": "way/472358947", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9566452, - 51.5134823 - ], - [ - 9.9567194, - 51.5134827 - ], - [ - 9.9567198, - 51.51348 - ], - [ - 9.9567181, - 51.5134047 - ] - ] - }, - "id": "way/472358947" - }, - { - "type": "Feature", - "properties": { - "@id": "way/472358948", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.956568, - 51.5134516 - ], - [ - 9.956567, - 51.5134819 - ], - [ - 9.956623, - 51.5134826 - ] - ] - }, - "id": "way/472358948" - }, - { - "type": "Feature", - "properties": { - "@id": "way/472358980", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9572267, - 51.513175 - ], - [ - 9.9572837, - 51.513175 - ], - [ - 9.9572824, - 51.513252 - ], - [ - 9.9574125, - 51.5132885 - ] - ] - }, - "id": "way/472358980" - }, - { - "type": "Feature", - "properties": { - "@id": "way/472358981", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9574577, - 51.5134756 - ], - [ - 9.9575184, - 51.5132011 - ], - [ - 9.957553, - 51.513204 - ], - [ - 9.9575503, - 51.5131871 - ], - [ - 9.9575838, - 51.5131852 - ] - ] - }, - "id": "way/472358981" - }, - { - "type": "Feature", - "properties": { - "@id": "way/472358986", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9567994, - 51.5135479 - ], - [ - 9.9568547, - 51.5135502 - ], - [ - 9.9568692, - 51.5134298 - ] - ] - }, - "id": "way/472358986" - }, - { - "type": "Feature", - "properties": { - "@id": "way/472359006", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9584904, - 51.512783 - ], - [ - 9.9579776, - 51.5126887 - ], - [ - 9.9576254, - 51.5126254 - ] - ] - }, - "id": "way/472359006" - }, - { - "type": "Feature", - "properties": { - "@id": "way/472359008", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9585142, - 51.5127875 - ], - [ - 9.9586619, - 51.5128156 - ], - [ - 9.9586787, - 51.51283 - ], - [ - 9.9586857, - 51.5129312 - ], - [ - 9.9586585, - 51.512947 - ], - [ - 9.9581137, - 51.5129611 - ] - ] - }, - "id": "way/472359008" - }, - { - "type": "Feature", - "properties": { - "@id": "way/472359009", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9580646, - 51.5129623 - ], - [ - 9.9578653, - 51.5129675 - ] - ] - }, - "id": "way/472359009" - }, - { - "type": "Feature", - "properties": { - "@id": "way/472377402", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9577061, - 51.5125876 - ], - [ - 9.9573497, - 51.5125209 - ], - [ - 9.9572582, - 51.5124952 - ] - ] - }, - "id": "way/472377402" - }, - { - "type": "Feature", - "properties": { - "@id": "way/472377405", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9581213, - 51.5126553 - ], - [ - 9.9578092, - 51.5126088 - ], - [ - 9.9577915, - 51.5126013 - ], - [ - 9.9577948, - 51.5125884 - ] - ] - }, - "id": "way/472377405" - }, - { - "type": "Feature", - "properties": { - "@id": "way/472386294", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9548643, - 51.5119435 - ], - [ - 9.954847, - 51.5119315 - ], - [ - 9.9548011, - 51.511899 - ], - [ - 9.9547776, - 51.5118823 - ], - [ - 9.954754, - 51.5118657 - ] - ] - }, - "id": "way/472386294" - }, - { - "type": "Feature", - "properties": { - "@id": "way/472386295", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.95468, - 51.511852 - ], - [ - 9.9546538, - 51.5118489 - ], - [ - 9.9546093, - 51.5118429 - ], - [ - 9.9545625, - 51.5118304 - ], - [ - 9.954535, - 51.5118163 - ], - [ - 9.9545074, - 51.5118022 - ], - [ - 9.9544799, - 51.5117881 - ], - [ - 9.9544531, - 51.5117737 - ], - [ - 9.9544263, - 51.5117593 - ] - ] - }, - "id": "way/472386295" - }, - { - "type": "Feature", - "properties": { - "@id": "way/472409148", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9553874, - 51.5112791 - ], - [ - 9.9554765, - 51.5113634 - ], - [ - 9.9557262, - 51.5115873 - ] - ] - }, - "id": "way/472409148" - }, - { - "type": "Feature", - "properties": { - "@id": "way/472413234", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9536411, - 51.5111598 - ], - [ - 9.9537041, - 51.5109849 - ], - [ - 9.9537212, - 51.5109471 - ], - [ - 9.9537413, - 51.510914 - ], - [ - 9.9537651, - 51.5108923 - ], - [ - 9.953791, - 51.510876 - ], - [ - 9.9538272, - 51.5108624 - ], - [ - 9.953975, - 51.5108357 - ] - ] - }, - "id": "way/472413234" - }, - { - "type": "Feature", - "properties": { - "@id": "way/472413235", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9540283, - 51.5109123 - ], - [ - 9.9540109, - 51.5108366 - ], - [ - 9.9542003, - 51.5108345 - ] - ] - }, - "id": "way/472413235" - }, - { - "type": "Feature", - "properties": { - "@id": "way/472418663", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9531806, - 51.5112428 - ], - [ - 9.9532061, - 51.5112426 - ], - [ - 9.9533531, - 51.5112594 - ] - ] - }, - "id": "way/472418663" - }, - { - "type": "Feature", - "properties": { - "@id": "way/472426068", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9580886, - 51.5113308 - ], - [ - 9.9580539, - 51.5113304 - ], - [ - 9.9579137, - 51.5113386 - ] - ] - }, - "id": "way/472426068" - }, - { - "type": "Feature", - "properties": { - "@id": "way/472426069", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9585965, - 51.511263 - ], - [ - 9.958579, - 51.5113304 - ], - [ - 9.958513, - 51.511341 - ], - [ - 9.9583967, - 51.5113397 - ], - [ - 9.9583115, - 51.5113362 - ] - ] - }, - "id": "way/472426069" - }, - { - "type": "Feature", - "properties": { - "@id": "way/472426070", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9586279, - 51.5111414 - ], - [ - 9.9586016, - 51.5112431 - ] - ] - }, - "id": "way/472426070" - }, - { - "type": "Feature", - "properties": { - "@id": "way/472426071", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9586481, - 51.5110633 - ], - [ - 9.958634, - 51.511118 - ] - ] - }, - "id": "way/472426071" - }, - { - "type": "Feature", - "properties": { - "@id": "way/472426087", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9573965, - 51.5111937 - ], - [ - 9.9574575, - 51.5112123 - ], - [ - 9.9575564, - 51.5112513 - ], - [ - 9.9576335, - 51.5112874 - ], - [ - 9.9576516, - 51.5113002 - ] - ] - }, - "id": "way/472426087" - }, - { - "type": "Feature", - "properties": { - "@id": "way/472426088", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9577186, - 51.5112147 - ], - [ - 9.9577012, - 51.5112833 - ], - [ - 9.9576828, - 51.5112814 - ], - [ - 9.9575943, - 51.5112351 - ], - [ - 9.9575246, - 51.511205 - ], - [ - 9.9574491, - 51.5111756 - ] - ] - }, - "id": "way/472426088" - }, - { - "type": "Feature", - "properties": { - "@id": "way/473337659", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9546805, - 51.5104794 - ], - [ - 9.9547344, - 51.5104279 - ], - [ - 9.9547606, - 51.5104287 - ], - [ - 9.955004, - 51.510379 - ] - ] - }, - "id": "way/473337659" - }, - { - "type": "Feature", - "properties": { - "@id": "way/474150206", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9514017, - 51.5214431 - ], - [ - 9.9514877, - 51.5212446 - ], - [ - 9.9514993, - 51.5212178 - ] - ] - }, - "id": "way/474150206" - }, - { - "type": "Feature", - "properties": { - "@id": "way/474153732", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9480417, - 51.5205116 - ], - [ - 9.947807, - 51.5204013 - ], - [ - 9.9477855, - 51.5203854 - ], - [ - 9.9477725, - 51.5203694 - ], - [ - 9.9477657, - 51.5203518 - ], - [ - 9.9477647, - 51.5203283 - ] - ] - }, - "id": "way/474153732" - }, - { - "type": "Feature", - "properties": { - "@id": "way/474153733", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9481087, - 51.5205388 - ], - [ - 9.9480628, - 51.5205214 - ] - ] - }, - "id": "way/474153733" - }, - { - "type": "Feature", - "properties": { - "@id": "way/474153734", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9477848, - 51.5201445 - ], - [ - 9.9477859, - 51.5201315 - ], - [ - 9.9477724, - 51.5201311 - ], - [ - 9.9477654, - 51.5202148 - ] - ] - }, - "id": "way/474153734" - }, - { - "type": "Feature", - "properties": { - "@id": "way/474153735", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9477738, - 51.5201146 - ], - [ - 9.9477782, - 51.5200664 - ] - ] - }, - "id": "way/474153735" - }, - { - "type": "Feature", - "properties": { - "@id": "way/474153736", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9477828, - 51.5200326 - ], - [ - 9.9477849, - 51.5200055 - ] - ] - }, - "id": "way/474153736" - }, - { - "type": "Feature", - "properties": { - "@id": "way/474180969", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9542571, - 51.5236715 - ], - [ - 9.9544116, - 51.5237666 - ], - [ - 9.9544105, - 51.5237748 - ], - [ - 9.9542741, - 51.5238647 - ] - ] - }, - "id": "way/474180969" - }, - { - "type": "Feature", - "properties": { - "@id": "way/474180970", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9539116, - 51.5234909 - ], - [ - 9.9540156, - 51.5235417 - ], - [ - 9.9541317, - 51.523601 - ] - ] - }, - "id": "way/474180970" - }, - { - "type": "Feature", - "properties": { - "@id": "way/474180971", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9536614, - 51.5233765 - ], - [ - 9.953859, - 51.5234651 - ] - ] - }, - "id": "way/474180971" - }, - { - "type": "Feature", - "properties": { - "@id": "way/474180972", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9534489, - 51.5232896 - ], - [ - 9.9536263, - 51.5233639 - ] - ] - }, - "id": "way/474180972" - }, - { - "type": "Feature", - "properties": { - "@id": "way/474180973", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9530316, - 51.5231594 - ], - [ - 9.9531948, - 51.5232058 - ], - [ - 9.9533733, - 51.5232627 - ], - [ - 9.9534002, - 51.5232722 - ] - ] - }, - "id": "way/474180973" - }, - { - "type": "Feature", - "properties": { - "@id": "way/474180974", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.953427, - 51.5237809 - ], - [ - 9.9530924, - 51.5237138 - ] - ] - }, - "id": "way/474180974" - }, - { - "type": "Feature", - "properties": { - "@id": "way/476130516", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9401993, - 51.5137565 - ], - [ - 9.9401312, - 51.5137784 - ], - [ - 9.9399542, - 51.5138224 - ], - [ - 9.9399213, - 51.5138172 - ], - [ - 9.9398677, - 51.5138009 - ], - [ - 9.9398144, - 51.5137805 - ], - [ - 9.9397986, - 51.5137364 - ], - [ - 9.9397842, - 51.513654 - ], - [ - 9.9397701, - 51.5135532 - ], - [ - 9.9397654, - 51.5134556 - ], - [ - 9.9397761, - 51.5134339 - ] - ] - }, - "id": "way/476130516" - }, - { - "type": "Feature", - "properties": { - "@id": "way/476130517", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9403863, - 51.5137047 - ], - [ - 9.9404889, - 51.5136766 - ] - ] - }, - "id": "way/476130517" - }, - { - "type": "Feature", - "properties": { - "@id": "way/476130518", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9402723, - 51.5137348 - ], - [ - 9.9403666, - 51.5137108 - ] - ] - }, - "id": "way/476130518" - }, - { - "type": "Feature", - "properties": { - "@id": "way/476134841", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9419453, - 51.512939 - ], - [ - 9.941941, - 51.5129146 - ], - [ - 9.9419249, - 51.5128989 - ], - [ - 9.9418934, - 51.5128858 - ], - [ - 9.9418122, - 51.5128918 - ], - [ - 9.9417938, - 51.5129048 - ], - [ - 9.9418005, - 51.5129513 - ], - [ - 9.941776, - 51.5129524 - ], - [ - 9.9417438, - 51.5129615 - ], - [ - 9.9417137, - 51.5129766 - ], - [ - 9.9416942, - 51.5129933 - ], - [ - 9.9416892, - 51.5130095 - ], - [ - 9.9416909, - 51.5130241 - ] - ] - }, - "id": "way/476134841" - }, - { - "type": "Feature", - "properties": { - "@id": "way/476134844", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9421921, - 51.5128907 - ], - [ - 9.9421993, - 51.5129396 - ] - ] - }, - "id": "way/476134844" - }, - { - "type": "Feature", - "properties": { - "@id": "way/476134852", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9425299, - 51.513026 - ], - [ - 9.9425225, - 51.5129697 - ] - ] - }, - "id": "way/476134852" - }, - { - "type": "Feature", - "properties": { - "@id": "way/476134853", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9425091, - 51.5130325 - ], - [ - 9.9421755, - 51.5131383 - ] - ] - }, - "id": "way/476134853" - }, - { - "type": "Feature", - "properties": { - "@id": "way/476134854", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9418466, - 51.5132424 - ], - [ - 9.941747, - 51.5132718 - ], - [ - 9.9417175, - 51.513277 - ] - ] - }, - "id": "way/476134854" - }, - { - "type": "Feature", - "properties": { - "@id": "way/476139526", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9423216, - 51.5134886 - ], - [ - 9.9421137, - 51.5135524 - ] - ] - }, - "id": "way/476139526" - }, - { - "type": "Feature", - "properties": { - "@id": "way/476139541", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9404506, - 51.5138511 - ], - [ - 9.940689, - 51.5137787 - ], - [ - 9.9408613, - 51.5139423 - ], - [ - 9.9410447, - 51.5138897 - ] - ] - }, - "id": "way/476139541" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477014859", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9779269, - 51.5614612 - ], - [ - 9.9779157, - 51.5614602 - ], - [ - 9.9776233, - 51.561448 - ] - ] - }, - "id": "way/477014859" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477014861", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9782235, - 51.5615924 - ], - [ - 9.9782288, - 51.5615444 - ], - [ - 9.9781188, - 51.5614776 - ], - [ - 9.9779449, - 51.5614627 - ] - ] - }, - "id": "way/477014861" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477014870", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9828155, - 51.5412869 - ], - [ - 9.9827939, - 51.5413063 - ], - [ - 9.9827543, - 51.5412892 - ] - ] - }, - "id": "way/477014870" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477014872", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9828231, - 51.5412485 - ], - [ - 9.9828192, - 51.5412335 - ], - [ - 9.9829192, - 51.5411525 - ] - ] - }, - "id": "way/477014872" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477021805", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9506233, - 51.527332 - ], - [ - 9.9506095, - 51.5273301 - ], - [ - 9.9506317, - 51.5273082 - ], - [ - 9.9506592, - 51.5272903 - ], - [ - 9.950691, - 51.5272811 - ], - [ - 9.9510481, - 51.5272896 - ] - ] - }, - "id": "way/477021805" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477021806", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.950451, - 51.5280243 - ], - [ - 9.9504593, - 51.5279826 - ] - ] - }, - "id": "way/477021806" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477021807", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9504372, - 51.5280856 - ], - [ - 9.9504463, - 51.5280437 - ] - ] - }, - "id": "way/477021807" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477021808", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9504198, - 51.528169 - ], - [ - 9.9504339, - 51.528104 - ] - ] - }, - "id": "way/477021808" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477021809", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9507296, - 51.5282058 - ], - [ - 9.9507262, - 51.5282304 - ], - [ - 9.9504372, - 51.5282245 - ], - [ - 9.9504131, - 51.5282108 - ], - [ - 9.9504178, - 51.5281834 - ] - ] - }, - "id": "way/477021809" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477021817", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9508547, - 51.5278598 - ], - [ - 9.9508336, - 51.5279542 - ] - ] - }, - "id": "way/477021817" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477021818", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9508242, - 51.5280072 - ], - [ - 9.9507956, - 51.5281362 - ], - [ - 9.9507828, - 51.5281941 - ], - [ - 9.9507742, - 51.5282327 - ] - ] - }, - "id": "way/477021818" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477037327", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9420489, - 51.5348153 - ], - [ - 9.9421193, - 51.5347678 - ], - [ - 9.9422917, - 51.5347527 - ], - [ - 9.9422957, - 51.5347799 - ] - ] - }, - "id": "way/477037327" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477037328", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9426295, - 51.5347157 - ], - [ - 9.9426328, - 51.5348233 - ] - ] - }, - "id": "way/477037328" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477037329", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9427508, - 51.5347862 - ], - [ - 9.9427466, - 51.5347107 - ] - ] - }, - "id": "way/477037329" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477037330", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9426838, - 51.5347161 - ], - [ - 9.9427466, - 51.5347107 - ], - [ - 9.9428715, - 51.5346995 - ], - [ - 9.9429869, - 51.5346995 - ], - [ - 9.9429869, - 51.5348033 - ] - ] - }, - "id": "way/477037330" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477037331", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9430285, - 51.5347007 - ], - [ - 9.9433543, - 51.5346982 - ] - ] - }, - "id": "way/477037331" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477040769", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9449137, - 51.5338354 - ], - [ - 9.9453409, - 51.5339128 - ], - [ - 9.9453432, - 51.533908 - ], - [ - 9.9454889, - 51.5339344 - ] - ] - }, - "id": "way/477040769" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330619", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9602488, - 51.5178223 - ], - [ - 9.9602998, - 51.5178477 - ] - ] - }, - "id": "way/477330619" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330625", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9582908, - 51.5173698 - ], - [ - 9.9582801, - 51.5174794 - ] - ] - }, - "id": "way/477330625" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330626", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9582978, - 51.5172556 - ], - [ - 9.9582915, - 51.5173522 - ] - ] - }, - "id": "way/477330626" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330641", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9601268, - 51.5181881 - ], - [ - 9.9605968, - 51.5183561 - ] - ] - }, - "id": "way/477330641" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330650", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9618663, - 51.5181824 - ], - [ - 9.9618201, - 51.5182006 - ] - ] - }, - "id": "way/477330650" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330651", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9619414, - 51.5181541 - ], - [ - 9.9618878, - 51.5181747 - ] - ] - }, - "id": "way/477330651" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330652", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9616528, - 51.5182673 - ], - [ - 9.9615974, - 51.5182926 - ] - ] - }, - "id": "way/477330652" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330685", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9613752, - 51.5184237 - ], - [ - 9.9613283, - 51.5184581 - ] - ] - }, - "id": "way/477330685" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330692", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9598802, - 51.5186575 - ], - [ - 9.959931, - 51.518588 - ], - [ - 9.9599611, - 51.5185965 - ] - ] - }, - "id": "way/477330692" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330696", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.961223, - 51.5185198 - ], - [ - 9.9612344, - 51.5185281 - ], - [ - 9.9611617, - 51.5185888 - ] - ] - }, - "id": "way/477330696" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330701", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9613769, - 51.5188413 - ], - [ - 9.9614711, - 51.5188743 - ] - ] - }, - "id": "way/477330701" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330702", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9613937, - 51.5189653 - ], - [ - 9.9614272, - 51.5189233 - ], - [ - 9.9614711, - 51.5188743 - ], - [ - 9.9615546, - 51.5187825 - ] - ] - }, - "id": "way/477330702" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330706", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9616096, - 51.5184237 - ], - [ - 9.9618171, - 51.5183181 - ], - [ - 9.9618369, - 51.5182776 - ], - [ - 9.9619714, - 51.5182255 - ], - [ - 9.9620401, - 51.5182044 - ], - [ - 9.9620968, - 51.5182789 - ], - [ - 9.9622258, - 51.518442 - ] - ] - }, - "id": "way/477330706" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330711", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9617458, - 51.5190092 - ], - [ - 9.96205, - 51.5190845 - ] - ] - }, - "id": "way/477330711" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330713", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9604192, - 51.5195357 - ], - [ - 9.960323, - 51.5196751 - ], - [ - 9.9602828, - 51.5196644 - ] - ] - }, - "id": "way/477330713" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330715", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9599889, - 51.5191714 - ], - [ - 9.9599516, - 51.519153 - ], - [ - 9.9599506, - 51.5191425 - ], - [ - 9.9599942, - 51.5190845 - ] - ] - }, - "id": "way/477330715" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330716", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9599449, - 51.5189673 - ], - [ - 9.9599644, - 51.5189389 - ], - [ - 9.9601196, - 51.5189834 - ] - ] - }, - "id": "way/477330716" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330725", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9590387, - 51.5189419 - ], - [ - 9.9590475, - 51.5189155 - ], - [ - 9.9591731, - 51.5189516 - ] - ] - }, - "id": "way/477330725" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330727", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.959031, - 51.5186975 - ], - [ - 9.9591274, - 51.5185404 - ] - ] - }, - "id": "way/477330727" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330730", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9570517, - 51.5194602 - ], - [ - 9.9571563, - 51.5194769 - ], - [ - 9.9575123, - 51.519522 - ] - ] - }, - "id": "way/477330730" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330731", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9577115, - 51.519111 - ], - [ - 9.9576532, - 51.5192925 - ], - [ - 9.95711, - 51.5192858 - ], - [ - 9.9571415, - 51.5191969 - ] - ] - }, - "id": "way/477330731" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330733", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9587958, - 51.5188636 - ], - [ - 9.9588058, - 51.5188461 - ], - [ - 9.9590078, - 51.5189041 - ], - [ - 9.9589973, - 51.5189311 - ] - ] - }, - "id": "way/477330733" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330734", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9586495, - 51.5188013 - ], - [ - 9.9587869, - 51.5188407 - ], - [ - 9.9587763, - 51.5188586 - ] - ] - }, - "id": "way/477330734" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330735", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9594704, - 51.5190631 - ], - [ - 9.9596735, - 51.5191474 - ], - [ - 9.9597312, - 51.5191737 - ], - [ - 9.959752, - 51.5192014 - ], - [ - 9.9597597, - 51.51923 - ], - [ - 9.9597631, - 51.5192573 - ], - [ - 9.9597624, - 51.5192728 - ], - [ - 9.9597567, - 51.5192857 - ] - ] - }, - "id": "way/477330735" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330736", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9596823, - 51.5187989 - ], - [ - 9.9597131, - 51.5187546 - ] - ] - }, - "id": "way/477330736" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330744", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9611053, - 51.518653 - ], - [ - 9.9610527, - 51.5187135 - ] - ] - }, - "id": "way/477330744" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330745", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9610279, - 51.5187473 - ], - [ - 9.9609897, - 51.518797 - ] - ] - }, - "id": "way/477330745" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330746", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9609679, - 51.5188289 - ], - [ - 9.960884, - 51.5189485 - ] - ] - }, - "id": "way/477330746" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477330747", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9616123, - 51.5185095 - ], - [ - 9.9619218, - 51.5187103 - ] - ] - }, - "id": "way/477330747" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477337202", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9619445, - 51.517247 - ], - [ - 9.9619365, - 51.5172099 - ], - [ - 9.9619409, - 51.5171995 - ], - [ - 9.9621548, - 51.5172322 - ], - [ - 9.9621799, - 51.5172777 - ] - ] - }, - "id": "way/477337202" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477337203", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9600581, - 51.5169106 - ], - [ - 9.9599947, - 51.5170973 - ] - ] - }, - "id": "way/477337203" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477337209", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9605391, - 51.5177957 - ], - [ - 9.9605637, - 51.5177808 - ] - ] - }, - "id": "way/477337209" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477337210", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9606078, - 51.5177542 - ], - [ - 9.9606752, - 51.5178013 - ] - ] - }, - "id": "way/477337210" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477337211", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9605772, - 51.5177727 - ], - [ - 9.9606078, - 51.5177542 - ], - [ - 9.9606423, - 51.5177334 - ], - [ - 9.9606534, - 51.5177404 - ] - ] - }, - "id": "way/477337211" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477337214", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9612321, - 51.5174793 - ], - [ - 9.9613759, - 51.5176273 - ], - [ - 9.9613932, - 51.517647 - ] - ] - }, - "id": "way/477337214" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477337217", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.960812, - 51.5177529 - ], - [ - 9.9610658, - 51.5179504 - ] - ] - }, - "id": "way/477337217" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477337256", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9591104, - 51.5167566 - ], - [ - 9.9590987, - 51.5168812 - ] - ] - }, - "id": "way/477337256" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477337257", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.958854, - 51.5167808 - ], - [ - 9.9588466, - 51.5167706 - ], - [ - 9.9588449, - 51.5167579 - ], - [ - 9.958865, - 51.5167159 - ] - ] - }, - "id": "way/477337257" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477337258", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9584855, - 51.5168493 - ], - [ - 9.9584899, - 51.5167353 - ], - [ - 9.9585157, - 51.5166874 - ], - [ - 9.9585465, - 51.5166723 - ], - [ - 9.9586035, - 51.5166748 - ], - [ - 9.9588308, - 51.5167111 - ], - [ - 9.958809, - 51.5167625 - ], - [ - 9.9588174, - 51.5167783 - ] - ] - }, - "id": "way/477337258" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477339910", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9639372, - 51.5177357 - ], - [ - 9.9638675, - 51.5176475 - ], - [ - 9.9638729, - 51.5176441 - ], - [ - 9.964187, - 51.5177361 - ] - ] - }, - "id": "way/477339910" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477339920", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9626102, - 51.518027 - ], - [ - 9.9623504, - 51.5180593 - ] - ] - }, - "id": "way/477339920" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477339921", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9628415, - 51.5179921 - ], - [ - 9.9627393, - 51.5180122 - ], - [ - 9.9626488, - 51.5180236 - ] - ] - }, - "id": "way/477339921" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477339922", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9631111, - 51.5178843 - ], - [ - 9.9630474, - 51.5179191 - ], - [ - 9.9629887, - 51.5179473 - ], - [ - 9.9629411, - 51.5179644 - ], - [ - 9.9628861, - 51.5179813 - ] - ] - }, - "id": "way/477339922" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477339923", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9632854, - 51.5176992 - ], - [ - 9.9632308, - 51.5177766 - ], - [ - 9.9631919, - 51.5178229 - ] - ] - }, - "id": "way/477339923" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477339925", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9627239, - 51.517323 - ], - [ - 9.9629213, - 51.5173719 - ], - [ - 9.9629197, - 51.5174215 - ] - ] - }, - "id": "way/477339925" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477339926", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9625644, - 51.5173216 - ], - [ - 9.9625639, - 51.5173066 - ], - [ - 9.9625748, - 51.5172995 - ], - [ - 9.9626776, - 51.5173172 - ] - ] - }, - "id": "way/477339926" - }, - { - "type": "Feature", - "properties": { - "@id": "way/477339927", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.962351, - 51.5172623 - ], - [ - 9.9624722, - 51.5172821 - ], - [ - 9.9624733, - 51.5173161 - ] - ] - }, - "id": "way/477339927" - }, - { - "type": "Feature", - "properties": { - "@id": "way/478414851", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9659691, - 51.5167203 - ], - [ - 9.9662731, - 51.5168248 - ] - ] - }, - "id": "way/478414851" - }, - { - "type": "Feature", - "properties": { - "@id": "way/478425301", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9674352, - 51.5135761 - ], - [ - 9.9674878, - 51.5135861 - ], - [ - 9.9674951, - 51.5135964 - ], - [ - 9.9674965, - 51.5136076 - ], - [ - 9.9674938, - 51.5136173 - ], - [ - 9.9674143, - 51.5137851 - ] - ] - }, - "id": "way/478425301" - }, - { - "type": "Feature", - "properties": { - "@id": "way/478425302", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9673945, - 51.5138293 - ], - [ - 9.9673184, - 51.513977 - ], - [ - 9.9672936, - 51.5139783 - ], - [ - 9.9671974, - 51.5139372 - ] - ] - }, - "id": "way/478425302" - }, - { - "type": "Feature", - "properties": { - "@id": "way/478425306", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9669027, - 51.5152149 - ], - [ - 9.9669438, - 51.5151346 - ], - [ - 9.9670598, - 51.5151819 - ] - ] - }, - "id": "way/478425306" - }, - { - "type": "Feature", - "properties": { - "@id": "way/478425317", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9659875, - 51.5157399 - ], - [ - 9.966133, - 51.5157894 - ] - ] - }, - "id": "way/478425317" - }, - { - "type": "Feature", - "properties": { - "@id": "way/478553291", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9531696, - 51.5102514 - ], - [ - 9.9532947, - 51.5102287 - ] - ] - }, - "id": "way/478553291" - }, - { - "type": "Feature", - "properties": { - "@id": "way/478553292", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9530748, - 51.5102743 - ], - [ - 9.9529735, - 51.5102967 - ] - ] - }, - "id": "way/478553292" - }, - { - "type": "Feature", - "properties": { - "@id": "way/478563530", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9561224, - 51.5082862 - ], - [ - 9.9561878, - 51.5080833 - ] - ] - }, - "id": "way/478563530" - }, - { - "type": "Feature", - "properties": { - "@id": "way/478563531", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9560222, - 51.5082557 - ], - [ - 9.9560825, - 51.5080702 - ] - ] - }, - "id": "way/478563531" - }, - { - "type": "Feature", - "properties": { - "@id": "way/478563532", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9559179, - 51.508248 - ], - [ - 9.9559799, - 51.50806 - ] - ] - }, - "id": "way/478563532" - }, - { - "type": "Feature", - "properties": { - "@id": "way/478960919", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9646506, - 51.5071504 - ], - [ - 9.9647448, - 51.5070782 - ], - [ - 9.9648628, - 51.5070692 - ], - [ - 9.9649252, - 51.5070721 - ], - [ - 9.9649812, - 51.5070821 - ], - [ - 9.9650385, - 51.5070976 - ], - [ - 9.9650694, - 51.5071136 - ], - [ - 9.9651119, - 51.5071477 - ], - [ - 9.9651253, - 51.5071725 - ], - [ - 9.965131, - 51.507208 - ], - [ - 9.9651354, - 51.5072382 - ], - [ - 9.9651294, - 51.5072706 - ], - [ - 9.9651089, - 51.5073025 - ], - [ - 9.9650814, - 51.5073325 - ] - ] - }, - "id": "way/478960919" - }, - { - "type": "Feature", - "properties": { - "@id": "way/478960920", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9641383, - 51.5077279 - ], - [ - 9.9641986, - 51.5076701 - ] - ] - }, - "id": "way/478960920" - }, - { - "type": "Feature", - "properties": { - "@id": "way/478960921", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9642245, - 51.507662 - ], - [ - 9.9643686, - 51.5077221 - ] - ] - }, - "id": "way/478960921" - }, - { - "type": "Feature", - "properties": { - "@id": "way/478960924", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9638037, - 51.5079503 - ], - [ - 9.9634563, - 51.5079674 - ] - ] - }, - "id": "way/478960924" - }, - { - "type": "Feature", - "properties": { - "@id": "way/478960925", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9643502, - 51.5071158 - ], - [ - 9.964358, - 51.5071455 - ], - [ - 9.9642347, - 51.5072362 - ] - ] - }, - "id": "way/478960925" - }, - { - "type": "Feature", - "properties": { - "@id": "way/478960927", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9632106, - 51.5072375 - ], - [ - 9.9632307, - 51.5072236 - ], - [ - 9.9635291, - 51.5071992 - ] - ] - }, - "id": "way/478960927" - }, - { - "type": "Feature", - "properties": { - "@id": "way/478960928", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9628233, - 51.5075065 - ], - [ - 9.9630708, - 51.5073315 - ], - [ - 9.9632421, - 51.5074206 - ] - ] - }, - "id": "way/478960928" - }, - { - "type": "Feature", - "properties": { - "@id": "way/478960930", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9628389, - 51.5077969 - ], - [ - 9.9629196, - 51.507722 - ] - ] - }, - "id": "way/478960930" - }, - { - "type": "Feature", - "properties": { - "@id": "way/478960932", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9632451, - 51.507934 - ], - [ - 9.9631972, - 51.5079814 - ], - [ - 9.962818, - 51.508 - ] - ] - }, - "id": "way/478960932" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479012853", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9624361, - 51.508265 - ], - [ - 9.9623167, - 51.5082173 - ], - [ - 9.9623808, - 51.5081551 - ] - ] - }, - "id": "way/479012853" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479012854", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9615179, - 51.5084137 - ], - [ - 9.9617177, - 51.5082173 - ] - ] - }, - "id": "way/479012854" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479012859", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9628458, - 51.5084295 - ], - [ - 9.962766, - 51.5083967 - ], - [ - 9.9626901, - 51.5083655 - ] - ] - }, - "id": "way/479012859" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479028237", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.950666, - 51.5112438 - ], - [ - 9.9506739, - 51.5111008 - ], - [ - 9.950747, - 51.5111024 - ] - ] - }, - "id": "way/479028237" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479134592", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9530866, - 51.5199517 - ], - [ - 9.9530859, - 51.5199801 - ], - [ - 9.9529924, - 51.5200137 - ], - [ - 9.9527973, - 51.5199488 - ], - [ - 9.952809, - 51.5197567 - ] - ] - }, - "id": "way/479134592" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479134596", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9532354, - 51.5199921 - ], - [ - 9.9532409, - 51.5198972 - ], - [ - 9.953279, - 51.519898 - ], - [ - 9.9532797, - 51.5198858 - ], - [ - 9.9534192, - 51.5198889 - ] - ] - }, - "id": "way/479134596" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479134597", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9535106, - 51.5201838 - ], - [ - 9.9533367, - 51.5201275 - ], - [ - 9.9532579, - 51.520082 - ], - [ - 9.9532321, - 51.5200207 - ], - [ - 9.9532338, - 51.519999 - ] - ] - }, - "id": "way/479134597" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479134600", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9533267, - 51.5197405 - ], - [ - 9.9532467, - 51.5197388 - ], - [ - 9.9532599, - 51.5196268 - ], - [ - 9.9532955, - 51.519567 - ], - [ - 9.9533813, - 51.519529 - ], - [ - 9.9536039, - 51.5194881 - ] - ] - }, - "id": "way/479134600" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479134602", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9538073, - 51.5194501 - ], - [ - 9.9540255, - 51.5194096 - ], - [ - 9.95399, - 51.5194739 - ] - ] - }, - "id": "way/479134602" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479134606", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9536862, - 51.5199611 - ], - [ - 9.9537493, - 51.5198361 - ] - ] - }, - "id": "way/479134606" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479134607", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9536239, - 51.5200779 - ], - [ - 9.9536822, - 51.5199688 - ] - ] - }, - "id": "way/479134607" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479134608", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9535629, - 51.5201981 - ], - [ - 9.9536202, - 51.5200844 - ] - ] - }, - "id": "way/479134608" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479134612", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9538978, - 51.5201289 - ], - [ - 9.9539501, - 51.5200234 - ] - ] - }, - "id": "way/479134612" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479134613", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9539545, - 51.5200136 - ], - [ - 9.9540105, - 51.5199068 - ] - ] - }, - "id": "way/479134613" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479134614", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9540135, - 51.5198986 - ], - [ - 9.9540742, - 51.5197762 - ] - ] - }, - "id": "way/479134614" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479134615", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9541271, - 51.5193889 - ], - [ - 9.9542395, - 51.5193686 - ], - [ - 9.954274, - 51.5193655 - ], - [ - 9.9542995, - 51.5193657 - ], - [ - 9.954326, - 51.5193682 - ], - [ - 9.9543474, - 51.519372 - ], - [ - 9.9543306, - 51.5194078 - ], - [ - 9.9542954, - 51.519407 - ] - ] - }, - "id": "way/479134615" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479134620", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9541198, - 51.5202978 - ], - [ - 9.9541184, - 51.5203118 - ], - [ - 9.9540034, - 51.52034 - ], - [ - 9.9538163, - 51.5202809 - ], - [ - 9.9538888, - 51.5201334 - ] - ] - }, - "id": "way/479134620" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479134621", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9538894, - 51.5205566 - ], - [ - 9.9538958, - 51.5205418 - ] - ] - }, - "id": "way/479134621" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479134622", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9537751, - 51.5208203 - ], - [ - 9.9538088, - 51.5207425 - ] - ] - }, - "id": "way/479134622" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479134623", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9538134, - 51.5207319 - ], - [ - 9.9538834, - 51.5205705 - ] - ] - }, - "id": "way/479134623" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479603922", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9614083, - 51.5240335 - ], - [ - 9.9613858, - 51.5240652 - ] - ] - }, - "id": "way/479603922" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479603923", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9614408, - 51.5239632 - ], - [ - 9.9614422, - 51.5239726 - ], - [ - 9.96142, - 51.5240122 - ] - ] - }, - "id": "way/479603923" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479603924", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9613483, - 51.5240934 - ], - [ - 9.9613215, - 51.5241201 - ], - [ - 9.9612832, - 51.5241497 - ] - ] - }, - "id": "way/479603924" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479603925", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9611283, - 51.5241124 - ], - [ - 9.9612272, - 51.5241817 - ], - [ - 9.9612095, - 51.5241963 - ], - [ - 9.9611672, - 51.5242252 - ], - [ - 9.9611258, - 51.5242451 - ] - ] - }, - "id": "way/479603925" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479603926", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9611045, - 51.5242604 - ], - [ - 9.9610076, - 51.5243126 - ], - [ - 9.9609984, - 51.5242853 - ] - ] - }, - "id": "way/479603926" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479603927", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9609513, - 51.5243002 - ], - [ - 9.9609614, - 51.524336 - ], - [ - 9.9609441, - 51.5243399 - ], - [ - 9.9609235, - 51.5243403 - ], - [ - 9.9609019, - 51.5243383 - ], - [ - 9.9608821, - 51.5243331 - ], - [ - 9.9608641, - 51.5243245 - ], - [ - 9.9608482, - 51.5243079 - ], - [ - 9.960815, - 51.5242413 - ], - [ - 9.9607768, - 51.5241502 - ], - [ - 9.9607739, - 51.5241349 - ], - [ - 9.9607751, - 51.5241212 - ], - [ - 9.9607815, - 51.524109 - ], - [ - 9.9608454, - 51.5240451 - ], - [ - 9.9608631, - 51.5240378 - ], - [ - 9.9608878, - 51.5240343 - ] - ] - }, - "id": "way/479603927" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479603928", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.961271, - 51.5246004 - ], - [ - 9.9611617, - 51.5245482 - ], - [ - 9.9610702, - 51.5244992 - ], - [ - 9.9610356, - 51.5244788 - ], - [ - 9.9610256, - 51.5244652 - ], - [ - 9.9610242, - 51.5244546 - ], - [ - 9.9610316, - 51.5244398 - ], - [ - 9.9610551, - 51.5244168 - ], - [ - 9.9611114, - 51.5243814 - ], - [ - 9.9611674, - 51.5243488 - ], - [ - 9.9611825, - 51.5243603 - ] - ] - }, - "id": "way/479603928" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479603929", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9612036, - 51.5243478 - ], - [ - 9.9612133, - 51.5243432 - ], - [ - 9.9611976, - 51.5243323 - ], - [ - 9.9612485, - 51.5243069 - ], - [ - 9.9612968, - 51.5242764 - ] - ] - }, - "id": "way/479603929" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479603931", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9614009, - 51.5242011 - ], - [ - 9.9614361, - 51.5241733 - ], - [ - 9.961467, - 51.5241435 - ], - [ - 9.9614981, - 51.5241095 - ], - [ - 9.961525, - 51.5240771 - ], - [ - 9.9615411, - 51.5240546 - ], - [ - 9.9615541, - 51.5240325 - ] - ] - }, - "id": "way/479603931" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479603941", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9615081, - 51.5234882 - ], - [ - 9.961956, - 51.5233634 - ], - [ - 9.9619071, - 51.5232831 - ] - ] - }, - "id": "way/479603941" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479603942", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9614124, - 51.5233318 - ], - [ - 9.9614193, - 51.523319 - ], - [ - 9.9614349, - 51.5233065 - ], - [ - 9.9614515, - 51.5232979 - ], - [ - 9.96184, - 51.5231415 - ], - [ - 9.9618514, - 51.5231655 - ], - [ - 9.9618685, - 51.5231824 - ], - [ - 9.9618746, - 51.5232195 - ], - [ - 9.9619071, - 51.5232831 - ], - [ - 9.961717, - 51.5233424 - ] - ] - }, - "id": "way/479603942" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479603943", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9601561, - 51.5215723 - ], - [ - 9.9601819, - 51.5215487 - ], - [ - 9.9602118, - 51.5215302 - ], - [ - 9.9602513, - 51.5215124 - ], - [ - 9.9602949, - 51.5214991 - ], - [ - 9.9603445, - 51.5214907 - ] - ] - }, - "id": "way/479603943" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479604499", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9558889, - 51.5269995 - ], - [ - 9.9559026, - 51.5269457 - ], - [ - 9.9560874, - 51.5269639 - ], - [ - 9.9560737, - 51.5270177 - ] - ] - }, - "id": "way/479604499" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479612191", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9603005, - 51.525066 - ], - [ - 9.9604963, - 51.5249659 - ] - ] - }, - "id": "way/479612191" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479612193", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9601744, - 51.5250233 - ], - [ - 9.9601442, - 51.52503 - ], - [ - 9.960117, - 51.5250302 - ], - [ - 9.9600932, - 51.525029 - ], - [ - 9.9600728, - 51.5250192 - ], - [ - 9.9600547, - 51.5250106 - ], - [ - 9.9600332, - 51.5249814 - ], - [ - 9.9599994, - 51.5249059 - ], - [ - 9.9599672, - 51.5248168 - ], - [ - 9.9599441, - 51.5247355 - ], - [ - 9.9599333, - 51.5246794 - ], - [ - 9.959929, - 51.5246114 - ] - ] - }, - "id": "way/479612193" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479612194", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9599231, - 51.5245452 - ], - [ - 9.9599263, - 51.5245913 - ], - [ - 9.9603921, - 51.5245737 - ] - ] - }, - "id": "way/479612194" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479612195", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9604557, - 51.5247992 - ], - [ - 9.9604148, - 51.5247224 - ], - [ - 9.9603859, - 51.5246292 - ], - [ - 9.9603994, - 51.5246127 - ], - [ - 9.9603921, - 51.5245737 - ], - [ - 9.9603709, - 51.5244596 - ], - [ - 9.9606056, - 51.5244187 - ] - ] - }, - "id": "way/479612195" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479612211", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9609932, - 51.5245597 - ], - [ - 9.9610073, - 51.5245073 - ] - ] - }, - "id": "way/479612211" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479612213", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9610472, - 51.5245238 - ], - [ - 9.9611474, - 51.524567 - ], - [ - 9.9611793, - 51.5245901 - ], - [ - 9.9612554, - 51.5246223 - ] - ] - }, - "id": "way/479612213" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479612215", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9607458, - 51.5248173 - ], - [ - 9.9607827, - 51.5247933 - ], - [ - 9.9608155, - 51.5247701 - ], - [ - 9.9608672, - 51.5247326 - ] - ] - }, - "id": "way/479612215" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479612216", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9608826, - 51.5247203 - ], - [ - 9.9609104, - 51.5246963 - ] - ] - }, - "id": "way/479612216" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479612221", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9609486, - 51.5246648 - ], - [ - 9.9609711, - 51.5246382 - ], - [ - 9.9609838, - 51.5246163 - ], - [ - 9.9609925, - 51.5245892 - ] - ] - }, - "id": "way/479612221" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479612227", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9608829, - 51.5238987 - ], - [ - 9.9608041, - 51.5239048 - ], - [ - 9.9607682, - 51.5236298 - ], - [ - 9.960901, - 51.5236196 - ], - [ - 9.9610164, - 51.5236033 - ] - ] - }, - "id": "way/479612227" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479612228", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9616272, - 51.5237947 - ], - [ - 9.9616262, - 51.5237628 - ], - [ - 9.9616229, - 51.5237332 - ], - [ - 9.9616071, - 51.5236856 - ] - ] - }, - "id": "way/479612228" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479612230", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9620041, - 51.5238857 - ], - [ - 9.9617426, - 51.5238533 - ] - ] - }, - "id": "way/479612230" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479612231", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9619039, - 51.523897 - ], - [ - 9.9619957, - 51.5239061 - ] - ] - }, - "id": "way/479612231" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479612232", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9616081, - 51.5239691 - ], - [ - 9.9615907, - 51.523963 - ], - [ - 9.9616031, - 51.5239363 - ], - [ - 9.9616158, - 51.5238675 - ], - [ - 9.9616262, - 51.5238652 - ], - [ - 9.9618882, - 51.5238954 - ] - ] - }, - "id": "way/479612232" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479612233", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9613989, - 51.5235607 - ], - [ - 9.9614076, - 51.5235736 - ] - ] - }, - "id": "way/479612233" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479612234", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9613329, - 51.5234554 - ], - [ - 9.9613878, - 51.5235432 - ], - [ - 9.9613543, - 51.5235499 - ] - ] - }, - "id": "way/479612234" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479612235", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9611562, - 51.5234714 - ], - [ - 9.9613044, - 51.5234155 - ], - [ - 9.9613117, - 51.5234245 - ] - ] - }, - "id": "way/479612235" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479612236", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9610567, - 51.5235102 - ], - [ - 9.9609999, - 51.5235338 - ], - [ - 9.9610271, - 51.5235995 - ], - [ - 9.9610164, - 51.5236033 - ], - [ - 9.9610643, - 51.5237432 - ], - [ - 9.9612065, - 51.5237182 - ] - ] - }, - "id": "way/479612236" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479613683", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9594616, - 51.525919 - ], - [ - 9.9595264, - 51.5258029 - ] - ] - }, - "id": "way/479613683" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479613684", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.959608, - 51.5260673 - ], - [ - 9.9597158, - 51.5261384 - ], - [ - 9.9598861, - 51.5260276 - ] - ] - }, - "id": "way/479613684" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479613686", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9598115, - 51.5259389 - ], - [ - 9.9597471, - 51.5259051 - ], - [ - 9.9596724, - 51.5258594 - ], - [ - 9.9595964, - 51.5258056 - ], - [ - 9.9595595, - 51.5257626 - ] - ] - }, - "id": "way/479613686" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479613687", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.960349, - 51.5254556 - ], - [ - 9.9603791, - 51.5254683 - ], - [ - 9.9604117, - 51.5254975 - ] - ] - }, - "id": "way/479613687" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479613688", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9599738, - 51.5254494 - ], - [ - 9.9600358, - 51.5254046 - ], - [ - 9.9600831, - 51.5253629 - ], - [ - 9.9601139, - 51.5253303 - ] - ] - }, - "id": "way/479613688" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479613689", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9596107, - 51.525744 - ], - [ - 9.9595896, - 51.5257144 - ], - [ - 9.9598997, - 51.5255037 - ], - [ - 9.9599624, - 51.5255331 - ] - ] - }, - "id": "way/479613689" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479613690", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9599342, - 51.5254827 - ], - [ - 9.9600777, - 51.5255635 - ] - ] - }, - "id": "way/479613690" - }, - { - "type": "Feature", - "properties": { - "@id": "way/479613696", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9601696, - 51.5253095 - ], - [ - 9.9601485, - 51.5252999 - ], - [ - 9.9602112, - 51.5251808 - ] - ] - }, - "id": "way/479613696" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480511476", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9567452, - 51.5175575 - ], - [ - 9.9567583, - 51.5174123 - ] - ] - }, - "id": "way/480511476" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480511477", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.95712, - 51.517624 - ], - [ - 9.9573068, - 51.5176285 - ] - ] - }, - "id": "way/480511477" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480511478", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9567113, - 51.5180137 - ], - [ - 9.9567234, - 51.517882 - ], - [ - 9.9567301, - 51.5178641 - ], - [ - 9.9567475, - 51.517857 - ], - [ - 9.9570429, - 51.5178666 - ] - ] - }, - "id": "way/480511478" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480511480", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9569648, - 51.5183777 - ], - [ - 9.9570062, - 51.5183778 - ], - [ - 9.9570048, - 51.5185242 - ] - ] - }, - "id": "way/480511480" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480511481", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9567874, - 51.5185223 - ], - [ - 9.9566702, - 51.518518 - ] - ] - }, - "id": "way/480511481" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480511482", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9566733, - 51.5186028 - ], - [ - 9.9566764, - 51.5185293 - ] - ] - }, - "id": "way/480511482" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480511483", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9570049, - 51.5188611 - ], - [ - 9.9570106, - 51.5187165 - ], - [ - 9.9570773, - 51.5187175 - ] - ] - }, - "id": "way/480511483" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480511485", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9567112, - 51.5166698 - ], - [ - 9.9567109, - 51.5166854 - ] - ] - }, - "id": "way/480511485" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480511486", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9567142, - 51.5166149 - ], - [ - 9.9567112, - 51.5166552 - ] - ] - }, - "id": "way/480511486" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480511487", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9565187, - 51.5165409 - ], - [ - 9.9566411, - 51.5165361 - ], - [ - 9.956672, - 51.5165371 - ], - [ - 9.9566961, - 51.5165431 - ], - [ - 9.9567098, - 51.5165525 - ], - [ - 9.9567172, - 51.5165676 - ], - [ - 9.9567149, - 51.5165963 - ] - ] - }, - "id": "way/480511487" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480511488", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9562572, - 51.5165517 - ], - [ - 9.9564876, - 51.51654 - ] - ] - }, - "id": "way/480511488" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480511489", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9556735, - 51.5165744 - ], - [ - 9.9560926, - 51.5165571 - ] - ] - }, - "id": "way/480511489" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480514870", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9566246, - 51.5178564 - ], - [ - 9.9566213, - 51.5179397 - ] - ] - }, - "id": "way/480514870" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480514885", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9566685, - 51.5172781 - ], - [ - 9.9566639, - 51.5173405 - ] - ] - }, - "id": "way/480514885" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480514895", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9560811, - 51.5173949 - ], - [ - 9.9562625, - 51.517401 - ] - ] - }, - "id": "way/480514895" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480514897", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9562525, - 51.5175931 - ], - [ - 9.9562625, - 51.517401 - ], - [ - 9.9562739, - 51.5174006 - ], - [ - 9.9562676, - 51.5173192 - ], - [ - 9.9562709, - 51.517277 - ], - [ - 9.9562803, - 51.5172447 - ], - [ - 9.956519, - 51.5172485 - ], - [ - 9.9566578, - 51.5172551 - ] - ] - }, - "id": "way/480514897" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480514899", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9558605, - 51.5176599 - ], - [ - 9.9558263, - 51.5176597 - ], - [ - 9.9557964, - 51.5177694 - ], - [ - 9.9560184, - 51.5177995 - ], - [ - 9.9562374, - 51.5178014 - ] - ] - }, - "id": "way/480514899" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480514906", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9558236, - 51.5179945 - ], - [ - 9.9559865, - 51.5179939 - ], - [ - 9.9559866, - 51.5180088 - ], - [ - 9.9562615, - 51.5180072 - ] - ] - }, - "id": "way/480514906" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480517206", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9558168, - 51.5170555 - ], - [ - 9.9558674, - 51.5170013 - ] - ] - }, - "id": "way/480517206" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480517214", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9556612, - 51.5166325 - ], - [ - 9.9556801, - 51.516778 - ], - [ - 9.9555048, - 51.5167878 - ] - ] - }, - "id": "way/480517214" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480517216", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9563522, - 51.5167414 - ], - [ - 9.9562023, - 51.5167487 - ], - [ - 9.9561895, - 51.5166557 - ] - ] - }, - "id": "way/480517216" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480517217", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9562603, - 51.5169862 - ], - [ - 9.9562774, - 51.5167513 - ], - [ - 9.9565701, - 51.5167408 - ], - [ - 9.9565812, - 51.5167344 - ], - [ - 9.956713, - 51.5167283 - ] - ] - }, - "id": "way/480517217" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480517218", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9567076, - 51.5167677 - ], - [ - 9.9566975, - 51.5169301 - ], - [ - 9.9566644, - 51.5169223 - ] - ] - }, - "id": "way/480517218" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480517219", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9567931, - 51.5168968 - ], - [ - 9.9568011, - 51.5168067 - ], - [ - 9.9568789, - 51.516807 - ] - ] - }, - "id": "way/480517219" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480520966", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9557904, - 51.5178064 - ], - [ - 9.9558229, - 51.5178222 - ] - ] - }, - "id": "way/480520966" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480520967", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9558632, - 51.5175148 - ], - [ - 9.9558035, - 51.5174854 - ], - [ - 9.9558172, - 51.5174313 - ] - ] - }, - "id": "way/480520967" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480521894", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9554484, - 51.5182446 - ], - [ - 9.9554729, - 51.5182449 - ], - [ - 9.9554712, - 51.5182889 - ] - ] - }, - "id": "way/480521894" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480521898", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9572921, - 51.5183139 - ], - [ - 9.9570631, - 51.5183437 - ], - [ - 9.9570189, - 51.5183425 - ] - ] - }, - "id": "way/480521898" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480524837", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9555599, - 51.5173498 - ], - [ - 9.9554123, - 51.5173392 - ] - ] - }, - "id": "way/480524837" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480524839", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9557177, - 51.5174012 - ], - [ - 9.9556986, - 51.5174689 - ] - ] - }, - "id": "way/480524839" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480524840", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9556941, - 51.5174849 - ], - [ - 9.9556808, - 51.5175319 - ], - [ - 9.9556171, - 51.5175252 - ] - ] - }, - "id": "way/480524840" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480524847", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.955433, - 51.5178443 - ], - [ - 9.9554508, - 51.5177955 - ], - [ - 9.955594, - 51.5177803 - ], - [ - 9.9556959, - 51.5177906 - ], - [ - 9.9556929, - 51.5177983 - ] - ] - }, - "id": "way/480524847" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480530444", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9008098, - 51.5349033 - ], - [ - 9.9008278, - 51.53489 - ], - [ - 9.9008319, - 51.5348874 - ], - [ - 9.9009446, - 51.5349341 - ] - ] - }, - "id": "way/480530444" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480530447", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9009253, - 51.535106 - ], - [ - 9.9008284, - 51.5350539 - ], - [ - 9.9008622, - 51.5350325 - ] - ] - }, - "id": "way/480530447" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480530448", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9014473, - 51.5353349 - ], - [ - 9.9013363, - 51.5352949 - ] - ] - }, - "id": "way/480530448" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480530458", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9002143, - 51.5346863 - ], - [ - 9.9000966, - 51.5346304 - ] - ] - }, - "id": "way/480530458" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480530459", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9020067, - 51.5355453 - ], - [ - 9.9018847, - 51.5354992 - ], - [ - 9.9018086, - 51.5354704 - ], - [ - 9.901662, - 51.535415 - ], - [ - 9.9014772, - 51.5353452 - ] - ] - }, - "id": "way/480530459" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480530460", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9021684, - 51.5351631 - ], - [ - 9.9019782, - 51.5350896 - ], - [ - 9.901662, - 51.535415 - ] - ] - }, - "id": "way/480530460" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480533577", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9004624, - 51.5366537 - ], - [ - 9.9004962, - 51.536637 - ], - [ - 9.9005197, - 51.5366439 - ], - [ - 9.9005267, - 51.5366582 - ], - [ - 9.9004359, - 51.5367898 - ] - ] - }, - "id": "way/480533577" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480533578", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9005894, - 51.5365177 - ], - [ - 9.9005854, - 51.5365488 - ], - [ - 9.900576, - 51.5365738 - ], - [ - 9.9005505, - 51.5366178 - ] - ] - }, - "id": "way/480533578" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480533585", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8983401, - 51.5362266 - ], - [ - 9.8984254, - 51.5361363 - ] - ] - }, - "id": "way/480533585" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480533588", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8991645, - 51.5359063 - ], - [ - 9.8991927, - 51.5358606 - ], - [ - 9.8992125, - 51.5358653 - ], - [ - 9.8991789, - 51.5359197 - ] - ] - }, - "id": "way/480533588" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480533589", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8997085, - 51.5360702 - ], - [ - 9.89974, - 51.5360199 - ], - [ - 9.8999573, - 51.5360969 - ], - [ - 9.9001803, - 51.5361853 - ] - ] - }, - "id": "way/480533589" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480533590", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8994538, - 51.535991 - ], - [ - 9.8994901, - 51.5359415 - ], - [ - 9.8997075, - 51.5360108 - ], - [ - 9.8996898, - 51.5360395 - ] - ] - }, - "id": "way/480533590" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480681126", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9009061, - 51.5366015 - ], - [ - 9.901565, - 51.5367493 - ] - ] - }, - "id": "way/480681126" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480681132", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9015429, - 51.5362464 - ], - [ - 9.9014652, - 51.5362311 - ], - [ - 9.9014598, - 51.5362263 - ], - [ - 9.9014635, - 51.5362188 - ], - [ - 9.9014816, - 51.5362063 - ], - [ - 9.9015315, - 51.5361813 - ], - [ - 9.9015845, - 51.5361511 - ], - [ - 9.9016268, - 51.536121 - ], - [ - 9.9016663, - 51.5360847 - ], - [ - 9.9017116, - 51.5360364 - ], - [ - 9.901787, - 51.5359577 - ] - ] - }, - "id": "way/480681132" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480681133", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9013168, - 51.536271 - ], - [ - 9.9013857, - 51.5362468 - ] - ] - }, - "id": "way/480681133" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480681134", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9008451, - 51.5364417 - ], - [ - 9.9009039, - 51.5364104 - ], - [ - 9.9011963, - 51.5363137 - ] - ] - }, - "id": "way/480681134" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480684072", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8994674, - 51.5351398 - ], - [ - 9.8997172, - 51.5348801 - ], - [ - 9.8996553, - 51.5348571 - ], - [ - 9.8998276, - 51.5346806 - ], - [ - 9.8998511, - 51.534666 - ], - [ - 9.8998799, - 51.5346594 - ], - [ - 9.8999058, - 51.5346581 - ], - [ - 9.8999302, - 51.534661 - ], - [ - 9.8999651, - 51.5346736 - ], - [ - 9.9002896, - 51.5348241 - ], - [ - 9.9003798, - 51.5348827 - ], - [ - 9.9003493, - 51.5349115 - ] - ] - }, - "id": "way/480684072" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480684096", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9005837, - 51.5369035 - ], - [ - 9.9005193, - 51.5368876 - ], - [ - 9.9005694, - 51.5368087 - ], - [ - 9.9006377, - 51.5368247 - ] - ] - }, - "id": "way/480684096" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480684097", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9011619, - 51.5371717 - ], - [ - 9.9011359, - 51.5371649 - ] - ] - }, - "id": "way/480684097" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480684098", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9010293, - 51.5371367 - ], - [ - 9.9008674, - 51.5370966 - ] - ] - }, - "id": "way/480684098" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480684099", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9008271, - 51.5370866 - ], - [ - 9.9006447, - 51.5370413 - ] - ] - }, - "id": "way/480684099" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480684100", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9006001, - 51.5370303 - ], - [ - 9.9004756, - 51.5369994 - ], - [ - 9.9004666, - 51.5369706 - ], - [ - 9.9005107, - 51.5369012 - ], - [ - 9.9005745, - 51.5369169 - ] - ] - }, - "id": "way/480684100" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480687326", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.900769, - 51.5365205 - ], - [ - 9.9008153, - 51.5364685 - ] - ] - }, - "id": "way/480687326" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480687334", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8993158, - 51.5353065 - ], - [ - 9.8992449, - 51.5352823 - ], - [ - 9.8993842, - 51.5351389 - ], - [ - 9.8994461, - 51.535162 - ] - ] - }, - "id": "way/480687334" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480687335", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8991655, - 51.5357626 - ], - [ - 9.8990246, - 51.5357359 - ], - [ - 9.8989807, - 51.5357227 - ], - [ - 9.8989566, - 51.5357115 - ], - [ - 9.8989395, - 51.5356965 - ], - [ - 9.8989217, - 51.5356764 - ], - [ - 9.8989167, - 51.5356581 - ], - [ - 9.8989184, - 51.5356416 - ], - [ - 9.8989278, - 51.535618 - ], - [ - 9.8989425, - 51.5355968 - ], - [ - 9.8992047, - 51.535325 - ], - [ - 9.8992691, - 51.5353475 - ] - ] - }, - "id": "way/480687335" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480687336", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8993891, - 51.535821 - ], - [ - 9.8991886, - 51.535769 - ] - ] - }, - "id": "way/480687336" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480687337", - "barrier": "hedge", - "height": "1.4", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8997405, - 51.5359282 - ], - [ - 9.8995487, - 51.5358685 - ], - [ - 9.8994106, - 51.5358303 - ] - ] - }, - "id": "way/480687337" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480687338", - "barrier": "hedge", - "height": "1.4", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9001394, - 51.5360668 - ], - [ - 9.9000013, - 51.5360045 - ] - ] - }, - "id": "way/480687338" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480687339", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.900344, - 51.5361542 - ], - [ - 9.9002011, - 51.5360908 - ] - ] - }, - "id": "way/480687339" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480687340", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9005595, - 51.5362587 - ], - [ - 9.9003983, - 51.5361834 - ] - ] - }, - "id": "way/480687340" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480687341", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9011461, - 51.5362351 - ], - [ - 9.9010437, - 51.53627 - ], - [ - 9.9008338, - 51.5363211 - ], - [ - 9.9007822, - 51.536325 - ], - [ - 9.9007473, - 51.5363242 - ], - [ - 9.9007037, - 51.5363167 - ], - [ - 9.9006554, - 51.5363015 - ], - [ - 9.9006028, - 51.5362777 - ] - ] - }, - "id": "way/480687341" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480687342", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9015082, - 51.5360767 - ], - [ - 9.9014567, - 51.5361133 - ], - [ - 9.9014088, - 51.536135 - ] - ] - }, - "id": "way/480687342" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480687343", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.90164, - 51.5359531 - ], - [ - 9.9015305, - 51.5360603 - ] - ] - }, - "id": "way/480687343" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480687344", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9017555, - 51.5358282 - ], - [ - 9.9016547, - 51.5359364 - ] - ] - }, - "id": "way/480687344" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480687345", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9018857, - 51.5356953 - ], - [ - 9.9017806, - 51.5358056 - ] - ] - }, - "id": "way/480687345" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480687346", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9019414, - 51.535558 - ], - [ - 9.9019947, - 51.5355784 - ], - [ - 9.9019058, - 51.5356774 - ] - ] - }, - "id": "way/480687346" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480687347", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.900751, - 51.5351931 - ], - [ - 9.9008558, - 51.5352461 - ], - [ - 9.9008941, - 51.5352671 - ] - ] - }, - "id": "way/480687347" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480687348", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9008933, - 51.5352096 - ], - [ - 9.9008941, - 51.5352671 - ], - [ - 9.9008943, - 51.5352812 - ] - ] - }, - "id": "way/480687348" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480687349", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9004159, - 51.5349963 - ], - [ - 9.9005802, - 51.5350954 - ], - [ - 9.9006054, - 51.5351099 - ], - [ - 9.9007166, - 51.5351738 - ], - [ - 9.9007433, - 51.5351497 - ] - ] - }, - "id": "way/480687349" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480687350", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9003755, - 51.5349363 - ], - [ - 9.9004301, - 51.5349553 - ] - ] - }, - "id": "way/480687350" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480687351", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9004221, - 51.5349169 - ], - [ - 9.9004655, - 51.5349439 - ] - ] - }, - "id": "way/480687351" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480688853", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9021816, - 51.5353831 - ], - [ - 9.902079, - 51.5354911 - ] - ] - }, - "id": "way/480688853" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480688855", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9022616, - 51.5352993 - ], - [ - 9.9022204, - 51.5353425 - ] - ] - }, - "id": "way/480688855" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480688856", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9021901, - 51.5353742 - ], - [ - 9.9021816, - 51.5353831 - ], - [ - 9.9019967, - 51.5353149 - ] - ] - }, - "id": "way/480688856" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480688857", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9022322, - 51.5351815 - ], - [ - 9.9023371, - 51.5352202 - ], - [ - 9.9022738, - 51.5352865 - ] - ] - }, - "id": "way/480688857" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480688858", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9023865, - 51.53517 - ], - [ - 9.9023648, - 51.5351917 - ] - ] - }, - "id": "way/480688858" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480688859", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9024664, - 51.5350897 - ], - [ - 9.902405, - 51.5351514 - ] - ] - }, - "id": "way/480688859" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480688860", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9025336, - 51.5350162 - ], - [ - 9.9025195, - 51.5350318 - ], - [ - 9.9024877, - 51.5350206 - ] - ] - }, - "id": "way/480688860" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480688861", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.902369, - 51.5347894 - ], - [ - 9.9025571, - 51.534861 - ], - [ - 9.9025854, - 51.5348747 - ], - [ - 9.9025987, - 51.5348894 - ], - [ - 9.9026069, - 51.5349064 - ], - [ - 9.9026089, - 51.5349224 - ], - [ - 9.9026057, - 51.5349369 - ], - [ - 9.902599, - 51.5349513 - ], - [ - 9.9025494, - 51.5350037 - ] - ] - }, - "id": "way/480688861" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480694877", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9546779, - 51.5181619 - ], - [ - 9.954726, - 51.5181628 - ] - ] - }, - "id": "way/480694877" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480694878", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9546799, - 51.5181213 - ], - [ - 9.9547281, - 51.5181223 - ] - ] - }, - "id": "way/480694878" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480694879", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.954682, - 51.518081 - ], - [ - 9.9547301, - 51.5180819 - ] - ] - }, - "id": "way/480694879" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480694880", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9547238, - 51.5182055 - ], - [ - 9.9546757, - 51.5182046 - ], - [ - 9.9546779, - 51.5181619 - ], - [ - 9.9546799, - 51.5181213 - ], - [ - 9.954682, - 51.518081 - ], - [ - 9.9546843, - 51.5180342 - ], - [ - 9.954739, - 51.5180353 - ] - ] - }, - "id": "way/480694880" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480696086", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.954654, - 51.51741 - ], - [ - 9.9546423, - 51.5174098 - ], - [ - 9.9546349, - 51.5174054 - ], - [ - 9.9546352, - 51.517401 - ], - [ - 9.9546431, - 51.5173967 - ], - [ - 9.9546958, - 51.5173966 - ] - ] - }, - "id": "way/480696086" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480696088", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9546207, - 51.5174572 - ], - [ - 9.9546525, - 51.5174575 - ] - ] - }, - "id": "way/480696088" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480696090", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.954621, - 51.5175004 - ], - [ - 9.9546529, - 51.5175007 - ] - ] - }, - "id": "way/480696090" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480696092", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9546171, - 51.5175472 - ], - [ - 9.954649, - 51.5175475 - ] - ] - }, - "id": "way/480696092" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734838", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.955834, - 51.5145019 - ], - [ - 9.9557555, - 51.5145954 - ] - ] - }, - "id": "way/480734838" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734872", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9547412, - 51.5149832 - ], - [ - 9.9549584, - 51.515039 - ] - ] - }, - "id": "way/480734872" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734873", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9546604, - 51.5151217 - ], - [ - 9.9548754, - 51.5151696 - ] - ] - }, - "id": "way/480734873" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734874", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9543313, - 51.5157353 - ], - [ - 9.9545279, - 51.5157746 - ] - ] - }, - "id": "way/480734874" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734876", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9544525, - 51.5159415 - ], - [ - 9.9542298, - 51.5159244 - ], - [ - 9.9543313, - 51.5157353 - ], - [ - 9.9546604, - 51.5151217 - ], - [ - 9.9547033, - 51.5150418 - ], - [ - 9.9547412, - 51.5149832 - ], - [ - 9.9548216, - 51.5148589 - ], - [ - 9.9548746, - 51.5147587 - ], - [ - 9.9548974, - 51.5147232 - ], - [ - 9.9549477, - 51.5146744 - ], - [ - 9.9551088, - 51.5147161 - ], - [ - 9.9551388, - 51.5147239 - ] - ] - }, - "id": "way/480734876" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734878", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9552866, - 51.5140622 - ], - [ - 9.9553515, - 51.5139595 - ], - [ - 9.9553741, - 51.5139599 - ], - [ - 9.9553988, - 51.513964 - ], - [ - 9.9554233, - 51.5139736 - ], - [ - 9.9554466, - 51.5139886 - ] - ] - }, - "id": "way/480734878" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734879", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9557589, - 51.5141876 - ], - [ - 9.9559369, - 51.5143028 - ], - [ - 9.9559547, - 51.5143249 - ], - [ - 9.9559601, - 51.5143422 - ], - [ - 9.9559567, - 51.5143643 - ], - [ - 9.9559517, - 51.5143804 - ], - [ - 9.955944, - 51.5143958 - ], - [ - 9.9559302, - 51.5144129 - ], - [ - 9.9558528, - 51.514487 - ] - ] - }, - "id": "way/480734879" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734880", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9556409, - 51.5147232 - ], - [ - 9.9555125, - 51.5148845 - ] - ] - }, - "id": "way/480734880" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734881", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9557183, - 51.5146328 - ], - [ - 9.9556542, - 51.5147076 - ] - ] - }, - "id": "way/480734881" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734882", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9549362, - 51.5159104 - ], - [ - 9.954917, - 51.5159715 - ] - ] - }, - "id": "way/480734882" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734883", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9549752, - 51.5157861 - ], - [ - 9.9549416, - 51.515893 - ] - ] - }, - "id": "way/480734883" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734884", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9550826, - 51.5155464 - ], - [ - 9.9550317, - 51.5156471 - ] - ] - }, - "id": "way/480734884" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734885", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9550927, - 51.515459 - ], - [ - 9.9551302, - 51.5154678 - ], - [ - 9.9550943, - 51.5155272 - ] - ] - }, - "id": "way/480734885" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734886", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.955261, - 51.5152456 - ], - [ - 9.9552008, - 51.5153458 - ] - ] - }, - "id": "way/480734886" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734887", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9553386, - 51.5151289 - ], - [ - 9.9552724, - 51.5152284 - ] - ] - }, - "id": "way/480734887" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734888", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.95542, - 51.515014 - ], - [ - 9.9553502, - 51.5151114 - ] - ] - }, - "id": "way/480734888" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734889", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9554809, - 51.5149291 - ], - [ - 9.9554326, - 51.5149965 - ] - ] - }, - "id": "way/480734889" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734890", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9551907, - 51.5153628 - ], - [ - 9.9551551, - 51.5154221 - ], - [ - 9.9551172, - 51.5154137 - ] - ] - }, - "id": "way/480734890" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734891", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9550233, - 51.5156637 - ], - [ - 9.9549817, - 51.5157695 - ] - ] - }, - "id": "way/480734891" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734892", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9548926, - 51.5160923 - ], - [ - 9.9548785, - 51.5161994 - ] - ] - }, - "id": "way/480734892" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734893", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9548761, - 51.5162174 - ], - [ - 9.9548618, - 51.5163263 - ] - ] - }, - "id": "way/480734893" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734894", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9548596, - 51.5163426 - ], - [ - 9.9548456, - 51.5164495 - ] - ] - }, - "id": "way/480734894" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734895", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9549049, - 51.5159983 - ], - [ - 9.9548949, - 51.5160745 - ] - ] - }, - "id": "way/480734895" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734899", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9558016, - 51.5161882 - ], - [ - 9.955806, - 51.5160551 - ], - [ - 9.9559572, - 51.516054 - ] - ] - }, - "id": "way/480734899" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734900", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9555814, - 51.5160636 - ], - [ - 9.9557822, - 51.5160557 - ] - ] - }, - "id": "way/480734900" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734901", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9554442, - 51.5160617 - ], - [ - 9.9555572, - 51.5160636 - ] - ] - }, - "id": "way/480734901" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480734902", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9550667, - 51.51627 - ], - [ - 9.9550943, - 51.51609 - ], - [ - 9.9551287, - 51.516064 - ], - [ - 9.9551559, - 51.5160549 - ], - [ - 9.9551891, - 51.5160532 - ], - [ - 9.955398, - 51.5160613 - ] - ] - }, - "id": "way/480734902" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480757555", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9565697, - 51.5149133 - ], - [ - 9.9562924, - 51.5147995 - ], - [ - 9.9563442, - 51.5147506 - ] - ] - }, - "id": "way/480757555" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480757556", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9558783, - 51.5153035 - ], - [ - 9.9558438, - 51.5153566 - ], - [ - 9.9557531, - 51.5153338 - ] - ] - }, - "id": "way/480757556" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480757557", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9554545, - 51.5154285 - ], - [ - 9.9555944, - 51.5154587 - ] - ] - }, - "id": "way/480757557" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480757558", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9558761, - 51.5157174 - ], - [ - 9.9557473, - 51.515693 - ] - ] - }, - "id": "way/480757558" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480757559", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9556989, - 51.5158304 - ], - [ - 9.9556168, - 51.515814 - ], - [ - 9.9556329, - 51.5157829 - ] - ] - }, - "id": "way/480757559" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480757560", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.956144, - 51.5158108 - ], - [ - 9.9561108, - 51.5158753 - ] - ] - }, - "id": "way/480757560" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480757561", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9562107, - 51.5156766 - ], - [ - 9.9561808, - 51.5157399 - ] - ] - }, - "id": "way/480757561" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480757562", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9563052, - 51.5155129 - ], - [ - 9.9562834, - 51.5155496 - ] - ] - }, - "id": "way/480757562" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480757563", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9562737, - 51.5154759 - ], - [ - 9.956321, - 51.5154857 - ] - ] - }, - "id": "way/480757563" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480757564", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9563629, - 51.5154229 - ], - [ - 9.956332, - 51.5154686 - ] - ] - }, - "id": "way/480757564" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480757565", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9563915, - 51.5153835 - ], - [ - 9.9564166, - 51.5153485 - ], - [ - 9.9563837, - 51.5153394 - ] - ] - }, - "id": "way/480757565" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480757566", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9566579, - 51.5147663 - ], - [ - 9.9568175, - 51.5148679 - ], - [ - 9.9568219, - 51.5148798 - ], - [ - 9.9568145, - 51.5148926 - ], - [ - 9.9567552, - 51.5149577 - ] - ] - }, - "id": "way/480757566" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480757567", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9564514, - 51.5146439 - ], - [ - 9.9566217, - 51.5147469 - ] - ] - }, - "id": "way/480757567" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480757568", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9559186, - 51.5145318 - ], - [ - 9.9559867, - 51.5144596 - ], - [ - 9.9560058, - 51.5144477 - ], - [ - 9.9560276, - 51.5144406 - ], - [ - 9.9560558, - 51.5144385 - ], - [ - 9.9560893, - 51.5144388 - ], - [ - 9.9561242, - 51.5144438 - ], - [ - 9.9561554, - 51.5144525 - ] - ] - }, - "id": "way/480757568" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480757569", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.955729, - 51.5148167 - ], - [ - 9.9556787, - 51.5148004 - ], - [ - 9.955727, - 51.5147428 - ] - ] - }, - "id": "way/480757569" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480757570", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.955584, - 51.514932 - ], - [ - 9.9556638, - 51.5148248 - ] - ] - }, - "id": "way/480757570" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480757571", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9555066, - 51.5151077 - ], - [ - 9.9558865, - 51.5152103 - ] - ] - }, - "id": "way/480757571" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480757572", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9555117, - 51.5150704 - ], - [ - 9.9554868, - 51.5150635 - ], - [ - 9.9555417, - 51.5149867 - ] - ] - }, - "id": "way/480757572" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480757573", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9552732, - 51.5153902 - ], - [ - 9.9553292, - 51.5152934 - ] - ] - }, - "id": "way/480757573" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480757574", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9552132, - 51.5154914 - ], - [ - 9.9552504, - 51.5154265 - ] - ] - }, - "id": "way/480757574" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480757575", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9552984, - 51.515546 - ], - [ - 9.9554996, - 51.5155896 - ] - ] - }, - "id": "way/480757575" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480757576", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9551341, - 51.5156343 - ], - [ - 9.9551727, - 51.5155617 - ] - ] - }, - "id": "way/480757576" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480757577", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9551026, - 51.515704 - ], - [ - 9.9551247, - 51.5156516 - ] - ] - }, - "id": "way/480757577" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480757578", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9550637, - 51.5157949 - ], - [ - 9.9550915, - 51.5157313 - ] - ] - }, - "id": "way/480757578" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480757579", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9551415, - 51.5159861 - ], - [ - 9.9551113, - 51.5159804 - ], - [ - 9.9550858, - 51.515971 - ], - [ - 9.955064, - 51.5159587 - ], - [ - 9.9550479, - 51.5159437 - ], - [ - 9.9550365, - 51.5159264 - ], - [ - 9.9550308, - 51.5159047 - ], - [ - 9.9550322, - 51.5158828 - ], - [ - 9.955054, - 51.5158144 - ] - ] - }, - "id": "way/480757579" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480759264", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9574095, - 51.5157258 - ], - [ - 9.9573787, - 51.5157717 - ] - ] - }, - "id": "way/480759264" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480759265", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9574799, - 51.5156096 - ], - [ - 9.9574411, - 51.5156779 - ] - ] - }, - "id": "way/480759265" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480759266", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9575637, - 51.5155966 - ], - [ - 9.9576454, - 51.5154034 - ] - ] - }, - "id": "way/480759266" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480759267", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9574959, - 51.515267 - ], - [ - 9.957557, - 51.5153031 - ], - [ - 9.9575851, - 51.5153527 - ], - [ - 9.9575812, - 51.5153677 - ] - ] - }, - "id": "way/480759267" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480759268", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9567428, - 51.5150469 - ], - [ - 9.9568557, - 51.5149296 - ] - ] - }, - "id": "way/480759268" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480759269", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9566177, - 51.5151899 - ], - [ - 9.956675, - 51.5151233 - ] - ] - }, - "id": "way/480759269" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480759270", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9565704, - 51.5152464 - ], - [ - 9.9565971, - 51.5152142 - ] - ] - }, - "id": "way/480759270" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480759271", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9563609, - 51.5155262 - ], - [ - 9.9563776, - 51.5154961 - ], - [ - 9.9563907, - 51.515484 - ] - ] - }, - "id": "way/480759271" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480759272", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9562999, - 51.5156359 - ], - [ - 9.9563418, - 51.5155621 - ] - ] - }, - "id": "way/480759272" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480759273", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9562828, - 51.5156666 - ], - [ - 9.9563548, - 51.5156823 - ] - ] - }, - "id": "way/480759273" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480759274", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9562296, - 51.5157613 - ], - [ - 9.9562828, - 51.5156666 - ], - [ - 9.9562922, - 51.5156498 - ] - ] - }, - "id": "way/480759274" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480759276", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9565677, - 51.5160597 - ], - [ - 9.9567448, - 51.5160741 - ] - ] - }, - "id": "way/480759276" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480759277", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9563783, - 51.5160476 - ], - [ - 9.9564806, - 51.5160551 - ] - ] - }, - "id": "way/480759277" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480759278", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.956035, - 51.516049 - ], - [ - 9.9563518, - 51.5160488 - ] - ] - }, - "id": "way/480759278" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480759279", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.955981, - 51.5160501 - ], - [ - 9.9560132, - 51.5160503 - ] - ] - }, - "id": "way/480759279" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480760559", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.955588, - 51.5164719 - ], - [ - 9.9556034, - 51.5163374 - ] - ] - }, - "id": "way/480760559" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480760560", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9554341, - 51.5164791 - ], - [ - 9.955588, - 51.5164719 - ], - [ - 9.95565, - 51.516469 - ] - ] - }, - "id": "way/480760560" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480760561", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9550425, - 51.5165168 - ], - [ - 9.9549718, - 51.5165261 - ], - [ - 9.9549476, - 51.5165136 - ], - [ - 9.9549604, - 51.5163711 - ], - [ - 9.9549751, - 51.5163601 - ], - [ - 9.9550057, - 51.5163488 - ] - ] - }, - "id": "way/480760561" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480761721", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9578789, - 51.5153341 - ], - [ - 9.9578615, - 51.5153255 - ] - ] - }, - "id": "way/480761721" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480761722", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9578414, - 51.5153114 - ], - [ - 9.9577948, - 51.5152899 - ] - ] - }, - "id": "way/480761722" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480761723", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9577086, - 51.5152398 - ], - [ - 9.9576301, - 51.5151916 - ] - ] - }, - "id": "way/480761723" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480761724", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9575248, - 51.5151268 - ], - [ - 9.9575473, - 51.5149934 - ] - ] - }, - "id": "way/480761724" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480761725", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9575721, - 51.5151549 - ], - [ - 9.9575248, - 51.5151268 - ], - [ - 9.9573747, - 51.5150378 - ] - ] - }, - "id": "way/480761725" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480761759", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9561805, - 51.5160849 - ], - [ - 9.9561768, - 51.5161729 - ] - ] - }, - "id": "way/480761759" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480761760", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9556118, - 51.5161042 - ], - [ - 9.9556041, - 51.5162229 - ] - ] - }, - "id": "way/480761760" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480762846", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9562841, - 51.5143545 - ], - [ - 9.9559867, - 51.5141569 - ] - ] - }, - "id": "way/480762846" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480764009", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9609109, - 51.512319 - ], - [ - 9.9608821, - 51.512474 - ] - ] - }, - "id": "way/480764009" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480764010", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9608727, - 51.5124961 - ], - [ - 9.9608372, - 51.5126326 - ] - ] - }, - "id": "way/480764010" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480764011", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.960866, - 51.5127098 - ], - [ - 9.9609176, - 51.5125395 - ] - ] - }, - "id": "way/480764011" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480764020", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9596018, - 51.5124946 - ], - [ - 9.9593111, - 51.5124731 - ] - ] - }, - "id": "way/480764020" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480764021", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9602277, - 51.5124998 - ], - [ - 9.960221, - 51.5125275 - ], - [ - 9.9601899, - 51.5125342 - ], - [ - 9.9601647, - 51.5125357 - ], - [ - 9.9601439, - 51.5125265 - ], - [ - 9.9600906, - 51.5125259 - ], - [ - 9.9596601, - 51.5124994 - ] - ] - }, - "id": "way/480764021" - }, - { - "type": "Feature", - "properties": { - "@id": "way/480764022", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9590395, - 51.5124588 - ], - [ - 9.9585208, - 51.5124299 - ] - ] - }, - "id": "way/480764022" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202142", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.957826, - 51.5262847 - ], - [ - 9.9579091, - 51.5261612 - ], - [ - 9.9579685, - 51.5260943 - ], - [ - 9.9579836, - 51.5260834 - ], - [ - 9.9580003, - 51.5260782 - ], - [ - 9.9580208, - 51.5260763 - ], - [ - 9.9581287, - 51.5260774 - ], - [ - 9.9581422, - 51.5260805 - ], - [ - 9.9582075, - 51.526117 - ] - ] - }, - "id": "way/481202142" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202143", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9578585, - 51.5258548 - ], - [ - 9.9578944, - 51.5258469 - ], - [ - 9.9579205, - 51.5258938 - ], - [ - 9.9578964, - 51.5259768 - ] - ] - }, - "id": "way/481202143" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202144", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9578065, - 51.5256992 - ], - [ - 9.9578602, - 51.525781 - ] - ] - }, - "id": "way/481202144" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202147", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9573449, - 51.5256911 - ], - [ - 9.9572441, - 51.5256635 - ], - [ - 9.9574225, - 51.525519 - ], - [ - 9.9574882, - 51.5255085 - ], - [ - 9.9575479, - 51.5255044 - ], - [ - 9.957565, - 51.5255083 - ], - [ - 9.9576169, - 51.5255367 - ], - [ - 9.9577346, - 51.5256258 - ], - [ - 9.9575794, - 51.5257515 - ] - ] - }, - "id": "way/481202147" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202152", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.957806, - 51.5251861 - ], - [ - 9.9580692, - 51.5253151 - ] - ] - }, - "id": "way/481202152" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202153", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9576649, - 51.5254331 - ], - [ - 9.9576327, - 51.5254154 - ], - [ - 9.9576146, - 51.5253977 - ], - [ - 9.9576062, - 51.5253803 - ], - [ - 9.9576042, - 51.5253649 - ], - [ - 9.9576082, - 51.5253503 - ], - [ - 9.957806, - 51.5251861 - ], - [ - 9.9579489, - 51.525071 - ], - [ - 9.9579844, - 51.5250879 - ] - ] - }, - "id": "way/481202153" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202154", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9577933, - 51.5254995 - ], - [ - 9.9578355, - 51.5254728 - ] - ] - }, - "id": "way/481202154" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202156", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9593084, - 51.5258693 - ], - [ - 9.9592913, - 51.5259027 - ], - [ - 9.9592705, - 51.5259237 - ], - [ - 9.9592464, - 51.5259444 - ], - [ - 9.9591676, - 51.5259853 - ], - [ - 9.9590989, - 51.5260145 - ], - [ - 9.9589353, - 51.5260554 - ], - [ - 9.9588236, - 51.5260766 - ] - ] - }, - "id": "way/481202156" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202158", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9591989, - 51.5256751 - ], - [ - 9.9590337, - 51.5257072 - ], - [ - 9.9589073, - 51.5257329 - ], - [ - 9.9587034, - 51.5257735 - ] - ] - }, - "id": "way/481202158" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202164", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9590107, - 51.5253142 - ], - [ - 9.9590187, - 51.5253447 - ], - [ - 9.9590368, - 51.5253868 - ] - ] - }, - "id": "way/481202164" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202165", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9588899, - 51.5254758 - ], - [ - 9.9584784, - 51.5255163 - ] - ] - }, - "id": "way/481202165" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202180", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9591567, - 51.5254071 - ], - [ - 9.9591339, - 51.5253572 - ], - [ - 9.9591302, - 51.5253318 - ] - ] - }, - "id": "way/481202180" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202181", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9591912, - 51.5254699 - ], - [ - 9.9591641, - 51.5254229 - ] - ] - }, - "id": "way/481202181" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202182", - "barrier": "hedge", - "leaf_type": "broadleaved", - "source": "survey" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.959724, - 51.5254919 - ], - [ - 9.9595922, - 51.5255872 - ], - [ - 9.959441, - 51.5256757 - ] - ] - }, - "id": "way/481202182" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202183", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.959441, - 51.5256757 - ], - [ - 9.9594092, - 51.525693 - ], - [ - 9.9593907, - 51.5256944 - ], - [ - 9.9593696, - 51.5256934 - ], - [ - 9.9593518, - 51.5256895 - ], - [ - 9.9593307, - 51.5256822 - ], - [ - 9.959261, - 51.5255919 - ] - ] - }, - "id": "way/481202183" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202189", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9597723, - 51.52539 - ], - [ - 9.9598016, - 51.5254288 - ], - [ - 9.9598021, - 51.5254386 - ], - [ - 9.959724, - 51.5254919 - ] - ] - }, - "id": "way/481202189" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202190", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9599987, - 51.5252834 - ], - [ - 9.959976, - 51.5253106 - ], - [ - 9.9598784, - 51.5253838 - ], - [ - 9.9598569, - 51.5253827 - ] - ] - }, - "id": "way/481202190" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202191", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9598405, - 51.5251139 - ], - [ - 9.9599783, - 51.5250876 - ], - [ - 9.9600313, - 51.5252023 - ], - [ - 9.9600346, - 51.5252275 - ], - [ - 9.9600276, - 51.5252446 - ], - [ - 9.9600175, - 51.5252647 - ] - ] - }, - "id": "way/481202191" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202192", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9595096, - 51.5250247 - ], - [ - 9.9594972, - 51.5249688 - ] - ] - }, - "id": "way/481202192" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202193", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9590865, - 51.5250336 - ], - [ - 9.9595096, - 51.5250247 - ], - [ - 9.95953, - 51.5250829 - ], - [ - 9.9595337, - 51.5251217 - ], - [ - 9.9595418, - 51.5251413 - ] - ] - }, - "id": "way/481202193" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202194", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9602194, - 51.5256401 - ], - [ - 9.9603085, - 51.5256902 - ] - ] - }, - "id": "way/481202194" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202198", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9587277, - 51.5261831 - ], - [ - 9.9588695, - 51.5261649 - ] - ] - }, - "id": "way/481202198" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202199", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9587522, - 51.5264195 - ], - [ - 9.9588846, - 51.5264045 - ] - ] - }, - "id": "way/481202199" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202223", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9594313, - 51.5246399 - ], - [ - 9.9594296, - 51.5245709 - ], - [ - 9.9598226, - 51.5245805 - ], - [ - 9.9598252, - 51.5246485 - ], - [ - 9.959837, - 51.5247202 - ] - ] - }, - "id": "way/481202223" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202225", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9591383, - 51.5247781 - ], - [ - 9.9591621, - 51.5247566 - ], - [ - 9.9591815, - 51.5247447 - ], - [ - 9.9592, - 51.5247397 - ] - ] - }, - "id": "way/481202225" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202226", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9593133, - 51.524647 - ], - [ - 9.9595177, - 51.5246424 - ], - [ - 9.9595283, - 51.5248273 - ], - [ - 9.9594209, - 51.5248297 - ], - [ - 9.9590779, - 51.5248409 - ] - ] - }, - "id": "way/481202226" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202227", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9594336, - 51.5243877 - ], - [ - 9.9595628, - 51.5243908 - ] - ] - }, - "id": "way/481202227" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202229", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.958986, - 51.5245622 - ], - [ - 9.958983, - 51.5245032 - ], - [ - 9.9592663, - 51.5243912 - ], - [ - 9.9594333, - 51.5243947 - ], - [ - 9.9594336, - 51.5243877 - ], - [ - 9.9594377, - 51.5242864 - ], - [ - 9.9596331, - 51.5241915 - ], - [ - 9.9597498, - 51.524168 - ] - ] - }, - "id": "way/481202229" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202233", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9600475, - 51.5242129 - ], - [ - 9.9603268, - 51.5242133 - ] - ] - }, - "id": "way/481202233" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202239", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9599253, - 51.5244032 - ], - [ - 9.9600355, - 51.5244013 - ] - ] - }, - "id": "way/481202239" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202240", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9600033, - 51.5244367 - ], - [ - 9.9599262, - 51.5244324 - ], - [ - 9.9599253, - 51.5244032 - ], - [ - 9.9599252, - 51.5243977 - ], - [ - 9.9599785, - 51.5243573 - ] - ] - }, - "id": "way/481202240" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481202241", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9599225, - 51.5245275 - ], - [ - 9.9599218, - 51.5244741 - ], - [ - 9.9600039, - 51.5244707 - ] - ] - }, - "id": "way/481202241" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481204158", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9585137, - 51.5270621 - ], - [ - 9.9583132, - 51.5271153 - ], - [ - 9.958173, - 51.5271447 - ], - [ - 9.9580815, - 51.5271574 - ] - ] - }, - "id": "way/481204158" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481204161", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9577033, - 51.5272657 - ], - [ - 9.9578357, - 51.5272684 - ], - [ - 9.9578367, - 51.5272815 - ] - ] - }, - "id": "way/481204161" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481204162", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9576161, - 51.5272625 - ], - [ - 9.9576684, - 51.5272652 - ] - ] - }, - "id": "way/481204162" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481204163", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9579946, - 51.527288 - ], - [ - 9.9579775, - 51.5272887 - ], - [ - 9.9579757, - 51.5272721 - ], - [ - 9.9579871, - 51.5272635 - ], - [ - 9.9580773, - 51.5272564 - ], - [ - 9.958083, - 51.5272723 - ] - ] - }, - "id": "way/481204163" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481204164", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9588538, - 51.5271205 - ], - [ - 9.9587985, - 51.5270538 - ], - [ - 9.9591257, - 51.5269324 - ], - [ - 9.9591928, - 51.5270025 - ] - ] - }, - "id": "way/481204164" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481204166", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9595056, - 51.526797 - ], - [ - 9.9596712, - 51.5267336 - ], - [ - 9.9597225, - 51.5267309 - ] - ] - }, - "id": "way/481204166" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481204167", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9600635, - 51.5265396 - ], - [ - 9.9599599, - 51.5266014 - ], - [ - 9.9598231, - 51.5266704 - ], - [ - 9.9597446, - 51.5267029 - ] - ] - }, - "id": "way/481204167" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481204168", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9602718, - 51.5264842 - ], - [ - 9.960182, - 51.5264354 - ] - ] - }, - "id": "way/481204168" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481204169", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9602051, - 51.5264194 - ], - [ - 9.9605012, - 51.5261194 - ] - ] - }, - "id": "way/481204169" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481204170", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9609028, - 51.5256925 - ], - [ - 9.9609913, - 51.5255943 - ], - [ - 9.9610467, - 51.5255961 - ] - ] - }, - "id": "way/481204170" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481204171", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.960696, - 51.5259928 - ], - [ - 9.9606316, - 51.5259691 - ], - [ - 9.9608837, - 51.5256894 - ] - ] - }, - "id": "way/481204171" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481254764", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9558333, - 51.5270968 - ], - [ - 9.9561501, - 51.5271302 - ] - ] - }, - "id": "way/481254764" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481254773", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9579117, - 51.5272632 - ], - [ - 9.9579226, - 51.5273068 - ] - ] - }, - "id": "way/481254773" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481254774", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9578838, - 51.5272649 - ], - [ - 9.95789, - 51.527307 - ] - ] - }, - "id": "way/481254774" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481254780", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9584778, - 51.5272325 - ], - [ - 9.9584476, - 51.5271849 - ], - [ - 9.9585656, - 51.5271526 - ], - [ - 9.9587031, - 51.5271847 - ] - ] - }, - "id": "way/481254780" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481256279", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9567927, - 51.5272006 - ], - [ - 9.9567661, - 51.5274228 - ] - ] - }, - "id": "way/481256279" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481256280", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.956499, - 51.5274157 - ], - [ - 9.9565422, - 51.5273414 - ], - [ - 9.9564836, - 51.5273283 - ] - ] - }, - "id": "way/481256280" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481258189", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9573907, - 51.5270543 - ], - [ - 9.9573847, - 51.5270718 - ], - [ - 9.9573702, - 51.5270914 - ], - [ - 9.9573521, - 51.5271043 - ], - [ - 9.9573223, - 51.5271196 - ], - [ - 9.9572804, - 51.5271321 - ], - [ - 9.9572408, - 51.527136 - ], - [ - 9.9572123, - 51.5271352 - ] - ] - }, - "id": "way/481258189" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481258190", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9568781, - 51.5269605 - ], - [ - 9.9568449, - 51.5270875 - ] - ] - }, - "id": "way/481258190" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481258191", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9568761, - 51.5268454 - ], - [ - 9.9568123, - 51.5270864 - ], - [ - 9.9567744, - 51.5270826 - ] - ] - }, - "id": "way/481258191" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481258192", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9567429, - 51.5270811 - ], - [ - 9.9566833, - 51.5270754 - ] - ] - }, - "id": "way/481258192" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481258193", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9566251, - 51.5270372 - ], - [ - 9.9566186, - 51.5270666 - ], - [ - 9.9565301, - 51.527059 - ], - [ - 9.9565524, - 51.5269584 - ] - ] - }, - "id": "way/481258193" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481265689", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9568836, - 51.5259534 - ], - [ - 9.9569917, - 51.5258655 - ] - ] - }, - "id": "way/481265689" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481265691", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9571359, - 51.5261333 - ], - [ - 9.9567738, - 51.5260389 - ], - [ - 9.9568218, - 51.5260005 - ] - ] - }, - "id": "way/481265691" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481265692", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9566883, - 51.5261903 - ], - [ - 9.9566712, - 51.5261852 - ], - [ - 9.9566811, - 51.5261724 - ], - [ - 9.9566338, - 51.5261567 - ], - [ - 9.9567121, - 51.5260939 - ], - [ - 9.9567263, - 51.5261008 - ], - [ - 9.9567553, - 51.5260776 - ] - ] - }, - "id": "way/481265692" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481265703", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9561727, - 51.5263116 - ], - [ - 9.9561031, - 51.5263619 - ] - ] - }, - "id": "way/481265703" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481265704", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9562743, - 51.5262307 - ], - [ - 9.9562159, - 51.5262803 - ], - [ - 9.9561925, - 51.5263002 - ] - ] - }, - "id": "way/481265704" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481265705", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9559305, - 51.5264808 - ], - [ - 9.9558768, - 51.5265171 - ] - ] - }, - "id": "way/481265705" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481265706", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9556022, - 51.5266278 - ], - [ - 9.9556572, - 51.5266603 - ], - [ - 9.955616, - 51.5266795 - ], - [ - 9.9555747, - 51.5266952 - ] - ] - }, - "id": "way/481265706" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481265710", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.955331, - 51.5267032 - ], - [ - 9.9553199, - 51.526777 - ], - [ - 9.9552565, - 51.5267881 - ], - [ - 9.9552291, - 51.5267908 - ], - [ - 9.9552066, - 51.5267906 - ], - [ - 9.9551895, - 51.5267875 - ], - [ - 9.9551744, - 51.5267814 - ], - [ - 9.9551654, - 51.5267731 - ], - [ - 9.9551573, - 51.526761 - ], - [ - 9.9551593, - 51.526723 - ], - [ - 9.9551744, - 51.5266542 - ] - ] - }, - "id": "way/481265710" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481265711", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9554778, - 51.5267349 - ], - [ - 9.9553964, - 51.5267587 - ], - [ - 9.9553541, - 51.5267691 - ], - [ - 9.9553481, - 51.5267658 - ], - [ - 9.9553575, - 51.5267067 - ] - ] - }, - "id": "way/481265711" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283283", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9526769, - 51.51594 - ], - [ - 9.9526749, - 51.5160291 - ], - [ - 9.952914, - 51.5160387 - ], - [ - 9.9529217, - 51.515916 - ], - [ - 9.9529354, - 51.5158388 - ] - ] - }, - "id": "way/481283283" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283284", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9524275, - 51.5162706 - ], - [ - 9.9528282, - 51.5163042 - ] - ] - }, - "id": "way/481283284" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283285", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.951372, - 51.5152799 - ], - [ - 9.9513801, - 51.5151414 - ] - ] - }, - "id": "way/481283285" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283286", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9513858, - 51.5149068 - ], - [ - 9.9513868, - 51.5147973 - ] - ] - }, - "id": "way/481283286" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283287", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9528355, - 51.5147588 - ], - [ - 9.9528235, - 51.5148332 - ] - ] - }, - "id": "way/481283287" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283288", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9525457, - 51.5148219 - ], - [ - 9.9528041, - 51.5148362 - ], - [ - 9.9527762, - 51.5150307 - ] - ] - }, - "id": "way/481283288" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283289", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9523584, - 51.5149029 - ], - [ - 9.9523564, - 51.5150091 - ] - ] - }, - "id": "way/481283289" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283290", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9524526, - 51.5153017 - ], - [ - 9.9524532, - 51.5152702 - ] - ] - }, - "id": "way/481283290" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283291", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9524535, - 51.515255 - ], - [ - 9.9524544, - 51.5152077 - ], - [ - 9.9525043, - 51.5152081 - ] - ] - }, - "id": "way/481283291" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283292", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9524423, - 51.5154603 - ], - [ - 9.9524835, - 51.5154605 - ] - ] - }, - "id": "way/481283292" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283293", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9524494, - 51.5153587 - ], - [ - 9.9524506, - 51.5153326 - ] - ] - }, - "id": "way/481283293" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283294", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9524872, - 51.5154221 - ], - [ - 9.9524466, - 51.5154214 - ], - [ - 9.952449, - 51.5153682 - ] - ] - }, - "id": "way/481283294" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283295", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9524351, - 51.5159308 - ], - [ - 9.9524361, - 51.5158745 - ], - [ - 9.9524949, - 51.5158749 - ] - ] - }, - "id": "way/481283295" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283296", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9525459, - 51.516165 - ], - [ - 9.9524297, - 51.5161639 - ], - [ - 9.9524351, - 51.5159308 - ], - [ - 9.9524909, - 51.5159347 - ] - ] - }, - "id": "way/481283296" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283297", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.952315, - 51.5162713 - ], - [ - 9.9523125, - 51.5163322 - ], - [ - 9.9523006, - 51.516332 - ], - [ - 9.9523001, - 51.5163428 - ], - [ - 9.9522753, - 51.5163424 - ] - ] - }, - "id": "way/481283297" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283298", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9522956, - 51.5164949 - ], - [ - 9.9522882, - 51.5165189 - ], - [ - 9.9522761, - 51.5165424 - ], - [ - 9.952263, - 51.5165597 - ], - [ - 9.9522446, - 51.5165787 - ], - [ - 9.9522235, - 51.5165925 - ], - [ - 9.9522, - 51.5166059 - ], - [ - 9.9521782, - 51.5166155 - ], - [ - 9.9521356, - 51.5166309 - ], - [ - 9.951973, - 51.5166307 - ] - ] - }, - "id": "way/481283298" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283299", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9512244, - 51.5156521 - ], - [ - 9.9510414, - 51.5156463 - ] - ] - }, - "id": "way/481283299" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283300", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9512418, - 51.5151042 - ], - [ - 9.9512398, - 51.5151663 - ] - ] - }, - "id": "way/481283300" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283301", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9511855, - 51.5149758 - ], - [ - 9.9512461, - 51.5149765 - ], - [ - 9.9512442, - 51.5150347 - ] - ] - }, - "id": "way/481283301" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283302", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9512545, - 51.5148081 - ], - [ - 9.9512529, - 51.5148709 - ] - ] - }, - "id": "way/481283302" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283303", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9512428, - 51.514453 - ], - [ - 9.951041, - 51.514447 - ] - ] - }, - "id": "way/481283303" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283304", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9512621, - 51.5142722 - ], - [ - 9.9511211, - 51.5142669 - ] - ] - }, - "id": "way/481283304" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283305", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9512795, - 51.5141091 - ], - [ - 9.9512777, - 51.5141925 - ] - ] - }, - "id": "way/481283305" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283306", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9512666, - 51.5139546 - ], - [ - 9.9512835, - 51.5139548 - ], - [ - 9.9512817, - 51.5140194 - ] - ] - }, - "id": "way/481283306" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283307", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9514344, - 51.5136292 - ], - [ - 9.9515226, - 51.5136377 - ] - ] - }, - "id": "way/481283307" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283308", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.946182, - 51.5123794 - ], - [ - 9.9463355, - 51.5123577 - ], - [ - 9.9463453, - 51.5124391 - ] - ] - }, - "id": "way/481283308" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283309", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9466287, - 51.5123197 - ], - [ - 9.9466862, - 51.5123114 - ] - ] - }, - "id": "way/481283309" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283310", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.946769, - 51.5123006 - ], - [ - 9.9470621, - 51.5122651 - ] - ] - }, - "id": "way/481283310" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283311", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9472297, - 51.5122641 - ], - [ - 9.947229, - 51.5122429 - ], - [ - 9.9472741, - 51.512237 - ], - [ - 9.9472909, - 51.5122391 - ], - [ - 9.9473456, - 51.5122667 - ], - [ - 9.9473534, - 51.5124258 - ], - [ - 9.9473236, - 51.5124266 - ] - ] - }, - "id": "way/481283311" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283312", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9473843, - 51.5130686 - ], - [ - 9.9473854, - 51.5130976 - ], - [ - 9.947333, - 51.5130983 - ], - [ - 9.9473321, - 51.5130732 - ] - ] - }, - "id": "way/481283312" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283313", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9473939, - 51.5133257 - ], - [ - 9.9473949, - 51.5133534 - ], - [ - 9.9473789, - 51.5133537 - ] - ] - }, - "id": "way/481283313" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283314", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9473988, - 51.513452 - ], - [ - 9.9473244, - 51.5134531 - ], - [ - 9.9473205, - 51.5133546 - ] - ] - }, - "id": "way/481283314" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283315", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9474003, - 51.5134762 - ], - [ - 9.9474015, - 51.5135057 - ], - [ - 9.9473823, - 51.513506 - ] - ] - }, - "id": "way/481283315" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283316", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9474054, - 51.5136016 - ], - [ - 9.9473285, - 51.5136028 - ], - [ - 9.9473276, - 51.5135788 - ], - [ - 9.9473266, - 51.5135549 - ], - [ - 9.9473257, - 51.5135309 - ], - [ - 9.9473247, - 51.5135069 - ], - [ - 9.9473555, - 51.5135064 - ] - ] - }, - "id": "way/481283316" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283317", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.947413, - 51.5137767 - ], - [ - 9.9474146, - 51.5138055 - ], - [ - 9.947395, - 51.5138056 - ] - ] - }, - "id": "way/481283317" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283318", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9474062, - 51.513625 - ], - [ - 9.9474058, - 51.5136569 - ], - [ - 9.9473913, - 51.5136571 - ] - ] - }, - "id": "way/481283318" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283319", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9473545, - 51.5136279 - ], - [ - 9.9473558, - 51.5136577 - ], - [ - 9.9473295, - 51.5136581 - ], - [ - 9.9473306, - 51.5136817 - ], - [ - 9.9473316, - 51.5137052 - ], - [ - 9.9473327, - 51.5137288 - ], - [ - 9.9473337, - 51.5137523 - ], - [ - 9.9474099, - 51.513751 - ] - ] - }, - "id": "way/481283319" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283320", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9473681, - 51.5137906 - ], - [ - 9.9473684, - 51.5138059 - ], - [ - 9.9473361, - 51.5138061 - ], - [ - 9.9473366, - 51.5138302 - ], - [ - 9.947337, - 51.5138542 - ], - [ - 9.9473374, - 51.5138783 - ], - [ - 9.9473379, - 51.5139023 - ], - [ - 9.9474164, - 51.5139018 - ] - ] - }, - "id": "way/481283320" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283321", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9474193, - 51.5139245 - ], - [ - 9.947421, - 51.513964 - ] - ] - }, - "id": "way/481283321" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283322", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9474235, - 51.5140188 - ], - [ - 9.9474243, - 51.5140379 - ] - ] - }, - "id": "way/481283322" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283323", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9474252, - 51.5140575 - ], - [ - 9.9474283, - 51.5141286 - ], - [ - 9.9473918, - 51.5141289 - ], - [ - 9.9473714, - 51.5141291 - ] - ] - }, - "id": "way/481283323" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283324", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9473471, - 51.514009 - ], - [ - 9.9471157, - 51.5140227 - ], - [ - 9.947112, - 51.5140303 - ], - [ - 9.9470855, - 51.5140323 - ] - ] - }, - "id": "way/481283324" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283325", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9473155, - 51.5145072 - ], - [ - 9.9474409, - 51.5145077 - ], - [ - 9.9474403, - 51.5145768 - ], - [ - 9.9474103, - 51.5145953 - ], - [ - 9.9472284, - 51.5145954 - ] - ] - }, - "id": "way/481283325" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283326", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9471818, - 51.5145955 - ], - [ - 9.946315, - 51.5145962 - ] - ] - }, - "id": "way/481283326" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283327", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9513925, - 51.5161318 - ], - [ - 9.9513436, - 51.5161316 - ], - [ - 9.951357, - 51.5158399 - ] - ] - }, - "id": "way/481283327" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481283328", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9513363, - 51.5163192 - ], - [ - 9.9513379, - 51.5162397 - ] - ] - }, - "id": "way/481283328" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481284454", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9536574, - 51.5152354 - ], - [ - 9.9532966, - 51.5152122 - ], - [ - 9.9532935, - 51.5152309 - ] - ] - }, - "id": "way/481284454" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481284458", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9541991, - 51.5155044 - ], - [ - 9.9541495, - 51.5155987 - ] - ] - }, - "id": "way/481284458" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481284459", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9541377, - 51.5156165 - ], - [ - 9.9541273, - 51.5156346 - ], - [ - 9.9537884, - 51.5156115 - ] - ] - }, - "id": "way/481284459" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481284460", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9536961, - 51.5156349 - ], - [ - 9.9533789, - 51.5156152 - ], - [ - 9.9532781, - 51.5156082 - ] - ] - }, - "id": "way/481284460" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481284461", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9537061, - 51.5154619 - ], - [ - 9.9532639, - 51.5154403 - ], - [ - 9.9532477, - 51.5155689 - ] - ] - }, - "id": "way/481284461" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481286181", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9536801, - 51.5146232 - ], - [ - 9.9537874, - 51.514396 - ] - ] - }, - "id": "way/481286181" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481286182", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9543304, - 51.5147517 - ], - [ - 9.9544498, - 51.5147599 - ] - ] - }, - "id": "way/481286182" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481286183", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9530051, - 51.5146677 - ], - [ - 9.9531557, - 51.5146769 - ], - [ - 9.9531526, - 51.5146967 - ] - ] - }, - "id": "way/481286183" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481286184", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9538494, - 51.5147511 - ], - [ - 9.9538549, - 51.5147194 - ], - [ - 9.9542288, - 51.5147447 - ], - [ - 9.9542256, - 51.5147633 - ] - ] - }, - "id": "way/481286184" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481286185", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9543888, - 51.5151362 - ], - [ - 9.9541182, - 51.5151158 - ] - ] - }, - "id": "way/481286185" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481286192", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9519029, - 51.5157011 - ], - [ - 9.9519033, - 51.5156867 - ], - [ - 9.9518735, - 51.5156864 - ], - [ - 9.9518732, - 51.5156999 - ] - ] - }, - "id": "way/481286192" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481286193", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9517049, - 51.515622 - ], - [ - 9.9518615, - 51.5156303 - ] - ] - }, - "id": "way/481286193" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481287578", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9526347, - 51.5140347 - ], - [ - 9.9526036, - 51.5140286 - ], - [ - 9.9526117, - 51.5140126 - ] - ] - }, - "id": "way/481287578" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481290366", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9504001, - 51.5126969 - ], - [ - 9.950442, - 51.5126971 - ], - [ - 9.950439, - 51.512934 - ] - ] - }, - "id": "way/481290366" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481290367", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9511238, - 51.5128049 - ], - [ - 9.9507935, - 51.5127939 - ] - ] - }, - "id": "way/481290367" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481290368", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9513239, - 51.5127749 - ], - [ - 9.9511942, - 51.5127722 - ] - ] - }, - "id": "way/481290368" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481290369", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9513365, - 51.5124755 - ], - [ - 9.9512855, - 51.5124747 - ] - ] - }, - "id": "way/481290369" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481290370", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9507829, - 51.5124891 - ], - [ - 9.9513321, - 51.5125019 - ], - [ - 9.9513312, - 51.5125175 - ], - [ - 9.9513124, - 51.5125171 - ] - ] - }, - "id": "way/481290370" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481290385", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9508573, - 51.5130858 - ], - [ - 9.950629, - 51.5130812 - ] - ] - }, - "id": "way/481290385" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481294044", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9486797, - 51.511377 - ], - [ - 9.9484584, - 51.5113958 - ] - ] - }, - "id": "way/481294044" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481294046", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9486197, - 51.5117208 - ], - [ - 9.948595, - 51.5116061 - ], - [ - 9.9487521, - 51.511593 - ] - ] - }, - "id": "way/481294046" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653283", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9562633, - 51.5251225 - ], - [ - 9.9561329, - 51.5251113 - ] - ] - }, - "id": "way/481653283" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653284", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9553163, - 51.5258733 - ], - [ - 9.955335, - 51.5257921 - ], - [ - 9.9553935, - 51.5257973 - ] - ] - }, - "id": "way/481653284" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653285", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9553676, - 51.52552 - ], - [ - 9.9553767, - 51.5254589 - ] - ] - }, - "id": "way/481653285" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653286", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9554021, - 51.5253448 - ], - [ - 9.9554098, - 51.5253 - ] - ] - }, - "id": "way/481653286" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653287", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9554424, - 51.5252345 - ], - [ - 9.9554462, - 51.5252115 - ] - ] - }, - "id": "way/481653287" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653288", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9554528, - 51.5251719 - ], - [ - 9.9554742, - 51.5250549 - ] - ] - }, - "id": "way/481653288" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653289", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9555238, - 51.5249874 - ], - [ - 9.9554806, - 51.5249839 - ], - [ - 9.9554953, - 51.5249122 - ] - ] - }, - "id": "way/481653289" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653290", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9560898, - 51.5249153 - ], - [ - 9.9561086, - 51.5247933 - ] - ] - }, - "id": "way/481653290" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653291", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9563982, - 51.5244752 - ], - [ - 9.9562114, - 51.5244542 - ] - ] - }, - "id": "way/481653291" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653292", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9561313, - 51.5245935 - ], - [ - 9.956149, - 51.5244945 - ] - ] - }, - "id": "way/481653292" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653293", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.955691, - 51.5238997 - ], - [ - 9.9557101, - 51.5238215 - ] - ] - }, - "id": "way/481653293" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653294", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9557096, - 51.5237266 - ], - [ - 9.9557213, - 51.5236731 - ], - [ - 9.9557754, - 51.5236777 - ] - ] - }, - "id": "way/481653294" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653295", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9558509, - 51.5233596 - ], - [ - 9.9557774, - 51.5233526 - ], - [ - 9.9557948, - 51.5232818 - ], - [ - 9.9560984, - 51.5233107 - ] - ] - }, - "id": "way/481653295" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653296", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9558699, - 51.5231061 - ], - [ - 9.9563325, - 51.5230022 - ] - ] - }, - "id": "way/481653296" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653297", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.955718, - 51.5237912 - ], - [ - 9.955723, - 51.5237678 - ], - [ - 9.9561684, - 51.5238048 - ] - ] - }, - "id": "way/481653297" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653299", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9565057, - 51.5238153 - ], - [ - 9.9561959, - 51.5237911 - ] - ] - }, - "id": "way/481653299" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653300", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9569182, - 51.5233037 - ], - [ - 9.9569523, - 51.5233062 - ], - [ - 9.9569428, - 51.5233553 - ], - [ - 9.9569187, - 51.5233535 - ] - ] - }, - "id": "way/481653300" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653301", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9571486, - 51.5232044 - ], - [ - 9.9569488, - 51.5231904 - ] - ] - }, - "id": "way/481653301" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653303", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9581069, - 51.5230519 - ], - [ - 9.9577576, - 51.5230269 - ] - ] - }, - "id": "way/481653303" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653305", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9575603, - 51.5240209 - ], - [ - 9.9577759, - 51.52403 - ], - [ - 9.9578118, - 51.5240238 - ], - [ - 9.9578403, - 51.5240254 - ] - ] - }, - "id": "way/481653305" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653306", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9573996, - 51.5247212 - ], - [ - 9.9574365, - 51.5245285 - ] - ] - }, - "id": "way/481653306" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653307", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9572175, - 51.5245128 - ], - [ - 9.957352, - 51.5245231 - ] - ] - }, - "id": "way/481653307" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653308", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9575142, - 51.5246731 - ], - [ - 9.9574469, - 51.5247271 - ] - ] - }, - "id": "way/481653308" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653310", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9570362, - 51.5256243 - ], - [ - 9.9569189, - 51.5257259 - ], - [ - 9.9568964, - 51.525732 - ], - [ - 9.956877, - 51.5257338 - ], - [ - 9.9568609, - 51.525734 - ], - [ - 9.9568414, - 51.5257309 - ], - [ - 9.9568277, - 51.5257261 - ], - [ - 9.9568159, - 51.5257173 - ] - ] - }, - "id": "way/481653310" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653313", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9567301, - 51.5252997 - ], - [ - 9.9567378, - 51.5252528 - ] - ] - }, - "id": "way/481653313" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653314", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9567942, - 51.5249787 - ], - [ - 9.9568123, - 51.5248811 - ] - ] - }, - "id": "way/481653314" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653315", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.956638, - 51.5249964 - ], - [ - 9.9566347, - 51.5250127 - ] - ] - }, - "id": "way/481653315" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653316", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9566325, - 51.5250242 - ], - [ - 9.9566183, - 51.5250954 - ], - [ - 9.9565784, - 51.5250924 - ] - ] - }, - "id": "way/481653316" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481653317", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9565259, - 51.5253807 - ], - [ - 9.9565725, - 51.5253809 - ], - [ - 9.9565672, - 51.5254854 - ], - [ - 9.9565883, - 51.5255632 - ] - ] - }, - "id": "way/481653317" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481684986", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9590849, - 51.5224985 - ], - [ - 9.9592646, - 51.5225156 - ] - ] - }, - "id": "way/481684986" - }, - { - "type": "Feature", - "properties": { - "@id": "way/481684987", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9592921, - 51.5225444 - ], - [ - 9.9593196, - 51.5224447 - ] - ] - }, - "id": "way/481684987" - }, - { - "type": "Feature", - "properties": { - "@id": "way/482337273", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9563256, - 51.5282192 - ], - [ - 9.9563216, - 51.5283006 - ], - [ - 9.9562937, - 51.5283156 - ], - [ - 9.955768, - 51.528309 - ] - ] - }, - "id": "way/482337273" - }, - { - "type": "Feature", - "properties": { - "@id": "way/482337274", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9567537, - 51.5275799 - ], - [ - 9.9565378, - 51.527578 - ] - ] - }, - "id": "way/482337274" - }, - { - "type": "Feature", - "properties": { - "@id": "way/482344234", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9614691, - 51.5478005 - ], - [ - 9.9613615, - 51.547771 - ], - [ - 9.9612934, - 51.5478604 - ] - ] - }, - "id": "way/482344234" - }, - { - "type": "Feature", - "properties": { - "@id": "way/482356741", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9349959, - 51.5556253 - ], - [ - 9.9348871, - 51.5556293 - ] - ] - }, - "id": "way/482356741" - }, - { - "type": "Feature", - "properties": { - "@id": "way/482356742", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9351991, - 51.5555382 - ], - [ - 9.9352001, - 51.5555874 - ], - [ - 9.9351964, - 51.5555986 - ], - [ - 9.9351853, - 51.5556084 - ], - [ - 9.9351719, - 51.5556147 - ], - [ - 9.9351582, - 51.5556178 - ], - [ - 9.9350197, - 51.555623 - ] - ] - }, - "id": "way/482356742" - }, - { - "type": "Feature", - "properties": { - "@id": "way/482635008", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9436196, - 51.5540585 - ], - [ - 9.9436299, - 51.5540666 - ], - [ - 9.943645, - 51.5540707 - ], - [ - 9.9436615, - 51.55407 - ], - [ - 9.9436756, - 51.5540646 - ], - [ - 9.943684, - 51.5540557 - ], - [ - 9.9436849, - 51.5540455 - ], - [ - 9.943678, - 51.5540361 - ], - [ - 9.9436831, - 51.5540239 - ], - [ - 9.9436976, - 51.5540121 - ], - [ - 9.9437026, - 51.554003 - ], - [ - 9.9436994, - 51.5539937 - ], - [ - 9.943689, - 51.5539866 - ], - [ - 9.9436742, - 51.5539839 - ], - [ - 9.9436593, - 51.5539863 - ] - ] - }, - "id": "way/482635008" - }, - { - "type": "Feature", - "properties": { - "@id": "way/485203040", - "barrier": "hedge", - "source": "survey 2017-04-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8886133, - 51.561321 - ], - [ - 9.8884746, - 51.5613133 - ] - ] - }, - "id": "way/485203040" - }, - { - "type": "Feature", - "properties": { - "@id": "way/487184801", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9452956, - 51.5245947 - ], - [ - 9.94529, - 51.5247067 - ], - [ - 9.9452833, - 51.5247209 - ], - [ - 9.9452766, - 51.5247276 - ], - [ - 9.9452625, - 51.5247276 - ], - [ - 9.9452149, - 51.5247234 - ] - ] - }, - "id": "way/487184801" - }, - { - "type": "Feature", - "properties": { - "@id": "way/487195978", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9355295, - 51.5211973 - ], - [ - 9.9356153, - 51.5211852 - ], - [ - 9.9356871, - 51.5211777 - ], - [ - 9.9357736, - 51.5211735 - ], - [ - 9.9358983, - 51.5211739 - ], - [ - 9.9361156, - 51.5211827 - ], - [ - 9.9361062, - 51.5212502 - ] - ] - }, - "id": "way/487195978" - }, - { - "type": "Feature", - "properties": { - "@id": "way/487195980", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9373742, - 51.5214445 - ], - [ - 9.9373158, - 51.5212029 - ], - [ - 9.9373806, - 51.521157 - ], - [ - 9.937409, - 51.5211572 - ], - [ - 9.9374083, - 51.5211889 - ] - ] - }, - "id": "way/487195980" - }, - { - "type": "Feature", - "properties": { - "@id": "way/487204924", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9383066, - 51.5237413 - ], - [ - 9.9383205, - 51.5237426 - ], - [ - 9.9383932, - 51.5234468 - ] - ] - }, - "id": "way/487204924" - }, - { - "type": "Feature", - "properties": { - "@id": "way/488721833", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8979936, - 51.510061 - ], - [ - 9.8976047, - 51.5099175 - ], - [ - 9.8975819, - 51.5098653 - ], - [ - 9.8978381, - 51.5098217 - ], - [ - 9.8979149, - 51.5098169 - ], - [ - 9.897998, - 51.5098163 - ] - ] - }, - "id": "way/488721833" - }, - { - "type": "Feature", - "properties": { - "@id": "way/488721850", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9016578, - 51.5108812 - ], - [ - 9.9018138, - 51.5108637 - ], - [ - 9.9019231, - 51.5108582 - ], - [ - 9.9020401, - 51.5108566 - ], - [ - 9.9021558, - 51.5108595 - ], - [ - 9.9022768, - 51.510866 - ], - [ - 9.9024629, - 51.5108852 - ], - [ - 9.9025118, - 51.5109313 - ], - [ - 9.9024066, - 51.5110471 - ] - ] - }, - "id": "way/488721850" - }, - { - "type": "Feature", - "properties": { - "@id": "way/488721851", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9072044, - 51.5111714 - ], - [ - 9.9072124, - 51.5109679 - ], - [ - 9.9073194, - 51.5109186 - ], - [ - 9.9073901, - 51.5109249 - ], - [ - 9.9074639, - 51.5109921 - ], - [ - 9.9075158, - 51.511053 - ], - [ - 9.9075199, - 51.5110668 - ], - [ - 9.9075098, - 51.511124 - ] - ] - }, - "id": "way/488721851" - }, - { - "type": "Feature", - "properties": { - "@id": "way/488721852", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9069965, - 51.511731 - ], - [ - 9.9070096, - 51.5114676 - ], - [ - 9.9070145, - 51.5113679 - ], - [ - 9.9069067, - 51.5113659 - ], - [ - 9.9069211, - 51.5110765 - ], - [ - 9.9069995, - 51.5110519 - ], - [ - 9.9071293, - 51.5110028 - ] - ] - }, - "id": "way/488721852" - }, - { - "type": "Feature", - "properties": { - "@id": "way/488721853", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9065415, - 51.5112543 - ], - [ - 9.9065415, - 51.5112082 - ], - [ - 9.9065506, - 51.5111879 - ], - [ - 9.9065633, - 51.5111733 - ], - [ - 9.9065831, - 51.5111627 - ], - [ - 9.9066911, - 51.5111381 - ], - [ - 9.9068349, - 51.5111017 - ], - [ - 9.9068376, - 51.5111387 - ] - ] - }, - "id": "way/488721853" - }, - { - "type": "Feature", - "properties": { - "@id": "way/488721854", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9060259, - 51.5112506 - ], - [ - 9.9063621, - 51.5112016 - ], - [ - 9.9064155, - 51.5112375 - ], - [ - 9.9064205, - 51.5114025 - ] - ] - }, - "id": "way/488721854" - }, - { - "type": "Feature", - "properties": { - "@id": "way/488721855", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9056329, - 51.5112834 - ], - [ - 9.905882, - 51.5112638 - ] - ] - }, - "id": "way/488721855" - }, - { - "type": "Feature", - "properties": { - "@id": "way/488721856", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9047579, - 51.511329 - ], - [ - 9.9047585, - 51.5113104 - ], - [ - 9.9051089, - 51.5113079 - ] - ] - }, - "id": "way/488721856" - }, - { - "type": "Feature", - "properties": { - "@id": "way/488721857", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9042979, - 51.5115121 - ], - [ - 9.9043361, - 51.5113282 - ], - [ - 9.9043498, - 51.511317 - ], - [ - 9.9044145, - 51.5112859 - ], - [ - 9.9046677, - 51.5112896 - ] - ] - }, - "id": "way/488721857" - }, - { - "type": "Feature", - "properties": { - "@id": "way/488721858", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9038835, - 51.511301 - ], - [ - 9.9039344, - 51.5112468 - ], - [ - 9.9040809, - 51.5112576 - ], - [ - 9.9041198, - 51.5112651 - ], - [ - 9.904149, - 51.5112776 - ], - [ - 9.9041728, - 51.5112985 - ], - [ - 9.9041845, - 51.5113198 - ], - [ - 9.9041855, - 51.5113398 - ] - ] - }, - "id": "way/488721858" - }, - { - "type": "Feature", - "properties": { - "@id": "way/488721859", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9034741, - 51.5112947 - ], - [ - 9.9033956, - 51.5112868 - ], - [ - 9.9034986, - 51.5111702 - ], - [ - 9.9036246, - 51.5112 - ], - [ - 9.903748, - 51.5112232 - ], - [ - 9.9038835, - 51.5112409 - ], - [ - 9.9038523, - 51.5112776 - ] - ] - }, - "id": "way/488721859" - }, - { - "type": "Feature", - "properties": { - "@id": "way/488721860", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9033117, - 51.5111382 - ], - [ - 9.9033054, - 51.5111506 - ], - [ - 9.9033172, - 51.5111545 - ] - ] - }, - "id": "way/488721860" - }, - { - "type": "Feature", - "properties": { - "@id": "way/488721861", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9029504, - 51.5111739 - ], - [ - 9.903062, - 51.5110527 - ], - [ - 9.9033117, - 51.5111382 - ], - [ - 9.9033168, - 51.5111399 - ] - ] - }, - "id": "way/488721861" - }, - { - "type": "Feature", - "properties": { - "@id": "way/488737979", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8958905, - 51.5104001 - ], - [ - 9.8958563, - 51.510397 - ] - ] - }, - "id": "way/488737979" - }, - { - "type": "Feature", - "properties": { - "@id": "way/488737980", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8957366, - 51.5103865 - ], - [ - 9.8955525, - 51.5103705 - ], - [ - 9.8954935, - 51.5103231 - ] - ] - }, - "id": "way/488737980" - }, - { - "type": "Feature", - "properties": { - "@id": "way/488737981", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8954399, - 51.5105645 - ], - [ - 9.8954637, - 51.5104627 - ], - [ - 9.8955445, - 51.5104249 - ], - [ - 9.8955904, - 51.5104285 - ] - ] - }, - "id": "way/488737981" - }, - { - "type": "Feature", - "properties": { - "@id": "way/488743986", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9009466, - 51.5108389 - ], - [ - 9.9008769, - 51.5108456 - ], - [ - 9.900842, - 51.5108303 - ], - [ - 9.9008964, - 51.5105841 - ], - [ - 9.900948, - 51.510577 - ] - ] - }, - "id": "way/488743986" - }, - { - "type": "Feature", - "properties": { - "@id": "way/488757161", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8997063, - 51.5071427 - ], - [ - 9.8997029, - 51.5074482 - ] - ] - }, - "id": "way/488757161" - }, - { - "type": "Feature", - "properties": { - "@id": "way/488757163", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8996999, - 51.5070325 - ], - [ - 9.8996962, - 51.506596 - ] - ] - }, - "id": "way/488757163" - }, - { - "type": "Feature", - "properties": { - "@id": "way/488757164", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8997465, - 51.5067425 - ], - [ - 9.8997478, - 51.5070092 - ] - ] - }, - "id": "way/488757164" - }, - { - "type": "Feature", - "properties": { - "@id": "way/488757165", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8997532, - 51.5064559 - ], - [ - 9.8997599, - 51.5063574 - ] - ] - }, - "id": "way/488757165" - }, - { - "type": "Feature", - "properties": { - "@id": "way/488757166", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.899713, - 51.5065238 - ], - [ - 9.8997395, - 51.506242 - ] - ] - }, - "id": "way/488757166" - }, - { - "type": "Feature", - "properties": { - "@id": "way/488757167", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8997059, - 51.5065895 - ], - [ - 9.8997096, - 51.5065371 - ] - ] - }, - "id": "way/488757167" - }, - { - "type": "Feature", - "properties": { - "@id": "way/488757168", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8998659, - 51.506746 - ], - [ - 9.8997465, - 51.5067425 - ], - [ - 9.8997425, - 51.5065592 - ] - ] - }, - "id": "way/488757168" - }, - { - "type": "Feature", - "properties": { - "@id": "way/490765857", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9190352, - 51.5273957 - ], - [ - 9.9190678, - 51.5273698 - ], - [ - 9.9190538, - 51.5273481 - ], - [ - 9.9189351, - 51.5272125 - ], - [ - 9.91886, - 51.5271318 - ] - ] - }, - "id": "way/490765857" - }, - { - "type": "Feature", - "properties": { - "@id": "way/490765859", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9187198, - 51.5269974 - ], - [ - 9.9187946, - 51.5269803 - ] - ] - }, - "id": "way/490765859" - }, - { - "type": "Feature", - "properties": { - "@id": "way/490765860", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9188147, - 51.5269738 - ], - [ - 9.9188979, - 51.5269515 - ] - ] - }, - "id": "way/490765860" - }, - { - "type": "Feature", - "properties": { - "@id": "way/490765861", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9189894, - 51.5269874 - ], - [ - 9.9189552, - 51.5269319 - ] - ] - }, - "id": "way/490765861" - }, - { - "type": "Feature", - "properties": { - "@id": "way/490765863", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9190176, - 51.5269121 - ], - [ - 9.9191195, - 51.5268674 - ] - ] - }, - "id": "way/490765863" - }, - { - "type": "Feature", - "properties": { - "@id": "way/490765865", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9191607, - 51.5268997 - ], - [ - 9.9191195, - 51.5268674 - ], - [ - 9.9192204, - 51.5268132 - ], - [ - 9.9192958, - 51.5268413 - ] - ] - }, - "id": "way/490765865" - }, - { - "type": "Feature", - "properties": { - "@id": "way/490765866", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9193384, - 51.5268113 - ], - [ - 9.919271, - 51.5267798 - ] - ] - }, - "id": "way/490765866" - }, - { - "type": "Feature", - "properties": { - "@id": "way/490765867", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9192905, - 51.5267564 - ], - [ - 9.9193639, - 51.5266811 - ] - ] - }, - "id": "way/490765867" - }, - { - "type": "Feature", - "properties": { - "@id": "way/490765868", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9194876, - 51.5266413 - ], - [ - 9.9195081, - 51.5266229 - ], - [ - 9.9196093, - 51.5266238 - ] - ] - }, - "id": "way/490765868" - }, - { - "type": "Feature", - "properties": { - "@id": "way/490765871", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9193867, - 51.5266734 - ], - [ - 9.9194185, - 51.5266709 - ], - [ - 9.9194437, - 51.526664 - ], - [ - 9.9194675, - 51.5266542 - ] - ] - }, - "id": "way/490765871" - }, - { - "type": "Feature", - "properties": { - "@id": "way/490765872", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.919403, - 51.5264327 - ], - [ - 9.9194833, - 51.526422 - ] - ] - }, - "id": "way/490765872" - }, - { - "type": "Feature", - "properties": { - "@id": "way/490765873", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9195238, - 51.5265296 - ], - [ - 9.9195121, - 51.5265302 - ], - [ - 9.9194973, - 51.5265135 - ], - [ - 9.9194809, - 51.5265012 - ], - [ - 9.9194558, - 51.5264883 - ], - [ - 9.9194336, - 51.5264806 - ], - [ - 9.9194175, - 51.5264718 - ], - [ - 9.9194098, - 51.5264595 - ], - [ - 9.919403, - 51.5264327 - ], - [ - 9.9193937, - 51.5263965 - ] - ] - }, - "id": "way/490765873" - }, - { - "type": "Feature", - "properties": { - "@id": "way/490770893", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9107224, - 51.5256996 - ], - [ - 9.9108089, - 51.5256563 - ], - [ - 9.911119, - 51.5256337 - ] - ] - }, - "id": "way/490770893" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491177577", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9831325, - 51.5405271 - ], - [ - 9.98305, - 51.5404856 - ], - [ - 9.9830232, - 51.5404679 - ], - [ - 9.9829947, - 51.5404441 - ], - [ - 9.9829682, - 51.5404143 - ], - [ - 9.9829551, - 51.5403874 - ], - [ - 9.9829521, - 51.5403609 - ], - [ - 9.9829528, - 51.5403368 - ], - [ - 9.9829877, - 51.5401958 - ] - ] - }, - "id": "way/491177577" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491177593", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.982362, - 51.5402965 - ], - [ - 9.9823359, - 51.540327 - ] - ] - }, - "id": "way/491177593" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491177596", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9824398, - 51.5403245 - ], - [ - 9.9825474, - 51.5403605 - ] - ] - }, - "id": "way/491177596" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491177597", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9820338, - 51.5402508 - ], - [ - 9.982067, - 51.5402098 - ], - [ - 9.982237, - 51.5402567 - ] - ] - }, - "id": "way/491177597" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491177599", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9820056, - 51.5401037 - ], - [ - 9.9819285, - 51.5400885 - ] - ] - }, - "id": "way/491177599" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491177602", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9823899, - 51.5402072 - ], - [ - 9.9821827, - 51.5401486 - ], - [ - 9.9820415, - 51.5401121 - ] - ] - }, - "id": "way/491177602" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491177604", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9811285, - 51.5394724 - ], - [ - 9.9810799, - 51.5394509 - ], - [ - 9.9811681, - 51.5393765 - ] - ] - }, - "id": "way/491177604" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491177605", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9811866, - 51.5393569 - ], - [ - 9.9812479, - 51.5392803 - ], - [ - 9.981272, - 51.5392586 - ], - [ - 9.9812945, - 51.5392445 - ], - [ - 9.9813304, - 51.5392345 - ], - [ - 9.9813656, - 51.5392334 - ], - [ - 9.9814018, - 51.5392376 - ], - [ - 9.9817612, - 51.5393235 - ] - ] - }, - "id": "way/491177605" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491177608", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9806515, - 51.5390643 - ], - [ - 9.980746, - 51.5390574 - ], - [ - 9.9807906, - 51.5390595 - ], - [ - 9.9810481, - 51.5391381 - ], - [ - 9.9810843, - 51.5391542 - ], - [ - 9.9811131, - 51.5391763 - ], - [ - 9.9811272, - 51.5391957 - ], - [ - 9.9811342, - 51.5392149 - ], - [ - 9.9811322, - 51.5392401 - ], - [ - 9.9811138, - 51.5392712 - ], - [ - 9.9810353, - 51.5393475 - ] - ] - }, - "id": "way/491177608" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491177635", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9812898, - 51.540226 - ], - [ - 9.9812254, - 51.5402047 - ], - [ - 9.9813119, - 51.5400904 - ], - [ - 9.9813904, - 51.5400975 - ] - ] - }, - "id": "way/491177635" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491177637", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9828676, - 51.5400944 - ], - [ - 9.9828596, - 51.5401394 - ] - ] - }, - "id": "way/491177637" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491177639", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9828549, - 51.5401622 - ], - [ - 9.9828415, - 51.5402222 - ], - [ - 9.9828247, - 51.5402673 - ], - [ - 9.982814, - 51.5402848 - ], - [ - 9.9827969, - 51.5402973 - ], - [ - 9.9827751, - 51.5403065 - ], - [ - 9.9827496, - 51.5403127 - ], - [ - 9.9827271, - 51.5403161 - ], - [ - 9.9827023, - 51.5403148 - ], - [ - 9.9826779, - 51.5403111 - ], - [ - 9.9826443, - 51.5403004 - ], - [ - 9.9825441, - 51.5402656 - ] - ] - }, - "id": "way/491177639" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491177649", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9831591, - 51.5396302 - ], - [ - 9.983128, - 51.5396189 - ], - [ - 9.9831394, - 51.5395931 - ] - ] - }, - "id": "way/491177649" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491177650", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.983081, - 51.539723 - ], - [ - 9.9831092, - 51.5396575 - ], - [ - 9.983125, - 51.5396552 - ], - [ - 9.9831461, - 51.5396594 - ] - ] - }, - "id": "way/491177650" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491192216", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9841516, - 51.5433277 - ], - [ - 9.9841379, - 51.5433208 - ], - [ - 9.9841301, - 51.5433075 - ], - [ - 9.9841928, - 51.5432039 - ] - ] - }, - "id": "way/491192216" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491192217", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9837885, - 51.5427545 - ], - [ - 9.9838036, - 51.5427652 - ], - [ - 9.9838115, - 51.5427835 - ], - [ - 9.9838105, - 51.5427983 - ], - [ - 9.983759, - 51.5429527 - ] - ] - }, - "id": "way/491192217" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491192226", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9852652, - 51.5401798 - ], - [ - 9.9853631, - 51.5402686 - ] - ] - }, - "id": "way/491192226" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491192236", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9830502, - 51.5405999 - ], - [ - 9.9829112, - 51.5407443 - ] - ] - }, - "id": "way/491192236" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491192259", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9832015, - 51.5428904 - ], - [ - 9.9832173, - 51.5427937 - ], - [ - 9.9832317, - 51.5427494 - ], - [ - 9.9832618, - 51.542703 - ], - [ - 9.9833145, - 51.5426306 - ], - [ - 9.9834419, - 51.5426693 - ] - ] - }, - "id": "way/491192259" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491815461", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9147581, - 51.5205275 - ], - [ - 9.9147581, - 51.5206095 - ] - ] - }, - "id": "way/491815461" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491815463", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9147591, - 51.5206199 - ], - [ - 9.9147598, - 51.5206867 - ] - ] - }, - "id": "way/491815463" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491815464", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9141007, - 51.5207482 - ], - [ - 9.9141302, - 51.5207361 - ], - [ - 9.914159, - 51.5207303 - ], - [ - 9.9141949, - 51.5207298 - ], - [ - 9.914223, - 51.5207338 - ], - [ - 9.9143109, - 51.5207599 - ] - ] - }, - "id": "way/491815464" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491815466", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9140775, - 51.5210044 - ], - [ - 9.9140168, - 51.5210029 - ], - [ - 9.9140021, - 51.5209988 - ], - [ - 9.9139863, - 51.5209902 - ], - [ - 9.9139786, - 51.5209806 - ], - [ - 9.9139743, - 51.520966 - ], - [ - 9.9139746, - 51.5209579 - ], - [ - 9.9139759, - 51.5209253 - ], - [ - 9.9139863, - 51.5208876 - ], - [ - 9.9139991, - 51.5208569 - ], - [ - 9.9140252, - 51.5208154 - ], - [ - 9.9140547, - 51.5207816 - ] - ] - }, - "id": "way/491815466" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491815468", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9142948, - 51.5209155 - ], - [ - 9.914278, - 51.5209431 - ], - [ - 9.9142582, - 51.5209658 - ], - [ - 9.9142244, - 51.5209867 - ], - [ - 9.9141999, - 51.5209992 - ], - [ - 9.9141778, - 51.5210036 - ], - [ - 9.9141117, - 51.5210036 - ] - ] - }, - "id": "way/491815468" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491815470", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9139786, - 51.5210772 - ], - [ - 9.9139914, - 51.5210609 - ], - [ - 9.9140121, - 51.5210499 - ], - [ - 9.9140416, - 51.5210459 - ], - [ - 9.9140785, - 51.5210436 - ], - [ - 9.9141566, - 51.5210459 - ], - [ - 9.9142012, - 51.5210499 - ] - ] - }, - "id": "way/491815470" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491815473", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9140973, - 51.521301 - ], - [ - 9.9140765, - 51.5212887 - ], - [ - 9.914049, - 51.5212614 - ], - [ - 9.9140222, - 51.5212236 - ], - [ - 9.9140058, - 51.521193 - ], - [ - 9.9139924, - 51.5211648 - ], - [ - 9.9139823, - 51.5211373 - ], - [ - 9.9139779, - 51.5211089 - ], - [ - 9.9139769, - 51.5210922 - ] - ] - }, - "id": "way/491815473" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491815475", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9143769, - 51.5212687 - ], - [ - 9.9142076, - 51.5213188 - ], - [ - 9.9141754, - 51.5213219 - ], - [ - 9.9141523, - 51.5213217 - ], - [ - 9.9141278, - 51.5213159 - ], - [ - 9.9141181, - 51.5213108 - ] - ] - }, - "id": "way/491815475" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491815477", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9145231, - 51.5217679 - ], - [ - 9.9147786, - 51.5217663 - ] - ] - }, - "id": "way/491815477" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491815478", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9144966, - 51.5218201 - ], - [ - 9.9143689, - 51.5218282 - ], - [ - 9.9142475, - 51.5218293 - ] - ] - }, - "id": "way/491815478" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491815480", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9144571, - 51.521843 - ], - [ - 9.9144591, - 51.5219071 - ], - [ - 9.9147803, - 51.5219058 - ], - [ - 9.9147873, - 51.5221365 - ] - ] - }, - "id": "way/491815480" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491815482", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9145553, - 51.5216333 - ], - [ - 9.9147768, - 51.5216321 - ], - [ - 9.9147786, - 51.5217663 - ], - [ - 9.9147803, - 51.5218881 - ], - [ - 9.9147246, - 51.5218884 - ] - ] - }, - "id": "way/491815482" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491815484", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9145523, - 51.521538 - ], - [ - 9.9147722, - 51.5215372 - ], - [ - 9.914773, - 51.5216159 - ] - ] - }, - "id": "way/491815484" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491815486", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9146341, - 51.5213096 - ], - [ - 9.9145938, - 51.5213668 - ] - ] - }, - "id": "way/491815486" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491815488", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9145278, - 51.5212716 - ], - [ - 9.91457, - 51.5212595 - ] - ] - }, - "id": "way/491815488" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491815490", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9142247, - 51.5213645 - ], - [ - 9.9145104, - 51.5212777 - ] - ] - }, - "id": "way/491815490" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491825767", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8954315, - 51.5239817 - ], - [ - 9.8953607, - 51.5239608 - ] - ] - }, - "id": "way/491825767" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491825768", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8950905, - 51.5238836 - ], - [ - 9.8949866, - 51.5238536 - ] - ] - }, - "id": "way/491825768" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491825769", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8953326, - 51.5239519 - ], - [ - 9.8951223, - 51.5238922 - ] - ] - }, - "id": "way/491825769" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491825770", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8942292, - 51.5236348 - ], - [ - 9.8941779, - 51.5236187 - ] - ] - }, - "id": "way/491825770" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491825771", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8943646, - 51.5236727 - ], - [ - 9.8942677, - 51.5236448 - ] - ] - }, - "id": "way/491825771" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491825772", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8945899, - 51.5237382 - ], - [ - 9.8943911, - 51.5236819 - ] - ] - }, - "id": "way/491825772" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491825773", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8928988, - 51.523195 - ], - [ - 9.8930336, - 51.5232343 - ] - ] - }, - "id": "way/491825773" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491825774", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8918692, - 51.5226017 - ], - [ - 9.891612, - 51.5225335 - ], - [ - 9.8914531, - 51.522496 - ], - [ - 9.8914836, - 51.5223143 - ], - [ - 9.8915614, - 51.5222968 - ] - ] - }, - "id": "way/491825774" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491825775", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.891639, - 51.5227815 - ], - [ - 9.8915503, - 51.5227578 - ], - [ - 9.891388, - 51.5227223 - ], - [ - 9.8913813, - 51.5226927 - ], - [ - 9.8913927, - 51.5226827 - ], - [ - 9.8914209, - 51.5226802 - ], - [ - 9.8914531, - 51.522496 - ] - ] - }, - "id": "way/491825775" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491825776", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8919298, - 51.5228168 - ], - [ - 9.8918775, - 51.5228012 - ], - [ - 9.8918661, - 51.5227899 - ], - [ - 9.8919148, - 51.5226184 - ] - ] - }, - "id": "way/491825776" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491825777", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8934874, - 51.5233648 - ], - [ - 9.8934567, - 51.523408 - ], - [ - 9.893321, - 51.5233707 - ] - ] - }, - "id": "way/491825777" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491825787", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8919585, - 51.5251007 - ], - [ - 9.8920346, - 51.5251226 - ] - ] - }, - "id": "way/491825787" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491825788", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8920484, - 51.5251266 - ], - [ - 9.8920718, - 51.5251333 - ], - [ - 9.8920648, - 51.5251426 - ], - [ - 9.8921327, - 51.5251622 - ], - [ - 9.8920164, - 51.5253186 - ], - [ - 9.8919231, - 51.5253399 - ], - [ - 9.8918457, - 51.5253188 - ] - ] - }, - "id": "way/491825788" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491825789", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8916834, - 51.5253931 - ], - [ - 9.8919272, - 51.5254648 - ] - ] - }, - "id": "way/491825789" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491825790", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8925441, - 51.5256444 - ], - [ - 9.8927385, - 51.5256981 - ], - [ - 9.8927858, - 51.5257863 - ], - [ - 9.8927046, - 51.525892 - ] - ] - }, - "id": "way/491825790" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491825791", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8925767, - 51.526068 - ], - [ - 9.8924669, - 51.5262192 - ], - [ - 9.8924278, - 51.5262082 - ] - ] - }, - "id": "way/491825791" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491825794", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8921303, - 51.5265657 - ], - [ - 9.8921904, - 51.526583 - ], - [ - 9.8920404, - 51.5267849 - ] - ] - }, - "id": "way/491825794" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491825795", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.892575, - 51.526438 - ], - [ - 9.8930364, - 51.5258163 - ], - [ - 9.8930959, - 51.5258032 - ], - [ - 9.8932347, - 51.5258431 - ], - [ - 9.8933064, - 51.5258637 - ], - [ - 9.8942148, - 51.5261246 - ], - [ - 9.8941668, - 51.5261893 - ] - ] - }, - "id": "way/491825795" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491833442", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8731336, - 51.543894 - ], - [ - 9.8730766, - 51.5438655 - ], - [ - 9.8731172, - 51.5438373 - ], - [ - 9.8731849, - 51.5438607 - ] - ] - }, - "id": "way/491833442" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491833443", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8729261, - 51.5442016 - ], - [ - 9.872859, - 51.5441862 - ], - [ - 9.8728315, - 51.5441766 - ], - [ - 9.8728117, - 51.5441643 - ], - [ - 9.872794, - 51.5441493 - ], - [ - 9.8727809, - 51.5441309 - ], - [ - 9.8727762, - 51.544114 - ], - [ - 9.8727775, - 51.5440953 - ], - [ - 9.8728, - 51.5439916 - ], - [ - 9.8729405, - 51.54407 - ] - ] - }, - "id": "way/491833443" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491837831", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8723772, - 51.5488116 - ], - [ - 9.8725911, - 51.5486129 - ] - ] - }, - "id": "way/491837831" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491837832", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8725703, - 51.5486558 - ], - [ - 9.8727732, - 51.5484692 - ] - ] - }, - "id": "way/491837832" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491837833", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8719642, - 51.548278 - ], - [ - 9.8722109, - 51.548336 - ], - [ - 9.8721351, - 51.5484038 - ] - ] - }, - "id": "way/491837833" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491837834", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8721965, - 51.5484471 - ], - [ - 9.8722981, - 51.5483543 - ], - [ - 9.872509, - 51.548404 - ] - ] - }, - "id": "way/491837834" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491837835", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8730863, - 51.5487611 - ], - [ - 9.8732819, - 51.5485844 - ] - ] - }, - "id": "way/491837835" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491837836", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8730696, - 51.5485359 - ], - [ - 9.8732819, - 51.5485844 - ] - ] - }, - "id": "way/491837836" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491837837", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8742417, - 51.548808 - ], - [ - 9.8743795, - 51.5488408 - ] - ] - }, - "id": "way/491837837" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491837838", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8740137, - 51.5488741 - ], - [ - 9.8739577, - 51.5488616 - ], - [ - 9.874065, - 51.5487661 - ], - [ - 9.8742249, - 51.5488041 - ] - ] - }, - "id": "way/491837838" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491837839", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8760775, - 51.5492451 - ], - [ - 9.8763469, - 51.5493098 - ] - ] - }, - "id": "way/491837839" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491837840", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8759694, - 51.549218 - ], - [ - 9.8760534, - 51.5492394 - ] - ] - }, - "id": "way/491837840" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491837841", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8766717, - 51.5493867 - ], - [ - 9.8766057, - 51.5495113 - ] - ] - }, - "id": "way/491837841" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491837842", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8765194, - 51.5493508 - ], - [ - 9.8766717, - 51.5493867 - ], - [ - 9.876879, - 51.5494356 - ], - [ - 9.8769229, - 51.5494994 - ], - [ - 9.8769028, - 51.5495467 - ] - ] - }, - "id": "way/491837842" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491837843", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8750487, - 51.5500354 - ], - [ - 9.8752143, - 51.5500621 - ] - ] - }, - "id": "way/491837843" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491837844", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.874234, - 51.5499128 - ], - [ - 9.8742541, - 51.5499036 - ], - [ - 9.8743681, - 51.5499241 - ] - ] - }, - "id": "way/491837844" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491837845", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8733012, - 51.5497498 - ], - [ - 9.8736848, - 51.5498106 - ] - ] - }, - "id": "way/491837845" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491837846", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8737505, - 51.5498223 - ], - [ - 9.8739295, - 51.5498519 - ] - ] - }, - "id": "way/491837846" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491837849", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8764314, - 51.5508274 - ], - [ - 9.8764515, - 51.5508074 - ], - [ - 9.8765581, - 51.5507738 - ], - [ - 9.8770466, - 51.5508589 - ] - ] - }, - "id": "way/491837849" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491837850", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8725153, - 51.551063 - ], - [ - 9.8726106, - 51.5509234 - ], - [ - 9.8727192, - 51.5509477 - ], - [ - 9.8728432, - 51.5509836 - ], - [ - 9.8729794, - 51.5510344 - ], - [ - 9.8730706, - 51.5510841 - ], - [ - 9.8729438, - 51.5511704 - ], - [ - 9.8728714, - 51.5512308 - ], - [ - 9.8728231, - 51.5512788 - ], - [ - 9.8727775, - 51.5513397 - ], - [ - 9.8727561, - 51.5513864 - ] - ] - }, - "id": "way/491837850" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491837852", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8715813, - 51.5514795 - ], - [ - 9.8717794, - 51.5515321 - ], - [ - 9.8717828, - 51.5515665 - ], - [ - 9.8716061, - 51.5516007 - ] - ] - }, - "id": "way/491837852" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491837853", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8713516, - 51.5517956 - ], - [ - 9.8713828, - 51.5517702 - ], - [ - 9.8714264, - 51.5517416 - ], - [ - 9.8714713, - 51.5517185 - ], - [ - 9.8715692, - 51.551667 - ] - ] - }, - "id": "way/491837853" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491877388", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8954952, - 51.5622664 - ], - [ - 9.8956906, - 51.5622918 - ] - ] - }, - "id": "way/491877388" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491877389", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8945758, - 51.562172 - ], - [ - 9.8943881, - 51.5621559 - ], - [ - 9.8944592, - 51.5619821 - ], - [ - 9.8945313, - 51.5619898 - ] - ] - }, - "id": "way/491877389" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491877390", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8930103, - 51.5621878 - ], - [ - 9.8930544, - 51.5620857 - ] - ] - }, - "id": "way/491877390" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491877391", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8927372, - 51.5620196 - ], - [ - 9.892986, - 51.5620724 - ], - [ - 9.8929716, - 51.5621051 - ] - ] - }, - "id": "way/491877391" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491877392", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8920291, - 51.561876 - ], - [ - 9.8920992, - 51.5618885 - ] - ] - }, - "id": "way/491877392" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491877393", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8917726, - 51.5620667 - ], - [ - 9.8918605, - 51.5618701 - ], - [ - 9.8918737, - 51.5618564 - ], - [ - 9.8918873, - 51.5618509 - ], - [ - 9.8919007, - 51.5618506 - ], - [ - 9.8919276, - 51.561858 - ] - ] - }, - "id": "way/491877393" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491877394", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8916479, - 51.5623777 - ], - [ - 9.8917656, - 51.5620826 - ] - ] - }, - "id": "way/491877394" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491877395", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8916187, - 51.563008 - ], - [ - 9.8915074, - 51.5630138 - ], - [ - 9.8914028, - 51.5630069 - ], - [ - 9.891441, - 51.5628577 - ] - ] - }, - "id": "way/491877395" - }, - { - "type": "Feature", - "properties": { - "@id": "way/491877396", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8915456, - 51.5626184 - ], - [ - 9.8916261, - 51.5624273 - ] - ] - }, - "id": "way/491877396" - }, - { - "type": "Feature", - "properties": { - "@id": "way/498304364", - "barrier": "hedge", - "survey:date": "2017-06-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.898449, - 51.5001447 - ], - [ - 9.8986491, - 51.5001758 - ] - ] - }, - "id": "way/498304364" - }, - { - "type": "Feature", - "properties": { - "@id": "way/498304365", - "barrier": "hedge", - "survey:date": "2017-06-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.898637, - 51.5001946 - ], - [ - 9.8986065, - 51.5002148 - ], - [ - 9.8985687, - 51.500228 - ], - [ - 9.8985308, - 51.5002386 - ] - ] - }, - "id": "way/498304365" - }, - { - "type": "Feature", - "properties": { - "@id": "way/498304366", - "barrier": "hedge", - "survey:date": "2017-06-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8984573, - 51.5002426 - ], - [ - 9.8984758, - 51.5002098 - ], - [ - 9.8984704, - 51.5001735 - ] - ] - }, - "id": "way/498304366" - }, - { - "type": "Feature", - "properties": { - "@id": "way/499721444", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9521796, - 51.5306121 - ], - [ - 9.9520563, - 51.5305274 - ] - ] - }, - "id": "way/499721444" - }, - { - "type": "Feature", - "properties": { - "@id": "way/499721445", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9518055, - 51.5305178 - ], - [ - 9.9519342, - 51.5306104 - ] - ] - }, - "id": "way/499721445" - }, - { - "type": "Feature", - "properties": { - "@id": "way/499721446", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.951674, - 51.5304236 - ], - [ - 9.95178, - 51.5304986 - ] - ] - }, - "id": "way/499721446" - }, - { - "type": "Feature", - "properties": { - "@id": "way/499721447", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9514957, - 51.5302984 - ], - [ - 9.9516258, - 51.5303952 - ] - ] - }, - "id": "way/499721447" - }, - { - "type": "Feature", - "properties": { - "@id": "way/499721448", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9504335, - 51.5304019 - ], - [ - 9.9508184, - 51.5302116 - ] - ] - }, - "id": "way/499721448" - }, - { - "type": "Feature", - "properties": { - "@id": "way/499721449", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9511195, - 51.5300056 - ], - [ - 9.9507339, - 51.5301958 - ], - [ - 9.9506555, - 51.5301424 - ] - ] - }, - "id": "way/499721449" - }, - { - "type": "Feature", - "properties": { - "@id": "way/499721450", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9512972, - 51.530142 - ], - [ - 9.9513394, - 51.530172 - ] - ] - }, - "id": "way/499721450" - }, - { - "type": "Feature", - "properties": { - "@id": "way/499721451", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9511711, - 51.5300444 - ], - [ - 9.9512724, - 51.5301232 - ] - ] - }, - "id": "way/499721451" - }, - { - "type": "Feature", - "properties": { - "@id": "way/499721452", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9515714, - 51.5300957 - ], - [ - 9.951556, - 51.530104 - ], - [ - 9.9515359, - 51.5301086 - ], - [ - 9.9515031, - 51.5301074 - ], - [ - 9.9514735, - 51.5300969 - ], - [ - 9.9514501, - 51.5300857 - ], - [ - 9.9514186, - 51.5300606 - ] - ] - }, - "id": "way/499721452" - }, - { - "type": "Feature", - "properties": { - "@id": "way/499721453", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9522682, - 51.529905 - ], - [ - 9.9523734, - 51.5298758 - ], - [ - 9.9524619, - 51.5298554 - ], - [ - 9.952531, - 51.5298454 - ] - ] - }, - "id": "way/499721453" - }, - { - "type": "Feature", - "properties": { - "@id": "way/499721454", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9523895, - 51.5296977 - ], - [ - 9.9523982, - 51.5297248 - ], - [ - 9.9523996, - 51.5297474 - ], - [ - 9.9523909, - 51.5297615 - ], - [ - 9.9523721, - 51.5297745 - ], - [ - 9.9521461, - 51.5298391 - ] - ] - }, - "id": "way/499721454" - }, - { - "type": "Feature", - "properties": { - "@id": "way/499721455", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9523097, - 51.5294387 - ], - [ - 9.9523352, - 51.5295596 - ], - [ - 9.9523533, - 51.5296034 - ] - ] - }, - "id": "way/499721455" - }, - { - "type": "Feature", - "properties": { - "@id": "way/499721456", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9522983, - 51.5293803 - ], - [ - 9.9523057, - 51.5294228 - ] - ] - }, - "id": "way/499721456" - }, - { - "type": "Feature", - "properties": { - "@id": "way/499721457", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9522916, - 51.5292889 - ], - [ - 9.9522943, - 51.5293452 - ] - ] - }, - "id": "way/499721457" - }, - { - "type": "Feature", - "properties": { - "@id": "way/499721458", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9518846, - 51.5291575 - ], - [ - 9.9519604, - 51.5291487 - ], - [ - 9.9520361, - 51.5291471 - ], - [ - 9.9521387, - 51.52915 - ], - [ - 9.9522172, - 51.5291554 - ], - [ - 9.9522527, - 51.5291638 - ], - [ - 9.9522775, - 51.5291779 - ], - [ - 9.9522896, - 51.5291955 - ], - [ - 9.9522903, - 51.5292109 - ], - [ - 9.9522896, - 51.5292735 - ] - ] - }, - "id": "way/499721458" - }, - { - "type": "Feature", - "properties": { - "@id": "way/499721459", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9518417, - 51.5290874 - ], - [ - 9.9517666, - 51.5290983 - ] - ] - }, - "id": "way/499721459" - }, - { - "type": "Feature", - "properties": { - "@id": "way/499721460", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9517404, - 51.5291016 - ], - [ - 9.9516908, - 51.5291091 - ], - [ - 9.9515359, - 51.5291433 - ], - [ - 9.9513857, - 51.52918 - ] - ] - }, - "id": "way/499721460" - }, - { - "type": "Feature", - "properties": { - "@id": "way/499721461", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9511773, - 51.5291749 - ], - [ - 9.9512261, - 51.5292368 - ], - [ - 9.9511222, - 51.529281 - ] - ] - }, - "id": "way/499721461" - }, - { - "type": "Feature", - "properties": { - "@id": "way/499721462", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9502406, - 51.5292667 - ], - [ - 9.9503896, - 51.5292379 - ], - [ - 9.9504531, - 51.529365 - ] - ] - }, - "id": "way/499721462" - }, - { - "type": "Feature", - "properties": { - "@id": "way/499721463", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9502672, - 51.5289815 - ], - [ - 9.9503054, - 51.5290628 - ] - ] - }, - "id": "way/499721463" - }, - { - "type": "Feature", - "properties": { - "@id": "way/501427827", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9560792, - 51.5458173 - ], - [ - 9.9560487, - 51.5458007 - ], - [ - 9.9561775, - 51.5457125 - ], - [ - 9.9563682, - 51.5458263 - ] - ] - }, - "id": "way/501427827" - }, - { - "type": "Feature", - "properties": { - "@id": "way/501427828", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9557228, - 51.5464622 - ], - [ - 9.9558757, - 51.5465619 - ] - ] - }, - "id": "way/501427828" - }, - { - "type": "Feature", - "properties": { - "@id": "way/501427830", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.955917, - 51.5465871 - ], - [ - 9.9558838, - 51.5466649 - ], - [ - 9.9557463, - 51.5467429 - ] - ] - }, - "id": "way/501427830" - }, - { - "type": "Feature", - "properties": { - "@id": "way/501427832", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9561949, - 51.5466012 - ], - [ - 9.9564705, - 51.5464122 - ] - ] - }, - "id": "way/501427832" - }, - { - "type": "Feature", - "properties": { - "@id": "way/501427834", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9569818, - 51.5461628 - ], - [ - 9.9571065, - 51.5462306 - ] - ] - }, - "id": "way/501427834" - }, - { - "type": "Feature", - "properties": { - "@id": "way/501427836", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9572195, - 51.5462933 - ], - [ - 9.9573271, - 51.5463496 - ], - [ - 9.9573261, - 51.5463697 - ], - [ - 9.95707, - 51.5465531 - ], - [ - 9.9566653, - 51.5466101 - ] - ] - }, - "id": "way/501427836" - }, - { - "type": "Feature", - "properties": { - "@id": "way/501460821", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9609759, - 51.5463659 - ], - [ - 9.9611785, - 51.5464785 - ], - [ - 9.9611724, - 51.5465292 - ] - ] - }, - "id": "way/501460821" - }, - { - "type": "Feature", - "properties": { - "@id": "way/503102026", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9471341, - 51.5438561 - ], - [ - 9.9468032, - 51.5439618 - ] - ] - }, - "id": "way/503102026" - }, - { - "type": "Feature", - "properties": { - "@id": "way/503102027", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9466838, - 51.5438225 - ], - [ - 9.9466362, - 51.5437573 - ] - ] - }, - "id": "way/503102027" - }, - { - "type": "Feature", - "properties": { - "@id": "way/503102028", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9466134, - 51.5437241 - ], - [ - 9.9465691, - 51.5436684 - ] - ] - }, - "id": "way/503102028" - }, - { - "type": "Feature", - "properties": { - "@id": "way/503102029", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9464742, - 51.5435408 - ], - [ - 9.9464528, - 51.5435095 - ] - ] - }, - "id": "way/503102029" - }, - { - "type": "Feature", - "properties": { - "@id": "way/503102030", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9463827, - 51.5433982 - ], - [ - 9.9463586, - 51.5433434 - ] - ] - }, - "id": "way/503102030" - }, - { - "type": "Feature", - "properties": { - "@id": "way/503102031", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9464217, - 51.5432548 - ], - [ - 9.9463311, - 51.5432687 - ], - [ - 9.9463254, - 51.543252 - ] - ] - }, - "id": "way/503102031" - }, - { - "type": "Feature", - "properties": { - "@id": "way/503102032", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9463183, - 51.5432328 - ], - [ - 9.9463103, - 51.5432018 - ], - [ - 9.9463022, - 51.5431603 - ], - [ - 9.9462979, - 51.5431232 - ] - ] - }, - "id": "way/503102032" - }, - { - "type": "Feature", - "properties": { - "@id": "way/503102033", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9463237, - 51.5430883 - ], - [ - 9.9462932, - 51.5430886 - ], - [ - 9.9462905, - 51.5430268 - ] - ] - }, - "id": "way/503102033" - }, - { - "type": "Feature", - "properties": { - "@id": "way/503102034", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9462905, - 51.5430122 - ], - [ - 9.9462898, - 51.5429878 - ] - ] - }, - "id": "way/503102034" - }, - { - "type": "Feature", - "properties": { - "@id": "way/503102035", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9462992, - 51.5428446 - ], - [ - 9.9463307, - 51.5427245 - ], - [ - 9.9463539, - 51.5426626 - ] - ] - }, - "id": "way/503102035" - }, - { - "type": "Feature", - "properties": { - "@id": "way/503102036", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9463626, - 51.5426405 - ], - [ - 9.9464035, - 51.5425495 - ], - [ - 9.9464213, - 51.5425168 - ], - [ - 9.946437, - 51.5425035 - ], - [ - 9.9464588, - 51.542492 - ], - [ - 9.9464786, - 51.5424868 - ], - [ - 9.9465031, - 51.5424839 - ], - [ - 9.9465286, - 51.5424853 - ], - [ - 9.946554, - 51.5424893 - ], - [ - 9.9466358, - 51.5425137 - ], - [ - 9.9466848, - 51.5425331 - ], - [ - 9.9467371, - 51.5425608 - ], - [ - 9.9467911, - 51.5425933 - ], - [ - 9.9468935, - 51.5426692 - ] - ] - }, - "id": "way/503102036" - }, - { - "type": "Feature", - "properties": { - "@id": "way/503133083", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9750934, - 51.5629553 - ], - [ - 9.9749053, - 51.5628681 - ], - [ - 9.9749818, - 51.5628077 - ] - ] - }, - "id": "way/503133083" - }, - { - "type": "Feature", - "properties": { - "@id": "way/503133084", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9747343, - 51.5626493 - ], - [ - 9.9747447, - 51.5627914 - ], - [ - 9.9748691, - 51.5628517 - ] - ] - }, - "id": "way/503133084" - }, - { - "type": "Feature", - "properties": { - "@id": "way/503134043", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9778779, - 51.5620492 - ], - [ - 9.97789, - 51.5620325 - ], - [ - 9.9779081, - 51.5620192 - ], - [ - 9.9779979, - 51.5619871 - ], - [ - 9.9780656, - 51.5619696 - ] - ] - }, - "id": "way/503134043" - }, - { - "type": "Feature", - "properties": { - "@id": "way/503209382", - "barrier": "hedge", - "source": "bing" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9796012, - 51.5630402 - ], - [ - 9.9796079, - 51.5628684 - ], - [ - 9.9796611, - 51.5628458 - ] - ] - }, - "id": "way/503209382" - }, - { - "type": "Feature", - "properties": { - "@id": "way/507017280", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9843088, - 51.5623737 - ], - [ - 9.984713, - 51.5623372 - ], - [ - 9.9853187, - 51.5622824 - ], - [ - 9.9852925, - 51.5623721 - ] - ] - }, - "id": "way/507017280" - }, - { - "type": "Feature", - "properties": { - "@id": "way/507017281", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9843534, - 51.5608209 - ], - [ - 9.9840322, - 51.5608499 - ], - [ - 9.9839611, - 51.5608132 - ], - [ - 9.9839447, - 51.5607815 - ], - [ - 9.983928, - 51.5606758 - ], - [ - 9.9841657, - 51.5606569 - ] - ] - }, - "id": "way/507017281" - }, - { - "type": "Feature", - "properties": { - "@id": "way/507017286", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9837316, - 51.5603816 - ], - [ - 9.9837818, - 51.5606156 - ] - ] - }, - "id": "way/507017286" - }, - { - "type": "Feature", - "properties": { - "@id": "way/510754570", - "barrier": "hedge", - "height": "2" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8954206, - 51.5101587 - ], - [ - 9.8954393, - 51.5100803 - ] - ] - }, - "id": "way/510754570" - }, - { - "type": "Feature", - "properties": { - "@id": "way/511244097", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9145077, - 51.539133 - ], - [ - 9.9140675, - 51.5390788 - ] - ] - }, - "id": "way/511244097" - }, - { - "type": "Feature", - "properties": { - "@id": "way/511244104", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9138301, - 51.5374249 - ], - [ - 9.9140561, - 51.5372339 - ], - [ - 9.9140815, - 51.5372218 - ], - [ - 9.9141251, - 51.5372163 - ], - [ - 9.914164, - 51.5372226 - ] - ] - }, - "id": "way/511244104" - }, - { - "type": "Feature", - "properties": { - "@id": "way/511244105", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9149932, - 51.5373842 - ], - [ - 9.9150012, - 51.5374005 - ], - [ - 9.9149989, - 51.5374364 - ], - [ - 9.9149509, - 51.5374311 - ] - ] - }, - "id": "way/511244105" - }, - { - "type": "Feature", - "properties": { - "@id": "way/511244106", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.914506, - 51.5372818 - ], - [ - 9.9149217, - 51.5373504 - ], - [ - 9.9149543, - 51.5373602 - ], - [ - 9.9149757, - 51.5373711 - ] - ] - }, - "id": "way/511244106" - }, - { - "type": "Feature", - "properties": { - "@id": "way/511244107", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9151752, - 51.5372822 - ], - [ - 9.9151473, - 51.5373101 - ], - [ - 9.9149325, - 51.5372745 - ] - ] - }, - "id": "way/511244107" - }, - { - "type": "Feature", - "properties": { - "@id": "way/511244108", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.915972, - 51.5374465 - ], - [ - 9.9153184, - 51.5373384 - ] - ] - }, - "id": "way/511244108" - }, - { - "type": "Feature", - "properties": { - "@id": "way/511244114", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9151011, - 51.5374797 - ], - [ - 9.9151055, - 51.537463 - ], - [ - 9.9151159, - 51.5374451 - ], - [ - 9.9151306, - 51.5374318 - ], - [ - 9.9151511, - 51.5374174 - ], - [ - 9.9151739, - 51.5374074 - ], - [ - 9.9152, - 51.5374013 - ], - [ - 9.9152299, - 51.5374009 - ], - [ - 9.9155239, - 51.5374493 - ] - ] - }, - "id": "way/511244114" - }, - { - "type": "Feature", - "properties": { - "@id": "way/511244115", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9160272, - 51.5375713 - ], - [ - 9.9160392, - 51.537589 - ], - [ - 9.9160399, - 51.5376295 - ], - [ - 9.9159812, - 51.5376259 - ] - ] - }, - "id": "way/511244115" - }, - { - "type": "Feature", - "properties": { - "@id": "way/511244116", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9156982, - 51.5374783 - ], - [ - 9.9158907, - 51.5375089 - ], - [ - 9.9159504, - 51.5375229 - ], - [ - 9.9159862, - 51.5375352 - ], - [ - 9.9160074, - 51.5375452 - ], - [ - 9.9160225, - 51.5375594 - ] - ] - }, - "id": "way/511244116" - }, - { - "type": "Feature", - "properties": { - "@id": "way/511244126", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9122097, - 51.5426525 - ], - [ - 9.9122731, - 51.5427078 - ] - ] - }, - "id": "way/511244126" - }, - { - "type": "Feature", - "properties": { - "@id": "way/511244127", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9120851, - 51.5425437 - ], - [ - 9.9121999, - 51.5426439 - ] - ] - }, - "id": "way/511244127" - }, - { - "type": "Feature", - "properties": { - "@id": "way/511244128", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9119525, - 51.542428 - ], - [ - 9.9120642, - 51.5425255 - ] - ] - }, - "id": "way/511244128" - }, - { - "type": "Feature", - "properties": { - "@id": "way/511247088", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9049235, - 51.5345884 - ], - [ - 9.9049962, - 51.5346045 - ] - ] - }, - "id": "way/511247088" - }, - { - "type": "Feature", - "properties": { - "@id": "way/511247090", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9045315, - 51.5345085 - ], - [ - 9.9048728, - 51.5345778 - ] - ] - }, - "id": "way/511247090" - }, - { - "type": "Feature", - "properties": { - "@id": "way/549132436", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9048454, - 51.5090659 - ], - [ - 9.90508, - 51.5090872 - ] - ] - }, - "id": "way/549132436" - }, - { - "type": "Feature", - "properties": { - "@id": "way/549132443", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.904895, - 51.5103254 - ], - [ - 9.9050713, - 51.5102666 - ] - ] - }, - "id": "way/549132443" - }, - { - "type": "Feature", - "properties": { - "@id": "way/549132444", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.904663, - 51.5102795 - ], - [ - 9.9048018, - 51.5102451 - ] - ] - }, - "id": "way/549132444" - }, - { - "type": "Feature", - "properties": { - "@id": "way/549132445", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9045543, - 51.5104114 - ], - [ - 9.9045566, - 51.5103973 - ], - [ - 9.90457, - 51.5103149 - ], - [ - 9.9045852, - 51.5102219 - ] - ] - }, - "id": "way/549132445" - }, - { - "type": "Feature", - "properties": { - "@id": "way/549132456", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.90472, - 51.5109051 - ], - [ - 9.9048286, - 51.5110403 - ] - ] - }, - "id": "way/549132456" - }, - { - "type": "Feature", - "properties": { - "@id": "way/549132494", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9035659, - 51.5115904 - ], - [ - 9.9033701, - 51.5115732 - ], - [ - 9.9032273, - 51.5114739 - ], - [ - 9.903342, - 51.5113471 - ] - ] - }, - "id": "way/549132494" - }, - { - "type": "Feature", - "properties": { - "@id": "way/549132496", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9030114, - 51.511741 - ], - [ - 9.9030443, - 51.5116171 - ], - [ - 9.9032362, - 51.5116368 - ], - [ - 9.9032249, - 51.5116794 - ] - ] - }, - "id": "way/549132496" - }, - { - "type": "Feature", - "properties": { - "@id": "way/552831496", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.946376, - 51.5257268 - ], - [ - 9.9463961, - 51.5255938 - ] - ] - }, - "id": "way/552831496" - }, - { - "type": "Feature", - "properties": { - "@id": "way/555962000", - "barrier": "hedge", - "survey:date": "2018-01-25" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9149602, - 51.5225588 - ], - [ - 9.9156243, - 51.5225091 - ] - ] - }, - "id": "way/555962000" - }, - { - "type": "Feature", - "properties": { - "@id": "way/555962002", - "barrier": "hedge", - "survey:date": "2018-01-25" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9187558, - 51.5223047 - ], - [ - 9.9181092, - 51.5223547 - ], - [ - 9.918073, - 51.5222672 - ], - [ - 9.9180654, - 51.5222116 - ], - [ - 9.9180761, - 51.5221773 - ], - [ - 9.9181113, - 51.5221391 - ], - [ - 9.9182964, - 51.5219943 - ], - [ - 9.9186264, - 51.521955 - ] - ] - }, - "id": "way/555962002" - }, - { - "type": "Feature", - "properties": { - "@id": "way/555962003", - "barrier": "hedge", - "survey:date": "2018-01-25" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9171735, - 51.5224128 - ], - [ - 9.9180291, - 51.5223597 - ] - ] - }, - "id": "way/555962003" - }, - { - "type": "Feature", - "properties": { - "@id": "way/555962004", - "barrier": "hedge", - "survey:date": "2018-01-25" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9158794, - 51.5224932 - ], - [ - 9.9170799, - 51.5224187 - ] - ] - }, - "id": "way/555962004" - }, - { - "type": "Feature", - "properties": { - "@id": "way/555962008", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9182014, - 51.5217097 - ], - [ - 9.9182048, - 51.5218245 - ], - [ - 9.9182153, - 51.5218732 - ], - [ - 9.9182302, - 51.5219425 - ] - ] - }, - "id": "way/555962008" - }, - { - "type": "Feature", - "properties": { - "@id": "way/572451398", - "barrier": "hedge", - "survey:date": "2018-03-22" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9188546, - 51.5544064 - ], - [ - 9.9189472, - 51.5544198 - ], - [ - 9.9189607, - 51.5544348 - ], - [ - 9.9189636, - 51.5544516 - ], - [ - 9.9189525, - 51.5544817 - ] - ] - }, - "id": "way/572451398" - }, - { - "type": "Feature", - "properties": { - "@id": "way/577718483", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9737828, - 51.5200253 - ], - [ - 9.9739069, - 51.5199665 - ], - [ - 9.973982, - 51.5199373 - ], - [ - 9.9740242, - 51.519936 - ], - [ - 9.9740645, - 51.5199377 - ], - [ - 9.9743823, - 51.5200007 - ], - [ - 9.974394, - 51.5200148 - ], - [ - 9.9742314, - 51.5203049 - ] - ] - }, - "id": "way/577718483" - }, - { - "type": "Feature", - "properties": { - "@id": "way/577718484", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9758463, - 51.5203981 - ], - [ - 9.9758851, - 51.520294 - ], - [ - 9.9759065, - 51.5202857 - ], - [ - 9.9762766, - 51.5203391 - ], - [ - 9.9762918, - 51.5203542 - ], - [ - 9.9762698, - 51.5204132 - ] - ] - }, - "id": "way/577718484" - }, - { - "type": "Feature", - "properties": { - "@id": "way/577718485", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9753736, - 51.5202672 - ], - [ - 9.9753919, - 51.5202212 - ], - [ - 9.975419, - 51.520211 - ], - [ - 9.9757817, - 51.5202669 - ], - [ - 9.9757951, - 51.5202807 - ], - [ - 9.9757696, - 51.5203448 - ], - [ - 9.975675, - 51.5203302 - ], - [ - 9.9756853, - 51.5203044 - ] - ] - }, - "id": "way/577718485" - }, - { - "type": "Feature", - "properties": { - "@id": "way/577718486", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9751164, - 51.5201548 - ], - [ - 9.9750911, - 51.5202068 - ] - ] - }, - "id": "way/577718486" - }, - { - "type": "Feature", - "properties": { - "@id": "way/577718487", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9744514, - 51.5200881 - ], - [ - 9.9744795, - 51.5200361 - ], - [ - 9.9745037, - 51.5200287 - ], - [ - 9.9748725, - 51.5201059 - ], - [ - 9.9751164, - 51.5201548 - ], - [ - 9.9752882, - 51.5201893 - ], - [ - 9.975299, - 51.5202024 - ], - [ - 9.9752726, - 51.5202533 - ] - ] - }, - "id": "way/577718487" - }, - { - "type": "Feature", - "properties": { - "@id": "way/577718488", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.974741, - 51.5203383 - ], - [ - 9.974855, - 51.5201922 - ], - [ - 9.9748725, - 51.5201059 - ] - ] - }, - "id": "way/577718488" - }, - { - "type": "Feature", - "properties": { - "@id": "way/579791786", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9325791, - 51.5606973 - ], - [ - 9.9325841, - 51.5607394 - ], - [ - 9.9324842, - 51.5607642 - ], - [ - 9.9324, - 51.5607694 - ] - ] - }, - "id": "way/579791786" - }, - { - "type": "Feature", - "properties": { - "@id": "way/579791788", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9327112, - 51.5607109 - ], - [ - 9.9326226, - 51.5607303 - ], - [ - 9.9326173, - 51.5606706 - ] - ] - }, - "id": "way/579791788" - }, - { - "type": "Feature", - "properties": { - "@id": "way/580111435", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9026862, - 51.5040927 - ], - [ - 9.9029801, - 51.5041024 - ], - [ - 9.9029756, - 51.5041543 - ] - ] - }, - "id": "way/580111435" - }, - { - "type": "Feature", - "properties": { - "@id": "way/580111436", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9029681, - 51.5042386 - ], - [ - 9.9029623, - 51.5042959 - ], - [ - 9.9032192, - 51.504306 - ] - ] - }, - "id": "way/580111436" - }, - { - "type": "Feature", - "properties": { - "@id": "way/580111437", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9032052, - 51.5046594 - ], - [ - 9.9032669, - 51.5043079 - ], - [ - 9.9033909, - 51.5042891 - ], - [ - 9.9033947, - 51.5042987 - ] - ] - }, - "id": "way/580111437" - }, - { - "type": "Feature", - "properties": { - "@id": "way/583482329", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9656185, - 51.5139601 - ], - [ - 9.9657131, - 51.5137276 - ], - [ - 9.9657238, - 51.5137099 - ], - [ - 9.9657382, - 51.5136978 - ], - [ - 9.9657543, - 51.5136907 - ], - [ - 9.9657794, - 51.5136846 - ], - [ - 9.9658079, - 51.5136811 - ], - [ - 9.9658794, - 51.5136815 - ], - [ - 9.9658911, - 51.5137251 - ] - ] - }, - "id": "way/583482329" - }, - { - "type": "Feature", - "properties": { - "@id": "way/585111103", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9547616, - 51.5446974 - ], - [ - 9.9547395, - 51.5446945 - ], - [ - 9.9547137, - 51.5446849 - ], - [ - 9.9546074, - 51.5446261 - ] - ] - }, - "id": "way/585111103" - }, - { - "type": "Feature", - "properties": { - "@id": "way/585111104", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9553061, - 51.5445071 - ], - [ - 9.9553745, - 51.5444637 - ], - [ - 9.9554043, - 51.5444516 - ], - [ - 9.9554446, - 51.5444429 - ], - [ - 9.9554898, - 51.5444416 - ], - [ - 9.955524, - 51.5444468 - ], - [ - 9.9555602, - 51.5444595 - ], - [ - 9.9557014, - 51.5445306 - ] - ] - }, - "id": "way/585111104" - }, - { - "type": "Feature", - "properties": { - "@id": "way/585645287", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9591708, - 51.5359375 - ], - [ - 9.9592379, - 51.5359375 - ] - ] - }, - "id": "way/585645287" - }, - { - "type": "Feature", - "properties": { - "@id": "way/585645288", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9597321, - 51.5359425 - ], - [ - 9.9597542, - 51.5359309 - ], - [ - 9.9599534, - 51.5359284 - ], - [ - 9.9600895, - 51.5360431 - ] - ] - }, - "id": "way/585645288" - }, - { - "type": "Feature", - "properties": { - "@id": "way/585645289", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9595731, - 51.5359901 - ], - [ - 9.9595825, - 51.5359275 - ], - [ - 9.9596395, - 51.5359284 - ], - [ - 9.959665, - 51.5359346 - ], - [ - 9.9596744, - 51.5359509 - ] - ] - }, - "id": "way/585645289" - }, - { - "type": "Feature", - "properties": { - "@id": "way/585645290", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9593237, - 51.5359409 - ], - [ - 9.9594732, - 51.5359363 - ] - ] - }, - "id": "way/585645290" - }, - { - "type": "Feature", - "properties": { - "@id": "way/585645291", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9586934, - 51.5360944 - ], - [ - 9.9587893, - 51.5359842 - ], - [ - 9.9588308, - 51.5359584 - ], - [ - 9.9588731, - 51.5359505 - ], - [ - 9.959079, - 51.5359442 - ] - ] - }, - "id": "way/585645291" - }, - { - "type": "Feature", - "properties": { - "@id": "way/586190464", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9455569, - 51.5359242 - ], - [ - 9.9457323, - 51.5360723 - ], - [ - 9.9456863, - 51.5361544 - ], - [ - 9.945446, - 51.5361138 - ] - ] - }, - "id": "way/586190464" - }, - { - "type": "Feature", - "properties": { - "@id": "way/587472441", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9130319, - 51.5435513 - ], - [ - 9.9129338, - 51.543494 - ] - ] - }, - "id": "way/587472441" - }, - { - "type": "Feature", - "properties": { - "@id": "way/588213998", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8946523, - 51.5049225 - ], - [ - 9.8946459, - 51.5048918 - ], - [ - 9.8946369, - 51.504861 - ], - [ - 9.8946137, - 51.5048227 - ], - [ - 9.8949991, - 51.504861 - ], - [ - 9.8950976, - 51.5048708 - ], - [ - 9.8950999, - 51.5050072 - ] - ] - }, - "id": "way/588213998" - }, - { - "type": "Feature", - "properties": { - "@id": "way/588213999", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8954425, - 51.5043597 - ], - [ - 9.8954432, - 51.5043951 - ] - ] - }, - "id": "way/588213999" - }, - { - "type": "Feature", - "properties": { - "@id": "way/588214000", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.895407, - 51.5044265 - ], - [ - 9.8953349, - 51.5044563 - ], - [ - 9.8952095, - 51.5044676 - ], - [ - 9.8951928, - 51.5044509 - ] - ] - }, - "id": "way/588214000" - }, - { - "type": "Feature", - "properties": { - "@id": "way/588426598", - "barrier": "hedge", - "survey:date": "2018-05-15" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9396752, - 51.5466654 - ], - [ - 9.939761, - 51.5464573 - ], - [ - 9.9397753, - 51.5464226 - ] - ] - }, - "id": "way/588426598" - }, - { - "type": "Feature", - "properties": { - "@id": "way/602637939", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.912137, - 51.5411327 - ], - [ - 9.9121839, - 51.5411333 - ] - ] - }, - "id": "way/602637939" - }, - { - "type": "Feature", - "properties": { - "@id": "way/602637941", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9115549, - 51.5420055 - ], - [ - 9.9117735, - 51.5422128 - ] - ] - }, - "id": "way/602637941" - }, - { - "type": "Feature", - "properties": { - "@id": "way/602637944", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9129718, - 51.5406931 - ], - [ - 9.9130288, - 51.5408057 - ], - [ - 9.9130764, - 51.5408811 - ], - [ - 9.9131287, - 51.5409431 - ] - ] - }, - "id": "way/602637944" - }, - { - "type": "Feature", - "properties": { - "@id": "way/602637948", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9119338, - 51.5407725 - ], - [ - 9.9123234, - 51.5408107 - ] - ] - }, - "id": "way/602637948" - }, - { - "type": "Feature", - "properties": { - "@id": "way/608843385", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9027378, - 51.5074073 - ], - [ - 9.9026205, - 51.5076135 - ] - ] - }, - "id": "way/608843385" - }, - { - "type": "Feature", - "properties": { - "@id": "way/608843386", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9033259, - 51.5073977 - ], - [ - 9.9030837, - 51.5074802 - ], - [ - 9.9029779, - 51.5075163 - ], - [ - 9.9029041, - 51.507533 - ], - [ - 9.9026694, - 51.5076657 - ] - ] - }, - "id": "way/608843386" - }, - { - "type": "Feature", - "properties": { - "@id": "way/608843417", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9028495, - 51.507187 - ], - [ - 9.9028625, - 51.5071632 - ], - [ - 9.9029819, - 51.5072101 - ], - [ - 9.9029755, - 51.5072187 - ] - ] - }, - "id": "way/608843417" - }, - { - "type": "Feature", - "properties": { - "@id": "way/609456784", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8991095, - 51.533335 - ], - [ - 9.8992573, - 51.5333631 - ], - [ - 9.8993663, - 51.5333742 - ], - [ - 9.899368, - 51.533267 - ] - ] - }, - "id": "way/609456784" - }, - { - "type": "Feature", - "properties": { - "@id": "way/609456791", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8996627, - 51.5329669 - ], - [ - 9.8995292, - 51.5329301 - ], - [ - 9.8994722, - 51.5328943 - ], - [ - 9.8995057, - 51.5326077 - ] - ] - }, - "id": "way/609456791" - }, - { - "type": "Feature", - "properties": { - "@id": "way/609466106", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9018664, - 51.53317 - ], - [ - 9.9019053, - 51.5331827 - ], - [ - 9.9019707, - 51.5331095 - ], - [ - 9.9019516, - 51.5330555 - ], - [ - 9.9018047, - 51.5330056 - ] - ] - }, - "id": "way/609466106" - }, - { - "type": "Feature", - "properties": { - "@id": "way/609466108", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9011794, - 51.533082 - ], - [ - 9.9012961, - 51.5331179 - ] - ] - }, - "id": "way/609466108" - }, - { - "type": "Feature", - "properties": { - "@id": "way/614764893", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9450185, - 51.5089532 - ], - [ - 9.9450966, - 51.5089434 - ] - ] - }, - "id": "way/614764893" - }, - { - "type": "Feature", - "properties": { - "@id": "way/614764894", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9451432, - 51.5089376 - ], - [ - 9.9453544, - 51.5089113 - ] - ] - }, - "id": "way/614764894" - }, - { - "type": "Feature", - "properties": { - "@id": "way/614764895", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9451621, - 51.5093858 - ], - [ - 9.9455733, - 51.5093308 - ], - [ - 9.9455598, - 51.5092918 - ], - [ - 9.9454816, - 51.5093023 - ], - [ - 9.9454446, - 51.5092874 - ] - ] - }, - "id": "way/614764895" - }, - { - "type": "Feature", - "properties": { - "@id": "way/614764896", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9454471, - 51.5090631 - ], - [ - 9.945486, - 51.5090587 - ], - [ - 9.9455477, - 51.5092688 - ], - [ - 9.9455235, - 51.5092716 - ] - ] - }, - "id": "way/614764896" - }, - { - "type": "Feature", - "properties": { - "@id": "way/614764897", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9454088, - 51.5089114 - ], - [ - 9.9454404, - 51.5089078 - ], - [ - 9.9454766, - 51.5090321 - ], - [ - 9.9454503, - 51.509035 - ] - ] - }, - "id": "way/614764897" - }, - { - "type": "Feature", - "properties": { - "@id": "way/618333675", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8933883, - 51.5368618 - ], - [ - 9.8933665, - 51.5368317 - ], - [ - 9.8934812, - 51.5365558 - ], - [ - 9.8935921, - 51.5363288 - ] - ] - }, - "id": "way/618333675" - }, - { - "type": "Feature", - "properties": { - "@id": "way/621239825", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9462198, - 51.5332488 - ], - [ - 9.9460655, - 51.5332426 - ], - [ - 9.9459194, - 51.5332242 - ], - [ - 9.9459321, - 51.5331241 - ] - ] - }, - "id": "way/621239825" - }, - { - "type": "Feature", - "properties": { - "@id": "way/621239835", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9470612, - 51.5326962 - ], - [ - 9.947349, - 51.5326385 - ] - ] - }, - "id": "way/621239835" - }, - { - "type": "Feature", - "properties": { - "@id": "way/621239851", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9481463, - 51.5326415 - ], - [ - 9.9486789, - 51.5327084 - ] - ] - }, - "id": "way/621239851" - }, - { - "type": "Feature", - "properties": { - "@id": "way/621239852", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.948592, - 51.533263 - ], - [ - 9.9487151, - 51.5328979 - ], - [ - 9.9486626, - 51.5328911 - ] - ] - }, - "id": "way/621239852" - }, - { - "type": "Feature", - "properties": { - "@id": "way/622025504", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8954016, - 51.5360103 - ], - [ - 9.8955994, - 51.5360558 - ] - ] - }, - "id": "way/622025504" - }, - { - "type": "Feature", - "properties": { - "@id": "way/622025513", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.898333, - 51.5340268 - ], - [ - 9.8986334, - 51.5341077 - ] - ] - }, - "id": "way/622025513" - }, - { - "type": "Feature", - "properties": { - "@id": "way/622025516", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8978475, - 51.5354883 - ], - [ - 9.897883, - 51.5354408 - ], - [ - 9.8978428, - 51.5354291 - ] - ] - }, - "id": "way/622025516" - }, - { - "type": "Feature", - "properties": { - "@id": "way/622025517", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8977569, - 51.5354658 - ], - [ - 9.8978455, - 51.5353532 - ] - ] - }, - "id": "way/622025517" - }, - { - "type": "Feature", - "properties": { - "@id": "way/622025537", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8984355, - 51.5345527 - ], - [ - 9.8987406, - 51.5346408 - ] - ] - }, - "id": "way/622025537" - }, - { - "type": "Feature", - "properties": { - "@id": "way/622025539", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8987018, - 51.5348698 - ], - [ - 9.8986843, - 51.5348934 - ], - [ - 9.8983785, - 51.5348056 - ] - ] - }, - "id": "way/622025539" - }, - { - "type": "Feature", - "properties": { - "@id": "way/622670176", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9339897, - 51.5591966 - ], - [ - 9.9339084, - 51.5591981 - ], - [ - 9.9339026, - 51.5590811 - ] - ] - }, - "id": "way/622670176" - }, - { - "type": "Feature", - "properties": { - "@id": "way/622670177", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9340114, - 51.5594838 - ], - [ - 9.9339272, - 51.5594853 - ], - [ - 9.9339225, - 51.5593804 - ], - [ - 9.933975, - 51.5593604 - ], - [ - 9.934103, - 51.5593582 - ], - [ - 9.9341215, - 51.5593644 - ] - ] - }, - "id": "way/622670177" - }, - { - "type": "Feature", - "properties": { - "@id": "way/622691250", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9436472, - 51.5327618 - ], - [ - 9.9434943, - 51.5327182 - ] - ] - }, - "id": "way/622691250" - }, - { - "type": "Feature", - "properties": { - "@id": "way/622691251", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9437954, - 51.532809 - ], - [ - 9.9437055, - 51.5327825 - ], - [ - 9.9437478, - 51.5327118 - ] - ] - }, - "id": "way/622691251" - }, - { - "type": "Feature", - "properties": { - "@id": "way/622691252", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9439181, - 51.5328453 - ], - [ - 9.9438229, - 51.5328165 - ] - ] - }, - "id": "way/622691252" - }, - { - "type": "Feature", - "properties": { - "@id": "way/622691256", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9441154, - 51.5329041 - ], - [ - 9.9440128, - 51.5328737 - ], - [ - 9.944064, - 51.5328068 - ] - ] - }, - "id": "way/622691256" - }, - { - "type": "Feature", - "properties": { - "@id": "way/622691257", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9442715, - 51.5329495 - ], - [ - 9.9441441, - 51.5329122 - ] - ] - }, - "id": "way/622691257" - }, - { - "type": "Feature", - "properties": { - "@id": "way/624056421", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9320027, - 51.5134774 - ], - [ - 9.932287, - 51.5145153 - ] - ] - }, - "id": "way/624056421" - }, - { - "type": "Feature", - "properties": { - "@id": "way/625617840", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9033198, - 51.5017806 - ], - [ - 9.9033286, - 51.5018845 - ], - [ - 9.9033185, - 51.5019442 - ] - ] - }, - "id": "way/625617840" - }, - { - "type": "Feature", - "properties": { - "@id": "way/625617843", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9047862, - 51.502174 - ], - [ - 9.9049656, - 51.5021897 - ] - ] - }, - "id": "way/625617843" - }, - { - "type": "Feature", - "properties": { - "@id": "way/625617844", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9047517, - 51.5023264 - ], - [ - 9.9047862, - 51.502174 - ], - [ - 9.9048271, - 51.5019931 - ] - ] - }, - "id": "way/625617844" - }, - { - "type": "Feature", - "properties": { - "@id": "way/625617863", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9060879, - 51.5009545 - ], - [ - 9.9060876, - 51.5009381 - ], - [ - 9.9060827, - 51.5006279 - ], - [ - 9.9060825, - 51.5006176 - ], - [ - 9.9060316, - 51.5005567 - ], - [ - 9.9059886, - 51.5005667 - ] - ] - }, - "id": "way/625617863" - }, - { - "type": "Feature", - "properties": { - "@id": "way/625617864", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9048455, - 51.5006621 - ], - [ - 9.9046819, - 51.5013376 - ], - [ - 9.904294, - 51.5014306 - ], - [ - 9.9042721, - 51.5013956 - ], - [ - 9.9038649, - 51.501494 - ], - [ - 9.9038864, - 51.5015284 - ], - [ - 9.903795, - 51.5015504 - ], - [ - 9.9030123, - 51.5017381 - ], - [ - 9.9026205, - 51.5018386 - ], - [ - 9.9026942, - 51.501556 - ], - [ - 9.9030181, - 51.5004103 - ] - ] - }, - "id": "way/625617864" - }, - { - "type": "Feature", - "properties": { - "@id": "way/625617865", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9046945, - 51.5010755 - ], - [ - 9.9044289, - 51.5011173 - ] - ] - }, - "id": "way/625617865" - }, - { - "type": "Feature", - "properties": { - "@id": "way/625617868", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9045188, - 51.5017307 - ], - [ - 9.9044464, - 51.5017267 - ] - ] - }, - "id": "way/625617868" - }, - { - "type": "Feature", - "properties": { - "@id": "way/625773738", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9345081, - 51.5431104 - ], - [ - 9.9345403, - 51.5430675 - ], - [ - 9.934615, - 51.5430892 - ] - ] - }, - "id": "way/625773738" - }, - { - "type": "Feature", - "properties": { - "@id": "way/625775333", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9342554, - 51.5432689 - ], - [ - 9.9343798, - 51.5431069 - ] - ] - }, - "id": "way/625775333" - }, - { - "type": "Feature", - "properties": { - "@id": "way/627596254", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9555041, - 51.5468844 - ], - [ - 9.9555331, - 51.5468683 - ], - [ - 9.955652, - 51.5469506 - ], - [ - 9.9555416, - 51.5470055 - ], - [ - 9.9553581, - 51.5468759 - ] - ] - }, - "id": "way/627596254" - }, - { - "type": "Feature", - "properties": { - "@id": "way/629187441", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.982985, - 51.541111 - ], - [ - 9.9831286, - 51.5409872 - ] - ] - }, - "id": "way/629187441" - }, - { - "type": "Feature", - "properties": { - "@id": "way/636820355", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9481037, - 51.5531596 - ], - [ - 9.9481349, - 51.5531523 - ], - [ - 9.9481593, - 51.5531498 - ], - [ - 9.9481811, - 51.5531546 - ], - [ - 9.9482016, - 51.5531671 - ], - [ - 9.9482167, - 51.553192 - ], - [ - 9.9482187, - 51.5532059 - ] - ] - }, - "id": "way/636820355" - }, - { - "type": "Feature", - "properties": { - "@id": "way/636820385", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9483823, - 51.5537809 - ], - [ - 9.9483327, - 51.5537696 - ], - [ - 9.9483394, - 51.5537146 - ], - [ - 9.9484266, - 51.5537167 - ] - ] - }, - "id": "way/636820385" - }, - { - "type": "Feature", - "properties": { - "@id": "way/636820386", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9495967, - 51.5538772 - ], - [ - 9.9492521, - 51.5538618 - ], - [ - 9.9476085, - 51.5537884 - ] - ] - }, - "id": "way/636820386" - }, - { - "type": "Feature", - "properties": { - "@id": "way/636820394", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9500213, - 51.5532516 - ], - [ - 9.9500045, - 51.5533901 - ] - ] - }, - "id": "way/636820394" - }, - { - "type": "Feature", - "properties": { - "@id": "way/636820395", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9498222, - 51.5534302 - ], - [ - 9.9496416, - 51.5533147 - ] - ] - }, - "id": "way/636820395" - }, - { - "type": "Feature", - "properties": { - "@id": "way/636820396", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9497019, - 51.5532143 - ], - [ - 9.9497221, - 51.5531838 - ], - [ - 9.9498012, - 51.5531759 - ], - [ - 9.9499227, - 51.5531702 - ] - ] - }, - "id": "way/636820396" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358431", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8876102, - 51.5621609 - ], - [ - 9.8874915, - 51.5621405 - ] - ] - }, - "id": "way/638358431" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358432", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8881687, - 51.5618925 - ], - [ - 9.8881878, - 51.561782 - ] - ] - }, - "id": "way/638358432" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358433", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8883692, - 51.5614935 - ], - [ - 9.8883913, - 51.5613185 - ] - ] - }, - "id": "way/638358433" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358435", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8881754, - 51.5604972 - ], - [ - 9.8881694, - 51.5605664 - ] - ] - }, - "id": "way/638358435" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358436", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8892329, - 51.560605 - ], - [ - 9.8893982, - 51.5606312 - ] - ] - }, - "id": "way/638358436" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358437", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8891102, - 51.5605904 - ], - [ - 9.8891722, - 51.5605996 - ] - ] - }, - "id": "way/638358437" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358438", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8889338, - 51.5606373 - ], - [ - 9.8889419, - 51.5605656 - ], - [ - 9.889084, - 51.5605877 - ] - ] - }, - "id": "way/638358438" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358440", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8888148, - 51.5608935 - ], - [ - 9.8887421, - 51.5608901 - ], - [ - 9.8886234, - 51.5608845 - ] - ] - }, - "id": "way/638358440" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358441", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8887273, - 51.5610204 - ], - [ - 9.8887421, - 51.5608901 - ] - ] - }, - "id": "way/638358441" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358444", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.889138, - 51.5609062 - ], - [ - 9.8888148, - 51.5608935 - ], - [ - 9.888816, - 51.5608792 - ], - [ - 9.8888176, - 51.5608513 - ], - [ - 9.8888332, - 51.5606746 - ] - ] - }, - "id": "way/638358444" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358445", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8890458, - 51.5611447 - ], - [ - 9.8893909, - 51.5611604 - ], - [ - 9.8894114, - 51.5609854 - ], - [ - 9.8891434, - 51.5609502 - ] - ] - }, - "id": "way/638358445" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358446", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8892368, - 51.5611858 - ], - [ - 9.8893864, - 51.5611914 - ], - [ - 9.8893731, - 51.561328 - ] - ] - }, - "id": "way/638358446" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358447", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8910595, - 51.5612224 - ], - [ - 9.8909392, - 51.5612095 - ], - [ - 9.89096, - 51.5611345 - ] - ] - }, - "id": "way/638358447" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358448", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.890625, - 51.5608291 - ], - [ - 9.8906682, - 51.5608346 - ] - ] - }, - "id": "way/638358448" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358449", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8906885, - 51.5608372 - ], - [ - 9.8908013, - 51.5608516 - ], - [ - 9.8908087, - 51.5608257 - ], - [ - 9.8909636, - 51.5608478 - ], - [ - 9.8909542, - 51.5608962 - ] - ] - }, - "id": "way/638358449" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358453", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8919902, - 51.5606756 - ], - [ - 9.8919768, - 51.5606737 - ], - [ - 9.8919667, - 51.5606667 - ], - [ - 9.8919667, - 51.5606396 - ], - [ - 9.8919734, - 51.5606346 - ], - [ - 9.8920277, - 51.5606369 - ] - ] - }, - "id": "way/638358453" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358454", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8919285, - 51.5607119 - ], - [ - 9.8919433, - 51.5605568 - ] - ] - }, - "id": "way/638358454" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358456", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8903608, - 51.5604576 - ], - [ - 9.8903601, - 51.5603255 - ] - ] - }, - "id": "way/638358456" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358458", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8888037, - 51.560471 - ], - [ - 9.888964, - 51.5604972 - ], - [ - 9.8889714, - 51.5602975 - ] - ] - }, - "id": "way/638358458" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358459", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8898223, - 51.5594552 - ], - [ - 9.8900064, - 51.5594592 - ], - [ - 9.8900588, - 51.5594941 - ] - ] - }, - "id": "way/638358459" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358460", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.888736, - 51.5591319 - ], - [ - 9.8889553, - 51.5591361 - ] - ] - }, - "id": "way/638358460" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358461", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8887152, - 51.5598073 - ], - [ - 9.8889405, - 51.5598148 - ] - ] - }, - "id": "way/638358461" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358462", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8883947, - 51.5599803 - ], - [ - 9.8884868, - 51.5599845 - ] - ] - }, - "id": "way/638358462" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358463", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8883759, - 51.5602483 - ], - [ - 9.8883786, - 51.5601233 - ] - ] - }, - "id": "way/638358463" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358464", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8885248, - 51.5587363 - ], - [ - 9.8884795, - 51.5587356 - ], - [ - 9.8884513, - 51.5587563 - ], - [ - 9.8884493, - 51.558807 - ] - ] - }, - "id": "way/638358464" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358465", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8884488, - 51.5588203 - ], - [ - 9.8884477, - 51.5588485 - ], - [ - 9.8884399, - 51.5588484 - ] - ] - }, - "id": "way/638358465" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358466", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.888439, - 51.5588758 - ], - [ - 9.8884387, - 51.5588829 - ], - [ - 9.8884364, - 51.5589339 - ] - ] - }, - "id": "way/638358466" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358467", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8886215, - 51.5587722 - ], - [ - 9.8886229, - 51.5587378 - ], - [ - 9.8885549, - 51.5587368 - ] - ] - }, - "id": "way/638358467" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358468", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8887048, - 51.5587777 - ], - [ - 9.8887081, - 51.5587018 - ], - [ - 9.8888632, - 51.5587044 - ], - [ - 9.8888569, - 51.5588491 - ] - ] - }, - "id": "way/638358468" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358469", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8890187, - 51.5588605 - ], - [ - 9.8890274, - 51.5587053 - ] - ] - }, - "id": "way/638358469" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358470", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8893177, - 51.5590148 - ], - [ - 9.8893157, - 51.5590675 - ] - ] - }, - "id": "way/638358470" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358471", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8896319, - 51.5589645 - ], - [ - 9.8896359, - 51.5588026 - ] - ] - }, - "id": "way/638358471" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358472", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8899648, - 51.5587824 - ], - [ - 9.8899665, - 51.5587384 - ] - ] - }, - "id": "way/638358472" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358473", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8899896, - 51.5587203 - ], - [ - 9.8902779, - 51.5587253 - ] - ] - }, - "id": "way/638358473" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358474", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8902662, - 51.5589072 - ], - [ - 9.8902776, - 51.5587672 - ] - ] - }, - "id": "way/638358474" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358475", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8932643, - 51.5594294 - ], - [ - 9.8932204, - 51.55942 - ], - [ - 9.8932465, - 51.5593729 - ], - [ - 9.8931993, - 51.5593628 - ] - ] - }, - "id": "way/638358475" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358476", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8921072, - 51.5590925 - ], - [ - 9.892132, - 51.5589556 - ] - ] - }, - "id": "way/638358476" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638358478", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8894434, - 51.5615516 - ], - [ - 9.8893996, - 51.5615498 - ], - [ - 9.8894585, - 51.5609919 - ], - [ - 9.8894927, - 51.5606679 - ], - [ - 9.8895225, - 51.5606692 - ] - ] - }, - "id": "way/638358478" - }, - { - "type": "Feature", - "properties": { - "@id": "way/638360221", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8870744, - 51.5630055 - ], - [ - 9.8870858, - 51.562943 - ], - [ - 9.8871046, - 51.5628938 - ], - [ - 9.8871213, - 51.5628558 - ], - [ - 9.8871575, - 51.5628171 - ], - [ - 9.8871897, - 51.5627887 - ], - [ - 9.8872206, - 51.5627662 - ], - [ - 9.8872588, - 51.5627466 - ], - [ - 9.8873057, - 51.5627316 - ] - ] - }, - "id": "way/638360221" - }, - { - "type": "Feature", - "properties": { - "@id": "way/642307853", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9521562, - 51.5356527 - ], - [ - 9.9523378, - 51.5352587 - ] - ] - }, - "id": "way/642307853" - }, - { - "type": "Feature", - "properties": { - "@id": "way/642307879", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9541457, - 51.5357236 - ], - [ - 9.9542027, - 51.5355947 - ] - ] - }, - "id": "way/642307879" - }, - { - "type": "Feature", - "properties": { - "@id": "way/642307880", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9537641, - 51.5359046 - ], - [ - 9.9537737, - 51.535881 - ], - [ - 9.9538047, - 51.5358048 - ], - [ - 9.9538737, - 51.5358156 - ] - ] - }, - "id": "way/642307880" - }, - { - "type": "Feature", - "properties": { - "@id": "way/642307881", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.953385, - 51.5359309 - ], - [ - 9.9533977, - 51.535899 - ], - [ - 9.9534839, - 51.5359029 - ], - [ - 9.953502, - 51.5358675 - ], - [ - 9.9535667, - 51.5358754 - ], - [ - 9.9536267, - 51.5358587 - ], - [ - 9.9537737, - 51.535881 - ] - ] - }, - "id": "way/642307881" - }, - { - "type": "Feature", - "properties": { - "@id": "way/642307887", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9521025, - 51.535837 - ], - [ - 9.9521924, - 51.5356318 - ], - [ - 9.9522219, - 51.535583 - ], - [ - 9.9524103, - 51.5356159 - ] - ] - }, - "id": "way/642307887" - }, - { - "type": "Feature", - "properties": { - "@id": "way/649298117", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9169064, - 51.5419513 - ], - [ - 9.9169236, - 51.5417537 - ], - [ - 9.9169262, - 51.5417233 - ] - ] - }, - "id": "way/649298117" - }, - { - "type": "Feature", - "properties": { - "@id": "way/649298118", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9166786, - 51.5420234 - ], - [ - 9.9166588, - 51.5421111 - ] - ] - }, - "id": "way/649298118" - }, - { - "type": "Feature", - "properties": { - "@id": "way/649298119", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9166936, - 51.5418684 - ], - [ - 9.9166805, - 51.5420041 - ] - ] - }, - "id": "way/649298119" - }, - { - "type": "Feature", - "properties": { - "@id": "way/649298120", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9167041, - 51.5417595 - ], - [ - 9.9166955, - 51.5418483 - ] - ] - }, - "id": "way/649298120" - }, - { - "type": "Feature", - "properties": { - "@id": "way/649548524", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9620555, - 51.5142866 - ], - [ - 9.9618275, - 51.5142098 - ] - ] - }, - "id": "way/649548524" - }, - { - "type": "Feature", - "properties": { - "@id": "way/649548526", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9641279, - 51.5130681 - ], - [ - 9.9641497, - 51.5130069 - ], - [ - 9.964256, - 51.5130791 - ] - ] - }, - "id": "way/649548526" - }, - { - "type": "Feature", - "properties": { - "@id": "way/649548530", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9662807, - 51.5147346 - ], - [ - 9.9662079, - 51.5148639 - ] - ] - }, - "id": "way/649548530" - }, - { - "type": "Feature", - "properties": { - "@id": "way/649548533", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9661017, - 51.5148861 - ], - [ - 9.9661792, - 51.5149045 - ], - [ - 9.9661494, - 51.5149533 - ] - ] - }, - "id": "way/649548533" - }, - { - "type": "Feature", - "properties": { - "@id": "way/649548541", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9660993, - 51.515267 - ], - [ - 9.9661503, - 51.5151829 - ] - ] - }, - "id": "way/649548541" - }, - { - "type": "Feature", - "properties": { - "@id": "way/649548544", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.965985, - 51.5154525 - ], - [ - 9.9660383, - 51.5153663 - ] - ] - }, - "id": "way/649548544" - }, - { - "type": "Feature", - "properties": { - "@id": "way/649548546", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9659766, - 51.5156165 - ], - [ - 9.9659541, - 51.5156067 - ], - [ - 9.9659417, - 51.5155958 - ], - [ - 9.9659323, - 51.5155785 - ], - [ - 9.9659283, - 51.5155608 - ], - [ - 9.965929, - 51.5155447 - ], - [ - 9.9659592, - 51.5154951 - ] - ] - }, - "id": "way/649548546" - }, - { - "type": "Feature", - "properties": { - "@id": "way/649548556", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9696046, - 51.515084 - ], - [ - 9.9694993, - 51.5150081 - ] - ] - }, - "id": "way/649548556" - }, - { - "type": "Feature", - "properties": { - "@id": "way/649548559", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9693682, - 51.5149315 - ], - [ - 9.9692724, - 51.5148723 - ], - [ - 9.9693059, - 51.5148406 - ], - [ - 9.9693183, - 51.5148468 - ] - ] - }, - "id": "way/649548559" - }, - { - "type": "Feature", - "properties": { - "@id": "way/649548560", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9691768, - 51.5157818 - ], - [ - 9.9690869, - 51.5158544 - ] - ] - }, - "id": "way/649548560" - }, - { - "type": "Feature", - "properties": { - "@id": "way/649548563", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9690662, - 51.5158727 - ], - [ - 9.968979, - 51.5159432 - ] - ] - }, - "id": "way/649548563" - }, - { - "type": "Feature", - "properties": { - "@id": "way/649548566", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9688549, - 51.5160471 - ], - [ - 9.968753, - 51.5161289 - ], - [ - 9.9686524, - 51.5162045 - ], - [ - 9.9685384, - 51.5162708 - ] - ] - }, - "id": "way/649548566" - }, - { - "type": "Feature", - "properties": { - "@id": "way/649548568", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9689874, - 51.5161567 - ], - [ - 9.9689398, - 51.5161354 - ], - [ - 9.9690464, - 51.5160499 - ] - ] - }, - "id": "way/649548568" - }, - { - "type": "Feature", - "properties": { - "@id": "way/649548571", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9691875, - 51.5162913 - ], - [ - 9.9688838, - 51.5161815 - ], - [ - 9.9687128, - 51.5163079 - ] - ] - }, - "id": "way/649548571" - }, - { - "type": "Feature", - "properties": { - "@id": "way/650245709", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9756757, - 51.5216305 - ], - [ - 9.9755332, - 51.5218325 - ] - ] - }, - "id": "way/650245709" - }, - { - "type": "Feature", - "properties": { - "@id": "way/650245741", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9736537, - 51.5171923 - ], - [ - 9.9739903, - 51.5171507 - ], - [ - 9.9740216, - 51.5172487 - ] - ] - }, - "id": "way/650245741" - }, - { - "type": "Feature", - "properties": { - "@id": "way/650245742", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.975127, - 51.5173835 - ], - [ - 9.9751595, - 51.5174945 - ] - ] - }, - "id": "way/650245742" - }, - { - "type": "Feature", - "properties": { - "@id": "way/650637806", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9605672, - 51.5154821 - ], - [ - 9.9605485, - 51.515475 - ], - [ - 9.9605324, - 51.5154632 - ], - [ - 9.9605263, - 51.5154511 - ], - [ - 9.960529, - 51.5154066 - ] - ] - }, - "id": "way/650637806" - }, - { - "type": "Feature", - "properties": { - "@id": "way/650637809", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9608881, - 51.5156461 - ], - [ - 9.9607235, - 51.51561 - ], - [ - 9.9607097, - 51.5156038 - ], - [ - 9.9607007, - 51.5155946 - ], - [ - 9.9606983, - 51.5155833 - ], - [ - 9.9607265, - 51.5155337 - ] - ] - }, - "id": "way/650637809" - }, - { - "type": "Feature", - "properties": { - "@id": "way/650637812", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9602725, - 51.510156 - ], - [ - 9.9602846, - 51.5100663 - ], - [ - 9.960292, - 51.5100508 - ], - [ - 9.9603061, - 51.5100379 - ], - [ - 9.9603248, - 51.5100275 - ], - [ - 9.9603483, - 51.5100191 - ], - [ - 9.9603812, - 51.5100149 - ], - [ - 9.9605099, - 51.5100074 - ] - ] - }, - "id": "way/650637812" - }, - { - "type": "Feature", - "properties": { - "@id": "way/650637814", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9590243, - 51.5108465 - ], - [ - 9.9589844, - 51.5108431 - ], - [ - 9.9589589, - 51.5108388 - ], - [ - 9.9589284, - 51.5108296 - ], - [ - 9.9589066, - 51.5108202 - ], - [ - 9.9588885, - 51.5108041 - ], - [ - 9.9588751, - 51.5107903 - ], - [ - 9.9588684, - 51.5107707 - ], - [ - 9.9588838, - 51.5107209 - ] - ] - }, - "id": "way/650637814" - }, - { - "type": "Feature", - "properties": { - "@id": "way/650637817", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9609055, - 51.5099849 - ], - [ - 9.9612837, - 51.5099611 - ], - [ - 9.9613186, - 51.5099636 - ], - [ - 9.9613468, - 51.5099711 - ], - [ - 9.9613662, - 51.5099857 - ], - [ - 9.9613769, - 51.5100108 - ], - [ - 9.9613729, - 51.5100963 - ] - ] - }, - "id": "way/650637817" - }, - { - "type": "Feature", - "properties": { - "@id": "way/650637820", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9623995, - 51.510027 - ], - [ - 9.9624103, - 51.5099843 - ], - [ - 9.9624538, - 51.5099893 - ], - [ - 9.9624837, - 51.5099957 - ], - [ - 9.9625061, - 51.5100062 - ], - [ - 9.9625206, - 51.5100185 - ], - [ - 9.9625256, - 51.5100327 - ], - [ - 9.9625256, - 51.5100492 - ], - [ - 9.9625011, - 51.5101737 - ] - ] - }, - "id": "way/650637820" - }, - { - "type": "Feature", - "properties": { - "@id": "way/651520833", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9558536, - 51.5189887 - ], - [ - 9.9558492, - 51.5190922 - ], - [ - 9.955804, - 51.5191095 - ] - ] - }, - "id": "way/651520833" - }, - { - "type": "Feature", - "properties": { - "@id": "way/651572663", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9507051, - 51.5206029 - ], - [ - 9.9506852, - 51.5206008 - ], - [ - 9.9507005, - 51.5205456 - ] - ] - }, - "id": "way/651572663" - }, - { - "type": "Feature", - "properties": { - "@id": "way/651572664", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9507775, - 51.5205054 - ], - [ - 9.9508243, - 51.5205598 - ] - ] - }, - "id": "way/651572664" - }, - { - "type": "Feature", - "properties": { - "@id": "way/651572665", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9506384, - 51.5206203 - ], - [ - 9.9507611, - 51.5206326 - ], - [ - 9.9507346, - 51.5206931 - ] - ] - }, - "id": "way/651572665" - }, - { - "type": "Feature", - "properties": { - "@id": "way/651572666", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9512135, - 51.5193571 - ], - [ - 9.951187, - 51.5194644 - ] - ] - }, - "id": "way/651572666" - }, - { - "type": "Feature", - "properties": { - "@id": "way/651572669", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9513304, - 51.5200315 - ], - [ - 9.9514568, - 51.5200562 - ] - ] - }, - "id": "way/651572669" - }, - { - "type": "Feature", - "properties": { - "@id": "way/652526766", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.937235, - 51.5277249 - ], - [ - 9.9372438, - 51.5277913 - ], - [ - 9.9372404, - 51.5278105 - ], - [ - 9.9372297, - 51.5278255 - ], - [ - 9.9372075, - 51.5278397 - ], - [ - 9.9371854, - 51.5278438 - ], - [ - 9.9371485, - 51.5278447 - ], - [ - 9.9371251, - 51.5278384 - ], - [ - 9.937107, - 51.5278313 - ] - ] - }, - "id": "way/652526766" - }, - { - "type": "Feature", - "properties": { - "@id": "way/652526767", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9370466, - 51.5274801 - ], - [ - 9.9372002, - 51.5275034 - ], - [ - 9.937229, - 51.527682 - ] - ] - }, - "id": "way/652526767" - }, - { - "type": "Feature", - "properties": { - "@id": "way/652526770", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9379421, - 51.5230649 - ], - [ - 9.9377926, - 51.5230565 - ], - [ - 9.9377768, - 51.52305 - ], - [ - 9.9377601, - 51.5230382 - ], - [ - 9.9377473, - 51.5229877 - ] - ] - }, - "id": "way/652526770" - }, - { - "type": "Feature", - "properties": { - "@id": "way/652526774", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9373484, - 51.5222993 - ], - [ - 9.9372404, - 51.5224136 - ] - ] - }, - "id": "way/652526774" - }, - { - "type": "Feature", - "properties": { - "@id": "way/652530745", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9541537, - 51.5239352 - ], - [ - 9.954088, - 51.5239804 - ], - [ - 9.9540703, - 51.5239871 - ], - [ - 9.9540491, - 51.5239896 - ], - [ - 9.9540267, - 51.5239892 - ], - [ - 9.9540096, - 51.5239856 - ], - [ - 9.9539911, - 51.52398 - ] - ] - }, - "id": "way/652530745" - }, - { - "type": "Feature", - "properties": { - "@id": "way/652530748", - "barrier": "hedge", - "survey:date": "2018-12-04" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9347667, - 51.5233306 - ], - [ - 9.9349991, - 51.5233392 - ], - [ - 9.9350189, - 51.5233442 - ], - [ - 9.9350376, - 51.523355 - ], - [ - 9.9350464, - 51.5233665 - ], - [ - 9.9350454, - 51.5234418 - ] - ] - }, - "id": "way/652530748" - }, - { - "type": "Feature", - "properties": { - "@id": "way/652530749", - "barrier": "hedge", - "survey:date": "2018-12-04" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.935034, - 51.5234681 - ], - [ - 9.9350219, - 51.5235691 - ] - ] - }, - "id": "way/652530749" - }, - { - "type": "Feature", - "properties": { - "@id": "way/652530750", - "barrier": "hedge", - "survey:date": "2018-12-04" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9350138, - 51.5235995 - ], - [ - 9.9350078, - 51.5236467 - ] - ] - }, - "id": "way/652530750" - }, - { - "type": "Feature", - "properties": { - "@id": "way/652922958", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9518343, - 51.5078143 - ], - [ - 9.9518135, - 51.5076674 - ] - ] - }, - "id": "way/652922958" - }, - { - "type": "Feature", - "properties": { - "@id": "way/652923002", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9513889, - 51.510277 - ], - [ - 9.9513673, - 51.5102686 - ], - [ - 9.9514233, - 51.5102127 - ], - [ - 9.9514579, - 51.5102261 - ] - ] - }, - "id": "way/652923002" - }, - { - "type": "Feature", - "properties": { - "@id": "way/653229687", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9488671, - 51.5096948 - ], - [ - 9.9488269, - 51.5095016 - ] - ] - }, - "id": "way/653229687" - }, - { - "type": "Feature", - "properties": { - "@id": "way/653229781", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9495363, - 51.5100661 - ], - [ - 9.9495132, - 51.5099233 - ], - [ - 9.9495937, - 51.5099016 - ] - ] - }, - "id": "way/653229781" - }, - { - "type": "Feature", - "properties": { - "@id": "way/653275459", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9451595, - 51.5082583 - ], - [ - 9.9451434, - 51.508211 - ], - [ - 9.9452299, - 51.5081995 - ], - [ - 9.9452224, - 51.5081776 - ], - [ - 9.9451855, - 51.5080696 - ], - [ - 9.9451805, - 51.508055 - ] - ] - }, - "id": "way/653275459" - }, - { - "type": "Feature", - "properties": { - "@id": "way/653282477", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.939759, - 51.5153798 - ], - [ - 9.9398326, - 51.5153743 - ], - [ - 9.9398543, - 51.5154874 - ], - [ - 9.9398097, - 51.5154907 - ] - ] - }, - "id": "way/653282477" - }, - { - "type": "Feature", - "properties": { - "@id": "way/653282478", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9405345, - 51.5177936 - ], - [ - 9.9405321, - 51.5177659 - ], - [ - 9.9405358, - 51.517754 - ], - [ - 9.9405479, - 51.5177454 - ], - [ - 9.940567, - 51.5177361 - ], - [ - 9.9405895, - 51.5177281 - ], - [ - 9.9406062, - 51.517725 - ], - [ - 9.9406284, - 51.5177242 - ] - ] - }, - "id": "way/653282478" - }, - { - "type": "Feature", - "properties": { - "@id": "way/653282479", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9406773, - 51.5177215 - ], - [ - 9.9407575, - 51.5177194 - ] - ] - }, - "id": "way/653282479" - }, - { - "type": "Feature", - "properties": { - "@id": "way/653282480", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9412744, - 51.517784 - ], - [ - 9.941138, - 51.5177853 - ], - [ - 9.9410934, - 51.5177832 - ], - [ - 9.9410461, - 51.5177782 - ], - [ - 9.9409945, - 51.5177632 - ], - [ - 9.9409717, - 51.5175982 - ], - [ - 9.9410143, - 51.5175737 - ], - [ - 9.94125, - 51.51756 - ] - ] - }, - "id": "way/653282480" - }, - { - "type": "Feature", - "properties": { - "@id": "way/653282481", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9410109, - 51.5178439 - ], - [ - 9.9410215, - 51.5178948 - ] - ] - }, - "id": "way/653282481" - }, - { - "type": "Feature", - "properties": { - "@id": "way/653282482", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9409147, - 51.5178153 - ], - [ - 9.9409362, - 51.5178272 - ], - [ - 9.940966, - 51.5178375 - ], - [ - 9.9410109, - 51.5178439 - ], - [ - 9.9410605, - 51.5178464 - ], - [ - 9.9411058, - 51.5178452 - ] - ] - }, - "id": "way/653282482" - }, - { - "type": "Feature", - "properties": { - "@id": "way/653282483", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.940787, - 51.5177179 - ], - [ - 9.9408195, - 51.5177573 - ], - [ - 9.9408319, - 51.5178587 - ] - ] - }, - "id": "way/653282483" - }, - { - "type": "Feature", - "properties": { - "@id": "way/653282484", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9429401, - 51.5167542 - ], - [ - 9.9430152, - 51.5167523 - ], - [ - 9.943045, - 51.516754 - ], - [ - 9.9430799, - 51.5167607 - ], - [ - 9.9431041, - 51.5167707 - ], - [ - 9.9431211, - 51.5167826 - ] - ] - }, - "id": "way/653282484" - }, - { - "type": "Feature", - "properties": { - "@id": "way/653282485", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9432646, - 51.5171573 - ], - [ - 9.9432197, - 51.5168944 - ] - ] - }, - "id": "way/653282485" - }, - { - "type": "Feature", - "properties": { - "@id": "way/653282486", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9431517, - 51.5168529 - ], - [ - 9.9431646, - 51.516939 - ] - ] - }, - "id": "way/653282486" - }, - { - "type": "Feature", - "properties": { - "@id": "way/653282487", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9431676, - 51.5169594 - ], - [ - 9.9431859, - 51.5170809 - ], - [ - 9.9429847, - 51.517093 - ], - [ - 9.9429777, - 51.5170536 - ], - [ - 9.9428506, - 51.5170334 - ] - ] - }, - "id": "way/653282487" - }, - { - "type": "Feature", - "properties": { - "@id": "way/653282501", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9432083, - 51.5157734 - ], - [ - 9.9431507, - 51.5153987 - ] - ] - }, - "id": "way/653282501" - }, - { - "type": "Feature", - "properties": { - "@id": "way/653282504", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.94372, - 51.5154433 - ], - [ - 9.9437635, - 51.5157663 - ] - ] - }, - "id": "way/653282504" - }, - { - "type": "Feature", - "properties": { - "@id": "way/653282509", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9407927, - 51.5147579 - ], - [ - 9.9407913, - 51.5147936 - ], - [ - 9.9405492, - 51.5149171 - ] - ] - }, - "id": "way/653282509" - }, - { - "type": "Feature", - "properties": { - "@id": "way/655423484", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9187067, - 51.5203236 - ], - [ - 9.918632, - 51.5202531 - ] - ] - }, - "id": "way/655423484" - }, - { - "type": "Feature", - "properties": { - "@id": "way/664679670", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9461292, - 51.5532164 - ], - [ - 9.9461252, - 51.5529871 - ] - ] - }, - "id": "way/664679670" - }, - { - "type": "Feature", - "properties": { - "@id": "way/664679680", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.932729, - 51.5494328 - ], - [ - 9.9333387, - 51.5495771 - ] - ] - }, - "id": "way/664679680" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666533378", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9573295, - 51.5394056 - ], - [ - 9.9573355, - 51.5393922 - ], - [ - 9.9574797, - 51.5394123 - ] - ] - }, - "id": "way/666533378" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666533379", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9572229, - 51.5393776 - ], - [ - 9.9572698, - 51.539386 - ], - [ - 9.957184, - 51.53962 - ] - ] - }, - "id": "way/666533379" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666533381", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9567877, - 51.5395215 - ], - [ - 9.9568353, - 51.5393789 - ], - [ - 9.95685, - 51.539363 - ], - [ - 9.9568769, - 51.5393455 - ], - [ - 9.956903, - 51.5393351 - ], - [ - 9.9569265, - 51.5393334 - ], - [ - 9.957194, - 51.5393735 - ] - ] - }, - "id": "way/666533381" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666533382", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9591708, - 51.5403592 - ], - [ - 9.9591758, - 51.540555 - ] - ] - }, - "id": "way/666533382" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666533384", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9578237, - 51.540575 - ], - [ - 9.9578639, - 51.5403527 - ], - [ - 9.9578914, - 51.5403277 - ], - [ - 9.9579611, - 51.5403202 - ], - [ - 9.958104, - 51.5403235 - ] - ] - }, - "id": "way/666533384" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666533385", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9575555, - 51.5402898 - ], - [ - 9.9576225, - 51.5402964 - ], - [ - 9.9576547, - 51.5403081 - ], - [ - 9.9576842, - 51.5403294 - ], - [ - 9.9576983, - 51.5403477 - ], - [ - 9.9577063, - 51.5403669 - ], - [ - 9.9577083, - 51.5403907 - ], - [ - 9.9576876, - 51.540492 - ] - ] - }, - "id": "way/666533385" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666533386", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9573804, - 51.5402672 - ], - [ - 9.9575246, - 51.5402856 - ] - ] - }, - "id": "way/666533386" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666533389", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9546486, - 51.5396233 - ], - [ - 9.9548726, - 51.5396871 - ], - [ - 9.9549323, - 51.5397071 - ], - [ - 9.9549792, - 51.5397276 - ] - ] - }, - "id": "way/666533389" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666533390", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9540974, - 51.5396158 - ], - [ - 9.9540914, - 51.5395611 - ], - [ - 9.9540961, - 51.539534 - ], - [ - 9.9541081, - 51.5395153 - ], - [ - 9.9541309, - 51.5395036 - ], - [ - 9.9541705, - 51.539499 - ], - [ - 9.9542074, - 51.5395036 - ], - [ - 9.9545869, - 51.539602 - ] - ] - }, - "id": "way/666533390" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666533391", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9528844, - 51.5392702 - ], - [ - 9.9528803, - 51.5392429 - ], - [ - 9.9528881, - 51.53923 - ], - [ - 9.9529011, - 51.5392198 - ], - [ - 9.9529196, - 51.5392108 - ], - [ - 9.952936, - 51.539205 - ], - [ - 9.9529662, - 51.5392037 - ], - [ - 9.9530021, - 51.5392075 - ], - [ - 9.9534228, - 51.539308 - ] - ] - }, - "id": "way/666533391" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666533392", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9517988, - 51.5391286 - ], - [ - 9.9517954, - 51.5390986 - ], - [ - 9.9518075, - 51.5390782 - ], - [ - 9.951831, - 51.539064 - ], - [ - 9.9518638, - 51.5390582 - ], - [ - 9.9518913, - 51.5390586 - ], - [ - 9.9522018, - 51.5390857 - ], - [ - 9.9526128, - 51.5391395 - ], - [ - 9.9526772, - 51.5391516 - ], - [ - 9.9527134, - 51.5391695 - ], - [ - 9.9527349, - 51.5391912 - ], - [ - 9.9527416, - 51.5392108 - ] - ] - }, - "id": "way/666533392" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666533393", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.95063, - 51.5390928 - ], - [ - 9.9506005, - 51.5390202 - ], - [ - 9.9505991, - 51.5390006 - ], - [ - 9.9506072, - 51.5389814 - ], - [ - 9.9506223, - 51.5389688 - ], - [ - 9.9506481, - 51.5389585 - ], - [ - 9.9506836, - 51.5389572 - ], - [ - 9.9510263, - 51.5390048 - ], - [ - 9.9512704, - 51.5390169 - ], - [ - 9.9514239, - 51.539029 - ], - [ - 9.9515446, - 51.5390361 - ], - [ - 9.9516023, - 51.5390457 - ], - [ - 9.9516365, - 51.5390632 - ], - [ - 9.9516606, - 51.5390857 - ], - [ - 9.951674, - 51.5391145 - ], - [ - 9.9516875, - 51.5391887 - ] - ] - }, - "id": "way/666533393" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666542339", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9522279, - 51.541043 - ], - [ - 9.9521863, - 51.5408044 - ], - [ - 9.9521924, - 51.5407823 - ], - [ - 9.9522185, - 51.5407589 - ], - [ - 9.9522467, - 51.5407464 - ], - [ - 9.952301, - 51.5407398 - ], - [ - 9.9523372, - 51.5407402 - ], - [ - 9.9526812, - 51.5407856 - ] - ] - }, - "id": "way/666542339" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666542341", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9512094, - 51.5406405 - ], - [ - 9.9515976, - 51.540663 - ], - [ - 9.9519248, - 51.5406922 - ], - [ - 9.9519677, - 51.540706 - ], - [ - 9.9520073, - 51.5407222 - ], - [ - 9.9520274, - 51.5407448 - ], - [ - 9.9520375, - 51.5407715 - ], - [ - 9.9520462, - 51.5408378 - ], - [ - 9.9520388, - 51.5408444 - ], - [ - 9.9519865, - 51.5408474 - ] - ] - }, - "id": "way/666542341" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666542347", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.952932, - 51.5398635 - ], - [ - 9.952993, - 51.5400103 - ] - ] - }, - "id": "way/666542347" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666542351", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9536421, - 51.5419288 - ], - [ - 9.9534912, - 51.5416402 - ], - [ - 9.9534202, - 51.5416527 - ] - ] - }, - "id": "way/666542351" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666542384", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9542939, - 51.5409235 - ], - [ - 9.954318, - 51.5409312 - ], - [ - 9.9543314, - 51.5409429 - ], - [ - 9.9543358, - 51.5409623 - ], - [ - 9.9543335, - 51.5410196 - ], - [ - 9.9543043, - 51.541035 - ], - [ - 9.9540877, - 51.541073 - ] - ] - }, - "id": "way/666542384" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666542390", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.955183, - 51.5400011 - ], - [ - 9.9551495, - 51.5398397 - ], - [ - 9.9551582, - 51.5398218 - ], - [ - 9.9551797, - 51.5398076 - ], - [ - 9.9552079, - 51.5398014 - ], - [ - 9.955238, - 51.5398014 - ], - [ - 9.9556397, - 51.5399182 - ] - ] - }, - "id": "way/666542390" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666548629", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9419638, - 51.5360295 - ], - [ - 9.9419718, - 51.535989 - ], - [ - 9.9420251, - 51.5359598 - ], - [ - 9.9422427, - 51.5359788 - ] - ] - }, - "id": "way/666548629" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666548630", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9419544, - 51.536345 - ], - [ - 9.9419135, - 51.5363083 - ], - [ - 9.9419477, - 51.5361175 - ] - ] - }, - "id": "way/666548630" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666548631", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.942126, - 51.536388 - ], - [ - 9.9419792, - 51.5363651 - ] - ] - }, - "id": "way/666548631" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666548632", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9425985, - 51.5382403 - ], - [ - 9.9425726, - 51.5382392 - ], - [ - 9.9425519, - 51.5382315 - ], - [ - 9.942537, - 51.5382217 - ], - [ - 9.9425583, - 51.5380597 - ], - [ - 9.9425984, - 51.5380617 - ] - ] - }, - "id": "way/666548632" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666548639", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9469279, - 51.5450573 - ], - [ - 9.9469245, - 51.5451024 - ], - [ - 9.9469037, - 51.5451178 - ], - [ - 9.9468669, - 51.5451282 - ], - [ - 9.9466818, - 51.5451257 - ], - [ - 9.9466362, - 51.5451007 - ], - [ - 9.9464954, - 51.5450965 - ] - ] - }, - "id": "way/666548639" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666548641", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9468715, - 51.5460615 - ], - [ - 9.9468635, - 51.5462625 - ] - ] - }, - "id": "way/666548641" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666548642", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9468749, - 51.5459777 - ], - [ - 9.9468724, - 51.546039 - ] - ] - }, - "id": "way/666548642" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666548643", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9482914, - 51.5436764 - ], - [ - 9.9483246, - 51.5437028 - ], - [ - 9.948334, - 51.5437183 - ], - [ - 9.948335, - 51.5437299 - ], - [ - 9.948323, - 51.5437521 - ], - [ - 9.9482998, - 51.5437717 - ], - [ - 9.9481821, - 51.5438179 - ] - ] - }, - "id": "way/666548643" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666548645", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9475731, - 51.5432384 - ], - [ - 9.9476149, - 51.5432154 - ], - [ - 9.94747, - 51.5431136 - ] - ] - }, - "id": "way/666548645" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666548646", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9475737, - 51.5432621 - ], - [ - 9.9476341, - 51.5432288 - ], - [ - 9.9476768, - 51.5432588 - ], - [ - 9.9476189, - 51.5432906 - ] - ] - }, - "id": "way/666548646" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666548648", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9472497, - 51.5429516 - ], - [ - 9.9473361, - 51.5430177 - ], - [ - 9.9472955, - 51.5430383 - ] - ] - }, - "id": "way/666548648" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666548649", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9473154, - 51.543052 - ], - [ - 9.9473549, - 51.5430321 - ], - [ - 9.9473995, - 51.5430662 - ], - [ - 9.9473485, - 51.543092 - ] - ] - }, - "id": "way/666548649" - }, - { - "type": "Feature", - "properties": { - "@id": "way/666548651", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9469346, - 51.5425814 - ], - [ - 9.9469111, - 51.5425593 - ], - [ - 9.9468977, - 51.5425439 - ], - [ - 9.9468917, - 51.5425189 - ], - [ - 9.946891, - 51.542498 - ], - [ - 9.9468977, - 51.542478 - ], - [ - 9.9470043, - 51.5423592 - ] - ] - }, - "id": "way/666548651" - }, - { - "type": "Feature", - "properties": { - "@id": "way/667259314", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9377648, - 51.5237883 - ], - [ - 9.9381823, - 51.5238258 - ], - [ - 9.9385771, - 51.5238613 - ] - ] - }, - "id": "way/667259314" - }, - { - "type": "Feature", - "properties": { - "@id": "way/669340557", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9172358, - 51.5253616 - ], - [ - 9.9173947, - 51.5253658 - ] - ] - }, - "id": "way/669340557" - }, - { - "type": "Feature", - "properties": { - "@id": "way/669340558", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9178037, - 51.5253769 - ], - [ - 9.9178829, - 51.5253779 - ] - ] - }, - "id": "way/669340558" - }, - { - "type": "Feature", - "properties": { - "@id": "way/669340559", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9177126, - 51.5253758 - ], - [ - 9.9177817, - 51.5253766 - ] - ] - }, - "id": "way/669340559" - }, - { - "type": "Feature", - "properties": { - "@id": "way/669340560", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9180184, - 51.5253845 - ], - [ - 9.9183644, - 51.5253916 - ] - ] - }, - "id": "way/669340560" - }, - { - "type": "Feature", - "properties": { - "@id": "way/669340561", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.918707, - 51.5254021 - ], - [ - 9.9189055, - 51.5254054 - ], - [ - 9.9189565, - 51.5254321 - ], - [ - 9.9188881, - 51.5255393 - ] - ] - }, - "id": "way/669340561" - }, - { - "type": "Feature", - "properties": { - "@id": "way/669340562", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9184328, - 51.52539 - ], - [ - 9.9186755, - 51.5253979 - ] - ] - }, - "id": "way/669340562" - }, - { - "type": "Feature", - "properties": { - "@id": "way/670118621", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8993654, - 51.5291192 - ], - [ - 9.8994271, - 51.5291371 - ], - [ - 9.8994681, - 51.529149 - ] - ] - }, - "id": "way/670118621" - }, - { - "type": "Feature", - "properties": { - "@id": "way/670118622", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.899029, - 51.529213 - ], - [ - 9.8991041, - 51.5291116 - ], - [ - 9.8991215, - 51.529097 - ], - [ - 9.8991497, - 51.5290832 - ], - [ - 9.8991852, - 51.5290749 - ], - [ - 9.8992102, - 51.5290743 - ], - [ - 9.8992783, - 51.529094 - ] - ] - }, - "id": "way/670118622" - }, - { - "type": "Feature", - "properties": { - "@id": "way/670555867", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9077902, - 51.5232467 - ], - [ - 9.9077006, - 51.5232297 - ], - [ - 9.9076623, - 51.5231988 - ], - [ - 9.9076518, - 51.5231594 - ], - [ - 9.9076603, - 51.5231078 - ], - [ - 9.9077106, - 51.5230348 - ], - [ - 9.9077877, - 51.5229643 - ], - [ - 9.9078473, - 51.5228616 - ] - ] - }, - "id": "way/670555867" - }, - { - "type": "Feature", - "properties": { - "@id": "way/684798777", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8733522, - 51.5440192 - ], - [ - 9.8732947, - 51.5439869 - ] - ] - }, - "id": "way/684798777" - }, - { - "type": "Feature", - "properties": { - "@id": "way/700090273", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9609491, - 51.5071256 - ], - [ - 9.9608643, - 51.5069042 - ], - [ - 9.9610919, - 51.506863 - ] - ] - }, - "id": "way/700090273" - }, - { - "type": "Feature", - "properties": { - "@id": "way/700090281", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9628219, - 51.5070037 - ], - [ - 9.9627107, - 51.5066867 - ], - [ - 9.9626983, - 51.5066513 - ], - [ - 9.9626964, - 51.506646 - ] - ] - }, - "id": "way/700090281" - }, - { - "type": "Feature", - "properties": { - "@id": "way/700090282", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9620953, - 51.5067262 - ], - [ - 9.9623903, - 51.5066863 - ], - [ - 9.9626311, - 51.5066538 - ] - ] - }, - "id": "way/700090282" - }, - { - "type": "Feature", - "properties": { - "@id": "way/700090283", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9624949, - 51.5069858 - ], - [ - 9.9623903, - 51.5066863 - ] - ] - }, - "id": "way/700090283" - }, - { - "type": "Feature", - "properties": { - "@id": "way/700183701", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9443161, - 51.5156044 - ], - [ - 9.94442, - 51.5156044 - ] - ] - }, - "id": "way/700183701" - }, - { - "type": "Feature", - "properties": { - "@id": "way/700183702", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9459995, - 51.515725 - ], - [ - 9.9459988, - 51.5156426 - ], - [ - 9.9460052, - 51.5156336 - ], - [ - 9.9460203, - 51.5156263 - ], - [ - 9.9460354, - 51.5156226 - ], - [ - 9.9461373, - 51.5156221 - ], - [ - 9.9461363, - 51.5156781 - ] - ] - }, - "id": "way/700183702" - }, - { - "type": "Feature", - "properties": { - "@id": "way/700183703", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.945842, - 51.5156751 - ], - [ - 9.9458415, - 51.5156142 - ], - [ - 9.9459754, - 51.5156138 - ] - ] - }, - "id": "way/700183703" - }, - { - "type": "Feature", - "properties": { - "@id": "way/700183704", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9456954, - 51.5153494 - ], - [ - 9.9455975, - 51.5153507 - ] - ] - }, - "id": "way/700183704" - }, - { - "type": "Feature", - "properties": { - "@id": "way/700183705", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9459562, - 51.515339 - ], - [ - 9.9458416, - 51.5153411 - ] - ] - }, - "id": "way/700183705" - }, - { - "type": "Feature", - "properties": { - "@id": "way/700183706", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9461078, - 51.5153323 - ], - [ - 9.9460307, - 51.5153336 - ] - ] - }, - "id": "way/700183706" - }, - { - "type": "Feature", - "properties": { - "@id": "way/700183707", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.94638, - 51.5152927 - ], - [ - 9.9463787, - 51.5153572 - ], - [ - 9.9462909, - 51.5153565 - ] - ] - }, - "id": "way/700183707" - }, - { - "type": "Feature", - "properties": { - "@id": "way/700183708", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9465517, - 51.515372 - ], - [ - 9.9464531, - 51.5153716 - ] - ] - }, - "id": "way/700183708" - }, - { - "type": "Feature", - "properties": { - "@id": "way/700186339", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.946669, - 51.5170073 - ], - [ - 9.9470733, - 51.5170198 - ], - [ - 9.9475447, - 51.5170344 - ], - [ - 9.9475485, - 51.517132 - ], - [ - 9.9475502, - 51.5171742 - ], - [ - 9.9475556, - 51.5173114 - ], - [ - 9.9475611, - 51.517452 - ], - [ - 9.9475624, - 51.5174839 - ], - [ - 9.9475661, - 51.5175785 - ], - [ - 9.9475702, - 51.517682 - ], - [ - 9.9475718, - 51.5177229 - ], - [ - 9.9475734, - 51.5177618 - ], - [ - 9.9475773, - 51.5178618 - ], - [ - 9.9475813, - 51.5179622 - ], - [ - 9.9475828, - 51.518002 - ], - [ - 9.9475845, - 51.5180455 - ], - [ - 9.9475885, - 51.5181457 - ] - ] - }, - "id": "way/700186339" - }, - { - "type": "Feature", - "properties": { - "@id": "way/700186340", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9468943, - 51.5174233 - ], - [ - 9.9468972, - 51.5173889 - ] - ] - }, - "id": "way/700186340" - }, - { - "type": "Feature", - "properties": { - "@id": "way/700186341", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9469272, - 51.517286 - ], - [ - 9.9469279, - 51.517203 - ] - ] - }, - "id": "way/700186341" - }, - { - "type": "Feature", - "properties": { - "@id": "way/700186342", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9468979, - 51.5173801 - ], - [ - 9.9469024, - 51.5173257 - ], - [ - 9.9469252, - 51.5173211 - ] - ] - }, - "id": "way/700186342" - }, - { - "type": "Feature", - "properties": { - "@id": "way/700189668", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9469289, - 51.5171911 - ], - [ - 9.9469284, - 51.517159 - ], - [ - 9.9470704, - 51.5171634 - ], - [ - 9.947073, - 51.5172224 - ] - ] - }, - "id": "way/700189668" - }, - { - "type": "Feature", - "properties": { - "@id": "way/700189669", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.946946, - 51.5172878 - ], - [ - 9.9470613, - 51.5172911 - ], - [ - 9.9470754, - 51.5172698 - ], - [ - 9.9470744, - 51.517237 - ] - ] - }, - "id": "way/700189669" - }, - { - "type": "Feature", - "properties": { - "@id": "way/700515376", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9486425, - 51.5188743 - ], - [ - 9.9486789, - 51.5188759 - ], - [ - 9.9486691, - 51.5189977 - ] - ] - }, - "id": "way/700515376" - }, - { - "type": "Feature", - "properties": { - "@id": "way/731996161", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9844904, - 51.5609097 - ], - [ - 9.984898, - 51.5608825 - ], - [ - 9.9849217, - 51.5610201 - ] - ] - }, - "id": "way/731996161" - }, - { - "type": "Feature", - "properties": { - "@id": "way/731996162", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9840025, - 51.5610758 - ], - [ - 9.9840004, - 51.5610132 - ], - [ - 9.9840137, - 51.5609859 - ], - [ - 9.984059, - 51.5609543 - ], - [ - 9.9840721, - 51.5609479 - ], - [ - 9.9842145, - 51.5609315 - ], - [ - 9.9843036, - 51.5609269 - ], - [ - 9.984324, - 51.560962 - ] - ] - }, - "id": "way/731996162" - }, - { - "type": "Feature", - "properties": { - "@id": "way/733956135", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8826467, - 51.5042515 - ], - [ - 9.8825933, - 51.5042433 - ], - [ - 9.8826533, - 51.5040928 - ], - [ - 9.8833253, - 51.5041966 - ], - [ - 9.8832784, - 51.5044344 - ] - ] - }, - "id": "way/733956135" - }, - { - "type": "Feature", - "properties": { - "@id": "way/759381823", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8930004, - 51.5053098 - ], - [ - 9.8932138, - 51.505349 - ] - ] - }, - "id": "way/759381823" - }, - { - "type": "Feature", - "properties": { - "@id": "way/759381831", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.89354, - 51.5055221 - ], - [ - 9.8935017, - 51.5056086 - ] - ] - }, - "id": "way/759381831" - }, - { - "type": "Feature", - "properties": { - "@id": "way/759381832", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8934844, - 51.5054019 - ], - [ - 9.8935129, - 51.5054089 - ], - [ - 9.8935385, - 51.5054262 - ], - [ - 9.8935505, - 51.5054482 - ], - [ - 9.8935558, - 51.5054758 - ], - [ - 9.8935453, - 51.5055025 - ] - ] - }, - "id": "way/759381832" - }, - { - "type": "Feature", - "properties": { - "@id": "way/759381833", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8933634, - 51.505379 - ], - [ - 9.8934573, - 51.5053963 - ] - ] - }, - "id": "way/759381833" - }, - { - "type": "Feature", - "properties": { - "@id": "way/763553635", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9124151, - 51.5081386 - ], - [ - 9.912439, - 51.507521 - ] - ] - }, - "id": "way/763553635" - }, - { - "type": "Feature", - "properties": { - "@id": "way/763738420", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9039643, - 51.5095922 - ], - [ - 9.9039535, - 51.5096285 - ], - [ - 9.9039294, - 51.5096765 - ], - [ - 9.9038999, - 51.5097228 - ], - [ - 9.9038583, - 51.5097712 - ], - [ - 9.9038147, - 51.5098033 - ], - [ - 9.9037778, - 51.5098159 - ], - [ - 9.9037443, - 51.509818 - ] - ] - }, - "id": "way/763738420" - }, - { - "type": "Feature", - "properties": { - "@id": "way/763738434", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8972037, - 51.5091815 - ], - [ - 9.8971923, - 51.5091465 - ], - [ - 9.8971581, - 51.509101 - ], - [ - 9.8971152, - 51.5090601 - ], - [ - 9.8970851, - 51.5090396 - ] - ] - }, - "id": "way/763738434" - }, - { - "type": "Feature", - "properties": { - "@id": "way/763738486", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9070096, - 51.5114676 - ], - [ - 9.9072653, - 51.5114726 - ] - ] - }, - "id": "way/763738486" - }, - { - "type": "Feature", - "properties": { - "@id": "way/763738495", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9064866, - 51.5108123 - ], - [ - 9.906677, - 51.5107542 - ] - ] - }, - "id": "way/763738495" - }, - { - "type": "Feature", - "properties": { - "@id": "way/763738511", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9062387, - 51.5106178 - ], - [ - 9.9065538, - 51.5105152 - ], - [ - 9.9067076, - 51.5106982 - ] - ] - }, - "id": "way/763738511" - }, - { - "type": "Feature", - "properties": { - "@id": "way/763738534", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9078058, - 51.5106518 - ], - [ - 9.9078575, - 51.510623 - ], - [ - 9.9079071, - 51.5106009 - ], - [ - 9.9079668, - 51.5105833 - ], - [ - 9.9080204, - 51.5105746 - ], - [ - 9.908068, - 51.5105725 - ], - [ - 9.9081257, - 51.5105767 - ], - [ - 9.908184, - 51.5105867 - ], - [ - 9.908233, - 51.5106017 - ], - [ - 9.9082699, - 51.5106226 - ] - ] - }, - "id": "way/763738534" - }, - { - "type": "Feature", - "properties": { - "@id": "way/779317766", - "barrier": "hedge", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.928544, - 51.5431887 - ], - [ - 9.9286155, - 51.542991 - ], - [ - 9.9287341, - 51.542634 - ] - ] - }, - "id": "way/779317766" - }, - { - "type": "Feature", - "properties": { - "@id": "way/781399641", - "barrier": "hedge", - "source": "esri" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9433237, - 51.5081966 - ], - [ - 9.9431024, - 51.5080083 - ], - [ - 9.9434772, - 51.5079633 - ] - ] - }, - "id": "way/781399641" - }, - { - "type": "Feature", - "properties": { - "@id": "way/781399650", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9449942, - 51.5079231 - ], - [ - 9.9449421, - 51.5077757 - ] - ] - }, - "id": "way/781399650" - }, - { - "type": "Feature", - "properties": { - "@id": "way/781399651", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.944882, - 51.5080476 - ], - [ - 9.944707, - 51.5080739 - ], - [ - 9.9446688, - 51.507826 - ] - ] - }, - "id": "way/781399651" - }, - { - "type": "Feature", - "properties": { - "@id": "way/781399714", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9427664, - 51.5095196 - ], - [ - 9.9428616, - 51.5093568 - ] - ] - }, - "id": "way/781399714" - }, - { - "type": "Feature", - "properties": { - "@id": "way/781399732", - "barrier": "hedge", - "source": "esri" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9443067, - 51.5110846 - ], - [ - 9.9443047, - 51.5108784 - ], - [ - 9.9448284, - 51.5108805 - ] - ] - }, - "id": "way/781399732" - }, - { - "type": "Feature", - "properties": { - "@id": "way/781399746", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9436121, - 51.5124864 - ], - [ - 9.9436259, - 51.5125111 - ], - [ - 9.943684, - 51.5125291 - ], - [ - 9.9437622, - 51.5126937 - ] - ] - }, - "id": "way/781399746" - }, - { - "type": "Feature", - "properties": { - "@id": "way/781399747", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9436676, - 51.5123557 - ], - [ - 9.9436475, - 51.5123052 - ] - ] - }, - "id": "way/781399747" - }, - { - "type": "Feature", - "properties": { - "@id": "way/781399748", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9444267, - 51.512276 - ], - [ - 9.944367, - 51.5120824 - ], - [ - 9.9441618, - 51.512079 - ], - [ - 9.9439476, - 51.5122399 - ], - [ - 9.9439157, - 51.5122639 - ], - [ - 9.9436475, - 51.5123052 - ], - [ - 9.9433449, - 51.5123519 - ], - [ - 9.9433976, - 51.5124843 - ] - ] - }, - "id": "way/781399748" - }, - { - "type": "Feature", - "properties": { - "@id": "way/781399749", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9440344, - 51.5123945 - ], - [ - 9.9439476, - 51.5122399 - ] - ] - }, - "id": "way/781399749" - }, - { - "type": "Feature", - "properties": { - "@id": "way/781399750", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9437779, - 51.5124503 - ], - [ - 9.9440344, - 51.5123945 - ], - [ - 9.9442822, - 51.5123405 - ] - ] - }, - "id": "way/781399750" - }, - { - "type": "Feature", - "properties": { - "@id": "way/781399866", - "barrier": "hedge", - "source": "esri" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9445474, - 51.5078318 - ], - [ - 9.944589, - 51.5080855 - ] - ] - }, - "id": "way/781399866" - }, - { - "type": "Feature", - "properties": { - "@id": "way/781413782", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9487834, - 51.5109468 - ], - [ - 9.9488126, - 51.5111087 - ], - [ - 9.9487625, - 51.5111122 - ] - ] - }, - "id": "way/781413782" - }, - { - "type": "Feature", - "properties": { - "@id": "way/781513922", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9507742, - 51.5074595 - ], - [ - 9.9509498, - 51.5074341 - ] - ] - }, - "id": "way/781513922" - }, - { - "type": "Feature", - "properties": { - "@id": "way/781513925", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9503775, - 51.507517 - ], - [ - 9.9502841, - 51.5075305 - ] - ] - }, - "id": "way/781513925" - }, - { - "type": "Feature", - "properties": { - "@id": "way/781513927", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9505627, - 51.5074902 - ], - [ - 9.9507512, - 51.5074628 - ] - ] - }, - "id": "way/781513927" - }, - { - "type": "Feature", - "properties": { - "@id": "way/781513928", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9516291, - 51.5073381 - ], - [ - 9.9514159, - 51.507366 - ] - ] - }, - "id": "way/781513928" - }, - { - "type": "Feature", - "properties": { - "@id": "way/781513929", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9502698, - 51.5075326 - ], - [ - 9.9501693, - 51.5075472 - ], - [ - 9.9500731, - 51.507499 - ], - [ - 9.9500718, - 51.5074232 - ] - ] - }, - "id": "way/781513929" - }, - { - "type": "Feature", - "properties": { - "@id": "way/781521652", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.953677, - 51.5078769 - ], - [ - 9.9536528, - 51.5079328 - ], - [ - 9.9545145, - 51.5079282 - ] - ] - }, - "id": "way/781521652" - }, - { - "type": "Feature", - "properties": { - "@id": "way/782080935", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9852265, - 51.5448259 - ], - [ - 9.985358, - 51.54481 - ], - [ - 9.9854364, - 51.5448005 - ], - [ - 9.9855953, - 51.5447813 - ] - ] - }, - "id": "way/782080935" - }, - { - "type": "Feature", - "properties": { - "@id": "way/782080947", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9802751, - 51.5397563 - ], - [ - 9.9807016, - 51.5396346 - ] - ] - }, - "id": "way/782080947" - }, - { - "type": "Feature", - "properties": { - "@id": "way/782080956", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9848909, - 51.5358771 - ], - [ - 9.9853895, - 51.5361408 - ] - ] - }, - "id": "way/782080956" - }, - { - "type": "Feature", - "properties": { - "@id": "way/783374632", - "barrier": "hedge", - "source": "esri" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9400949, - 51.5153019 - ], - [ - 9.940795, - 51.5153131 - ] - ] - }, - "id": "way/783374632" - }, - { - "type": "Feature", - "properties": { - "@id": "way/783374633", - "barrier": "hedge", - "source": "esri" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9401144, - 51.5154533 - ], - [ - 9.9408051, - 51.5154033 - ] - ] - }, - "id": "way/783374633" - }, - { - "type": "Feature", - "properties": { - "@id": "way/783374687", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9432452, - 51.5175251 - ], - [ - 9.9432331, - 51.5175556 - ], - [ - 9.943209, - 51.5175827 - ], - [ - 9.9431567, - 51.5176115 - ], - [ - 9.9430709, - 51.5176269 - ] - ] - }, - "id": "way/783374687" - }, - { - "type": "Feature", - "properties": { - "@id": "way/783423015", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9027184, - 51.5562899 - ], - [ - 9.9028619, - 51.5561703 - ] - ] - }, - "id": "way/783423015" - }, - { - "type": "Feature", - "properties": { - "@id": "way/783423073", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9038979, - 51.5558267 - ], - [ - 9.9039723, - 51.5558718 - ], - [ - 9.9040675, - 51.5559176 - ], - [ - 9.9041661, - 51.555961 - ] - ] - }, - "id": "way/783423073" - }, - { - "type": "Feature", - "properties": { - "@id": "way/783423081", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.905245, - 51.5558976 - ], - [ - 9.9052081, - 51.5558776 - ], - [ - 9.9051961, - 51.5558597 - ], - [ - 9.9051987, - 51.5558367 - ], - [ - 9.9052115, - 51.5558159 - ], - [ - 9.9053154, - 51.5557542 - ], - [ - 9.9053665, - 51.5557881 - ] - ] - }, - "id": "way/783423081" - }, - { - "type": "Feature", - "properties": { - "@id": "way/783423082", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9054737, - 51.5560106 - ], - [ - 9.9053047, - 51.5559251 - ] - ] - }, - "id": "way/783423082" - }, - { - "type": "Feature", - "properties": { - "@id": "way/783423083", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9048789, - 51.5559351 - ], - [ - 9.9049352, - 51.5559143 - ], - [ - 9.9049862, - 51.5559039 - ], - [ - 9.9050311, - 51.5559005 - ], - [ - 9.905078, - 51.5559072 - ], - [ - 9.905125, - 51.5559226 - ], - [ - 9.9053174, - 51.5560185 - ] - ] - }, - "id": "way/783423083" - }, - { - "type": "Feature", - "properties": { - "@id": "way/783423084", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9045657, - 51.5559923 - ], - [ - 9.9046281, - 51.5559898 - ], - [ - 9.9046998, - 51.5559781 - ], - [ - 9.9048279, - 51.5559506 - ] - ] - }, - "id": "way/783423084" - }, - { - "type": "Feature", - "properties": { - "@id": "way/783660747", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9415265, - 51.5139499 - ], - [ - 9.9413933, - 51.5137785 - ], - [ - 9.9415406, - 51.5137342 - ] - ] - }, - "id": "way/783660747" - }, - { - "type": "Feature", - "properties": { - "@id": "way/785674400", - "barrier": "hedge", - "source": "maxar" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.938778, - 51.5583786 - ], - [ - 9.9387331, - 51.5584203 - ] - ] - }, - "id": "way/785674400" - }, - { - "type": "Feature", - "properties": { - "@id": "way/785674401", - "barrier": "hedge", - "source": "maxar" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9384293, - 51.5578829 - ], - [ - 9.9390543, - 51.5578041 - ], - [ - 9.9390586, - 51.5578977 - ], - [ - 9.9389922, - 51.5579063 - ] - ] - }, - "id": "way/785674401" - }, - { - "type": "Feature", - "properties": { - "@id": "way/785674431", - "barrier": "hedge", - "source": "maxar" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9353025, - 51.5574266 - ], - [ - 9.9353122, - 51.55755 - ], - [ - 9.9352542, - 51.5575565 - ] - ] - }, - "id": "way/785674431" - }, - { - "type": "Feature", - "properties": { - "@id": "way/785674432", - "barrier": "hedge", - "source": "maxar" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9352945, - 51.5572392 - ], - [ - 9.9352992, - 51.5573451 - ] - ] - }, - "id": "way/785674432" - }, - { - "type": "Feature", - "properties": { - "@id": "way/785674433", - "barrier": "hedge", - "source": "maxar" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9352998, - 51.557358 - ], - [ - 9.9353005, - 51.5573731 - ] - ] - }, - "id": "way/785674433" - }, - { - "type": "Feature", - "properties": { - "@id": "way/785674436", - "barrier": "hedge", - "source": "maxar" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9349672, - 51.558033 - ], - [ - 9.9349552, - 51.557938 - ], - [ - 9.935332, - 51.5578967 - ] - ] - }, - "id": "way/785674436" - }, - { - "type": "Feature", - "properties": { - "@id": "way/785674459", - "barrier": "hedge", - "source": "maxar" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9339426, - 51.5578881 - ], - [ - 9.9338148, - 51.5578911 - ], - [ - 9.9338063, - 51.5577549 - ] - ] - }, - "id": "way/785674459" - }, - { - "type": "Feature", - "properties": { - "@id": "way/786206822", - "barrier": "hedge", - "source": "maxar" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9340855, - 51.5615498 - ], - [ - 9.9338648, - 51.5616186 - ] - ] - }, - "id": "way/786206822" - }, - { - "type": "Feature", - "properties": { - "@id": "way/786206823", - "barrier": "hedge", - "source": "maxar" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9344412, - 51.5620915 - ], - [ - 9.9344606, - 51.5622228 - ], - [ - 9.9343389, - 51.5622339 - ] - ] - }, - "id": "way/786206823" - }, - { - "type": "Feature", - "properties": { - "@id": "way/786206824", - "barrier": "hedge", - "source": "maxar" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9336603, - 51.5619771 - ], - [ - 9.9337039, - 51.5621201 - ] - ] - }, - "id": "way/786206824" - }, - { - "type": "Feature", - "properties": { - "@id": "way/793015939", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9478554, - 51.5534906 - ], - [ - 9.9477776, - 51.5534618 - ], - [ - 9.9477277, - 51.5534195 - ], - [ - 9.9477165, - 51.5533796 - ] - ] - }, - "id": "way/793015939" - }, - { - "type": "Feature", - "properties": { - "@id": "way/793015940", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9470976, - 51.5535278 - ], - [ - 9.9471447, - 51.5535462 - ], - [ - 9.9472329, - 51.5535499 - ] - ] - }, - "id": "way/793015940" - }, - { - "type": "Feature", - "properties": { - "@id": "way/793015941", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9472482, - 51.5535505 - ], - [ - 9.9472584, - 51.5535511 - ] - ] - }, - "id": "way/793015941" - }, - { - "type": "Feature", - "properties": { - "@id": "way/793015943", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9470671, - 51.5535729 - ], - [ - 9.9476974, - 51.5535991 - ] - ] - }, - "id": "way/793015943" - }, - { - "type": "Feature", - "properties": { - "@id": "way/798792126", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9043994, - 51.507669 - ], - [ - 9.9042258, - 51.507659 - ], - [ - 9.9041366, - 51.5076256 - ], - [ - 9.9039984, - 51.5075163 - ] - ] - }, - "id": "way/798792126" - }, - { - "type": "Feature", - "properties": { - "@id": "way/798792127", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9039005, - 51.5074608 - ], - [ - 9.9038456, - 51.5073852 - ] - ] - }, - "id": "way/798792127" - }, - { - "type": "Feature", - "properties": { - "@id": "way/798792171", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.90213, - 51.5055624 - ], - [ - 9.9019442, - 51.5055361 - ] - ] - }, - "id": "way/798792171" - }, - { - "type": "Feature", - "properties": { - "@id": "way/798792172", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9025883, - 51.5055834 - ], - [ - 9.9027016, - 51.5055955 - ] - ] - }, - "id": "way/798792172" - }, - { - "type": "Feature", - "properties": { - "@id": "way/798792173", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9024468, - 51.5059107 - ], - [ - 9.9025527, - 51.5055793 - ], - [ - 9.9025963, - 51.5053948 - ] - ] - }, - "id": "way/798792173" - }, - { - "type": "Feature", - "properties": { - "@id": "way/798792174", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.902214, - 51.5057663 - ], - [ - 9.9023281, - 51.5057829 - ] - ] - }, - "id": "way/798792174" - }, - { - "type": "Feature", - "properties": { - "@id": "way/798792175", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9022711, - 51.5055818 - ], - [ - 9.902214, - 51.5057663 - ], - [ - 9.9021833, - 51.5058656 - ] - ] - }, - "id": "way/798792175" - }, - { - "type": "Feature", - "properties": { - "@id": "way/798792218", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9048462, - 51.5059142 - ], - [ - 9.9048588, - 51.5056627 - ] - ] - }, - "id": "way/798792218" - }, - { - "type": "Feature", - "properties": { - "@id": "way/798792219", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9048098, - 51.5059566 - ], - [ - 9.9051084, - 51.5059809 - ] - ] - }, - "id": "way/798792219" - }, - { - "type": "Feature", - "properties": { - "@id": "way/798792220", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9041647, - 51.505376 - ], - [ - 9.9042419, - 51.5053447 - ], - [ - 9.9048045, - 51.5053931 - ], - [ - 9.9047837, - 51.505722 - ] - ] - }, - "id": "way/798792220" - }, - { - "type": "Feature", - "properties": { - "@id": "way/798885612", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8933236, - 51.5057986 - ], - [ - 9.8933269, - 51.5057529 - ], - [ - 9.8937444, - 51.5058195 - ], - [ - 9.8937367, - 51.5058654 - ] - ] - }, - "id": "way/798885612" - }, - { - "type": "Feature", - "properties": { - "@id": "way/798885641", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8993404, - 51.5013236 - ], - [ - 9.899374, - 51.5012005 - ], - [ - 9.8994159, - 51.5010472 - ] - ] - }, - "id": "way/798885641" - }, - { - "type": "Feature", - "properties": { - "@id": "way/798938969", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9013067, - 51.5026571 - ], - [ - 9.9013177, - 51.5024429 - ], - [ - 9.901487, - 51.5024463 - ], - [ - 9.9018132, - 51.5024528 - ] - ] - }, - "id": "way/798938969" - }, - { - "type": "Feature", - "properties": { - "@id": "way/798939026", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9036827, - 51.5045961 - ], - [ - 9.9036954, - 51.5044175 - ], - [ - 9.9037264, - 51.5044203 - ], - [ - 9.9039559, - 51.5044417 - ], - [ - 9.9039472, - 51.5046078 - ] - ] - }, - "id": "way/798939026" - }, - { - "type": "Feature", - "properties": { - "@id": "way/804570491", - "barrier": "hedge", - "source": "maxar" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9045733, - 51.5300068 - ], - [ - 9.9043411, - 51.5299272 - ], - [ - 9.9044041, - 51.5297974 - ] - ] - }, - "id": "way/804570491" - }, - { - "type": "Feature", - "properties": { - "@id": "way/804570492", - "barrier": "hedge", - "source": "maxar" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9047421, - 51.5297624 - ], - [ - 9.9044732, - 51.5296602 - ] - ] - }, - "id": "way/804570492" - }, - { - "type": "Feature", - "properties": { - "@id": "way/808430252", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8734867, - 51.5486312 - ], - [ - 9.8737425, - 51.5486896 - ], - [ - 9.8738001, - 51.5487972 - ] - ] - }, - "id": "way/808430252" - }, - { - "type": "Feature", - "properties": { - "@id": "way/835324939", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8741646, - 51.5510048 - ], - [ - 9.8740499, - 51.5509875 - ] - ] - }, - "id": "way/835324939" - }, - { - "type": "Feature", - "properties": { - "@id": "way/835324941", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8727554, - 51.5514105 - ], - [ - 9.8727333, - 51.5514631 - ], - [ - 9.8727246, - 51.5515144 - ], - [ - 9.8727219, - 51.5515465 - ], - [ - 9.8726951, - 51.5515648 - ] - ] - }, - "id": "way/835324941" - }, - { - "type": "Feature", - "properties": { - "@id": "way/835576413", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8979373, - 51.5385176 - ], - [ - 9.8984208, - 51.5384947 - ] - ] - }, - "id": "way/835576413" - }, - { - "type": "Feature", - "properties": { - "@id": "way/841313417", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8965245, - 51.5009445 - ], - [ - 9.8964581, - 51.5009879 - ], - [ - 9.8959699, - 51.5009361 - ] - ] - }, - "id": "way/841313417" - }, - { - "type": "Feature", - "properties": { - "@id": "way/841313418", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.895981, - 51.501121 - ], - [ - 9.8959109, - 51.5010918 - ], - [ - 9.8959451, - 51.5009649 - ], - [ - 9.8964728, - 51.5010204 - ], - [ - 9.8964573, - 51.5010809 - ] - ] - }, - "id": "way/841313418" - }, - { - "type": "Feature", - "properties": { - "@id": "way/882017888", - "barrier": "hedge", - "height": "1.4" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8999599, - 51.5359924 - ], - [ - 9.8997717, - 51.5359373 - ] - ] - }, - "id": "way/882017888" - }, - { - "type": "Feature", - "properties": { - "@id": "way/899114007", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.95728, - 51.5151397 - ], - [ - 9.9574357, - 51.5152315 - ] - ] - }, - "id": "way/899114007" - }, - { - "type": "Feature", - "properties": { - "@id": "way/921034901", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9302387, - 51.518144 - ], - [ - 9.9299294, - 51.5181431 - ] - ] - }, - "id": "way/921034901" - }, - { - "type": "Feature", - "properties": { - "@id": "way/934717403", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8920612, - 51.5379992 - ], - [ - 9.8920643, - 51.5379491 - ], - [ - 9.8921098, - 51.5378501 - ] - ] - }, - "id": "way/934717403" - }, - { - "type": "Feature", - "properties": { - "@id": "way/952138416", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9628746, - 51.5120201 - ], - [ - 9.9629503, - 51.5118707 - ] - ] - }, - "id": "way/952138416" - }, - { - "type": "Feature", - "properties": { - "@id": "way/952138419", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9633126, - 51.5121519 - ], - [ - 9.9628574, - 51.5121315 - ], - [ - 9.9628434, - 51.5121235 - ], - [ - 9.9628342, - 51.5121149 - ], - [ - 9.9628341, - 51.5121 - ], - [ - 9.9628666, - 51.5120358 - ] - ] - }, - "id": "way/952138419" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1013768895", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9535626, - 51.5124781 - ], - [ - 9.9533823, - 51.5124417 - ] - ] - }, - "id": "way/1013768895" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1013768896", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9531584, - 51.5124007 - ], - [ - 9.9533823, - 51.5124417 - ], - [ - 9.9535682, - 51.5120701 - ] - ] - }, - "id": "way/1013768896" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1020085228", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8739865, - 51.4915349 - ], - [ - 9.874, - 51.4917202 - ] - ] - }, - "id": "way/1020085228" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1020085266", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8713613, - 51.4936311 - ], - [ - 9.8713888, - 51.4934641 - ], - [ - 9.8714096, - 51.4934507 - ], - [ - 9.8714425, - 51.4934432 - ], - [ - 9.8714726, - 51.493442 - ], - [ - 9.8717643, - 51.4934633 - ] - ] - }, - "id": "way/1020085266" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1020085267", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8714988, - 51.4928283 - ], - [ - 9.8715203, - 51.4927043 - ] - ] - }, - "id": "way/1020085267" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1020085270", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8721258, - 51.4924479 - ], - [ - 9.872174, - 51.4921828 - ], - [ - 9.8722827, - 51.4922045 - ], - [ - 9.8724986, - 51.4922538 - ] - ] - }, - "id": "way/1020085270" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1020085271", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8715578, - 51.4924746 - ], - [ - 9.8716108, - 51.4921473 - ], - [ - 9.8716296, - 51.4921348 - ], - [ - 9.8716557, - 51.492126 - ], - [ - 9.8717033, - 51.4921273 - ], - [ - 9.8718394, - 51.4921386 - ], - [ - 9.8720292, - 51.4921594 - ] - ] - }, - "id": "way/1020085271" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1020085328", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8746611, - 51.4945784 - ], - [ - 9.8752807, - 51.4946264 - ], - [ - 9.8753025, - 51.4948586 - ], - [ - 9.8743989, - 51.4947922 - ] - ] - }, - "id": "way/1020085328" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1069079445", - "barrier": "hedge", - "source": "survey 2022" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8962207, - 51.5532605 - ], - [ - 9.8961872, - 51.5534181 - ], - [ - 9.896273, - 51.5534165 - ] - ] - }, - "id": "way/1069079445" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1072710697", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8987979, - 51.5069952 - ], - [ - 9.8987162, - 51.5069168 - ] - ] - }, - "id": "way/1072710697" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1072710715", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8982839, - 51.5075133 - ], - [ - 9.8983041, - 51.5072458 - ], - [ - 9.8984543, - 51.5072508 - ], - [ - 9.89852, - 51.5072621 - ] - ] - }, - "id": "way/1072710715" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1072710773", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9020693, - 51.5074779 - ], - [ - 9.9021122, - 51.5073564 - ] - ] - }, - "id": "way/1072710773" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1072710774", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9019915, - 51.5077567 - ], - [ - 9.9020505, - 51.5075242 - ] - ] - }, - "id": "way/1072710774" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1072710775", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9033858, - 51.5081595 - ], - [ - 9.9033842, - 51.5079545 - ] - ] - }, - "id": "way/1072710775" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1072710776", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9025447, - 51.5080851 - ], - [ - 9.9025983, - 51.5078189 - ] - ] - }, - "id": "way/1072710776" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1073083026", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8922899, - 51.5071799 - ], - [ - 9.8921951, - 51.5071841 - ], - [ - 9.8922297, - 51.5069366 - ] - ] - }, - "id": "way/1073083026" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1073083027", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8927001, - 51.5068086 - ], - [ - 9.8926924, - 51.5068636 - ], - [ - 9.8926167, - 51.5068595 - ], - [ - 9.8925245, - 51.5068545 - ], - [ - 9.8922433, - 51.5068393 - ], - [ - 9.8922592, - 51.5067258 - ], - [ - 9.8922639, - 51.506692 - ], - [ - 9.8922671, - 51.506669 - ] - ] - }, - "id": "way/1073083027" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1073083031", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8922919, - 51.5064916 - ], - [ - 9.8927386, - 51.5065158 - ], - [ - 9.8927325, - 51.5065597 - ] - ] - }, - "id": "way/1073083031" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1078923345", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9513052, - 51.5374111 - ], - [ - 9.9513301, - 51.5372562 - ], - [ - 9.9513374, - 51.5372376 - ], - [ - 9.9513508, - 51.5372253 - ], - [ - 9.9513756, - 51.5372165 - ], - [ - 9.9513988, - 51.537213 - ], - [ - 9.9514276, - 51.5372153 - ], - [ - 9.9517049, - 51.5372731 - ] - ] - }, - "id": "way/1078923345" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1078923346", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9511828, - 51.5373624 - ], - [ - 9.9511782, - 51.5374005 - ] - ] - }, - "id": "way/1078923346" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1078923347", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9511014, - 51.537437 - ], - [ - 9.9511735, - 51.5374384 - ], - [ - 9.9511624, - 51.5376645 - ] - ] - }, - "id": "way/1078923347" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1078923348", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9512037, - 51.5371928 - ], - [ - 9.9511865, - 51.5373324 - ] - ] - }, - "id": "way/1078923348" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1087313625", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9583755, - 51.5195277 - ], - [ - 9.9585687, - 51.5195462 - ] - ] - }, - "id": "way/1087313625" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1111638032", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9784574, - 51.5617906 - ], - [ - 9.978995, - 51.5617578 - ] - ] - }, - "id": "way/1111638032" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1122399002", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9469139, - 51.5326493 - ], - [ - 9.9470549, - 51.5320034 - ], - [ - 9.9469778, - 51.5319607 - ] - ] - }, - "id": "way/1122399002" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1157937551", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8934289, - 51.5590425 - ], - [ - 9.8936336, - 51.5590821 - ] - ] - }, - "id": "way/1157937551" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1157937552", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8933169, - 51.5590556 - ], - [ - 9.8931991, - 51.5592762 - ] - ] - }, - "id": "way/1157937552" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158379263", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8896873, - 51.5587177 - ], - [ - 9.8899505, - 51.5587216 - ] - ] - }, - "id": "way/1158379263" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158379265", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8917065, - 51.5586954 - ], - [ - 9.8919658, - 51.558725 - ] - ] - }, - "id": "way/1158379265" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158379266", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8903592, - 51.5587289 - ], - [ - 9.890494, - 51.5587293 - ] - ] - }, - "id": "way/1158379266" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158379267", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8900888, - 51.5599312 - ], - [ - 9.8900725, - 51.5600721 - ] - ] - }, - "id": "way/1158379267" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158379268", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8927669, - 51.5589188 - ], - [ - 9.8926654, - 51.5590897 - ] - ] - }, - "id": "way/1158379268" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158379269", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8902151, - 51.5601866 - ], - [ - 9.8902235, - 51.5602824 - ] - ] - }, - "id": "way/1158379269" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158379620", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8924621, - 51.5601255 - ], - [ - 9.8924159, - 51.5601448 - ], - [ - 9.8922283, - 51.5603615 - ], - [ - 9.8920162, - 51.5603057 - ] - ] - }, - "id": "way/1158379620" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158379621", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8890384, - 51.559184 - ], - [ - 9.8890466, - 51.5591401 - ], - [ - 9.8890624, - 51.5591349 - ], - [ - 9.8894942, - 51.5591488 - ] - ] - }, - "id": "way/1158379621" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158379622", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8890364, - 51.5585441 - ], - [ - 9.8889878, - 51.558694 - ] - ] - }, - "id": "way/1158379622" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158379623", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8926072, - 51.5599524 - ], - [ - 9.8926907, - 51.5598202 - ] - ] - }, - "id": "way/1158379623" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158379624", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8895378, - 51.5593088 - ], - [ - 9.889547, - 51.5591775 - ], - [ - 9.8895397, - 51.5591658 - ], - [ - 9.8895178, - 51.5591526 - ] - ] - }, - "id": "way/1158379624" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158381520", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8939326, - 51.5608015 - ], - [ - 9.8939218, - 51.5608196 - ], - [ - 9.8938698, - 51.5608098 - ], - [ - 9.8938593, - 51.5608012 - ], - [ - 9.8938637, - 51.5607724 - ], - [ - 9.8939024, - 51.5606999 - ] - ] - }, - "id": "way/1158381520" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158383229", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8890946, - 51.5615765 - ], - [ - 9.8891932, - 51.5615778 - ] - ] - }, - "id": "way/1158383229" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158383231", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8890688, - 51.5615529 - ], - [ - 9.8890174, - 51.5619089 - ] - ] - }, - "id": "way/1158383231" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158383234", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8899833, - 51.562304 - ], - [ - 9.8899777, - 51.562375 - ], - [ - 9.890231, - 51.5623906 - ] - ] - }, - "id": "way/1158383234" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158383235", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8960722, - 51.5597059 - ], - [ - 9.8963021, - 51.5597243 - ], - [ - 9.8963292, - 51.5597458 - ], - [ - 9.8963283, - 51.5597786 - ] - ] - }, - "id": "way/1158383235" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158383236", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.890669, - 51.5625219 - ], - [ - 9.8907098, - 51.5625088 - ], - [ - 9.8910952, - 51.5625776 - ] - ] - }, - "id": "way/1158383236" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158383240", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8893502, - 51.561542 - ], - [ - 9.8893657, - 51.5613815 - ], - [ - 9.8893252, - 51.5613794 - ] - ] - }, - "id": "way/1158383240" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158383243", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8891034, - 51.5618799 - ], - [ - 9.889074, - 51.5618902 - ], - [ - 9.8890174, - 51.5619089 - ], - [ - 9.8889227, - 51.5619339 - ] - ] - }, - "id": "way/1158383243" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158388506", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8918882, - 51.5602766 - ], - [ - 9.8917625, - 51.5602683 - ] - ] - }, - "id": "way/1158388506" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158897669", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8942555, - 51.5626121 - ], - [ - 9.8941971, - 51.56286 - ], - [ - 9.894165, - 51.5628584 - ], - [ - 9.89411, - 51.5630962 - ] - ] - }, - "id": "way/1158897669" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158897670", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.893278, - 51.5626664 - ], - [ - 9.8932513, - 51.5627214 - ], - [ - 9.893256, - 51.5627488 - ], - [ - 9.8932971, - 51.5627817 - ], - [ - 9.8933291, - 51.5627317 - ] - ] - }, - "id": "way/1158897670" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158897672", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8933385, - 51.5625117 - ], - [ - 9.8932841, - 51.5626403 - ] - ] - }, - "id": "way/1158897672" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158897675", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8945666, - 51.5628253 - ], - [ - 9.8945063, - 51.5628191 - ], - [ - 9.894483, - 51.5629201 - ] - ] - }, - "id": "way/1158897675" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158897678", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8946904, - 51.562554 - ], - [ - 9.8946462, - 51.5627287 - ] - ] - }, - "id": "way/1158897678" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158897681", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8945748, - 51.5626072 - ], - [ - 9.8945262, - 51.5627955 - ] - ] - }, - "id": "way/1158897681" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1158897682", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8925511, - 51.5624914 - ], - [ - 9.8925809, - 51.5624141 - ], - [ - 9.8926992, - 51.562435 - ] - ] - }, - "id": "way/1158897682" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1196135702", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.918829, - 51.5423321 - ], - [ - 9.9189527, - 51.5418161 - ], - [ - 9.9190428, - 51.5414404 - ] - ] - }, - "id": "way/1196135702" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1200623899", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9366318, - 51.5182605 - ], - [ - 9.9366231, - 51.5182188 - ], - [ - 9.9366006, - 51.5182248 - ], - [ - 9.9365719, - 51.5182466 - ], - [ - 9.9365636, - 51.518285 - ], - [ - 9.9365688, - 51.5183098 - ], - [ - 9.9366036, - 51.5184652 - ], - [ - 9.9366786, - 51.5184596 - ] - ] - }, - "id": "way/1200623899" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1201803868", - "barrier": "hedge", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8833816, - 51.5271581 - ], - [ - 9.8833808, - 51.5271335 - ], - [ - 9.8833801, - 51.5271089 - ], - [ - 9.8833793, - 51.5270842 - ] - ] - }, - "id": "way/1201803868" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1222008432", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8949346, - 51.5611075 - ], - [ - 9.8949473, - 51.5610771 - ], - [ - 9.8953416, - 51.5611546 - ], - [ - 9.8953705, - 51.5611846 - ], - [ - 9.8953584, - 51.5612188 - ], - [ - 9.8952987, - 51.5612097 - ] - ] - }, - "id": "way/1222008432" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1242593935", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9379942, - 51.5392477 - ], - [ - 9.9381137, - 51.5392593 - ], - [ - 9.9381654, - 51.5392649 - ], - [ - 9.9383646, - 51.5392835 - ], - [ - 9.9384085, - 51.5392878 - ], - [ - 9.9384705, - 51.539295 - ], - [ - 9.9385317, - 51.5393023 - ], - [ - 9.9385998, - 51.5393098 - ] - ] - }, - "id": "way/1242593935" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1252553331", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8945953, - 51.5298206 - ], - [ - 9.8946259, - 51.5297824 - ], - [ - 9.8947723, - 51.5298279 - ], - [ - 9.894827, - 51.5299144 - ] - ] - }, - "id": "way/1252553331" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1256937893", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9523962, - 51.5208348 - ], - [ - 9.9530657, - 51.5208521 - ], - [ - 9.9531037, - 51.5208539 - ], - [ - 9.9530876, - 51.5209533 - ], - [ - 9.9530811, - 51.5209936 - ], - [ - 9.9530806, - 51.5209968 - ] - ] - }, - "id": "way/1256937893" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1260689931", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9393765, - 51.5352975 - ], - [ - 9.9392631, - 51.5352681 - ], - [ - 9.9392551, - 51.5352522 - ], - [ - 9.9392665, - 51.5352378 - ] - ] - }, - "id": "way/1260689931" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1262956687", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8821029, - 51.5348994 - ], - [ - 9.881971, - 51.5353929 - ] - ] - }, - "id": "way/1262956687" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1264594249", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9842193, - 51.5415505 - ], - [ - 9.9841636, - 51.5414621 - ], - [ - 9.9843407, - 51.5413512 - ], - [ - 9.9843977, - 51.5413812 - ] - ] - }, - "id": "way/1264594249" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1265827853", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9808578, - 51.5403663 - ], - [ - 9.980745, - 51.5403327 - ], - [ - 9.98092, - 51.5401401 - ], - [ - 9.9810809, - 51.5402 - ] - ] - }, - "id": "way/1265827853" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1265827890", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9806738, - 51.5396896 - ], - [ - 9.9807489, - 51.5396606 - ], - [ - 9.9808186, - 51.5396875 - ] - ] - }, - "id": "way/1265827890" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1265827896", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9812257, - 51.5402927 - ], - [ - 9.9811498, - 51.5403767 - ] - ] - }, - "id": "way/1265827896" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1265827938", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9817731, - 51.5411117 - ], - [ - 9.9819033, - 51.5409552 - ] - ] - }, - "id": "way/1265827938" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1266092979", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9843617, - 51.541863 - ], - [ - 9.9844012, - 51.5418818 - ] - ] - }, - "id": "way/1266092979" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1266092980", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.983966, - 51.542005 - ], - [ - 9.9840256, - 51.5419418 - ], - [ - 9.9840463, - 51.5419236 - ], - [ - 9.984101, - 51.541888 - ], - [ - 9.9841398, - 51.5418682 - ], - [ - 9.984206, - 51.5418411 - ], - [ - 9.9843173, - 51.541842 - ], - [ - 9.9843395, - 51.5418525 - ] - ] - }, - "id": "way/1266092980" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1266092983", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9837242, - 51.5422437 - ], - [ - 9.9838725, - 51.5420995 - ], - [ - 9.9839642, - 51.5421432 - ] - ] - }, - "id": "way/1266092983" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1273058869", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9843608, - 51.5394923 - ], - [ - 9.9846998, - 51.5393781 - ] - ] - }, - "id": "way/1273058869" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1273058870", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9845827, - 51.5392125 - ], - [ - 9.9846283, - 51.5393497 - ], - [ - 9.9846102, - 51.5393689 - ], - [ - 9.9843206, - 51.5394711 - ] - ] - }, - "id": "way/1273058870" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1273198393", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9811019, - 51.5600126 - ], - [ - 9.98107, - 51.5599519 - ], - [ - 9.9809983, - 51.5599667 - ], - [ - 9.9809728, - 51.5599259 - ], - [ - 9.9813138, - 51.5598094 - ] - ] - }, - "id": "way/1273198393" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1273198439", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9788324, - 51.5601879 - ], - [ - 9.9789068, - 51.5602323 - ], - [ - 9.978931, - 51.5602923 - ] - ] - }, - "id": "way/1273198439" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1273198546", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9796971, - 51.5599382 - ], - [ - 9.9795388, - 51.5600324 - ] - ] - }, - "id": "way/1273198546" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1273198547", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9793725, - 51.5601754 - ], - [ - 9.9797481, - 51.5599457 - ], - [ - 9.9799492, - 51.5599953 - ] - ] - }, - "id": "way/1273198547" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1273198548", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9805234, - 51.5603689 - ], - [ - 9.9801952, - 51.560284 - ], - [ - 9.980281, - 51.5601559 - ] - ] - }, - "id": "way/1273198548" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1273198558", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9805058, - 51.5600949 - ], - [ - 9.9804193, - 51.5600783 - ], - [ - 9.9804016, - 51.5600653 - ], - [ - 9.9804099, - 51.560047 - ], - [ - 9.9807532, - 51.5599207 - ], - [ - 9.9807794, - 51.5599219 - ], - [ - 9.9808994, - 51.5601408 - ] - ] - }, - "id": "way/1273198558" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1273198559", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9800627, - 51.5599307 - ], - [ - 9.9802215, - 51.5597002 - ], - [ - 9.9804783, - 51.5595901 - ], - [ - 9.9806271, - 51.5597552 - ] - ] - }, - "id": "way/1273198559" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1273198560", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9798225, - 51.5591076 - ], - [ - 9.9801768, - 51.5592864 - ], - [ - 9.98014, - 51.5593146 - ] - ] - }, - "id": "way/1273198560" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1273198561", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9797729, - 51.5596951 - ], - [ - 9.9799123, - 51.5594759 - ], - [ - 9.9801309, - 51.5593583 - ], - [ - 9.9802506, - 51.5594443 - ], - [ - 9.9803998, - 51.5594713 - ], - [ - 9.9804729, - 51.5595376 - ] - ] - }, - "id": "way/1273198561" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1275388454", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9484514, - 51.5272024 - ], - [ - 9.9486054, - 51.5272039 - ] - ] - }, - "id": "way/1275388454" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1288445959", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8867312, - 51.5280827 - ], - [ - 9.8867671, - 51.528085 - ], - [ - 9.886803, - 51.5280873 - ], - [ - 9.8868389, - 51.5280896 - ], - [ - 9.8868748, - 51.5280919 - ], - [ - 9.8869107, - 51.5280942 - ], - [ - 9.8869465, - 51.5280965 - ], - [ - 9.8869533, - 51.5280969 - ], - [ - 9.8869459, - 51.528142 - ] - ] - }, - "id": "way/1288445959" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1288446040", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8869756, - 51.5279521 - ], - [ - 9.8869336, - 51.5279494 - ], - [ - 9.8868916, - 51.5279467 - ], - [ - 9.8868496, - 51.527944 - ], - [ - 9.8868076, - 51.5279413 - ], - [ - 9.8867656, - 51.5279386 - ], - [ - 9.8867236, - 51.5279359 - ] - ] - }, - "id": "way/1288446040" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1288446041", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8872405, - 51.5279691 - ], - [ - 9.8872048, - 51.5279668 - ], - [ - 9.8871692, - 51.5279645 - ], - [ - 9.8871335, - 51.5279622 - ], - [ - 9.8870979, - 51.5279599 - ], - [ - 9.8870622, - 51.5279576 - ], - [ - 9.8870266, - 51.5279553 - ], - [ - 9.8869909, - 51.527953 - ] - ] - }, - "id": "way/1288446041" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1288446042", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8872572, - 51.5279702 - ], - [ - 9.8872927, - 51.5279724 - ], - [ - 9.8873283, - 51.5279747 - ], - [ - 9.8873639, - 51.527977 - ], - [ - 9.8873994, - 51.5279793 - ], - [ - 9.887435, - 51.5279816 - ], - [ - 9.8874706, - 51.5279839 - ], - [ - 9.8875061, - 51.5279862 - ] - ] - }, - "id": "way/1288446042" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1289191133", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9249168, - 51.5270244 - ], - [ - 9.924956, - 51.5269252 - ], - [ - 9.9251889, - 51.5263368 - ] - ] - }, - "id": "way/1289191133" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1317295942", - "barrier": "hedge", - "survey:date": "2018-05-15" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9397853, - 51.5463983 - ], - [ - 9.939898, - 51.5461248 - ] - ] - }, - "id": "way/1317295942" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1340176696", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9543467, - 51.5467341 - ], - [ - 9.9546594, - 51.5465869 - ] - ] - }, - "id": "way/1340176696" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1351641503", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9161723, - 51.5438156 - ], - [ - 9.9162086, - 51.5437313 - ] - ] - }, - "id": "way/1351641503" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1375964060", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9395726, - 51.5503104 - ], - [ - 9.9395786, - 51.5502987 - ], - [ - 9.939593, - 51.5502881 - ], - [ - 9.9396101, - 51.5502816 - ], - [ - 9.9396289, - 51.5502787 - ], - [ - 9.9398411, - 51.5502795 - ] - ] - }, - "id": "way/1375964060" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1385231940", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9280411, - 51.5207638 - ], - [ - 9.9280248, - 51.5208064 - ], - [ - 9.9279094, - 51.5207883 - ] - ] - }, - "id": "way/1385231940" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1385231941", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9277476, - 51.5207158 - ], - [ - 9.9279274, - 51.520744 - ] - ] - }, - "id": "way/1385231941" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1385231942", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9275426, - 51.5206836 - ], - [ - 9.9277153, - 51.5207107 - ] - ] - }, - "id": "way/1385231942" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1389907512", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9474938, - 51.5243991 - ], - [ - 9.9479464, - 51.5244024 - ] - ] - }, - "id": "way/1389907512" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1390001010", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9077586, - 51.5547321 - ], - [ - 9.9077241, - 51.5547577 - ], - [ - 9.9076936, - 51.5547804 - ], - [ - 9.9076655, - 51.5548012 - ], - [ - 9.9076412, - 51.5548193 - ], - [ - 9.9076164, - 51.5548377 - ], - [ - 9.9075877, - 51.554859 - ], - [ - 9.9074859, - 51.5548061 - ] - ] - }, - "id": "way/1390001010" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1390028551", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9516918, - 51.5581873 - ], - [ - 9.951784, - 51.5581872 - ], - [ - 9.9518711, - 51.5581871 - ] - ] - }, - "id": "way/1390028551" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1390028552", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.951784, - 51.5581872 - ], - [ - 9.951784, - 51.5581959 - ], - [ - 9.9517842, - 51.5582516 - ] - ] - }, - "id": "way/1390028552" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1424394825", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8974309, - 51.5256792 - ], - [ - 9.8975068, - 51.525701 - ] - ] - }, - "id": "way/1424394825" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1424394831", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8971862, - 51.5257374 - ], - [ - 9.8971943, - 51.5257265 - ], - [ - 9.8972019, - 51.5257162 - ], - [ - 9.8972099, - 51.5257054 - ], - [ - 9.8972176, - 51.525695 - ], - [ - 9.8972333, - 51.5256738 - ], - [ - 9.897249, - 51.5256526 - ], - [ - 9.8972647, - 51.5256314 - ], - [ - 9.8973401, - 51.5256531 - ] - ] - }, - "id": "way/1424394831" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1425244552", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9398629, - 51.5454052 - ], - [ - 9.9399084, - 51.5452874 - ] - ] - }, - "id": "way/1425244552" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1427073971", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9644903, - 51.5150715 - ], - [ - 9.9644548, - 51.5151026 - ] - ] - }, - "id": "way/1427073971" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1433519863", - "barrier": "hedge", - "leaf_type": "broadleaved" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9329609, - 51.5277197 - ], - [ - 9.9329617, - 51.5277548 - ], - [ - 9.9329531, - 51.5277841 - ], - [ - 9.9329394, - 51.5277958 - ], - [ - 9.9329158, - 51.5277988 - ], - [ - 9.9328968, - 51.5277986 - ] - ] - }, - "id": "way/1433519863" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1433519864", - "barrier": "hedge", - "leaf_type": "broadleaved" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9327693, - 51.5278257 - ], - [ - 9.9327736, - 51.5280876 - ], - [ - 9.9330628, - 51.5280858 - ] - ] - }, - "id": "way/1433519864" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1433519866", - "barrier": "hedge", - "leaf_type": "broadleaved" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9326432, - 51.5280886 - ], - [ - 9.9327359, - 51.528088 - ], - [ - 9.9327479, - 51.5280879 - ], - [ - 9.9327437, - 51.5278279 - ] - ] - }, - "id": "way/1433519866" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1433519870", - "barrier": "hedge", - "leaf_type": "broadleaved" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9326182, - 51.5280887 - ], - [ - 9.9325183, - 51.5280893 - ], - [ - 9.9325143, - 51.528089 - ] - ] - }, - "id": "way/1433519870" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1433519871", - "barrier": "hedge", - "leaf_type": "broadleaved" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9329597, - 51.5277099 - ], - [ - 9.9329485, - 51.5276333 - ] - ] - }, - "id": "way/1433519871" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1433821031", - "barrier": "hedge", - "leaf_type": "broadleaved" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9319218, - 51.5282687 - ], - [ - 9.9319028, - 51.5282756 - ], - [ - 9.931899, - 51.5282696 - ], - [ - 9.931879, - 51.5282747 - ], - [ - 9.9318649, - 51.528254 - ], - [ - 9.9318451, - 51.528217 - ], - [ - 9.9318062, - 51.5282252 - ], - [ - 9.9317615, - 51.5281351 - ], - [ - 9.9317331, - 51.5280514 - ], - [ - 9.9316849, - 51.5279209 - ] - ] - }, - "id": "way/1433821031" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1433821032", - "barrier": "hedge", - "leaf_type": "broadleaved" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9316619, - 51.5278104 - ], - [ - 9.9316544, - 51.5277552 - ], - [ - 9.9316549, - 51.5276867 - ], - [ - 9.9316582, - 51.5276156 - ], - [ - 9.9317327, - 51.5276151 - ] - ] - }, - "id": "way/1433821032" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1433821034", - "barrier": "hedge", - "leaf_type": "broadleaved" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9317501, - 51.5278436 - ], - [ - 9.9316643, - 51.5278437 - ], - [ - 9.9316625, - 51.5278248 - ] - ] - }, - "id": "way/1433821034" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1433821035", - "barrier": "hedge", - "leaf_type": "broadleaved" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9316719, - 51.5274382 - ], - [ - 9.9317248, - 51.5273052 - ] - ] - }, - "id": "way/1433821035" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1433821037", - "barrier": "hedge", - "leaf_type": "broadleaved" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9318193, - 51.5270937 - ], - [ - 9.9319442, - 51.5268575 - ] - ] - }, - "id": "way/1433821037" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1433821038", - "barrier": "hedge", - "leaf_type": "broadleaved" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9318319, - 51.5282685 - ], - [ - 9.9318485, - 51.5282934 - ] - ] - }, - "id": "way/1433821038" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1433821039", - "barrier": "hedge", - "leaf_type": "broadleaved" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9318299, - 51.52758 - ], - [ - 9.9316553, - 51.5275792 - ], - [ - 9.9316604, - 51.5275379 - ] - ] - }, - "id": "way/1433821039" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1433821040", - "barrier": "hedge", - "leaf_type": "broadleaved" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9316602, - 51.5275221 - ], - [ - 9.9316666, - 51.5274655 - ] - ] - }, - "id": "way/1433821040" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1434396537", - "barrier": "hedge", - "leaf_type": "broadleaved" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9361653, - 51.5288385 - ], - [ - 9.9361622, - 51.5288475 - ], - [ - 9.9362814, - 51.5288636 - ], - [ - 9.9362845, - 51.5288555 - ] - ] - }, - "id": "way/1434396537" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1434396539", - "barrier": "hedge", - "leaf_type": "broadleaved" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9357889, - 51.5289548 - ], - [ - 9.9356931, - 51.5289512 - ], - [ - 9.9356243, - 51.528976 - ] - ] - }, - "id": "way/1434396539" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1434405439", - "barrier": "hedge", - "leaf_type": "broadleaved" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.945328, - 51.5449329 - ], - [ - 9.9454789, - 51.5451135 - ] - ] - }, - "id": "way/1434405439" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1434405443", - "barrier": "hedge", - "leaf_type": "broadleaved" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9454818, - 51.5451179 - ], - [ - 9.9454882, - 51.5451261 - ], - [ - 9.9454831, - 51.5451276 - ], - [ - 9.9454754, - 51.54513 - ] - ] - }, - "id": "way/1434405443" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1434879224", - "barrier": "hedge", - "leaf_type": "broadleaved" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9349204, - 51.5289316 - ], - [ - 9.9350134, - 51.5289398 - ] - ] - }, - "id": "way/1434879224" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1434879227", - "barrier": "hedge", - "leaf_type": "broadleaved" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9350599, - 51.5289439 - ], - [ - 9.9351592, - 51.5289526 - ] - ] - }, - "id": "way/1434879227" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1434879229", - "barrier": "hedge", - "leaf_type": "broadleaved" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9353318, - 51.5289656 - ], - [ - 9.9355445, - 51.5289681 - ] - ] - }, - "id": "way/1434879229" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1434879230", - "barrier": "hedge", - "leaf_type": "broadleaved" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9356243, - 51.528976 - ], - [ - 9.9356427, - 51.5288293 - ] - ] - }, - "id": "way/1434879230" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1434879231", - "barrier": "hedge", - "leaf_type": "broadleaved" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9346122, - 51.5288938 - ], - [ - 9.9346433, - 51.5289172 - ], - [ - 9.9348585, - 51.5289275 - ] - ] - }, - "id": "way/1434879231" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1434879232", - "barrier": "hedge", - "leaf_type": "broadleaved" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9352723, - 51.5288666 - ], - [ - 9.9352272, - 51.5289585 - ], - [ - 9.9352707, - 51.5289608 - ] - ] - }, - "id": "way/1434879232" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1445815507", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9162159, - 51.5373884 - ], - [ - 9.916226, - 51.5373682 - ], - [ - 9.9168529, - 51.5374703 - ] - ] - }, - "id": "way/1445815507" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1448065254", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8944277, - 51.5093213 - ], - [ - 9.8945718, - 51.5093038 - ], - [ - 9.8948193, - 51.5092646 - ], - [ - 9.8948742, - 51.5092612 - ], - [ - 9.8958747, - 51.5090872 - ], - [ - 9.8959136, - 51.5089223 - ] - ] - }, - "id": "way/1448065254" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1450307258", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9576965, - 51.5209634 - ], - [ - 9.9577122, - 51.5210147 - ], - [ - 9.9577435, - 51.5211057 - ] - ] - }, - "id": "way/1450307258" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1450307260", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9576881, - 51.5211446 - ], - [ - 9.9577635, - 51.52114 - ], - [ - 9.9577917, - 51.5211884 - ], - [ - 9.9578126, - 51.5212228 - ], - [ - 9.9578458, - 51.5212729 - ] - ] - }, - "id": "way/1450307260" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1450308879", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9480202, - 51.5323165 - ], - [ - 9.9480088, - 51.5323708 - ], - [ - 9.9479967, - 51.5323791 - ], - [ - 9.9479833, - 51.5323808 - ], - [ - 9.9479672, - 51.5323766 - ], - [ - 9.9479438, - 51.5323687 - ], - [ - 9.9479277, - 51.5323558 - ], - [ - 9.9479169, - 51.5323395 - ], - [ - 9.9480064, - 51.5320303 - ], - [ - 9.9480775, - 51.5320387 - ], - [ - 9.9480857, - 51.5320117 - ], - [ - 9.948094, - 51.5319847 - ], - [ - 9.948023, - 51.5319762 - ], - [ - 9.9480337, - 51.5319439 - ] - ] - }, - "id": "way/1450308879" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1450365935", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9366591, - 51.5446961 - ], - [ - 9.9367039, - 51.5445842 - ] - ] - }, - "id": "way/1450365935" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1456528754", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8901753, - 51.5086269 - ], - [ - 9.8901482, - 51.5086369 - ], - [ - 9.8901271, - 51.5086423 - ], - [ - 9.8901039, - 51.5086452 - ], - [ - 9.8900838, - 51.5086454 - ], - [ - 9.8900657, - 51.5086421 - ], - [ - 9.8900456, - 51.5086339 - ], - [ - 9.8900262, - 51.5086227 - ], - [ - 9.8900097, - 51.5086068 - ], - [ - 9.889996, - 51.5085889 - ], - [ - 9.8899859, - 51.5085709 - ], - [ - 9.8899799, - 51.5085519 - ], - [ - 9.8899772, - 51.5085296 - ], - [ - 9.8899816, - 51.508509 - ], - [ - 9.889993, - 51.5084856 - ], - [ - 9.8900087, - 51.5084658 - ], - [ - 9.8900231, - 51.5084534 - ], - [ - 9.8900543, - 51.5084374 - ] - ] - }, - "id": "way/1456528754" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1473808124", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9305825, - 51.4978857 - ], - [ - 9.9306212, - 51.4978813 - ], - [ - 9.930663, - 51.4978818 - ], - [ - 9.9307127, - 51.4978882 - ], - [ - 9.9307545, - 51.4979029 - ], - [ - 9.9307916, - 51.4979216 - ], - [ - 9.9308208, - 51.4979584 - ] - ] - }, - "id": "way/1473808124" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1474718864", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9765035, - 51.5605929 - ], - [ - 9.9766677, - 51.5606847 - ] - ] - }, - "id": "way/1474718864" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1474826201", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9807569, - 51.5627908 - ], - [ - 9.980767, - 51.5627991 - ], - [ - 9.9807696, - 51.5628112 - ], - [ - 9.9807663, - 51.5628246 - ], - [ - 9.9806691, - 51.5629996 - ], - [ - 9.9806312, - 51.5630019 - ], - [ - 9.9805899, - 51.5630138 - ] - ] - }, - "id": "way/1474826201" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1474826202", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9805259, - 51.5629914 - ], - [ - 9.9805103, - 51.5630114 - ], - [ - 9.9803349, - 51.5629586 - ] - ] - }, - "id": "way/1474826202" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1474826245", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9766008, - 51.5604216 - ], - [ - 9.976523, - 51.5603897 - ], - [ - 9.9764198, - 51.5603353 - ], - [ - 9.9764479, - 51.5602975 - ], - [ - 9.9764811, - 51.5602427 - ] - ] - }, - "id": "way/1474826245" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1474826292", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9836467, - 51.5626191 - ], - [ - 9.983624, - 51.5626307 - ], - [ - 9.9835949, - 51.5626477 - ], - [ - 9.9835641, - 51.5626673 - ], - [ - 9.9835364, - 51.5626881 - ], - [ - 9.9835093, - 51.5627121 - ], - [ - 9.9834866, - 51.5627375 - ] - ] - }, - "id": "way/1474826292" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1475001138", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9670592, - 51.555377 - ], - [ - 9.9669735, - 51.555381 - ] - ] - }, - "id": "way/1475001138" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1475001144", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9673205, - 51.5556986 - ], - [ - 9.9674887, - 51.5556946 - ] - ] - }, - "id": "way/1475001144" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1475001145", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9670905, - 51.5557014 - ], - [ - 9.9672816, - 51.555698 - ] - ] - }, - "id": "way/1475001145" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1475001153", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9675823, - 51.5556627 - ], - [ - 9.9675838, - 51.5556899 - ] - ] - }, - "id": "way/1475001153" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1475001154", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9670964, - 51.5556754 - ], - [ - 9.9673857, - 51.5556686 - ], - [ - 9.9675823, - 51.5556627 - ], - [ - 9.9680739, - 51.5556547 - ], - [ - 9.9681175, - 51.555654 - ] - ] - }, - "id": "way/1475001154" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1475001155", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9670825, - 51.5556689 - ], - [ - 9.9670592, - 51.555377 - ], - [ - 9.9670474, - 51.5552589 - ], - [ - 9.9672238, - 51.5552629 - ], - [ - 9.967271, - 51.5552855 - ], - [ - 9.9674853, - 51.5553064 - ], - [ - 9.9677063, - 51.5553222 - ], - [ - 9.9680461, - 51.5553408 - ] - ] - }, - "id": "way/1475001155" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1475001157", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9656257, - 51.5554859 - ], - [ - 9.9656078, - 51.5554135 - ], - [ - 9.9656317, - 51.5552717 - ], - [ - 9.9656292, - 51.5551532 - ], - [ - 9.9656413, - 51.5551409 - ] - ] - }, - "id": "way/1475001157" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1475001158", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9657386, - 51.5551058 - ], - [ - 9.9657661, - 51.5551167 - ], - [ - 9.9657866, - 51.5551012 - ], - [ - 9.965797, - 51.5550944 - ], - [ - 9.9658239, - 51.5551006 - ], - [ - 9.9659698, - 51.5551297 - ], - [ - 9.9661082, - 51.5551513 - ], - [ - 9.9662491, - 51.5551683 - ], - [ - 9.9663571, - 51.5551767 - ], - [ - 9.9664273, - 51.5551813 - ], - [ - 9.9665577, - 51.5551919 - ], - [ - 9.9669062, - 51.5552293 - ], - [ - 9.9669142, - 51.555299 - ], - [ - 9.9669242, - 51.5553866 - ], - [ - 9.9669615, - 51.5556698 - ], - [ - 9.9665871, - 51.5556837 - ], - [ - 9.9663153, - 51.5556844 - ], - [ - 9.9660305, - 51.5556924 - ], - [ - 9.9658846, - 51.5557039 - ], - [ - 9.9657218, - 51.5556011 - ], - [ - 9.965689, - 51.5555674 - ], - [ - 9.9656576, - 51.555533 - ] - ] - }, - "id": "way/1475001158" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1475003503", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9548997, - 51.5425452 - ], - [ - 9.9550525, - 51.5424718 - ] - ] - }, - "id": "way/1475003503" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1475003505", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9547694, - 51.5426718 - ], - [ - 9.9550278, - 51.5426012 - ] - ] - }, - "id": "way/1475003505" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1475004198", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9547512, - 51.5449525 - ], - [ - 9.9548017, - 51.5449159 - ] - ] - }, - "id": "way/1475004198" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1475004199", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9546011, - 51.5450612 - ], - [ - 9.9544488, - 51.5451716 - ] - ] - }, - "id": "way/1475004199" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1475112258", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9537648, - 51.5412159 - ], - [ - 9.9542625, - 51.5411311 - ], - [ - 9.954279, - 51.5411391 - ], - [ - 9.9542963, - 51.5411679 - ] - ] - }, - "id": "way/1475112258" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1475112505", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9506372, - 51.5379913 - ], - [ - 9.9506626, - 51.5379649 - ], - [ - 9.9506967, - 51.5379412 - ], - [ - 9.9508705, - 51.5379671 - ] - ] - }, - "id": "way/1475112505" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1475125075", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.949708, - 51.5464611 - ], - [ - 9.9493171, - 51.5463945 - ] - ] - }, - "id": "way/1475125075" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1475127176", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9484859, - 51.5447894 - ], - [ - 9.9484806, - 51.5447745 - ], - [ - 9.9486311, - 51.544754 - ] - ] - }, - "id": "way/1475127176" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1475127177", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9485214, - 51.5448926 - ], - [ - 9.9484993, - 51.544813 - ], - [ - 9.9485251, - 51.5447902 - ] - ] - }, - "id": "way/1475127177" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1475142286", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9092526, - 51.5490704 - ], - [ - 9.9093734, - 51.5491146 - ] - ] - }, - "id": "way/1475142286" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1475142287", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9095844, - 51.549341 - ], - [ - 9.9093324, - 51.5492582 - ] - ] - }, - "id": "way/1475142287" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1475142288", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9092873, - 51.5492431 - ], - [ - 9.9091571, - 51.5491963 - ], - [ - 9.909249, - 51.5490976 - ], - [ - 9.9092884, - 51.5491117 - ] - ] - }, - "id": "way/1475142288" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1475142290", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9100586, - 51.548941 - ], - [ - 9.9097234, - 51.5487516 - ], - [ - 9.9097243, - 51.5487439 - ], - [ - 9.9097509, - 51.5487291 - ], - [ - 9.9097576, - 51.5487338 - ], - [ - 9.9097807, - 51.5487209 - ], - [ - 9.909774, - 51.5487163 - ], - [ - 9.9098821, - 51.548654 - ], - [ - 9.9098988, - 51.5486548 - ], - [ - 9.910196, - 51.5488335 - ], - [ - 9.9101169, - 51.548896 - ] - ] - }, - "id": "way/1475142290" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1478692814", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8836579, - 51.5172479 - ], - [ - 9.8840637, - 51.5154827 - ], - [ - 9.8871095, - 51.5152524 - ], - [ - 9.8900524, - 51.5170068 - ], - [ - 9.890028, - 51.5170337 - ] - ] - }, - "id": "way/1478692814" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1478692815", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8900601, - 51.5170071 - ], - [ - 9.8904182, - 51.5172207 - ] - ] - }, - "id": "way/1478692815" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1478692825", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.889367, - 51.5181707 - ], - [ - 9.8896397, - 51.5182218 - ], - [ - 9.8896185, - 51.5182658 - ] - ] - }, - "id": "way/1478692825" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1478692826", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8898636, - 51.5182608 - ], - [ - 9.8898411, - 51.5183075 - ], - [ - 9.8896571, - 51.518273 - ], - [ - 9.8896796, - 51.5182263 - ] - ] - }, - "id": "way/1478692826" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1479664558", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8823416, - 51.5257331 - ], - [ - 9.8824178, - 51.5256327 - ], - [ - 9.8822024, - 51.5255694 - ] - ] - }, - "id": "way/1479664558" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1479664559", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.8824722, - 51.5257715 - ], - [ - 9.8825484, - 51.5256711 - ], - [ - 9.8826785, - 51.5257093 - ], - [ - 9.8826022, - 51.5258097 - ] - ] - }, - "id": "way/1479664559" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1480652372", - "barrier": "hedge", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9127943, - 51.5469181 - ], - [ - 9.9130668, - 51.5469638 - ], - [ - 9.9131163, - 51.5469721 - ] - ] - }, - "id": "way/1480652372" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1481185199", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.951305, - 51.5115101 - ], - [ - 9.9512552, - 51.511543 - ], - [ - 9.9512145, - 51.5115626 - ], - [ - 9.9511641, - 51.5115816 - ], - [ - 9.9511302, - 51.5115896 - ], - [ - 9.9510227, - 51.5116021 - ] - ] - }, - "id": "way/1481185199" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1482664566", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9828779, - 51.5624153 - ], - [ - 9.9829429, - 51.5623894 - ], - [ - 9.9830532, - 51.5623751 - ] - ] - }, - "id": "way/1482664566" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1483633226", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9842145, - 51.5609315 - ], - [ - 9.9842207, - 51.5609699 - ] - ] - }, - "id": "way/1483633226" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1483633227", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9841045, - 51.561264 - ], - [ - 9.9840097, - 51.5612646 - ], - [ - 9.9840072, - 51.5611281 - ], - [ - 9.9840397, - 51.5611261 - ] - ] - }, - "id": "way/1483633227" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1483633228", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9842184, - 51.5611182 - ], - [ - 9.9844426, - 51.5610985 - ] - ] - }, - "id": "way/1483633228" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1483633233", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9845269, - 51.5613637 - ], - [ - 9.9849563, - 51.561328 - ] - ] - }, - "id": "way/1483633233" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1483633453", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9822329, - 51.559904 - ], - [ - 9.9822033, - 51.5599106 - ], - [ - 9.9821903, - 51.5599113 - ], - [ - 9.9821339, - 51.5598486 - ], - [ - 9.9822051, - 51.5598427 - ] - ] - }, - "id": "way/1483633453" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1483633454", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9824363, - 51.5600767 - ], - [ - 9.9823849, - 51.5600553 - ], - [ - 9.9823468, - 51.5600371 - ], - [ - 9.9823179, - 51.5600206 - ], - [ - 9.9822823, - 51.5599981 - ], - [ - 9.9822583, - 51.5599779 - ], - [ - 9.9821903, - 51.5599113 - ] - ] - }, - "id": "way/1483633454" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1483633470", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9814641, - 51.5614619 - ], - [ - 9.981482, - 51.5614417 - ] - ] - }, - "id": "way/1483633470" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1483633471", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9815469, - 51.5616146 - ], - [ - 9.9815007, - 51.5616006 - ], - [ - 9.981469, - 51.5615868 - ], - [ - 9.9814418, - 51.5615693 - ], - [ - 9.9814221, - 51.5615519 - ], - [ - 9.9814076, - 51.561532 - ], - [ - 9.9814313, - 51.5615015 - ] - ] - }, - "id": "way/1483633471" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1483633476", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9789004, - 51.5606794 - ], - [ - 9.9789265, - 51.5606038 - ] - ] - }, - "id": "way/1483633476" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1483633515", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9808848, - 51.560608 - ], - [ - 9.9810438, - 51.5606433 - ], - [ - 9.9810431, - 51.5606604 - ], - [ - 9.9810347, - 51.5606744 - ], - [ - 9.9810206, - 51.5606891 - ], - [ - 9.98101, - 51.5606992 - ], - [ - 9.9809828, - 51.5607106 - ], - [ - 9.9809515, - 51.5607185 - ], - [ - 9.9809275, - 51.5607209 - ], - [ - 9.980894, - 51.5607206 - ], - [ - 9.9808683, - 51.5607178 - ] - ] - }, - "id": "way/1483633515" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1483633517", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9784234, - 51.5590317 - ], - [ - 9.9783854, - 51.5589796 - ], - [ - 9.9783649, - 51.5589384 - ], - [ - 9.9783247, - 51.5587937 - ] - ] - }, - "id": "way/1483633517" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1483633518", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9785151, - 51.5595119 - ], - [ - 9.9784538, - 51.5592844 - ], - [ - 9.9784224, - 51.5592117 - ] - ] - }, - "id": "way/1483633518" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1483633519", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9785521, - 51.5596564 - ], - [ - 9.9785154, - 51.5595354 - ] - ] - }, - "id": "way/1483633519" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1483633522", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9790585, - 51.5599231 - ], - [ - 9.9791249, - 51.5599506 - ], - [ - 9.9790911, - 51.5599821 - ] - ] - }, - "id": "way/1483633522" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1484328407", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9447414, - 51.5270448 - ], - [ - 9.9447795, - 51.5270291 - ], - [ - 9.9449308, - 51.5270401 - ] - ] - }, - "id": "way/1484328407" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1486289324", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9358058, - 51.5457311 - ], - [ - 9.9359949, - 51.5457755 - ] - ] - }, - "id": "way/1486289324" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1486289325", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9353052, - 51.5456136 - ], - [ - 9.9356625, - 51.5456974 - ] - ] - }, - "id": "way/1486289325" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1486289326", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9347981, - 51.5454946 - ], - [ - 9.935108, - 51.5455673 - ] - ] - }, - "id": "way/1486289326" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1489776550", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9106681, - 51.5397622 - ], - [ - 9.9105672, - 51.5397507 - ], - [ - 9.9105933, - 51.5396542 - ], - [ - 9.9107127, - 51.5396706 - ] - ] - }, - "id": "way/1489776550" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1489797899", - "barrier": "hedge" - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 9.9133436, - 51.5413367 - ], - [ - 9.913365, - 51.5413287 - ], - [ - 9.913387, - 51.5413297 - ], - [ - 9.9134057, - 51.5413377 - ], - [ - 9.9135207, - 51.5414411 - ], - [ - 9.9135191, - 51.5414548 - ], - [ - 9.9134068, - 51.5415047 - ] - ] - }, - "id": "way/1489797899" - } - ] -} \ No newline at end of file diff --git a/public/assets/low_poly_pine.glb b/public/assets/low_poly_pine.glb deleted file mode 100644 index 89b159c..0000000 Binary files a/public/assets/low_poly_pine.glb and /dev/null differ diff --git a/public/assets/low_poly_tree.glb b/public/assets/low_poly_tree.glb deleted file mode 100644 index 0e8d2b7..0000000 Binary files a/public/assets/low_poly_tree.glb and /dev/null differ diff --git a/public/assets/trees.geojson b/public/assets/trees.geojson deleted file mode 100644 index b3281ff..0000000 --- a/public/assets/trees.geojson +++ /dev/null @@ -1,269831 +0,0 @@ -{ - "type": "FeatureCollection", - "generator": "overpass-turbo", - "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.", - "timestamp": "2026-03-21T16:45:32Z", - "features": [ - { - "type": "Feature", - "properties": { - "@id": "node/210219676", - "circumference": "6.97", - "denotation": "natural_monument", - "height": "12", - "leaf_type": "broadleaved", - "name": "Gerichtslinde", - "natural": "tree", - "ref": "ND GÖ-S 20", - "species": "Tilia platyphyllos", - "species:de": "Sommerlinde", - "start_date": "~C16" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9127198, - 51.5348219 - ] - }, - "id": "node/210219676" - }, - { - "type": "Feature", - "properties": { - "@id": "node/357209439", - "natural": "tree", - "survey:date": "2015-09-04" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9805268, - 51.529626 - ] - }, - "id": "node/357209439" - }, - { - "type": "Feature", - "properties": { - "@id": "node/491462929", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9150184, - 51.5029757 - ] - }, - "id": "node/491462929" - }, - { - "type": "Feature", - "properties": { - "@id": "node/491462933", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9140914, - 51.5013203 - ] - }, - "id": "node/491462933" - }, - { - "type": "Feature", - "properties": { - "@id": "node/534839404", - "genus": "Aesculus", - "genus:de": "Rosskastanie", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Aesculus hippocastanum", - "species:de": "Gewöhnliche Rosskastanie" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9391824, - 51.5353686 - ] - }, - "id": "node/534839404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/534839409", - "genus:de": "Eibe", - "leaf_cycle": "evergreen", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9387251, - 51.5357569 - ] - }, - "id": "node/534839409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/534839414", - "genus:de": "Eiche", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9383663, - 51.5363608 - ] - }, - "id": "node/534839414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/534844920", - "genus": "Ailanthus", - "genus:de": "Götterbäume", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Ailanthus altissima", - "species:de": "Götterbaum" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360121, - 51.5371828 - ] - }, - "id": "node/534844920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/534844928", - "genus:de": "Kastanie", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9383192, - 51.5368293 - ] - }, - "id": "node/534844928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/534844936", - "leaf_type": "broadleaved", - "natural": "tree", - "species:de": "Robinie" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9342447, - 51.5382878 - ] - }, - "id": "node/534844936" - }, - { - "type": "Feature", - "properties": { - "@id": "node/534844937", - "denotation": "urban", - "genus": "Aesculus", - "genus:de": "Rosskastanie", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Aesculus hippocastanum", - "species:de": "Gewöhnliche Rosskastanie" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9343457, - 51.5386715 - ] - }, - "id": "node/534844937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/534844939", - "genus:de": "Eiche", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394549, - 51.5373768 - ] - }, - "id": "node/534844939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/534844940", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Acer saccharinum" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9396134, - 51.5374548 - ] - }, - "id": "node/534844940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/534846498", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Juglans regia", - "species:de": "Echte Walnuss" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9592676, - 51.556223 - ] - }, - "id": "node/534846498" - }, - { - "type": "Feature", - "properties": { - "@id": "node/747729887", - "denotation": "natural_monument", - "name": "Ahlborn-Buche", - "natural": "tree", - "ref": "ND GÖ-S 9" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9656817, - 51.5335822 - ] - }, - "id": "node/747729887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1037003919", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9536862, - 51.517109 - ] - }, - "id": "node/1037003919" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1591259230", - "leaf_type": "broadleaved", - "name": "älteste Linde auf dem Stadtwall", - "natural": "tree", - "survey:date": "2015-05-30", - "tourism": "attraction", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309279, - 51.5301911 - ] - }, - "id": "node/1591259230" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1818794036", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9365458, - 51.5388562 - ] - }, - "id": "node/1818794036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1864212672", - "alt_name": "ehem. Standort Rosdorfer Warte", - "natural": "tree", - "wikidata": "Q2166690", - "wikipedia": "de:Rosdorfer Warte" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000828, - 51.4967603 - ] - }, - "id": "node/1864212672" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2250475205", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.933116, - 51.5418195 - ] - }, - "id": "node/2250475205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2376917707", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.925394, - 51.5107832 - ] - }, - "id": "node/2376917707" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2378992599", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2015-12-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9348482, - 51.5365461 - ] - }, - "id": "node/2378992599" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2427771682", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9273448, - 51.5360614 - ] - }, - "id": "node/2427771682" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2466911833", - "monument": "yes", - "name": "Schiller-Linde", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9573014, - 51.534704 - ] - }, - "id": "node/2466911833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2466983934", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9343314, - 51.5381971 - ] - }, - "id": "node/2466983934" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2466983941", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9343019, - 51.5382606 - ] - }, - "id": "node/2466983941" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2494527873", - "name": "Sedan Gedächtnislinde", - "natural": "tree", - "survey:date": "2013-09-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.893484, - 51.5351333 - ] - }, - "id": "node/2494527873" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2500164366", - "natural": "tree", - "survey:date": "2013-10-13" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8953043, - 51.5311169 - ] - }, - "id": "node/2500164366" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2500164372", - "natural": "tree", - "survey:date": "2013-10-13" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8950944, - 51.5311583 - ] - }, - "id": "node/2500164372" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2500164380", - "natural": "tree", - "survey:date": "2013-10-13" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8952066, - 51.5311871 - ] - }, - "id": "node/2500164380" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2500164388", - "natural": "tree", - "survey:date": "2013-10-13" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8953923, - 51.5312253 - ] - }, - "id": "node/2500164388" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2594682843", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.933776, - 51.539359 - ] - }, - "id": "node/2594682843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2594782543", - "genus": "Platanus", - "natural": "tree", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361703, - 51.5404696 - ] - }, - "id": "node/2594782543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2594782547", - "genus": "Platanus", - "natural": "tree", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.935366, - 51.5405886 - ] - }, - "id": "node/2594782547" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2594782551", - "genus": "Platanus", - "natural": "tree", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9354197, - 51.5406262 - ] - }, - "id": "node/2594782551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2594782552", - "genus": "Platanus", - "natural": "tree", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9358927, - 51.540647 - ] - }, - "id": "node/2594782552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2594782553", - "genus": "Platanus", - "natural": "tree", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9356415, - 51.5406518 - ] - }, - "id": "node/2594782553" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2594782556", - "genus": "Platanus", - "natural": "tree", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9352967, - 51.5406753 - ] - }, - "id": "node/2594782556" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2594782559", - "genus": "Platanus", - "natural": "tree", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9357975, - 51.5406975 - ] - }, - "id": "node/2594782559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2594782561", - "genus": "Platanus", - "natural": "tree", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9355207, - 51.5407019 - ] - }, - "id": "node/2594782561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2594782572", - "genus": "Platanus", - "natural": "tree", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.935779, - 51.5407967 - ] - }, - "id": "node/2594782572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2594782588", - "natural": "tree", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.935183, - 51.5409624 - ] - }, - "id": "node/2594782588" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2594782595", - "genus": "Platanus", - "natural": "tree", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9362934, - 51.5409936 - ] - }, - "id": "node/2594782595" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2594782596", - "genus": "Platanus", - "natural": "tree", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364795, - 51.5410021 - ] - }, - "id": "node/2594782596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2594782609", - "genus": "Platanus", - "natural": "tree", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363434, - 51.5410837 - ] - }, - "id": "node/2594782609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2594782611", - "genus": "Platanus", - "natural": "tree", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364817, - 51.5410986 - ] - }, - "id": "node/2594782611" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2594782625", - "genus": "Platanus", - "natural": "tree", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364112, - 51.5411864 - ] - }, - "id": "node/2594782625" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2594782650", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2013-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9353063, - 51.5415945 - ] - }, - "id": "node/2594782650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2600793357", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2013-12-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9349828, - 51.5416121 - ] - }, - "id": "node/2600793357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2613105850", - "genus": "Platanus", - "natural": "tree", - "survey:date": "2014-01-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360021, - 51.5405637 - ] - }, - "id": "node/2613105850" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2613105853", - "genus": "Platanus", - "natural": "tree", - "survey:date": "2014-01-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9362102, - 51.5406089 - ] - }, - "id": "node/2613105853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2613105860", - "natural": "tree", - "survey:date": "2014-01-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340984, - 51.5415164 - ] - }, - "id": "node/2613105860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2613105862", - "natural": "tree", - "survey:date": "2014-01-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339796, - 51.5415889 - ] - }, - "id": "node/2613105862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2613105863", - "natural": "tree", - "survey:date": "2014-01-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.934039, - 51.5416243 - ] - }, - "id": "node/2613105863" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2614763827", - "natural": "tree", - "survey:date": "2014-01-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8923187, - 51.5614898 - ] - }, - "id": "node/2614763827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2614949673", - "natural": "tree", - "survey:date": "2014-01-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8719274, - 51.5623687 - ] - }, - "id": "node/2614949673" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2628299749", - "natural": "tree", - "survey:date": "2014-01-18" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9071941, - 51.5589486 - ] - }, - "id": "node/2628299749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2628299750", - "natural": "tree", - "survey:date": "2014-01-18" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9065715, - 51.5589819 - ] - }, - "id": "node/2628299750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2628342021", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9046046, - 51.5609798 - ] - }, - "id": "node/2628342021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2628342032", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9045816, - 51.5611477 - ] - }, - "id": "node/2628342032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2628342034", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9045719, - 51.5612283 - ] - }, - "id": "node/2628342034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2628342038", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9045624, - 51.5613063 - ] - }, - "id": "node/2628342038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2628342042", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9045527, - 51.5613863 - ] - }, - "id": "node/2628342042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2628342047", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9045436, - 51.5614612 - ] - }, - "id": "node/2628342047" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2631803199", - "natural": "tree", - "survey:date": "2014-01-21" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9027753, - 51.5589432 - ] - }, - "id": "node/2631803199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2658039950", - "natural": "tree", - "survey:date": "2014-02-06" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9585358, - 51.535957 - ] - }, - "id": "node/2658039950" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783626", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9134319, - 51.5438903 - ] - }, - "id": "node/2743783626" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783630", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9140281, - 51.5439918 - ] - }, - "id": "node/2743783630" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783639", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9134178, - 51.5440689 - ] - }, - "id": "node/2743783639" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783642", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9144281, - 51.5440903 - ] - }, - "id": "node/2743783642" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783645", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9138994, - 51.5440972 - ] - }, - "id": "node/2743783645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783671", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9148729, - 51.5443222 - ] - }, - "id": "node/2743783671" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783672", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9143073, - 51.5443899 - ] - }, - "id": "node/2743783672" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783673", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9147223, - 51.5444451 - ] - }, - "id": "node/2743783673" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783674", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9153232, - 51.5444627 - ] - }, - "id": "node/2743783674" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783676", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9155491, - 51.544529 - ] - }, - "id": "node/2743783676" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783677", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9153828, - 51.5445798 - ] - }, - "id": "node/2743783677" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783680", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9148389, - 51.5446195 - ] - }, - "id": "node/2743783680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783684", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9151318, - 51.5448686 - ] - }, - "id": "node/2743783684" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783687", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9153481, - 51.5448706 - ] - }, - "id": "node/2743783687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783690", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9146459, - 51.5450217 - ] - }, - "id": "node/2743783690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783694", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9150508, - 51.545337 - ] - }, - "id": "node/2743783694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783697", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9152316, - 51.5453888 - ] - }, - "id": "node/2743783697" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783698", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9143907, - 51.5454191 - ] - }, - "id": "node/2743783698" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783699", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.914962, - 51.5455833 - ] - }, - "id": "node/2743783699" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783708", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9150086, - 51.5457027 - ] - }, - "id": "node/2743783708" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783711", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9143597, - 51.5457358 - ] - }, - "id": "node/2743783711" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783714", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.914201, - 51.5457585 - ] - }, - "id": "node/2743783714" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783718", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9149876, - 51.5460124 - ] - }, - "id": "node/2743783718" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783721", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9141544, - 51.5460987 - ] - }, - "id": "node/2743783721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783724", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9141056, - 51.5462394 - ] - }, - "id": "node/2743783724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783740", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9144406, - 51.5463553 - ] - }, - "id": "node/2743783740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783744", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.914728, - 51.5463974 - ] - }, - "id": "node/2743783744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783755", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.914596, - 51.5464174 - ] - }, - "id": "node/2743783755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783758", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.913125, - 51.5464215 - ] - }, - "id": "node/2743783758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783768", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9140346, - 51.5464546 - ] - }, - "id": "node/2743783768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783781", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9134911, - 51.5466995 - ] - }, - "id": "node/2743783781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783782", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9130163, - 51.5467133 - ] - }, - "id": "node/2743783782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783787", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9136419, - 51.5467506 - ] - }, - "id": "node/2743783787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783796", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9135476, - 51.5468189 - ] - }, - "id": "node/2743783796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2743783797", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9141544, - 51.5468341 - ] - }, - "id": "node/2743783797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746387275", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9136168, - 51.5465029 - ] - }, - "id": "node/2746387275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746387279", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9130045, - 51.5465613 - ] - }, - "id": "node/2746387279" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746387282", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9140152, - 51.5465774 - ] - }, - "id": "node/2746387282" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746387285", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9136508, - 51.5465935 - ] - }, - "id": "node/2746387285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746387288", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9141549, - 51.5466002 - ] - }, - "id": "node/2746387288" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746387291", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9136792, - 51.5466026 - ] - }, - "id": "node/2746387291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746387294", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.913714, - 51.5466076 - ] - }, - "id": "node/2746387294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746387296", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9140805, - 51.5466081 - ] - }, - "id": "node/2746387296" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746387298", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9130207, - 51.5466162 - ] - }, - "id": "node/2746387298" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746387301", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.913088, - 51.5466233 - ] - }, - "id": "node/2746387301" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746387303", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9131455, - 51.5466248 - ] - }, - "id": "node/2746387303" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746387305", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9142362, - 51.5466472 - ] - }, - "id": "node/2746387305" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746387308", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9141526, - 51.54667 - ] - }, - "id": "node/2746387308" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746387310", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9146236, - 51.5467253 - ] - }, - "id": "node/2746387310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746387312", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9145715, - 51.5468069 - ] - }, - "id": "node/2746387312" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746387314", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.914611, - 51.5468357 - ] - }, - "id": "node/2746387314" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746387317", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9145228, - 51.5470138 - ] - }, - "id": "node/2746387317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746387319", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9144175, - 51.5471007 - ] - }, - "id": "node/2746387319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666071", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.917242, - 51.5421052 - ] - }, - "id": "node/2746666071" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666075", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9178414, - 51.5421928 - ] - }, - "id": "node/2746666075" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666079", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9169386, - 51.5422288 - ] - }, - "id": "node/2746666079" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666082", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9170761, - 51.5422423 - ] - }, - "id": "node/2746666082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666086", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9183628, - 51.5422741 - ] - }, - "id": "node/2746666086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666088", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.916719, - 51.5424186 - ] - }, - "id": "node/2746666088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666092", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9171099, - 51.542462 - ] - }, - "id": "node/2746666092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666096", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9172018, - 51.542494 - ] - }, - "id": "node/2746666096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666099", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9176739, - 51.5425437 - ] - }, - "id": "node/2746666099" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666105", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9178801, - 51.5425666 - ] - }, - "id": "node/2746666105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666111", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9166586, - 51.5425714 - ] - }, - "id": "node/2746666111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666117", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9179798, - 51.5426125 - ] - }, - "id": "node/2746666117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666123", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9176613, - 51.5426135 - ] - }, - "id": "node/2746666123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666129", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9167206, - 51.5426819 - ] - }, - "id": "node/2746666129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666133", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9171372, - 51.5427005 - ] - }, - "id": "node/2746666133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666144", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9166544, - 51.5427559 - ] - }, - "id": "node/2746666144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666148", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.917989, - 51.5427584 - ] - }, - "id": "node/2746666148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666151", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9170998, - 51.5428369 - ] - }, - "id": "node/2746666151" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666154", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9166041, - 51.5428717 - ] - }, - "id": "node/2746666154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666158", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9169155, - 51.5428749 - ] - }, - "id": "node/2746666158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666160", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9165178, - 51.5428805 - ] - }, - "id": "node/2746666160" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666164", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9179949, - 51.5429128 - ] - }, - "id": "node/2746666164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666168", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9168657, - 51.5429759 - ] - }, - "id": "node/2746666168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666171", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9168941, - 51.5430385 - ] - }, - "id": "node/2746666171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666174", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9179262, - 51.5430759 - ] - }, - "id": "node/2746666174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666178", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9173914, - 51.5430775 - ] - }, - "id": "node/2746666178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666182", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9178281, - 51.5431114 - ] - }, - "id": "node/2746666182" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666185", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9165086, - 51.5431303 - ] - }, - "id": "node/2746666185" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666188", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9173604, - 51.5431354 - ] - }, - "id": "node/2746666188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666192", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.916859, - 51.5431547 - ] - }, - "id": "node/2746666192" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666194", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.917849, - 51.5431943 - ] - }, - "id": "node/2746666194" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666198", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9167727, - 51.5432595 - ] - }, - "id": "node/2746666198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666202", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9182554, - 51.5432884 - ] - }, - "id": "node/2746666202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666205", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9166888, - 51.54331 - ] - }, - "id": "node/2746666205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666208", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9171625, - 51.5433225 - ] - }, - "id": "node/2746666208" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666212", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.917039, - 51.5435062 - ] - }, - "id": "node/2746666212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666216", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9170698, - 51.5435172 - ] - }, - "id": "node/2746666216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666218", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9166778, - 51.5435188 - ] - }, - "id": "node/2746666218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666222", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9168624, - 51.5435821 - ] - }, - "id": "node/2746666222" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666226", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9167281, - 51.5435886 - ] - }, - "id": "node/2746666226" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666228", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9163914, - 51.5435926 - ] - }, - "id": "node/2746666228" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2746666232", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9169356, - 51.5437104 - ] - }, - "id": "node/2746666232" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750355915", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9082334, - 51.5442977 - ] - }, - "id": "node/2750355915" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998462", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932668, - 51.5077148 - ] - }, - "id": "node/2750998462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998463", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935564, - 51.5077734 - ] - }, - "id": "node/2750998463" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998464", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932235, - 51.5077785 - ] - }, - "id": "node/2750998464" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998465", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.893787, - 51.5077824 - ] - }, - "id": "node/2750998465" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998466", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89392, - 51.5077936 - ] - }, - "id": "node/2750998466" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998467", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8937955, - 51.5078376 - ] - }, - "id": "node/2750998467" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998468", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8938799, - 51.5078849 - ] - }, - "id": "node/2750998468" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998469", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932446, - 51.5078862 - ] - }, - "id": "node/2750998469" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998470", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8941553, - 51.5079394 - ] - }, - "id": "node/2750998470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998471", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8930916, - 51.5079584 - ] - }, - "id": "node/2750998471" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998472", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932066, - 51.5079768 - ] - }, - "id": "node/2750998472" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998473", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8944138, - 51.5080777 - ] - }, - "id": "node/2750998473" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998474", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8946491, - 51.5080784 - ] - }, - "id": "node/2750998474" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998475", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8940624, - 51.5081363 - ] - }, - "id": "node/2750998475" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998476", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8943737, - 51.5081723 - ] - }, - "id": "node/2750998476" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998477", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935899, - 51.5082285 - ] - }, - "id": "node/2750998477" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998478", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8942977, - 51.5082426 - ] - }, - "id": "node/2750998478" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998479", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8936214, - 51.5083137 - ] - }, - "id": "node/2750998479" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998480", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8954521, - 51.5083765 - ] - }, - "id": "node/2750998480" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998481", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8955334, - 51.508481 - ] - }, - "id": "node/2750998481" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998482", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9299455, - 51.5202143 - ] - }, - "id": "node/2750998482" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998483", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9293042, - 51.5202251 - ] - }, - "id": "node/2750998483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998484", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9281334, - 51.5205323 - ] - }, - "id": "node/2750998484" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998485", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9279152, - 51.5205438 - ] - }, - "id": "node/2750998485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998486", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9284248, - 51.5205529 - ] - }, - "id": "node/2750998486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998487", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9285379, - 51.5205538 - ] - }, - "id": "node/2750998487" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998488", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277702, - 51.5205546 - ] - }, - "id": "node/2750998488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998489", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9289224, - 51.5205612 - ] - }, - "id": "node/2750998489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998490", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276185, - 51.5205654 - ] - }, - "id": "node/2750998490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998491", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9287015, - 51.5205761 - ] - }, - "id": "node/2750998491" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998492", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274695, - 51.5205894 - ] - }, - "id": "node/2750998492" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998493", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9273019, - 51.5206134 - ] - }, - "id": "node/2750998493" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998494", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9269493, - 51.5206258 - ] - }, - "id": "node/2750998494" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998495", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9292244, - 51.5207194 - ] - }, - "id": "node/2750998495" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998496", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.926465, - 51.520798 - ] - }, - "id": "node/2750998496" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998497", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9295158, - 51.5208783 - ] - }, - "id": "node/2750998497" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998498", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9298498, - 51.5209412 - ] - }, - "id": "node/2750998498" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998499", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9300813, - 51.5209487 - ] - }, - "id": "node/2750998499" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998500", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9266446, - 51.5210232 - ] - }, - "id": "node/2750998500" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998501", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9296249, - 51.5211018 - ] - }, - "id": "node/2750998501" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998502", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9294666, - 51.5211118 - ] - }, - "id": "node/2750998502" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998503", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9268295, - 51.5211871 - ] - }, - "id": "node/2750998503" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998504", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.929243, - 51.5212095 - ] - }, - "id": "node/2750998504" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998505", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9271901, - 51.5212442 - ] - }, - "id": "node/2750998505" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998510", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9283597, - 51.5215537 - ] - }, - "id": "node/2750998510" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998511", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277294, - 51.5215631 - ] - }, - "id": "node/2750998511" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998512", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9284557, - 51.5215836 - ] - }, - "id": "node/2750998512" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998513", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9280822, - 51.5216035 - ] - }, - "id": "node/2750998513" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998514", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9284162, - 51.5216363 - ] - }, - "id": "node/2750998514" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998515", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9283447, - 51.5216866 - ] - }, - "id": "node/2750998515" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998516", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9282732, - 51.5217411 - ] - }, - "id": "node/2750998516" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998517", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9279834, - 51.5218107 - ] - }, - "id": "node/2750998517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998518", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9279872, - 51.521888 - ] - }, - "id": "node/2750998518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998519", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9281029, - 51.5219436 - ] - }, - "id": "node/2750998519" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998520", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9280239, - 51.5219635 - ] - }, - "id": "node/2750998520" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998521", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9107261, - 51.5362774 - ] - }, - "id": "node/2750998521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998522", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108576, - 51.5362922 - ] - }, - "id": "node/2750998522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998523", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9106528, - 51.5362931 - ] - }, - "id": "node/2750998523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998524", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.910929, - 51.5363017 - ] - }, - "id": "node/2750998524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998525", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9109859, - 51.5363134 - ] - }, - "id": "node/2750998525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998526", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9105029, - 51.536315 - ] - }, - "id": "node/2750998526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998527", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9103058, - 51.5363203 - ] - }, - "id": "node/2750998527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998528", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9110411, - 51.5363245 - ] - }, - "id": "node/2750998528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998529", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9101257, - 51.5363277 - ] - }, - "id": "node/2750998529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998530", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.911087, - 51.536335 - ] - }, - "id": "node/2750998530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998531", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111456, - 51.5363461 - ] - }, - "id": "node/2750998531" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998532", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9099371, - 51.536352 - ] - }, - "id": "node/2750998532" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998533", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112187, - 51.5363551 - ] - }, - "id": "node/2750998533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998534", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9097943, - 51.5363594 - ] - }, - "id": "node/2750998534" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998535", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9096387, - 51.5363698 - ] - }, - "id": "node/2750998535" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998536", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112663, - 51.5364751 - ] - }, - "id": "node/2750998536" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998537", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112187, - 51.5365845 - ] - }, - "id": "node/2750998537" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998538", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116911, - 51.5368564 - ] - }, - "id": "node/2750998538" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998539", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.911533, - 51.536859 - ] - }, - "id": "node/2750998539" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998540", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113852, - 51.5369343 - ] - }, - "id": "node/2750998540" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998541", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.91168, - 51.5369747 - ] - }, - "id": "node/2750998541" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998542", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9104167, - 51.5371591 - ] - }, - "id": "node/2750998542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998543", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9109052, - 51.5372532 - ] - }, - "id": "node/2750998543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998544", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9110964, - 51.5372971 - ] - }, - "id": "node/2750998544" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998545", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112884, - 51.5372987 - ] - }, - "id": "node/2750998545" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750998546", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113988, - 51.537343 - ] - }, - "id": "node/2750998546" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2752315200", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.940397, - 51.5406761 - ] - }, - "id": "node/2752315200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2754842564", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9156851, - 51.5442443 - ] - }, - "id": "node/2754842564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800634647", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9426286, - 51.5343631 - ] - }, - "id": "node/2800634647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800634651", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9424585, - 51.5344488 - ] - }, - "id": "node/2800634651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800634660", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9419206, - 51.5345041 - ] - }, - "id": "node/2800634660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800634663", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.942295, - 51.5344927 - ] - }, - "id": "node/2800634663" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800634665", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9428938, - 51.5345126 - ] - }, - "id": "node/2800634665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800634666", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9430215, - 51.5345144 - ] - }, - "id": "node/2800634666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800634667", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9431217, - 51.5345218 - ] - }, - "id": "node/2800634667" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800634668", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9432241, - 51.5345244 - ] - }, - "id": "node/2800634668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800634669", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.942653, - 51.5345291 - ] - }, - "id": "node/2800634669" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800634680", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9413928, - 51.5345766 - ] - }, - "id": "node/2800634680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800634681", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9417699, - 51.5345884 - ] - }, - "id": "node/2800634681" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713256", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9606653, - 51.5222378 - ] - }, - "id": "node/2800713256" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713260", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9607953, - 51.5222909 - ] - }, - "id": "node/2800713260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713261", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9605011, - 51.522317 - ] - }, - "id": "node/2800713261" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713263", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9606272, - 51.5223343 - ] - }, - "id": "node/2800713263" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713265", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9604811, - 51.5224594 - ] - }, - "id": "node/2800713265" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713267", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9603395, - 51.5224956 - ] - }, - "id": "node/2800713267" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713269", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9605328, - 51.5225423 - ] - }, - "id": "node/2800713269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713270", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.960335, - 51.5226014 - ] - }, - "id": "node/2800713270" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713271", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9605758, - 51.5226116 - ] - }, - "id": "node/2800713271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713280", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600085, - 51.5226695 - ] - }, - "id": "node/2800713280" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713282", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9603492, - 51.522696 - ] - }, - "id": "node/2800713282" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713283", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9602193, - 51.5226982 - ] - }, - "id": "node/2800713283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713286", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.96051, - 51.5227379 - ] - }, - "id": "node/2800713286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713287", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598773, - 51.5227411 - ] - }, - "id": "node/2800713287" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713288", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9599907, - 51.5227497 - ] - }, - "id": "node/2800713288" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713290", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9604236, - 51.5227559 - ] - }, - "id": "node/2800713290" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713293", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9597704, - 51.5227858 - ] - }, - "id": "node/2800713293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713294", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9605466, - 51.5227902 - ] - }, - "id": "node/2800713294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713300", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9597373, - 51.5228506 - ] - }, - "id": "node/2800713300" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713401", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9603505, - 51.5228585 - ] - }, - "id": "node/2800713401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713403", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9596545, - 51.5228965 - ] - }, - "id": "node/2800713403" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713404", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9605255, - 51.5229046 - ] - }, - "id": "node/2800713404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713407", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598778, - 51.5229331 - ] - }, - "id": "node/2800713407" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713408", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9603692, - 51.5229381 - ] - }, - "id": "node/2800713408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713409", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9596448, - 51.522948 - ] - }, - "id": "node/2800713409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713412", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9605509, - 51.5230129 - ] - }, - "id": "node/2800713412" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713413", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9596481, - 51.5230336 - ] - }, - "id": "node/2800713413" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713415", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9604048, - 51.523058 - ] - }, - "id": "node/2800713415" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713416", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9606175, - 51.5230624 - ] - }, - "id": "node/2800713416" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713417", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9596655, - 51.5230743 - ] - }, - "id": "node/2800713417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713419", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9605263, - 51.5230833 - ] - }, - "id": "node/2800713419" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713421", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9604132, - 51.5231159 - ] - }, - "id": "node/2800713421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713422", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600127, - 51.5231181 - ] - }, - "id": "node/2800713422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713424", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.96028, - 51.5231312 - ] - }, - "id": "node/2800713424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713425", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9597818, - 51.5231339 - ] - }, - "id": "node/2800713425" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713426", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9596574, - 51.5231379 - ] - }, - "id": "node/2800713426" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713429", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9604139, - 51.523161 - ] - }, - "id": "node/2800713429" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713431", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.959726, - 51.5231814 - ] - }, - "id": "node/2800713431" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713433", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9596643, - 51.5231991 - ] - }, - "id": "node/2800713433" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713434", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9597941, - 51.5232045 - ] - }, - "id": "node/2800713434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713435", - "genus": "Betula", - "natural": "tree", - "survey:date": "2017-03-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9602653, - 51.5231977 - ] - }, - "id": "node/2800713435" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713436", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601229, - 51.5232157 - ] - }, - "id": "node/2800713436" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713438", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9596707, - 51.5232324 - ] - }, - "id": "node/2800713438" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713439", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9599048, - 51.5232363 - ] - }, - "id": "node/2800713439" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713440", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9604817, - 51.5232436 - ] - }, - "id": "node/2800713440" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713442", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9611332, - 51.5232613 - ] - }, - "id": "node/2800713442" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713443", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600492, - 51.5232614 - ] - }, - "id": "node/2800713443" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713445", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9596753, - 51.5232827 - ] - }, - "id": "node/2800713445" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713448", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600469, - 51.5233074 - ] - }, - "id": "node/2800713448" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713449", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9609841, - 51.5233154 - ] - }, - "id": "node/2800713449" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713452", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9597466, - 51.5233427 - ] - }, - "id": "node/2800713452" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713456", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9608077, - 51.5234036 - ] - }, - "id": "node/2800713456" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713457", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600509, - 51.5234197 - ] - }, - "id": "node/2800713457" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713458", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9606699, - 51.5234248 - ] - }, - "id": "node/2800713458" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713460", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600611, - 51.5234369 - ] - }, - "id": "node/2800713460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713461", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9597347, - 51.523448 - ] - }, - "id": "node/2800713461" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713462", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9605257, - 51.5234642 - ] - }, - "id": "node/2800713462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713463", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9605412, - 51.5235101 - ] - }, - "id": "node/2800713463" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713468", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9589725, - 51.523559 - ] - }, - "id": "node/2800713468" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713469", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9590589, - 51.5235687 - ] - }, - "id": "node/2800713469" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713470", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9594603, - 51.5235744 - ] - }, - "id": "node/2800713470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713473", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9592669, - 51.5235806 - ] - }, - "id": "node/2800713473" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713475", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601131, - 51.5235815 - ] - }, - "id": "node/2800713475" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713479", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9603087, - 51.523617 - ] - }, - "id": "node/2800713479" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713482", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9589627, - 51.5236454 - ] - }, - "id": "node/2800713482" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713483", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600221, - 51.5236461 - ] - }, - "id": "node/2800713483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713485", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601885, - 51.5236608 - ] - }, - "id": "node/2800713485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713492", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600509, - 51.5237351 - ] - }, - "id": "node/2800713492" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713495", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9597337, - 51.5237746 - ] - }, - "id": "node/2800713495" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713496", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9599371, - 51.5237843 - ] - }, - "id": "node/2800713496" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713500", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9596395, - 51.5238258 - ] - }, - "id": "node/2800713500" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713602", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598685, - 51.5238272 - ] - }, - "id": "node/2800713602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713604", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9589633, - 51.523834 - ] - }, - "id": "node/2800713604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713605", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9588722, - 51.5238401 - ] - }, - "id": "node/2800713605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713606", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9589291, - 51.5238969 - ] - }, - "id": "node/2800713606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713607", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9593024, - 51.5239522 - ] - }, - "id": "node/2800713607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713608", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9590403, - 51.5239708 - ] - }, - "id": "node/2800713608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713609", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9595059, - 51.5239813 - ] - }, - "id": "node/2800713609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713616", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9592019, - 51.5240291 - ] - }, - "id": "node/2800713616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713617", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9590694, - 51.5240332 - ] - }, - "id": "node/2800713617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713618", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9585211, - 51.52404 - ] - }, - "id": "node/2800713618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713619", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9593317, - 51.5240404 - ] - }, - "id": "node/2800713619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713620", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9594647, - 51.5240484 - ] - }, - "id": "node/2800713620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713622", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9584358, - 51.5241027 - ] - }, - "id": "node/2800713622" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713623", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9591955, - 51.5241041 - ] - }, - "id": "node/2800713623" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713624", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9593253, - 51.5241112 - ] - }, - "id": "node/2800713624" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713629", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9591136, - 51.5242014 - ] - }, - "id": "node/2800713629" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713630", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9584037, - 51.5242094 - ] - }, - "id": "node/2800713630" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713631", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9590126, - 51.5242455 - ] - }, - "id": "node/2800713631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713634", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.958529, - 51.5242517 - ] - }, - "id": "node/2800713634" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713637", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9583886, - 51.5242586 - ] - }, - "id": "node/2800713637" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713640", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.958945, - 51.5242901 - ] - }, - "id": "node/2800713640" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713641", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9588237, - 51.5243372 - ] - }, - "id": "node/2800713641" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800713643", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9587274, - 51.5244022 - ] - }, - "id": "node/2800713643" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547241", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9434568, - 51.5216552 - ] - }, - "id": "node/2807547241" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547249", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943102, - 51.5217019 - ] - }, - "id": "node/2807547249" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547255", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943616, - 51.5217319 - ] - }, - "id": "node/2807547255" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547256", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440846, - 51.5217396 - ] - }, - "id": "node/2807547256" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547260", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943021, - 51.5217559 - ] - }, - "id": "node/2807547260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547266", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440773, - 51.5217928 - ] - }, - "id": "node/2807547266" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547267", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9434233, - 51.5218005 - ] - }, - "id": "node/2807547267" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547269", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440817, - 51.5218282 - ] - }, - "id": "node/2807547269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547271", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9429918, - 51.5218322 - ] - }, - "id": "node/2807547271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547273", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9434911, - 51.5218609 - ] - }, - "id": "node/2807547273" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547274", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440663, - 51.5218614 - ] - }, - "id": "node/2807547274" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547275", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9436612, - 51.5218691 - ] - }, - "id": "node/2807547275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547282", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943002, - 51.5219258 - ] - }, - "id": "node/2807547282" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547286", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9434941, - 51.5219567 - ] - }, - "id": "node/2807547286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547291", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440729, - 51.5219935 - ] - }, - "id": "node/2807547291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547295", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9434357, - 51.5220303 - ] - }, - "id": "node/2807547295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547901", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9429933, - 51.5220725 - ] - }, - "id": "node/2807547901" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547904", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440736, - 51.5220921 - ] - }, - "id": "node/2807547904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547906", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9435386, - 51.5220948 - ] - }, - "id": "node/2807547906" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547908", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9430152, - 51.5221111 - ] - }, - "id": "node/2807547908" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547909", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9435999, - 51.5221184 - ] - }, - "id": "node/2807547909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547913", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9434444, - 51.5221457 - ] - }, - "id": "node/2807547913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547914", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9429268, - 51.5221547 - ] - }, - "id": "node/2807547914" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547915", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9435145, - 51.5221616 - ] - }, - "id": "node/2807547915" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547919", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439926, - 51.5221893 - ] - }, - "id": "node/2807547919" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547924", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440868, - 51.5222188 - ] - }, - "id": "node/2807547924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547928", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9434181, - 51.5222515 - ] - }, - "id": "node/2807547928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547930", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9429276, - 51.5222692 - ] - }, - "id": "node/2807547930" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547933", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9436028, - 51.5222842 - ] - }, - "id": "node/2807547933" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547934", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440277, - 51.5222915 - ] - }, - "id": "node/2807547934" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547935", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9429838, - 51.5223141 - ] - }, - "id": "node/2807547935" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547937", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440262, - 51.5223342 - ] - }, - "id": "node/2807547937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547942", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943589, - 51.522376 - ] - }, - "id": "node/2807547942" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547944", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440444, - 51.5223778 - ] - }, - "id": "node/2807547944" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547949", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440364, - 51.5224277 - ] - }, - "id": "node/2807547949" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547953", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9434306, - 51.5224545 - ] - }, - "id": "node/2807547953" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547964", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9427742, - 51.5225051 - ] - }, - "id": "node/2807547964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547970", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9431783, - 51.5225196 - ] - }, - "id": "node/2807547970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807547973", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9438024, - 51.5225387 - ] - }, - "id": "node/2807547973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807570791", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9435096, - 51.5208347 - ] - }, - "id": "node/2807570791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807570794", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437337, - 51.5208487 - ] - }, - "id": "node/2807570794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807570795", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9436972, - 51.5208515 - ] - }, - "id": "node/2807570795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807570797", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9427034, - 51.5208608 - ] - }, - "id": "node/2807570797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572201", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445103, - 51.5208956 - ] - }, - "id": "node/2807572201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572203", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9427024, - 51.5209282 - ] - }, - "id": "node/2807572203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572204", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9430789, - 51.5209284 - ] - }, - "id": "node/2807572204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572205", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9435096, - 51.5209332 - ] - }, - "id": "node/2807572205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572214", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9429765, - 51.5210227 - ] - }, - "id": "node/2807572214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572216", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444952, - 51.5210351 - ] - }, - "id": "node/2807572216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572218", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9435045, - 51.5210499 - ] - }, - "id": "node/2807572218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572220", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9426874, - 51.5210892 - ] - }, - "id": "node/2807572220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572221", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437583, - 51.5210919 - ] - }, - "id": "node/2807572221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572223", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9436877, - 51.521114 - ] - }, - "id": "node/2807572223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572225", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9433476, - 51.5211823 - ] - }, - "id": "node/2807572225" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572226", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9436447, - 51.521188 - ] - }, - "id": "node/2807572226" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572227", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440262, - 51.5211914 - ] - }, - "id": "node/2807572227" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572228", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9433858, - 51.5211942 - ] - }, - "id": "node/2807572228" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572229", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9426802, - 51.5211983 - ] - }, - "id": "node/2807572229" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572230", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439844, - 51.5211994 - ] - }, - "id": "node/2807572230" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572231", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9431507, - 51.5212124 - ] - }, - "id": "node/2807572231" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572232", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441857, - 51.5212062 - ] - }, - "id": "node/2807572232" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572233", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9430681, - 51.5212102 - ] - }, - "id": "node/2807572233" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572234", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439213, - 51.5212098 - ] - }, - "id": "node/2807572234" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572237", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944083, - 51.5212113 - ] - }, - "id": "node/2807572237" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572238", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9432222, - 51.5212125 - ] - }, - "id": "node/2807572238" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572239", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443381, - 51.5212262 - ] - }, - "id": "node/2807572239" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572240", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9435427, - 51.5212433 - ] - }, - "id": "node/2807572240" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572241", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9434648, - 51.5212822 - ] - }, - "id": "node/2807572241" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572242", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943879, - 51.5212848 - ] - }, - "id": "node/2807572242" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572243", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9438156, - 51.5212948 - ] - }, - "id": "node/2807572243" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572244", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444389, - 51.521297 - ] - }, - "id": "node/2807572244" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572245", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9430782, - 51.5213024 - ] - }, - "id": "node/2807572245" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2807572250", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9426642, - 51.5214052 - ] - }, - "id": "node/2807572250" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2833609671", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9613643, - 51.5217164 - ] - }, - "id": "node/2833609671" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2833609672", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9611265, - 51.5217192 - ] - }, - "id": "node/2833609672" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2833609673", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9612349, - 51.5217228 - ] - }, - "id": "node/2833609673" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2833609674", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9614625, - 51.5217281 - ] - }, - "id": "node/2833609674" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2833609701", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9610158, - 51.5223361 - ] - }, - "id": "node/2833609701" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2833609706", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9610352, - 51.5224905 - ] - }, - "id": "node/2833609706" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2833609713", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9616419, - 51.5226373 - ] - }, - "id": "node/2833609713" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2833609715", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9615516, - 51.5226579 - ] - }, - "id": "node/2833609715" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2833609721", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9614602, - 51.5227144 - ] - }, - "id": "node/2833609721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2833609723", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9612132, - 51.5227421 - ] - }, - "id": "node/2833609723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2833609724", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.961082, - 51.522751 - ] - }, - "id": "node/2833609724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2833609727", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.961102, - 51.522806 - ] - }, - "id": "node/2833609727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2833609736", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9616363, - 51.5228913 - ] - }, - "id": "node/2833609736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2833609739", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.961266, - 51.5229068 - ] - }, - "id": "node/2833609739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2833609748", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9613442, - 51.5230328 - ] - }, - "id": "node/2833609748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529447", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9273374, - 51.5348712 - ] - }, - "id": "node/2836529447" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529448", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9273974, - 51.5349638 - ] - }, - "id": "node/2836529448" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529449", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9273476, - 51.5350415 - ] - }, - "id": "node/2836529449" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529450", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274478, - 51.5350477 - ] - }, - "id": "node/2836529450" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529451", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.927543, - 51.5351737 - ] - }, - "id": "node/2836529451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529452", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9273924, - 51.5351935 - ] - }, - "id": "node/2836529452" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529453", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275512, - 51.5352827 - ] - }, - "id": "node/2836529453" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529454", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276652, - 51.5353239 - ] - }, - "id": "node/2836529454" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529455", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275117, - 51.5353477 - ] - }, - "id": "node/2836529455" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529456", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275359, - 51.5354591 - ] - }, - "id": "node/2836529456" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529457", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277996, - 51.5355779 - ] - }, - "id": "node/2836529457" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529458", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9279445, - 51.5356327 - ] - }, - "id": "node/2836529458" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529459", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277364, - 51.5356362 - ] - }, - "id": "node/2836529459" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529460", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276774, - 51.5357188 - ] - }, - "id": "node/2836529460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529461", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9280368, - 51.5357215 - ] - }, - "id": "node/2836529461" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529462", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9278401, - 51.5357356 - ] - }, - "id": "node/2836529462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529463", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9279004, - 51.5358651 - ] - }, - "id": "node/2836529463" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529464", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277548, - 51.5358761 - ] - }, - "id": "node/2836529464" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529465", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9282322, - 51.5358885 - ] - }, - "id": "node/2836529465" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529466", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9278891, - 51.5359252 - ] - }, - "id": "node/2836529466" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529467", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9280389, - 51.5359627 - ] - }, - "id": "node/2836529467" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529468", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9282868, - 51.5359822 - ] - }, - "id": "node/2836529468" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529469", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9284161, - 51.5360551 - ] - }, - "id": "node/2836529469" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529470", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9280965, - 51.5361116 - ] - }, - "id": "node/2836529470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529471", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9279608, - 51.5361319 - ] - }, - "id": "node/2836529471" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529472", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9284239, - 51.5361359 - ] - }, - "id": "node/2836529472" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529473", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9282464, - 51.5361549 - ] - }, - "id": "node/2836529473" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529474", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9285688, - 51.536211 - ] - }, - "id": "node/2836529474" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529475", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9281306, - 51.5362645 - ] - }, - "id": "node/2836529475" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529476", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9282769, - 51.5362707 - ] - }, - "id": "node/2836529476" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529477", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9284538, - 51.5362804 - ] - }, - "id": "node/2836529477" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529478", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9286079, - 51.5363091 - ] - }, - "id": "node/2836529478" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529479", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9286868, - 51.5363409 - ] - }, - "id": "node/2836529479" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529480", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.928441, - 51.5363484 - ] - }, - "id": "node/2836529480" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529481", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9286086, - 51.5364324 - ] - }, - "id": "node/2836529481" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529482", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9289901, - 51.5365667 - ] - }, - "id": "node/2836529482" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529483", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9291264, - 51.5366449 - ] - }, - "id": "node/2836529483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529484", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9288757, - 51.5366577 - ] - }, - "id": "node/2836529484" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529485", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9289879, - 51.536659 - ] - }, - "id": "node/2836529485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529486", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9291975, - 51.5367262 - ] - }, - "id": "node/2836529486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529487", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9290327, - 51.5367461 - ] - }, - "id": "node/2836529487" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529488", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9293403, - 51.5367598 - ] - }, - "id": "node/2836529488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836529489", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9292365, - 51.5368101 - ] - }, - "id": "node/2836529489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2848432833", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9429319, - 51.5226887 - ] - }, - "id": "node/2848432833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2848432834", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9434185, - 51.5227031 - ] - }, - "id": "node/2848432834" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2848432835", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9434964, - 51.5227031 - ] - }, - "id": "node/2848432835" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2848432838", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9429952, - 51.5227357 - ] - }, - "id": "node/2848432838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2848432839", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440639, - 51.5227357 - ] - }, - "id": "node/2848432839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2848432840", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9434813, - 51.5228269 - ] - }, - "id": "node/2848432840" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2848432843", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9429006, - 51.5230112 - ] - }, - "id": "node/2848432843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2848432845", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440829, - 51.5230582 - ] - }, - "id": "node/2848432845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2848432847", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9434394, - 51.5231166 - ] - }, - "id": "node/2848432847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2848432851", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.94407, - 51.5232385 - ] - }, - "id": "node/2848432851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2848432852", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943468, - 51.5232432 - ] - }, - "id": "node/2848432852" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2848432855", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943938, - 51.5233054 - ] - }, - "id": "node/2848432855" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2848432857", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9438327, - 51.523315 - ] - }, - "id": "node/2848432857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2848432860", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9429061, - 51.5233202 - ] - }, - "id": "node/2848432860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2848432861", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440652, - 51.5233359 - ] - }, - "id": "node/2848432861" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2848432864", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9438149, - 51.5233658 - ] - }, - "id": "node/2848432864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2905064986", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9535701, - 51.550427 - ] - }, - "id": "node/2905064986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2913895888", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9488029, - 51.5500678 - ] - }, - "id": "node/2913895888" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2913896034", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9471719, - 51.5508788 - ] - }, - "id": "node/2913896034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2913896037", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9486955, - 51.550881 - ] - }, - "id": "node/2913896037" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2913896050", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9472395, - 51.5509351 - ] - }, - "id": "node/2913896050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2913896053", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9471297, - 51.5509554 - ] - }, - "id": "node/2913896053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2913896054", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9485289, - 51.5509704 - ] - }, - "id": "node/2913896054" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2913896056", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9484046, - 51.5510425 - ] - }, - "id": "node/2913896056" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2913896060", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9470488, - 51.5510455 - ] - }, - "id": "node/2913896060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2913896064", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9483406, - 51.551065 - ] - }, - "id": "node/2913896064" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2913896076", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9470898, - 51.5511115 - ] - }, - "id": "node/2913896076" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2913896078", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9471876, - 51.551134 - ] - }, - "id": "node/2913896078" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2913896081", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9469981, - 51.5511611 - ] - }, - "id": "node/2913896081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2913896083", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9471043, - 51.5511723 - ] - }, - "id": "node/2913896083" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2913896085", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.947953, - 51.5512091 - ] - }, - "id": "node/2913896085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2913896087", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9479035, - 51.5512436 - ] - }, - "id": "node/2913896087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2913896094", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9479349, - 51.5512609 - ] - }, - "id": "node/2913896094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2913896219", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9478287, - 51.5514103 - ] - }, - "id": "node/2913896219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2913896221", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9471562, - 51.5515147 - ] - }, - "id": "node/2913896221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2913896222", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9474556, - 51.5515454 - ] - }, - "id": "node/2913896222" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2913896223", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9472975, - 51.5515537 - ] - }, - "id": "node/2913896223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2913896224", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9470886, - 51.5515612 - ] - }, - "id": "node/2913896224" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2915587566", - "natural": "tree", - "survey:date": "2014-06-13" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8718639, - 51.5504048 - ] - }, - "id": "node/2915587566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2917970475", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9352225, - 51.5319079 - ] - }, - "id": "node/2917970475" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2917970478", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9350862, - 51.5319198 - ] - }, - "id": "node/2917970478" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2917970480", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9349454, - 51.531932 - ] - }, - "id": "node/2917970480" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2917970483", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9348068, - 51.531944 - ] - }, - "id": "node/2917970483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2917970486", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9346674, - 51.531956 - ] - }, - "id": "node/2917970486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2917970488", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9345285, - 51.5319681 - ] - }, - "id": "node/2917970488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2926406346", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9700064, - 51.5116671 - ] - }, - "id": "node/2926406346" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3152393093", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9387353, - 51.5204746 - ] - }, - "id": "node/3152393093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3154442374", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9389312, - 51.520278 - ] - }, - "id": "node/3154442374" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3155903683", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.938055, - 51.520283 - ] - }, - "id": "node/3155903683" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3155903687", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9380152, - 51.5204374 - ] - }, - "id": "node/3155903687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3179598555", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2014-11-06" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9341399, - 51.5327805 - ] - }, - "id": "node/3179598555" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3179598557", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2014-11-06" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9342438, - 51.5327889 - ] - }, - "id": "node/3179598557" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3179601564", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2014-11-06" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9341842, - 51.5328782 - ] - }, - "id": "node/3179601564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3226612119", - "natural": "tree", - "survey:date": "2014-12-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9628422, - 51.5240539 - ] - }, - "id": "node/3226612119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3238758500", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9357115, - 51.5193767 - ] - }, - "id": "node/3238758500" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3297204233", - "leaf_type": "broadleaved", - "name": "Ella-Bülow-Baum", - "natural": "tree", - "survey:date": "2015-01-18" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9365119, - 51.5292591 - ] - }, - "id": "node/3297204233" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781690", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8716346, - 51.5023437 - ] - }, - "id": "node/3306781690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781692", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8719075, - 51.502389 - ] - }, - "id": "node/3306781692" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781693", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8721848, - 51.5024328 - ] - }, - "id": "node/3306781693" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781695", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8724758, - 51.5024796 - ] - }, - "id": "node/3306781695" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781697", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8727463, - 51.5025197 - ] - }, - "id": "node/3306781697" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781698", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8736632, - 51.5025595 - ] - }, - "id": "node/3306781698" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781699", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8730098, - 51.5025601 - ] - }, - "id": "node/3306781699" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781701", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8739381, - 51.5026023 - ] - }, - "id": "node/3306781701" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781702", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.873294, - 51.5026054 - ] - }, - "id": "node/3306781702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781703", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8736701, - 51.5026442 - ] - }, - "id": "node/3306781703" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781704", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8742218, - 51.5026455 - ] - }, - "id": "node/3306781704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781707", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8738648, - 51.502677 - ] - }, - "id": "node/3306781707" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781708", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8745039, - 51.5026948 - ] - }, - "id": "node/3306781708" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781709", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8741559, - 51.5027177 - ] - }, - "id": "node/3306781709" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781710", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8747835, - 51.5027368 - ] - }, - "id": "node/3306781710" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781711", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8744371, - 51.5027545 - ] - }, - "id": "node/3306781711" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781714", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8750616, - 51.5027781 - ] - }, - "id": "node/3306781714" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781715", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8747131, - 51.5028047 - ] - }, - "id": "node/3306781715" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781716", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8754722, - 51.502812 - ] - }, - "id": "node/3306781716" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781719", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8749898, - 51.5028467 - ] - }, - "id": "node/3306781719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781720", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8756861, - 51.5028487 - ] - }, - "id": "node/3306781720" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781721", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8758046, - 51.5028518 - ] - }, - "id": "node/3306781721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781723", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8759005, - 51.5028824 - ] - }, - "id": "node/3306781723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781724", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8753106, - 51.5029064 - ] - }, - "id": "node/3306781724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781725", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8761099, - 51.5029139 - ] - }, - "id": "node/3306781725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781726", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8763228, - 51.5029476 - ] - }, - "id": "node/3306781726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781727", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.876519, - 51.5029788 - ] - }, - "id": "node/3306781727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781728", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8757978, - 51.5029832 - ] - }, - "id": "node/3306781728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781729", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8759178, - 51.5030034 - ] - }, - "id": "node/3306781729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781730", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8767422, - 51.5030118 - ] - }, - "id": "node/3306781730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781731", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8760481, - 51.5030267 - ] - }, - "id": "node/3306781731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781733", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8760204, - 51.5030461 - ] - }, - "id": "node/3306781733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781734", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8769428, - 51.5030464 - ] - }, - "id": "node/3306781734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781735", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8771508, - 51.503077 - ] - }, - "id": "node/3306781735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781737", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8773578, - 51.5031092 - ] - }, - "id": "node/3306781737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781738", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8775751, - 51.5031437 - ] - }, - "id": "node/3306781738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781742", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8791272, - 51.503389 - ] - }, - "id": "node/3306781742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781743", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8795499, - 51.5034563 - ] - }, - "id": "node/3306781743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781744", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8797557, - 51.503487 - ] - }, - "id": "node/3306781744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781745", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8799689, - 51.5035206 - ] - }, - "id": "node/3306781745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781746", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8801813, - 51.5035537 - ] - }, - "id": "node/3306781746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781747", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8803811, - 51.5035844 - ] - }, - "id": "node/3306781747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781748", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8805896, - 51.5036192 - ] - }, - "id": "node/3306781748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781749", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807954, - 51.5036503 - ] - }, - "id": "node/3306781749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781750", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8810059, - 51.5036827 - ] - }, - "id": "node/3306781750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781751", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8812223, - 51.5037146 - ] - }, - "id": "node/3306781751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781752", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8814215, - 51.5037482 - ] - }, - "id": "node/3306781752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781753", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807091, - 51.5037538 - ] - }, - "id": "node/3306781753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781754", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808503, - 51.5037729 - ] - }, - "id": "node/3306781754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781755", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8816286, - 51.5037842 - ] - }, - "id": "node/3306781755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781756", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809888, - 51.5037949 - ] - }, - "id": "node/3306781756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781757", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8811313, - 51.5038144 - ] - }, - "id": "node/3306781757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781758", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8812712, - 51.5038343 - ] - }, - "id": "node/3306781758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781759", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8815603, - 51.5038828 - ] - }, - "id": "node/3306781759" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781760", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824252, - 51.5039285 - ] - }, - "id": "node/3306781760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781761", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8819643, - 51.5039418 - ] - }, - "id": "node/3306781761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781762", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8826357, - 51.5039625 - ] - }, - "id": "node/3306781762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781763", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8822587, - 51.5039932 - ] - }, - "id": "node/3306781763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781764", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8828368, - 51.5039932 - ] - }, - "id": "node/3306781764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781765", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.883046, - 51.5040259 - ] - }, - "id": "node/3306781765" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781766", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8832518, - 51.5040574 - ] - }, - "id": "node/3306781766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781767", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8826776, - 51.5040616 - ] - }, - "id": "node/3306781767" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781768", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8828861, - 51.5040939 - ] - }, - "id": "node/3306781768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781769", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8830966, - 51.5041213 - ] - }, - "id": "node/3306781769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781770", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.883658, - 51.5041317 - ] - }, - "id": "node/3306781770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781771", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.883311, - 51.5041507 - ] - }, - "id": "node/3306781771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781772", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8838172, - 51.504152 - ] - }, - "id": "node/3306781772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781773", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8840277, - 51.5041843 - ] - }, - "id": "node/3306781773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781774", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8842308, - 51.5042142 - ] - }, - "id": "node/3306781774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781775", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8836933, - 51.5042154 - ] - }, - "id": "node/3306781775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781776", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.88444, - 51.5042473 - ] - }, - "id": "node/3306781776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781777", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8839138, - 51.5042477 - ] - }, - "id": "node/3306781777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781778", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8841278, - 51.5042781 - ] - }, - "id": "node/3306781778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781779", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8846595, - 51.504281 - ] - }, - "id": "node/3306781779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781780", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8848611, - 51.5043138 - ] - }, - "id": "node/3306781780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781781", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.88436, - 51.504315 - ] - }, - "id": "node/3306781781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781782", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8850706, - 51.5043481 - ] - }, - "id": "node/3306781782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781783", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8845662, - 51.504349 - ] - }, - "id": "node/3306781783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781784", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8852689, - 51.5043801 - ] - }, - "id": "node/3306781784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781785", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8847937, - 51.5043842 - ] - }, - "id": "node/3306781785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781786", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8849859, - 51.5044205 - ] - }, - "id": "node/3306781786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781787", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8855567, - 51.5044293 - ] - }, - "id": "node/3306781787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781788", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8852039, - 51.5044566 - ] - }, - "id": "node/3306781788" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781789", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8857601, - 51.5044613 - ] - }, - "id": "node/3306781789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781790", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8854677, - 51.5044953 - ] - }, - "id": "node/3306781790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781791", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8859678, - 51.5044962 - ] - }, - "id": "node/3306781791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781792", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8856735, - 51.5045272 - ] - }, - "id": "node/3306781792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781793", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8861859, - 51.5045316 - ] - }, - "id": "node/3306781793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781794", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8863078, - 51.5045501 - ] - }, - "id": "node/3306781794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781795", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8858976, - 51.5045651 - ] - }, - "id": "node/3306781795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781796", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8865033, - 51.5045832 - ] - }, - "id": "node/3306781796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781797", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8863276, - 51.5046339 - ] - }, - "id": "node/3306781797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781798", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.886856, - 51.5046375 - ] - }, - "id": "node/3306781798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781799", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8870637, - 51.5046726 - ] - }, - "id": "node/3306781799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781800", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.886565, - 51.504675 - ] - }, - "id": "node/3306781800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781801", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8867246, - 51.5046993 - ] - }, - "id": "node/3306781801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781802", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8872644, - 51.5047025 - ] - }, - "id": "node/3306781802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781803", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8868956, - 51.5047251 - ] - }, - "id": "node/3306781803" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781804", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8874989, - 51.504736 - ] - }, - "id": "node/3306781804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781805", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8870878, - 51.5047568 - ] - }, - "id": "node/3306781805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781806", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8877113, - 51.5047752 - ] - }, - "id": "node/3306781806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781807", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8872978, - 51.5047893 - ] - }, - "id": "node/3306781807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781808", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8878978, - 51.5048013 - ] - }, - "id": "node/3306781808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781809", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8875008, - 51.5048219 - ] - }, - "id": "node/3306781809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781810", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881309, - 51.5048383 - ] - }, - "id": "node/3306781810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781811", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8877122, - 51.5048544 - ] - }, - "id": "node/3306781811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781812", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8882873, - 51.5048638 - ] - }, - "id": "node/3306781812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781813", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8879058, - 51.5048846 - ] - }, - "id": "node/3306781813" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781814", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8884969, - 51.5048975 - ] - }, - "id": "node/3306781814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781815", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881031, - 51.5049157 - ] - }, - "id": "node/3306781815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781816", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8887088, - 51.5049283 - ] - }, - "id": "node/3306781816" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781817", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883, - 51.5049456 - ] - }, - "id": "node/3306781817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781818", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8889198, - 51.5049579 - ] - }, - "id": "node/3306781818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781819", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8884724, - 51.5049743 - ] - }, - "id": "node/3306781819" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781820", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8891223, - 51.5049922 - ] - }, - "id": "node/3306781820" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781821", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8886419, - 51.5050004 - ] - }, - "id": "node/3306781821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781822", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8888162, - 51.5050232 - ] - }, - "id": "node/3306781822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781823", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893352, - 51.5050265 - ] - }, - "id": "node/3306781823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781824", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8890615, - 51.5050616 - ] - }, - "id": "node/3306781824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781825", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8896182, - 51.5050658 - ] - }, - "id": "node/3306781825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781826", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8898203, - 51.5051024 - ] - }, - "id": "node/3306781826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781827", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893163, - 51.5051033 - ] - }, - "id": "node/3306781827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781828", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8900275, - 51.5051355 - ] - }, - "id": "node/3306781828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781829", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8895221, - 51.5051382 - ] - }, - "id": "node/3306781829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781830", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897331, - 51.5051695 - ] - }, - "id": "node/3306781830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781831", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899436, - 51.5052053 - ] - }, - "id": "node/3306781831" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781832", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.890619, - 51.5052264 - ] - }, - "id": "node/3306781832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781833", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8901179, - 51.5052317 - ] - }, - "id": "node/3306781833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781834", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8902931, - 51.505256 - ] - }, - "id": "node/3306781834" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781835", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8913005, - 51.5052736 - ] - }, - "id": "node/3306781835" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781836", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8909218, - 51.5052754 - ] - }, - "id": "node/3306781836" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781837", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8911008, - 51.5052789 - ] - }, - "id": "node/3306781837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781838", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.891422, - 51.5052985 - ] - }, - "id": "node/3306781838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781840", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8912284, - 51.5053413 - ] - }, - "id": "node/3306781840" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781842", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8913513, - 51.5053674 - ] - }, - "id": "node/3306781842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781843", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8912991, - 51.5054266 - ] - }, - "id": "node/3306781843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306781844", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.891421, - 51.5054369 - ] - }, - "id": "node/3306781844" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510076", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9359609, - 51.4915757 - ] - }, - "id": "node/3308510076" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510077", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9359788, - 51.4917003 - ] - }, - "id": "node/3308510077" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510078", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9359977, - 51.4918284 - ] - }, - "id": "node/3308510078" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510079", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360137, - 51.4919577 - ] - }, - "id": "node/3308510079" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510080", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361714, - 51.492603 - ] - }, - "id": "node/3308510080" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510081", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361969, - 51.4927817 - ] - }, - "id": "node/3308510081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510082", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9362184, - 51.4929637 - ] - }, - "id": "node/3308510082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510083", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9362478, - 51.4931284 - ] - }, - "id": "node/3308510083" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510084", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9362554, - 51.4932959 - ] - }, - "id": "node/3308510084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510085", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.936382, - 51.4939209 - ] - }, - "id": "node/3308510085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510086", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364127, - 51.4940763 - ] - }, - "id": "node/3308510086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510087", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364634, - 51.4943543 - ] - }, - "id": "node/3308510087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510088", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364404, - 51.4945601 - ] - }, - "id": "node/3308510088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510089", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364622, - 51.4946724 - ] - }, - "id": "node/3308510089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510090", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364867, - 51.494804 - ] - }, - "id": "node/3308510090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510091", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9365046, - 51.4949227 - ] - }, - "id": "node/3308510091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510092", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9365245, - 51.4950385 - ] - }, - "id": "node/3308510092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510093", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9365678, - 51.4953154 - ] - }, - "id": "node/3308510093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510094", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9366199, - 51.4955836 - ] - }, - "id": "node/3308510094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510095", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9366392, - 51.4957108 - ] - }, - "id": "node/3308510095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510096", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9366813, - 51.4959643 - ] - }, - "id": "node/3308510096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510097", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9367006, - 51.4960889 - ] - }, - "id": "node/3308510097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510098", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9367213, - 51.4962127 - ] - }, - "id": "node/3308510098" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510099", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9367538, - 51.4963943 - ] - }, - "id": "node/3308510099" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510100", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9367745, - 51.4965186 - ] - }, - "id": "node/3308510100" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510101", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9368019, - 51.4966582 - ] - }, - "id": "node/3308510101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510102", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9368226, - 51.4967916 - ] - }, - "id": "node/3308510102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510103", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9368439, - 51.4969399 - ] - }, - "id": "node/3308510103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510104", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9368699, - 51.4970658 - ] - }, - "id": "node/3308510104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510105", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.936892, - 51.4971996 - ] - }, - "id": "node/3308510105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510106", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.936914, - 51.4973313 - ] - }, - "id": "node/3308510106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510107", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9369374, - 51.4974701 - ] - }, - "id": "node/3308510107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510108", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9369554, - 51.4975836 - ] - }, - "id": "node/3308510108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510109", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9369734, - 51.4977149 - ] - }, - "id": "node/3308510109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510110", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9370148, - 51.4979758 - ] - }, - "id": "node/3308510110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510111", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9370388, - 51.4981042 - ] - }, - "id": "node/3308510111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510112", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9370588, - 51.4982413 - ] - }, - "id": "node/3308510112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510113", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9370849, - 51.4983759 - ] - }, - "id": "node/3308510113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510114", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9371236, - 51.4986394 - ] - }, - "id": "node/3308510114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510115", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.937171, - 51.4989236 - ] - }, - "id": "node/3308510115" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510116", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9372784, - 51.4995925 - ] - }, - "id": "node/3308510116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510117", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9373185, - 51.4998322 - ] - }, - "id": "node/3308510117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510118", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9373565, - 51.5000898 - ] - }, - "id": "node/3308510118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510119", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9376838, - 51.5020918 - ] - }, - "id": "node/3308510119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510120", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9377019, - 51.5022198 - ] - }, - "id": "node/3308510120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510121", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9377199, - 51.5023482 - ] - }, - "id": "node/3308510121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510122", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9377432, - 51.5024799 - ] - }, - "id": "node/3308510122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510123", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9377626, - 51.5025979 - ] - }, - "id": "node/3308510123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510124", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9378126, - 51.5028713 - ] - }, - "id": "node/3308510124" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510125", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9378801, - 51.5032647 - ] - }, - "id": "node/3308510125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510126", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9379214, - 51.5035314 - ] - }, - "id": "node/3308510126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510127", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9380082, - 51.5040217 - ] - }, - "id": "node/3308510127" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510128", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9380389, - 51.5041949 - ] - }, - "id": "node/3308510128" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510129", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.938103, - 51.504575 - ] - }, - "id": "node/3308510129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510130", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.938119, - 51.5046926 - ] - }, - "id": "node/3308510130" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510131", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9381731, - 51.5049502 - ] - }, - "id": "node/3308510131" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510132", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9382185, - 51.5052136 - ] - }, - "id": "node/3308510132" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510133", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9382798, - 51.5055843 - ] - }, - "id": "node/3308510133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510134", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9383062, - 51.50571 - ] - }, - "id": "node/3308510134" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510135", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9383232, - 51.5058381 - ] - }, - "id": "node/3308510135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510136", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.938344, - 51.5059556 - ] - }, - "id": "node/3308510136" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510137", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9383855, - 51.5062159 - ] - }, - "id": "node/3308510137" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510138", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9384129, - 51.5063481 - ] - }, - "id": "node/3308510138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510139", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9384582, - 51.5065872 - ] - }, - "id": "node/3308510139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510140", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9384752, - 51.5067094 - ] - }, - "id": "node/3308510140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510141", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9384997, - 51.5068345 - ] - }, - "id": "node/3308510141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308510142", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9385186, - 51.5069691 - ] - }, - "id": "node/3308510142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308512561", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9388435, - 51.5099205 - ] - }, - "id": "node/3308512561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308512562", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9389001, - 51.5099839 - ] - }, - "id": "node/3308512562" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308512563", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9389315, - 51.5101422 - ] - }, - "id": "node/3308512563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308512564", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9389649, - 51.5103262 - ] - }, - "id": "node/3308512564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308512565", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9389983, - 51.510514 - ] - }, - "id": "node/3308512565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308512566", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9390206, - 51.5106673 - ] - }, - "id": "node/3308512566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308512567", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9390517, - 51.5108306 - ] - }, - "id": "node/3308512567" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308512568", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9390866, - 51.5110327 - ] - }, - "id": "node/3308512568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308512569", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9391102, - 51.5111954 - ] - }, - "id": "node/3308512569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308512570", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9391451, - 51.5113728 - ] - }, - "id": "node/3308512570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308512571", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9391791, - 51.5115467 - ] - }, - "id": "node/3308512571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308512572", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392178, - 51.5117311 - ] - }, - "id": "node/3308512572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308512573", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392801, - 51.5120836 - ] - }, - "id": "node/3308512573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308512574", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9393179, - 51.5123186 - ] - }, - "id": "node/3308512574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308512575", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9393556, - 51.5124948 - ] - }, - "id": "node/3308512575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308512576", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9393849, - 51.512674 - ] - }, - "id": "node/3308512576" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308512577", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.939417, - 51.512859 - ] - }, - "id": "node/3308512577" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308512578", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394878, - 51.5133959 - ] - }, - "id": "node/3308512578" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3308512579", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9395237, - 51.5138588 - ] - }, - "id": "node/3308512579" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339705590", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9659551, - 51.5087089 - ] - }, - "id": "node/3339705590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339705591", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9659942, - 51.5087961 - ] - }, - "id": "node/3339705591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339705592", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9660633, - 51.5088945 - ] - }, - "id": "node/3339705592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707393", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9661314, - 51.5089564 - ] - }, - "id": "node/3339707393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707394", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9662276, - 51.5090304 - ] - }, - "id": "node/3339707394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707395", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9663281, - 51.5090948 - ] - }, - "id": "node/3339707395" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707396", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9664325, - 51.509154 - ] - }, - "id": "node/3339707396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707399", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9666137, - 51.509244 - ] - }, - "id": "node/3339707399" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707400", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9666905, - 51.5092554 - ] - }, - "id": "node/3339707400" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707402", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.966816, - 51.5092796 - ] - }, - "id": "node/3339707402" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707404", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9668798, - 51.5092949 - ] - }, - "id": "node/3339707404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707405", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.966938, - 51.5093058 - ] - }, - "id": "node/3339707405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707406", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9669976, - 51.5093179 - ] - }, - "id": "node/3339707406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707408", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9670581, - 51.5093294 - ] - }, - "id": "node/3339707408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707409", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9671191, - 51.5093394 - ] - }, - "id": "node/3339707409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707410", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9671842, - 51.5093551 - ] - }, - "id": "node/3339707410" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707411", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9672447, - 51.5093671 - ] - }, - "id": "node/3339707411" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707412", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9673024, - 51.5093768 - ] - }, - "id": "node/3339707412" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707413", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.967363, - 51.5093898 - ] - }, - "id": "node/3339707413" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707414", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9675455, - 51.5094281 - ] - }, - "id": "node/3339707414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707415", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9676065, - 51.5094398 - ] - }, - "id": "node/3339707415" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707416", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9676699, - 51.5094516 - ] - }, - "id": "node/3339707416" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707417", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9677281, - 51.5094646 - ] - }, - "id": "node/3339707417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707418", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.96779, - 51.5094766 - ] - }, - "id": "node/3339707418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707419", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9678482, - 51.5094875 - ] - }, - "id": "node/3339707419" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707420", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9679693, - 51.5095128 - ] - }, - "id": "node/3339707420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707421", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9680364, - 51.5095237 - ] - }, - "id": "node/3339707421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707422", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9680932, - 51.5095378 - ] - }, - "id": "node/3339707422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707423", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9681551, - 51.5095508 - ] - }, - "id": "node/3339707423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707424", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9682143, - 51.5095655 - ] - }, - "id": "node/3339707424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707425", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9682691, - 51.5095764 - ] - }, - "id": "node/3339707425" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707426", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9683334, - 51.5095894 - ] - }, - "id": "node/3339707426" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707427", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9683954, - 51.5096 - ] - }, - "id": "node/3339707427" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707428", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9684536, - 51.5096135 - ] - }, - "id": "node/3339707428" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707429", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9685141, - 51.5096238 - ] - }, - "id": "node/3339707429" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707430", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9685756, - 51.5096382 - ] - }, - "id": "node/3339707430" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707431", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9686352, - 51.5096479 - ] - }, - "id": "node/3339707431" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707432", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9686985, - 51.5096606 - ] - }, - "id": "node/3339707432" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707434", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9687567, - 51.5096732 - ] - }, - "id": "node/3339707434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707436", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9688177, - 51.5096868 - ] - }, - "id": "node/3339707436" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707438", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9688745, - 51.509698 - ] - }, - "id": "node/3339707438" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707439", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9689364, - 51.5097124 - ] - }, - "id": "node/3339707439" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707444", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9691795, - 51.5097595 - ] - }, - "id": "node/3339707444" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707446", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9692391, - 51.5097739 - ] - }, - "id": "node/3339707446" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707447", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9692968, - 51.5097866 - ] - }, - "id": "node/3339707447" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707449", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9693625, - 51.5097986 - ] - }, - "id": "node/3339707449" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707450", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9694198, - 51.5098095 - ] - }, - "id": "node/3339707450" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707451", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9694822, - 51.5098234 - ] - }, - "id": "node/3339707451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707452", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9695342, - 51.5098369 - ] - }, - "id": "node/3339707452" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707453", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9695985, - 51.5098463 - ] - }, - "id": "node/3339707453" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707454", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9697202, - 51.5098721 - ] - }, - "id": "node/3339707454" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707457", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9697793, - 51.509886 - ] - }, - "id": "node/3339707457" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707458", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9698417, - 51.5098988 - ] - }, - "id": "node/3339707458" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707459", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9699034, - 51.5099125 - ] - }, - "id": "node/3339707459" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3339707460", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9699597, - 51.5099258 - ] - }, - "id": "node/3339707460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3342265545", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303258, - 51.521826 - ] - }, - "id": "node/3342265545" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3342265546", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301912, - 51.5218462 - ] - }, - "id": "node/3342265546" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3342265547", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303691, - 51.5218525 - ] - }, - "id": "node/3342265547" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3342265549", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9300665, - 51.5218854 - ] - }, - "id": "node/3342265549" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3342265550", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303698, - 51.5218907 - ] - }, - "id": "node/3342265550" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3342265551", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9299573, - 51.5219381 - ] - }, - "id": "node/3342265551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3342265554", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303463, - 51.5219916 - ] - }, - "id": "node/3342265554" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3342265555", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9298776, - 51.5220107 - ] - }, - "id": "node/3342265555" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3342265561", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9298267, - 51.5220946 - ] - }, - "id": "node/3342265561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3342265562", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303232, - 51.5220911 - ] - }, - "id": "node/3342265562" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3342265563", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9298089, - 51.5221736 - ] - }, - "id": "node/3342265563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3342265564", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9302998, - 51.5221913 - ] - }, - "id": "node/3342265564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3342265565", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9298199, - 51.5222478 - ] - }, - "id": "node/3342265565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3342265566", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9300777, - 51.5222641 - ] - }, - "id": "node/3342265566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3342265567", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301035, - 51.5223296 - ] - }, - "id": "node/3342265567" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3342265568", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9298659, - 51.5223337 - ] - }, - "id": "node/3342265568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3342265569", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9299359, - 51.5224133 - ] - }, - "id": "node/3342265569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3342265570", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9299839, - 51.5224692 - ] - }, - "id": "node/3342265570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3378366785", - "natural": "tree", - "survey:date": "2015-03-01" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9595419, - 51.5352624 - ] - }, - "id": "node/3378366785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3423895670", - "natural": "tree", - "survey:date": "2015-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9097315, - 51.5415285 - ] - }, - "id": "node/3423895670" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3423895680", - "natural": "tree", - "survey:date": "2015-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9097351, - 51.5415821 - ] - }, - "id": "node/3423895680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3423895828", - "natural": "tree", - "survey:date": "2015-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9099852, - 51.5420896 - ] - }, - "id": "node/3423895828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3423895833", - "natural": "tree", - "survey:date": "2015-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9099792, - 51.542187 - ] - }, - "id": "node/3423895833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3423895834", - "natural": "tree", - "survey:date": "2015-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9099699, - 51.5422744 - ] - }, - "id": "node/3423895834" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3423895845", - "natural": "tree", - "survey:date": "2015-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9099555, - 51.542405 - ] - }, - "id": "node/3423895845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3423895847", - "natural": "tree", - "survey:date": "2015-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9099369, - 51.5425256 - ] - }, - "id": "node/3423895847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3423895849", - "natural": "tree", - "survey:date": "2015-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9099309, - 51.5426736 - ] - }, - "id": "node/3423895849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3436128778", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9345907, - 51.5363598 - ] - }, - "id": "node/3436128778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3439800460", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9344886, - 51.5366096 - ] - }, - "id": "node/3439800460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3439800462", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9344493, - 51.5366965 - ] - }, - "id": "node/3439800462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3439800464", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2015-04-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9344125, - 51.5367836 - ] - }, - "id": "node/3439800464" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3466144453", - "natural": "tree", - "survey:date": "2015-04-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996671, - 51.5600348 - ] - }, - "id": "node/3466144453" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3467318485", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9432473, - 51.5114134 - ] - }, - "id": "node/3467318485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3467362829", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9430462, - 51.5107644 - ] - }, - "id": "node/3467362829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3467396529", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944381, - 51.5107655 - ] - }, - "id": "node/3467396529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3467897698", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9429778, - 51.5099956 - ] - }, - "id": "node/3467897698" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3467897702", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9430791, - 51.5100098 - ] - }, - "id": "node/3467897702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3467925294", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9429807, - 51.5092595 - ] - }, - "id": "node/3467925294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3542220333", - "natural": "tree", - "survey:date": "2015-05-24" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9731151, - 51.5106736 - ] - }, - "id": "node/3542220333" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3551744252", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9387044, - 51.5298342 - ] - }, - "id": "node/3551744252" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3551744253", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9386908, - 51.5299252 - ] - }, - "id": "node/3551744253" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3551744254", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9386778, - 51.5299775 - ] - }, - "id": "node/3551744254" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3551744256", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9386199, - 51.5301864 - ] - }, - "id": "node/3551744256" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3551744257", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9385159, - 51.5303528 - ] - }, - "id": "node/3551744257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3551744258", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9384689, - 51.5304703 - ] - }, - "id": "node/3551744258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3551744259", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9384473, - 51.5305509 - ] - }, - "id": "node/3551744259" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3551744260", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9344903, - 51.5366044 - ] - }, - "id": "node/3551744260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3551744261", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9344502, - 51.53669 - ] - }, - "id": "node/3551744261" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3551744262", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9344141, - 51.5367754 - ] - }, - "id": "node/3551744262" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3559376994", - "denotation": "urban", - "genus": "Betula", - "genus:ar": "البتولا", - "genus:de": "Birke", - "genus:en": "birch", - "genus:fi": "Koivu", - "genus:nl": "Berk", - "genus:pl": "Brzoza", - "genus:ru": "Береза", - "genus:tr": "Huş", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9474136, - 51.5151217 - ] - }, - "id": "node/3559376994" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3559583866", - "natural": "tree", - "survey:date": "2015-05-30" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9420058, - 51.5333103 - ] - }, - "id": "node/3559583866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3559583875", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2015-05-30" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9416668, - 51.5336536 - ] - }, - "id": "node/3559583875" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3559584036", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2015-05-30" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9411668, - 51.5346 - ] - }, - "id": "node/3559584036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3561150139", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9562568, - 51.5432145 - ] - }, - "id": "node/3561150139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3561579303", - "name": "Spillner-Linde", - "natural": "tree", - "operator": "Göttinger Verschönerungsverein (GVV)" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9617522, - 51.5445053 - ] - }, - "id": "node/3561579303" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3561663519", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2015-05-31" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9410644, - 51.5368906 - ] - }, - "id": "node/3561663519" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3561663521", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2015-05-31" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9411555, - 51.5369201 - ] - }, - "id": "node/3561663521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3561663523", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2015-05-31" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9412492, - 51.5369518 - ] - }, - "id": "node/3561663523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3579896603", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9425565, - 51.5208898 - ] - }, - "id": "node/3579896603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3579896617", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9425236, - 51.5213583 - ] - }, - "id": "node/3579896617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3579896619", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9424967, - 51.521686 - ] - }, - "id": "node/3579896619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3579896626", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9426442, - 51.5217567 - ] - }, - "id": "node/3579896626" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3579896627", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9426201, - 51.5220296 - ] - }, - "id": "node/3579896627" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3580267101", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9380728, - 51.5336081 - ] - }, - "id": "node/3580267101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3580267105", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9382358, - 51.5336508 - ] - }, - "id": "node/3580267105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3580267113", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9378167, - 51.5337616 - ] - }, - "id": "node/3580267113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3580267121", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9382832, - 51.5338869 - ] - }, - "id": "node/3580267121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3586190649", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9350921, - 51.5348434 - ] - }, - "id": "node/3586190649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3586190650", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.935266, - 51.5348652 - ] - }, - "id": "node/3586190650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3586190686", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9352551, - 51.5349641 - ] - }, - "id": "node/3586190686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3586218715", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9359499, - 51.5352513 - ] - }, - "id": "node/3586218715" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3598413601", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2015-06-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9272908, - 51.5254677 - ] - }, - "id": "node/3598413601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3598413617", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2015-06-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276015, - 51.525557 - ] - }, - "id": "node/3598413617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3598413632", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2015-06-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9280964, - 51.5256151 - ] - }, - "id": "node/3598413632" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3598413634", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2015-06-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9281401, - 51.5256227 - ] - }, - "id": "node/3598413634" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3602340441", - "denotation": "natural_monument", - "natural": "tree", - "ref": "ND GÖ-S 7", - "survey:date": "2015-06-16" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.966373, - 51.5456563 - ] - }, - "id": "node/3602340441" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3602423393", - "denotation": "natural_monument", - "description": "3 Lindenbäume", - "name": "Friedenslinden", - "natural": "tree", - "ref": "ND GÖ-S 27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9582077, - 51.5181669 - ] - }, - "id": "node/3602423393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3602423394", - "denotation": "natural_monument", - "description": "4 Lindenbäume", - "name": "Hoffnungslinden", - "natural": "tree", - "ref": "ND GÖ-S 28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9581255, - 51.5186065 - ] - }, - "id": "node/3602423394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3602664011", - "denotation": "natural_monument", - "name": "Baumgruppe am Schwedengrab", - "natural": "tree", - "ref": "ND GÖ-S 88" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9043088, - 51.5623328 - ] - }, - "id": "node/3602664011" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3614565507", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9538261, - 51.5168846 - ] - }, - "id": "node/3614565507" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3614565508", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9538422, - 51.5168479 - ] - }, - "id": "node/3614565508" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3614565509", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9538559, - 51.5169782 - ] - }, - "id": "node/3614565509" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036558", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Akane" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.97192, - 51.5362395 - ] - }, - "id": "node/3645036558" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036559", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Akane" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9716105, - 51.5364041 - ] - }, - "id": "node/3645036559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036560", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Alkemene" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.971489, - 51.5361996 - ] - }, - "id": "node/3645036560" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036561", - "genus": "Pyrus", - "genus:de": "Birne", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "taxon:cultivar:de": "Augustbirne" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9720337, - 51.5361539 - ] - }, - "id": "node/3645036561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036562", - "genus": "Pyrus", - "genus:de": "Birne", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "taxon:cultivar:de": "Augustbirne" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9723273, - 51.5361723 - ] - }, - "id": "node/3645036562" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036563", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Biesterfelder Renette" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.971197, - 51.5359146 - ] - }, - "id": "node/3645036563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036564", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Biesterfelder Renette" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9721302, - 51.5360615 - ] - }, - "id": "node/3645036564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036565", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Boskoop" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9713169, - 51.5360994 - ] - }, - "id": "node/3645036565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036566", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Boskoop" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9711715, - 51.5361685 - ] - }, - "id": "node/3645036566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036567", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Boskoop" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9717431, - 51.5364219 - ] - }, - "id": "node/3645036567" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036568", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Boskoop" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9715634, - 51.5365615 - ] - }, - "id": "node/3645036568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036569", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Boskoop" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.971744, - 51.5366638 - ] - }, - "id": "node/3645036569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036571", - "genus": "Pyrus", - "genus:de": "Birne", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "taxon:cultivar:de": "Bunte Juli" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9716538, - 51.5362182 - ] - }, - "id": "node/3645036571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036572", - "genus": "Pyrus", - "genus:de": "Birne", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "taxon:cultivar:de": "Bunte Juli" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9720563, - 51.5362494 - ] - }, - "id": "node/3645036572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036573", - "genus": "Prunus", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Prunus avium", - "species:de": "Vogelkirsche", - "taxon:cultivar:de": "Büttners Rote Knorpel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9718812, - 51.5364364 - ] - }, - "id": "node/3645036573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036574", - "genus": "Prunus", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Prunus avium", - "species:de": "Vogelkirsche", - "taxon:cultivar:de": "Büttners Rote Knorpel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9728733, - 51.5365803 - ] - }, - "id": "node/3645036574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036575", - "genus": "Pyrus", - "genus:de": "Birne", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "taxon:cultivar:de": "Clapps Liebling" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9718857, - 51.5361424 - ] - }, - "id": "node/3645036575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036576", - "genus": "Pyrus", - "genus:de": "Birne", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "taxon:cultivar:de": "Clapps Liebling" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9730638, - 51.5363307 - ] - }, - "id": "node/3645036576" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036577", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Cox Orange" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9716121, - 51.536121 - ] - }, - "id": "node/3645036577" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036578", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Cox Orange" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9725594, - 51.5366864 - ] - }, - "id": "node/3645036578" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036579", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Dülmener Herbstrosenapfel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9715702, - 51.5358419 - ] - }, - "id": "node/3645036579" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036580", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Dülmener Herbstrosenapfel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9724838, - 51.5359983 - ] - }, - "id": "node/3645036580" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036581", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Dülmener Herbstrosenapfel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9732034, - 51.5363457 - ] - }, - "id": "node/3645036581" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036582", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Dülmener Herbstrosenapfel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9719874, - 51.5366204 - ] - }, - "id": "node/3645036582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036583", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "taxon:cultivar:de": "Ellipsen-Orange (Apfel)" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9719375, - 51.5365178 - ] - }, - "id": "node/3645036583" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036584", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Geheimrat Breuhahn" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9713443, - 51.5359226 - ] - }, - "id": "node/3645036584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036585", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Geheimrat Breuhahn" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9733527, - 51.5363583 - ] - }, - "id": "node/3645036585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036586", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Geheimrat Breuhahn" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9731206, - 51.5364673 - ] - }, - "id": "node/3645036586" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036587", - "genus": "Pyrus", - "genus:de": "Birne", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "taxon:cultivar:de": "Gellerts Butterbirne" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.972826, - 51.5364307 - ] - }, - "id": "node/3645036587" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036588", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Gloster" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9725653, - 51.5365669 - ] - }, - "id": "node/3645036588" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036589", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Gloster" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9730875, - 51.5367476 - ] - }, - "id": "node/3645036589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036590", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Gold-Parmäne" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9722635, - 51.5363602 - ] - }, - "id": "node/3645036590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036591", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Gravensteiner" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.972632, - 51.5362977 - ] - }, - "id": "node/3645036591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645036592", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Gravensteiner" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9721114, - 51.536349 - ] - }, - "id": "node/3645036592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043393", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Gravensteiner" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9710203, - 51.536496 - ] - }, - "id": "node/3645043393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043394", - "genus": "Prunus", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Prunus avium", - "species:de": "Vogelkirsche", - "taxon:cultivar:de": "Große Schwarze Knorpel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9720901, - 51.5365463 - ] - }, - "id": "node/3645043394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043395", - "genus": "Pyrus", - "genus:de": "Birne", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "taxon:cultivar:de": "Gute Graue" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9717038, - 51.5365881 - ] - }, - "id": "node/3645043395" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043396", - "genus": "Pyrus", - "genus:de": "Birne", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "taxon:cultivar:de": "Gute Graue" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9718456, - 51.5366046 - ] - }, - "id": "node/3645043396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043397", - "genus": "Pyrus", - "genus:de": "Birne", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "taxon:cultivar:de": "Gute Luise" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.97146, - 51.5361098 - ] - }, - "id": "node/3645043397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043398", - "genus": "Pyrus", - "genus:de": "Birne", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "taxon:cultivar:de": "Gute Luise" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9717864, - 51.536228 - ] - }, - "id": "node/3645043398" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043399", - "genus": "Pyrus", - "genus:de": "Birne", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "taxon:cultivar:de": "Gute Luise" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9722086, - 51.5362634 - ] - }, - "id": "node/3645043399" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043400", - "genus": "Pyrus", - "genus:de": "Birne", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "taxon:cultivar:de": "Gute Luise" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9727774, - 51.536305 - ] - }, - "id": "node/3645043400" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043401", - "genus": "Prunus", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Prunus domestica", - "species:de": "Pflaume", - "taxon:cultivar:de": "Hauszwetschge" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9727293, - 51.535824 - ] - }, - "id": "node/3645043401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043402", - "genus": "Prunus", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Prunus domestica", - "species:de": "Pflaume", - "taxon:cultivar:de": "Hauszwetschge" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9722216, - 51.5365557 - ] - }, - "id": "node/3645043402" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043403", - "genus": "Prunus", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Prunus domestica", - "species:de": "Pflaume", - "taxon:cultivar:de": "Hauszwetschge" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9723107, - 51.5365676 - ] - }, - "id": "node/3645043403" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043404", - "genus": "Prunus", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Prunus avium", - "species:de": "Vogelkirsche", - "taxon:cultivar:de": "Heidelfinger Riesenknorpel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.97244, - 51.5359064 - ] - }, - "id": "node/3645043404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043405", - "genus": "Prunus", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Prunus avium", - "species:de": "Vogelkirsche", - "taxon:cultivar:de": "Heidelfinger Riesenknorpel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.971454, - 51.53602 - ] - }, - "id": "node/3645043405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043406", - "genus": "Prunus", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Prunus avium", - "species:de": "Vogelkirsche", - "taxon:cultivar:de": "Heidelfinger Riesenknorpel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9719671, - 51.5363399 - ] - }, - "id": "node/3645043406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043407", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Ingrid-Marie" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.971118, - 51.5359968 - ] - }, - "id": "node/3645043407" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043408", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Ingrid-Marie" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.971694, - 51.5360377 - ] - }, - "id": "node/3645043408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043409", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Ingrid-Marie" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9721803, - 51.5361645 - ] - }, - "id": "node/3645043409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043410", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Ingrid-Marie" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.971416, - 51.5365557 - ] - }, - "id": "node/3645043410" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043412", - "genus": "Prunus", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Prunus domestica", - "species:de": "Pflaume", - "taxon:cultivar:de": "Italienische Zwetsche" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.972516, - 51.536185 - ] - }, - "id": "node/3645043412" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043413", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Jakob Lebel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9713011, - 51.5358181 - ] - }, - "id": "node/3645043413" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043414", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Jakob Lebel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9727213, - 51.5365573 - ] - }, - "id": "node/3645043414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043415", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Jakob Lebel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9724618, - 51.536596 - ] - }, - "id": "node/3645043415" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043416", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Jamba (Apfel)" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9710363, - 51.5360856 - ] - }, - "id": "node/3645043416" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043417", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Jamba" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9716547, - 51.5364995 - ] - }, - "id": "node/3645043417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043418", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "James Grieve (Apfel)" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9711752, - 51.5360878 - ] - }, - "id": "node/3645043418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043419", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "James Grieve (Apfel)" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9717517, - 51.5361288 - ] - }, - "id": "node/3645043419" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043420", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "James Grieve" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9728183, - 51.5366319 - ] - }, - "id": "node/3645043420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043421", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Kaiser-Wilhelm-Apfel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9729179, - 51.5363203 - ] - }, - "id": "node/3645043421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043422", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Kaiser-Wilhelm-Apfel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9731124, - 51.5366714 - ] - }, - "id": "node/3645043422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043423", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Kanadarenette" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9717146, - 51.5358486 - ] - }, - "id": "node/3645043423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043424", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Kanadarenette" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9731472, - 51.5362277 - ] - }, - "id": "node/3645043424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043425", - "alt_taxon:cultivar:de": "Krügers Diekstiel", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Krügers Dickstiel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9714995, - 51.5359262 - ] - }, - "id": "node/3645043425" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043426", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Krügers Dickstiel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9715584, - 51.5360316 - ] - }, - "id": "node/3645043426" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043427", - "alt_taxon:cultivar:de": "Krügers Diekstiel", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Krügers Dickstiel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9718335, - 51.5360444 - ] - }, - "id": "node/3645043427" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043428", - "genus": "Prunus", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Prunus domestica", - "species:de": "Pflaume", - "taxon:cultivar:de": "Königin Viktoria" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9725751, - 51.5361 - ] - }, - "id": "node/3645043428" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043429", - "genus": "Prunus", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Prunus domestica", - "species:de": "Pflaume", - "taxon:cultivar:de": "Königin Viktoria" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9726106, - 51.5361898 - ] - }, - "id": "node/3645043429" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043430", - "genus": "Pyrus", - "genus:de": "Birne", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "taxon:cultivar:de": "Köstliche von Charneu" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9729704, - 51.5364453 - ] - }, - "id": "node/3645043430" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043432", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Landsberger Renette" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9723591, - 51.5358195 - ] - }, - "id": "node/3645043432" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043433", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Landsberger Renette" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9717696, - 51.535947 - ] - }, - "id": "node/3645043433" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043434", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Landsberger Renette" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9732868, - 51.5362342 - ] - }, - "id": "node/3645043434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043435", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Maigold" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9724954, - 51.5362867 - ] - }, - "id": "node/3645043435" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043436", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Maigold" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.972548, - 51.5364013 - ] - }, - "id": "node/3645043436" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043437", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Maunzenapfel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9725125, - 51.5358207 - ] - }, - "id": "node/3645043437" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043438", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Maunzenapfel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9720584, - 51.535969 - ] - }, - "id": "node/3645043438" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043439", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Maunzenapfel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9729648, - 51.5366551 - ] - }, - "id": "node/3645043439" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043440", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Melba" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9722738, - 51.5366558 - ] - }, - "id": "node/3645043440" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043441", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Melba" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9728448, - 51.5367237 - ] - }, - "id": "node/3645043441" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043442", - "genus": "Prunus", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Prunus domestica", - "species:de": "Pflaume", - "taxon:cultivar:de": "Nancy-Mirabelle" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9724808, - 51.5360878 - ] - }, - "id": "node/3645043442" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043443", - "genus": "Prunus", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Prunus domestica", - "species:de": "Pflaume", - "taxon:cultivar:de": "Nancy-Mirabelle" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9727158, - 51.536194 - ] - }, - "id": "node/3645043443" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043444", - "denotation": "agricultural", - "genus": "Prunus", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Prunus avium", - "species:de": "Süßkirsche", - "taxon:cultivar:de": "Große Prinzessin" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9724867, - 51.53653 - ] - }, - "id": "node/3645043444" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043445", - "alt_taxon:cultivar:de": "Napoleonkirsche", - "genus": "Prunus", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Prunus avium", - "species:de": "Vogelkirsche", - "taxon:cultivar:de": "Große Prinzessin" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9726887, - 51.5366198 - ] - }, - "id": "node/3645043445" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043446", - "genus": "Pyrus", - "genus:de": "Birne", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "taxon:cultivar:de": "Nordhäuser Winterforelle" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9718571, - 51.535859 - ] - }, - "id": "node/3645043446" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043447", - "genus": "Pyrus", - "genus:de": "Birne", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "taxon:cultivar:de": "Nordhäuser Winterforelle" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9723453, - 51.5359824 - ] - }, - "id": "node/3645043447" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043448", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Ontarioapfel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9726874, - 51.5364191 - ] - }, - "id": "node/3645043448" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043450", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Ontarioapfel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9730134, - 51.5366005 - ] - }, - "id": "node/3645043450" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043451", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Prinz Albrecht von Preußen" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.972852, - 51.5362044 - ] - }, - "id": "node/3645043451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043452", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Prinz Albrecht von Preußen" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9721348, - 51.5358834 - ] - }, - "id": "node/3645043452" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043453", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Prinz Albrecht von Preußen" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9712585, - 51.5360041 - ] - }, - "id": "node/3645043453" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043454", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Rheinischer Bohnapfel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9729958, - 51.5362152 - ] - }, - "id": "node/3645043454" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043455", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Rheinischer Bohnapfel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9724006, - 51.5363848 - ] - }, - "id": "node/3645043455" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043456", - "alt_taxon:cultivar:de": "Roter James Grieve", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Rubin" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9721268, - 51.5366294 - ] - }, - "id": "node/3645043456" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043457", - "genus": "Prunus", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Prunus avium", - "species:de": "Vogelkirsche", - "taxon:cultivar:de": "Schneiders Späte Knorpel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9725723, - 51.5359022 - ] - }, - "id": "node/3645043457" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043458", - "genus": "Prunus", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Prunus avium", - "species:de": "Vogelkirsche", - "taxon:cultivar:de": "Schneiders Späte Knorpel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9716469, - 51.5359491 - ] - }, - "id": "node/3645043458" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043459", - "genus": "Prunus", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Prunus avium", - "species:de": "Vogelkirsche", - "taxon:cultivar:de": "Schwarze Knorpel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9723442, - 51.5362732 - ] - }, - "id": "node/3645043459" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043460", - "genus": "Juglans", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Juglans nigra", - "taxon:cultivar:de": "Schwarznuss" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9716038, - 51.5366507 - ] - }, - "id": "node/3645043460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043461", - "genus": "Salix", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "taxon:cultivar:de": "Weide" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9726399, - 51.536753 - ] - }, - "id": "node/3645043461" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043462", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Boskoop" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9730321, - 51.5367927 - ] - }, - "id": "node/3645043462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043463", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Stark Earliest" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9726997, - 51.5366983 - ] - }, - "id": "node/3645043463" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043464", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Stark Earliest" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.97298, - 51.5367389 - ] - }, - "id": "node/3645043464" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043466", - "genus": "Prunus", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Prunus avium", - "species:de": "Vogelkirsche", - "taxon:cultivar:de": "Van" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9720187, - 51.5364559 - ] - }, - "id": "node/3645043466" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043467", - "genus": "Prunus", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Prunus avium", - "species:de": "Vogelkirsche", - "taxon:cultivar:de": "Van" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9717853, - 51.5365105 - ] - }, - "id": "node/3645043467" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043468", - "genus": "Pyrus", - "genus:de": "Birne", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "taxon:cultivar:de": "Vereinsdechant" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9722855, - 51.5358967 - ] - }, - "id": "node/3645043468" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043469", - "genus": "Pyrus", - "genus:de": "Birne", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "taxon:cultivar:de": "Vereinsdechant" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9719779, - 51.5360536 - ] - }, - "id": "node/3645043469" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043470", - "genus": "Juglans", - "genus:de": "Walnuss", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9719344, - 51.536685 - ] - }, - "id": "node/3645043470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043471", - "genus": "Salix", - "genus:de": "Weide", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9727647, - 51.5367628 - ] - }, - "id": "node/3645043471" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043472", - "genus": "Cormus", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Cormus domestica", - "species:de": "Speierling", - "species:wikidata": "Q18593737" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9729015, - 51.5367743 - ] - }, - "id": "node/3645043472" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043473", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "taxon:cultivar:de": "Weißer Glockena (Apfel)" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9721999, - 51.5359806 - ] - }, - "id": "node/3645043473" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043474", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Zitronenapfel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9732527, - 51.5364805 - ] - }, - "id": "node/3645043474" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043475", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Zuccalmaglios Renette" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9714268, - 51.5358321 - ] - }, - "id": "node/3645043475" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043476", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Zuccalmaglios Renette" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.971915, - 51.5359574 - ] - }, - "id": "node/3645043476" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043731", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Malus domestica", - "taxon:cultivar:de": "Ontarioapfel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.972166, - 51.5364823 - ] - }, - "id": "node/3645043731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645043733", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9721874, - 51.5367124 - ] - }, - "id": "node/3645043733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3674791649", - "denotation": "natural_monument", - "description": "Blutbuche", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "ND GÖ-S 18" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9398829, - 51.5259814 - ] - }, - "id": "node/3674791649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3674791650", - "denotation": "natural_monument", - "description": "5 Eschen", - "name:signed": "no", - "natural": "tree", - "ref": "ND GÖ-S 11" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.954566, - 51.5333393 - ] - }, - "id": "node/3674791650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3674791651", - "denotation": "natural_monument", - "description": "1 Rüster", - "leaf_type": "broadleaved", - "name:signed": "no", - "natural": "tree", - "ref": "ND GÖ-S 12" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9494834, - 51.5334901 - ] - }, - "id": "node/3674791651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3674791652", - "denotation": "natural_monument", - "description": "1 Zürgelbaum", - "natural": "tree", - "ref": "ND GÖ-S 14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465663, - 51.5342378 - ] - }, - "id": "node/3674791652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3674791653", - "denotation": "natural_monument", - "description": "1 Blutbuche", - "name:signed": "no", - "natural": "tree", - "ref": "ND GÖ-S 13" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463223, - 51.5348963 - ] - }, - "id": "node/3674791653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3687861425", - "natural": "tree", - "survey:date": "2015-08-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8940513, - 51.5066009 - ] - }, - "id": "node/3687861425" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3705428490", - "natural": "tree", - "survey:date": "2015-08-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9016295, - 51.4979922 - ] - }, - "id": "node/3705428490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3729829270", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9708944, - 51.5362242 - ] - }, - "id": "node/3729829270" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3729829271", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9710181, - 51.5362381 - ] - }, - "id": "node/3729829271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3729829272", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9711487, - 51.536249 - ] - }, - "id": "node/3729829272" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3729829273", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9709986, - 51.5363229 - ] - }, - "id": "node/3729829273" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3729829274", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9709723, - 51.5364071 - ] - }, - "id": "node/3729829274" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3729829275", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9708798, - 51.5364914 - ] - }, - "id": "node/3729829275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3729829276", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9708099, - 51.5365565 - ] - }, - "id": "node/3729829276" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3729829277", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9709231, - 51.5365631 - ] - }, - "id": "node/3729829277" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3729829278", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.971062, - 51.5365814 - ] - }, - "id": "node/3729829278" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3729829279", - "genus": "Malus", - "genus:de": "Apfel", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9711977, - 51.5366011 - ] - }, - "id": "node/3729829279" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3729829281", - "genus": "Sorbus", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "sorbus domestica", - "species:de": "Speierling" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9724141, - 51.5367305 - ] - }, - "id": "node/3729829281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3729829283", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9708522, - 51.536387 - ] - }, - "id": "node/3729829283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3729829287", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9713285, - 51.5366157 - ] - }, - "id": "node/3729829287" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3729829288", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9714685, - 51.536632 - ] - }, - "id": "node/3729829288" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736275446", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-09-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9537405, - 51.523113 - ] - }, - "id": "node/3736275446" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736353517", - "natural": "tree", - "survey:date": "2015-09-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9178688, - 51.5219866 - ] - }, - "id": "node/3736353517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736374119", - "natural": "tree", - "survey:date": "2015-09-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.917633, - 51.5215621 - ] - }, - "id": "node/3736374119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736374127", - "natural": "tree", - "survey:date": "2015-09-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9174674, - 51.5221797 - ] - }, - "id": "node/3736374127" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736374128", - "natural": "tree", - "survey:date": "2015-09-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9176213, - 51.5222637 - ] - }, - "id": "node/3736374128" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736374129", - "natural": "tree", - "survey:date": "2015-09-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9173853, - 51.5223431 - ] - }, - "id": "node/3736374129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736508460", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-09-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8943937, - 51.5096345 - ] - }, - "id": "node/3736508460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736510051", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8904395, - 51.5053864 - ] - }, - "id": "node/3736510051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736510052", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8904015, - 51.5055588 - ] - }, - "id": "node/3736510052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736510053", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-09-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8903653, - 51.505725 - ] - }, - "id": "node/3736510053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736510055", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-09-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8903443, - 51.5057985 - ] - }, - "id": "node/3736510055" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736510059", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-09-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8903246, - 51.5058728 - ] - }, - "id": "node/3736510059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736510063", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-09-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8903102, - 51.5059431 - ] - }, - "id": "node/3736510063" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736510068", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-09-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8902537, - 51.5061915 - ] - }, - "id": "node/3736510068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736530766", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8719208, - 51.5008017 - ] - }, - "id": "node/3736530766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736530767", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.871898, - 51.5008835 - ] - }, - "id": "node/3736530767" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736530768", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8718672, - 51.5010162 - ] - }, - "id": "node/3736530768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736530769", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8718082, - 51.5012124 - ] - }, - "id": "node/3736530769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736530770", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8718001, - 51.50129 - ] - }, - "id": "node/3736530770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736530771", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8717693, - 51.5014286 - ] - }, - "id": "node/3736530771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736530772", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8717425, - 51.5015054 - ] - }, - "id": "node/3736530772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736530773", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.871717, - 51.5015889 - ] - }, - "id": "node/3736530773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736530774", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8717063, - 51.5016573 - ] - }, - "id": "node/3736530774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736530775", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8716848, - 51.5017392 - ] - }, - "id": "node/3736530775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736530776", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8716674, - 51.5018026 - ] - }, - "id": "node/3736530776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736530777", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8716513, - 51.5018685 - ] - }, - "id": "node/3736530777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736530778", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-09-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8716279, - 51.5019436 - ] - }, - "id": "node/3736530778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736530779", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-09-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8716071, - 51.5020268 - ] - }, - "id": "node/3736530779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736530780", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-09-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.871599, - 51.5020761 - ] - }, - "id": "node/3736530780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736974308", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454475, - 51.555984 - ] - }, - "id": "node/3736974308" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736974309", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455449, - 51.5560218 - ] - }, - "id": "node/3736974309" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736974310", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453333, - 51.556098 - ] - }, - "id": "node/3736974310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736974311", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453691, - 51.5561396 - ] - }, - "id": "node/3736974311" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736974312", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945312, - 51.5561647 - ] - }, - "id": "node/3736974312" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736974428", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449033, - 51.5563328 - ] - }, - "id": "node/3736974428" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736974429", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945069, - 51.5563371 - ] - }, - "id": "node/3736974429" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736974471", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450255, - 51.556495 - ] - }, - "id": "node/3736974471" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736974479", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451659, - 51.5565228 - ] - }, - "id": "node/3736974479" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736974480", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453472, - 51.5565271 - ] - }, - "id": "node/3736974480" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3736974482", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455923, - 51.5565299 - ] - }, - "id": "node/3736974482" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3740351156", - "natural": "tree", - "species": "Quercus rubra" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364789, - 51.5418196 - ] - }, - "id": "node/3740351156" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3740351157", - "genus": "Platanus", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9362068, - 51.5419735 - ] - }, - "id": "node/3740351157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3740351158", - "genus": "Platanus", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361953, - 51.542037 - ] - }, - "id": "node/3740351158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3740351160", - "natural": "tree", - "species": "Fagus sylvatica" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9367606, - 51.5433602 - ] - }, - "id": "node/3740351160" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555152", - "natural": "tree", - "ref": "69739", - "species": "Fagus sylvatica" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307297, - 51.5403106 - ] - }, - "id": "node/3742555152" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555153", - "natural": "tree", - "ref": "69740", - "species": "Fagus sylvatica" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307842, - 51.5403106 - ] - }, - "id": "node/3742555153" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555154", - "natural": "tree", - "ref": "69716", - "species": "Fagus sylvatica" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.932299, - 51.5403149 - ] - }, - "id": "node/3742555154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555155", - "natural": "tree", - "ref": "69715", - "species": "Fagus sylvatica" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9322646, - 51.5403193 - ] - }, - "id": "node/3742555155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555156", - "natural": "tree", - "ref": "69741", - "species": "Fagus sylvatica" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308741, - 51.5403204 - ] - }, - "id": "node/3742555156" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555157", - "natural": "tree", - "ref": "69714", - "species": "Fagus sylvatica" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.932223, - 51.5403238 - ] - }, - "id": "node/3742555157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555159", - "natural": "tree", - "ref": "69742", - "species": "Fagus sylvatica" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.930977, - 51.5403293 - ] - }, - "id": "node/3742555159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555160", - "natural": "tree", - "ref": "69717", - "species": "Fagus sylvatica" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9324008, - 51.5403318 - ] - }, - "id": "node/3742555160" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555161", - "natural": "tree", - "ref": "69747", - "species": "Fagus sylvatica" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311183, - 51.5403351 - ] - }, - "id": "node/3742555161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555162", - "natural": "tree", - "ref": "69713", - "species": "Fagus sylvatica" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9320625, - 51.5403381 - ] - }, - "id": "node/3742555162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555163", - "natural": "tree", - "ref": "69748", - "species": "Fagus sylvatica" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311928, - 51.5403382 - ] - }, - "id": "node/3742555163" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555164", - "natural": "tree", - "ref": "69749", - "species": "Fagus sylvatica" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931267, - 51.540345 - ] - }, - "id": "node/3742555164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555165", - "natural": "tree", - "ref": "69750", - "species": "Fagus sylvatica" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313304, - 51.5403489 - ] - }, - "id": "node/3742555165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555166", - "natural": "tree", - "ref": "69751", - "species": "Fagus sylvatica" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931405, - 51.5403531 - ] - }, - "id": "node/3742555166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555167", - "genus": "Acer", - "natural": "tree", - "ref": "69718" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9325055, - 51.5403532 - ] - }, - "id": "node/3742555167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555168", - "natural": "tree", - "ref": "69752", - "species": "Fagus sylvatica" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314723, - 51.5403543 - ] - }, - "id": "node/3742555168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555169", - "natural": "tree", - "ref": "69736", - "species": "Fraxinus excelsior" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307684, - 51.540357 - ] - }, - "id": "node/3742555169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555170", - "natural": "tree", - "ref": "69753", - "species": "Fagus sylvatica" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315211, - 51.540357 - ] - }, - "id": "node/3742555170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555171", - "natural": "tree", - "ref": "69754", - "species": "Fagus sylvatica" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315784, - 51.5403605 - ] - }, - "id": "node/3742555171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555172", - "natural": "tree", - "ref": "69755", - "species": "Fagus sylvatica" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316386, - 51.5403632 - ] - }, - "id": "node/3742555172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555173", - "natural": "tree", - "ref": "69756", - "species": "Fagus sylvatica" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316601, - 51.540365 - ] - }, - "id": "node/3742555173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555174", - "natural": "tree", - "ref": "69738", - "species": "Quercus robur" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9310716, - 51.5403657 - ] - }, - "id": "node/3742555174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555175", - "natural": "tree", - "ref": "69758", - "species": "Acer pseudoplatanus" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317132, - 51.5403677 - ] - }, - "id": "node/3742555175" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555176", - "natural": "tree", - "ref": "69759", - "species": "Fagus sylvatica" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317705, - 51.540373 - ] - }, - "id": "node/3742555176" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555177", - "natural": "tree", - "ref": "69760", - "species": "Acer pseudoplatanus" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318881, - 51.5403855 - ] - }, - "id": "node/3742555177" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555178", - "genus": "Tilia", - "natural": "tree", - "ref": "69735" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307082, - 51.5404105 - ] - }, - "id": "node/3742555178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555179", - "natural": "tree", - "ref": "69737", - "species": "Quercus robur" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311424, - 51.5404159 - ] - }, - "id": "node/3742555179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555180", - "natural": "tree", - "ref": "69719", - "species": "Fraxinus excelsior" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9325988, - 51.5404227 - ] - }, - "id": "node/3742555180" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555181", - "natural": "tree", - "ref": "69746", - "species": "Acer pseudoplatanus" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315997, - 51.5404293 - ] - }, - "id": "node/3742555181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555182", - "natural": "tree", - "ref": "69744", - "species": "Fraxinus excelsior" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931346, - 51.5404337 - ] - }, - "id": "node/3742555182" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555183", - "natural": "tree", - "ref": "69720", - "species": "Acer platanoides" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9328639, - 51.540437 - ] - }, - "id": "node/3742555183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555184", - "natural": "tree", - "ref": "69757", - "species": "Sorbus aucuparia" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316958, - 51.5404409 - ] - }, - "id": "node/3742555184" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555185", - "natural": "tree", - "ref": "69761", - "species": "Fraxinus excelsior" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318693, - 51.5404542 - ] - }, - "id": "node/3742555185" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555186", - "genus": "Tilia", - "natural": "tree", - "ref": "69745" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314979, - 51.5404587 - ] - }, - "id": "node/3742555186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555187", - "natural": "tree", - "ref": "69732", - "species": "Fraxinus excelsior" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314005, - 51.5405051 - ] - }, - "id": "node/3742555187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555188", - "natural": "tree", - "ref": "69721", - "species": "Quercus robur" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9329599, - 51.5405218 - ] - }, - "id": "node/3742555188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555189", - "natural": "tree", - "ref": "69734", - "species": "Quercus robur" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309532, - 51.540522 - ] - }, - "id": "node/3742555189" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555190", - "natural": "tree", - "ref": "69733", - "species": "Quercus robur" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311123, - 51.5405407 - ] - }, - "id": "node/3742555190" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555191", - "natural": "tree", - "ref": "69729", - "species": "Fraxinus excelsior" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9319166, - 51.5405452 - ] - }, - "id": "node/3742555191" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555192", - "natural": "tree", - "ref": "69726", - "species": "Acer pseudoplatanus" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9326976, - 51.5405556 - ] - }, - "id": "node/3742555192" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555193", - "natural": "tree", - "ref": "69731", - "species": "Quercus robur" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314578, - 51.5405826 - ] - }, - "id": "node/3742555193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555194", - "natural": "tree", - "ref": "69705", - "species": "Fraxinus excelsior" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308802, - 51.5405843 - ] - }, - "id": "node/3742555194" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555195", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "69704" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306695, - 51.5405915 - ] - }, - "id": "node/3742555195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555196", - "natural": "tree", - "ref": "69730", - "species": "Quercus robur" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315596, - 51.5405942 - ] - }, - "id": "node/3742555196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555197", - "natural": "tree", - "ref": "69706", - "species": "Acer pseudoplatanus" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931048, - 51.5406147 - ] - }, - "id": "node/3742555197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555198", - "genus": "Fraxinus", - "natural": "tree", - "ref": "69728" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9321184, - 51.540627 - ] - }, - "id": "node/3742555198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555199", - "natural": "tree", - "ref": "69722", - "species": "Fraxinus excelsior" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9329585, - 51.540627 - ] - }, - "id": "node/3742555199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555200", - "genus": "Fraxinus", - "natural": "tree", - "ref": "69725" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9327721, - 51.5406305 - ] - }, - "id": "node/3742555200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555201", - "genus": "Fraxinus", - "natural": "tree", - "ref": "69727" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9322754, - 51.5406317 - ] - }, - "id": "node/3742555201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555202", - "natural": "tree", - "ref": "69708", - "species": "Quercus robur" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314838, - 51.5406432 - ] - }, - "id": "node/3742555202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555203", - "natural": "tree", - "ref": "69709", - "species": "Quercus robur" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316272, - 51.5406539 - ] - }, - "id": "node/3742555203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555204", - "natural": "tree", - "ref": "69710", - "species": "Fraxinus excelsior" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316946, - 51.5406753 - ] - }, - "id": "node/3742555204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555205", - "genus": "Betula", - "natural": "tree", - "ref": "69723" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9329341, - 51.5407099 - ] - }, - "id": "node/3742555205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555206", - "natural": "tree", - "ref": "69703", - "species": "Fraxinus excelsior" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307426, - 51.5407199 - ] - }, - "id": "node/3742555206" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555207", - "natural": "tree", - "ref": "69707", - "species": "Fraxinus excelsior" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9310121, - 51.5407306 - ] - }, - "id": "node/3742555207" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555208", - "natural": "tree", - "ref": "69724", - "species": "Fraxinus excelsior" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.932752, - 51.5407313 - ] - }, - "id": "node/3742555208" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555209", - "natural": "tree", - "ref": "69712", - "species": "Acer platanoides" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315311, - 51.5407752 - ] - }, - "id": "node/3742555209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555210", - "natural": "tree", - "ref": "69711", - "species": "Acer pseudoplatanus" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317404, - 51.5407832 - ] - }, - "id": "node/3742555210" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555211", - "natural": "tree", - "ref": "69702", - "species": "Acer pseudoplatanus" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307287, - 51.540838 - ] - }, - "id": "node/3742555211" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555212", - "natural": "tree", - "ref": "69701", - "species": "Fraxinus excelsior" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309505, - 51.5408679 - ] - }, - "id": "node/3742555212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555213", - "natural": "tree", - "ref": "69690", - "species": "Fraxinus excelsior" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9327162, - 51.5408882 - ] - }, - "id": "node/3742555213" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555214", - "natural": "tree", - "ref": "69689", - "species": "Acer pseudoplatanus" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9328633, - 51.5409069 - ] - }, - "id": "node/3742555214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555215", - "natural": "tree", - "ref": "69697", - "species": "Fraxinus excelsior" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316372, - 51.5409089 - ] - }, - "id": "node/3742555215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555216", - "natural": "tree", - "ref": "69692", - "species": "Fraxinus excelsior" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9324372, - 51.5409227 - ] - }, - "id": "node/3742555216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555217", - "genus": "Fraxinus", - "natural": "tree", - "ref": "69700" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313978, - 51.5409285 - ] - }, - "id": "node/3742555217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555218", - "leaf_type": "needleleaved", - "natural": "tree", - "ref": "69693" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9321542, - 51.5409462 - ] - }, - "id": "node/3742555218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555219", - "natural": "tree", - "ref": "69640", - "species": "Acer campestre" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307108, - 51.5409558 - ] - }, - "id": "node/3742555219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555220", - "natural": "tree", - "ref": "69641", - "species": "Acer campestre" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307524, - 51.5409577 - ] - }, - "id": "node/3742555220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555221", - "natural": "tree", - "ref": "69699", - "species": "Acer platanoides" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314723, - 51.5409776 - ] - }, - "id": "node/3742555221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555222", - "natural": "tree", - "ref": "69691", - "species": "Acer pseudoplatanus" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9325406, - 51.5409819 - ] - }, - "id": "node/3742555222" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555223", - "natural": "tree", - "ref": "69671", - "species": "Fraxinus excelsior" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308051, - 51.5410043 - ] - }, - "id": "node/3742555223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742555224", - "genus": "Fraxinus", - "natural": "tree", - "ref": "69668" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9310839, - 51.541005 - ] - }, - "id": "node/3742555224" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557825", - "genus": "Quercus", - "natural": "tree", - "ref": "69694" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9319564, - 51.5410059 - ] - }, - "id": "node/3742557825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557826", - "genus": "Quercus", - "natural": "tree", - "ref": "69696" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931534, - 51.5410159 - ] - }, - "id": "node/3742557826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557827", - "genus": "Quercus", - "natural": "tree", - "ref": "69688" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9328184, - 51.5410173 - ] - }, - "id": "node/3742557827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557828", - "natural": "tree", - "ref": "69667", - "species": "Acer pseudoplatanus" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312866, - 51.5410529 - ] - }, - "id": "node/3742557828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557829", - "natural": "tree", - "ref": "69669", - "species": "Acer platanoides" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.93091, - 51.5410583 - ] - }, - "id": "node/3742557829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557830", - "natural": "tree", - "ref": "69643", - "species": "Acer platanoides" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307427, - 51.5410681 - ] - }, - "id": "node/3742557830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557831", - "natural": "tree", - "ref": "69683", - "species": "Fraxinus excelsior" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9323237, - 51.5410702 - ] - }, - "id": "node/3742557831" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557832", - "genus": "Fraxinus", - "natural": "tree", - "ref": "69670" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308144, - 51.541094 - ] - }, - "id": "node/3742557832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557833", - "natural": "tree", - "ref": "69685", - "species": "Acer pseudoplatanus" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9325204, - 51.5410942 - ] - }, - "id": "node/3742557833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557834", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "69665" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315553, - 51.541098 - ] - }, - "id": "node/3742557834" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557835", - "natural": "tree", - "ref": "69666", - "species": "Acer pseudoplatanus" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314123, - 51.5411033 - ] - }, - "id": "node/3742557835" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557836", - "natural": "tree", - "ref": "69686", - "species": "Acer pseudoplatanus" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9326562, - 51.5411169 - ] - }, - "id": "node/3742557836" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557837", - "natural": "tree", - "ref": "69687", - "species": "Acer pseudoplatanus" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9328002, - 51.5411207 - ] - }, - "id": "node/3742557837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557838", - "natural": "tree", - "species": "Fraxinus excelsior" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309348, - 51.5411296 - ] - }, - "id": "node/3742557838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557839", - "natural": "tree", - "ref": "69644", - "species": "Acer platanoides" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306796, - 51.5411421 - ] - }, - "id": "node/3742557839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557840", - "genus": "Betula", - "natural": "tree", - "ref": "69672" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315711, - 51.5411471 - ] - }, - "id": "node/3742557840" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557841", - "genus": "Betula", - "natural": "tree", - "ref": "69681" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316858, - 51.5411676 - ] - }, - "id": "node/3742557841" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557842", - "natural": "tree", - "ref": "69664", - "species": "Fraxinus excelsior" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318331, - 51.5411789 - ] - }, - "id": "node/3742557842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557843", - "genus": "Betula", - "natural": "tree", - "ref": "69673" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315453, - 51.5412015 - ] - }, - "id": "node/3742557843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557844", - "natural": "tree", - "ref": "69645", - "species": "Acer campestre" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306208, - 51.541209 - ] - }, - "id": "node/3742557844" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557845", - "genus": "Sorbus", - "natural": "tree", - "ref": "69663" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9320257, - 51.5412152 - ] - }, - "id": "node/3742557845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557846", - "genus": "Betula", - "natural": "tree", - "ref": "69680" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316599, - 51.5412202 - ] - }, - "id": "node/3742557846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557847", - "natural": "tree", - "ref": "69653", - "species": "Fraxinus excelsior" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308803, - 51.5412259 - ] - }, - "id": "node/3742557847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557848", - "genus": "Betula", - "natural": "tree", - "ref": "69674" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931528, - 51.5412559 - ] - }, - "id": "node/3742557848" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557849", - "natural": "tree", - "ref": "69654", - "species": "Fraxinus excelsior" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312903, - 51.5412589 - ] - }, - "id": "node/3742557849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557850", - "natural": "tree", - "ref": "69646", - "species": "Fraxinus excelsior" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305563, - 51.5412616 - ] - }, - "id": "node/3742557850" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557851", - "genus": "Betula", - "natural": "tree", - "ref": "69679" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316384, - 51.5412701 - ] - }, - "id": "node/3742557851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557852", - "natural": "tree", - "ref": "69647", - "species": "Fraxinus excelsior" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305219, - 51.541299 - ] - }, - "id": "node/3742557852" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557853", - "genus": "Betula", - "natural": "tree", - "ref": "69675" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315051, - 51.5413138 - ] - }, - "id": "node/3742557853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557854", - "genus": "Betula", - "natural": "tree", - "ref": "69678" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316098, - 51.5413272 - ] - }, - "id": "node/3742557854" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557855", - "natural": "tree", - "ref": "69648", - "species": "Fagus sylvatica" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.930562, - 51.5413418 - ] - }, - "id": "node/3742557855" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557856", - "genus": "Betula", - "natural": "tree", - "ref": "69676" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931485, - 51.5413753 - ] - }, - "id": "node/3742557856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557857", - "natural": "tree", - "ref": "69649", - "species": "Acer pseudoplatanus" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306079, - 51.5413775 - ] - }, - "id": "node/3742557857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557858", - "genus": "Betula", - "natural": "tree", - "ref": "69677" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931584, - 51.5413869 - ] - }, - "id": "node/3742557858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557859", - "natural": "tree", - "ref": "69650", - "species": "Fagus sylvatica" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308201, - 51.5413953 - ] - }, - "id": "node/3742557859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557860", - "natural": "tree", - "ref": "69655", - "species": "Fraxinus excelsior" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313405, - 51.5414257 - ] - }, - "id": "node/3742557860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557861", - "natural": "tree", - "ref": "69661", - "species": "Quercus robur" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931885, - 51.5414351 - ] - }, - "id": "node/3742557861" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557862", - "natural": "tree", - "ref": "69660", - "species": "Quercus robur" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317058, - 51.5414493 - ] - }, - "id": "node/3742557862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557865", - "natural": "tree", - "ref": "69656", - "species": "Quercus robur" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315797, - 51.5414895 - ] - }, - "id": "node/3742557865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557866", - "natural": "tree", - "ref": "69659", - "species": "Fraxinus excelsior" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318549, - 51.5414966 - ] - }, - "id": "node/3742557866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557867", - "natural": "tree", - "ref": "69657", - "species": "Quercus robur" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317216, - 51.5415082 - ] - }, - "id": "node/3742557867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3742557868", - "natural": "tree", - "ref": "69658", - "species": "Quercus robur" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318219, - 51.5415242 - ] - }, - "id": "node/3742557868" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3750531638", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-09-18" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8717884, - 51.5434913 - ] - }, - "id": "node/3750531638" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3750531639", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-09-18" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8720278, - 51.5434946 - ] - }, - "id": "node/3750531639" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3750531643", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-09-18" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8718613, - 51.5435287 - ] - }, - "id": "node/3750531643" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3750531644", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-09-18" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8719462, - 51.5435379 - ] - }, - "id": "node/3750531644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3750531648", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-09-18" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8718352, - 51.5436285 - ] - }, - "id": "node/3750531648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3750531649", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-09-18" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8719195, - 51.5436389 - ] - }, - "id": "node/3750531649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3750531652", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-09-18" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8718078, - 51.5437358 - ] - }, - "id": "node/3750531652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3750531653", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-09-18" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.871888, - 51.5437445 - ] - }, - "id": "node/3750531653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3750531655", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-09-18" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8717804, - 51.5438418 - ] - }, - "id": "node/3750531655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3750531656", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-09-18" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.87186, - 51.5438468 - ] - }, - "id": "node/3750531656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3750531659", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-09-18" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8717503, - 51.5439416 - ] - }, - "id": "node/3750531659" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3750531660", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-09-18" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8718332, - 51.5439545 - ] - }, - "id": "node/3750531660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3750531662", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-09-18" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8717236, - 51.5440452 - ] - }, - "id": "node/3750531662" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3750531663", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-09-18" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8718058, - 51.5440548 - ] - }, - "id": "node/3750531663" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3750531666", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-09-18" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8716928, - 51.5441483 - ] - }, - "id": "node/3750531666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3750531668", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-09-18" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8717811, - 51.5441637 - ] - }, - "id": "node/3750531668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3756066236", - "denotation": "natural_monument", - "description": "Bergahorn", - "leaf_type": "broadleaved", - "natural": "tree", - "protected": "yes", - "ref": "ND GÖ-S 90" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9335654, - 51.560507 - ] - }, - "id": "node/3756066236" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012313", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934529, - 51.491511 - ] - }, - "id": "node/3759012313" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012314", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8948978, - 51.4915301 - ] - }, - "id": "node/3759012314" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012315", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8937335, - 51.4915452 - ] - }, - "id": "node/3759012315" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012316", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8940174, - 51.491574 - ] - }, - "id": "node/3759012316" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012317", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89547, - 51.4915911 - ] - }, - "id": "node/3759012317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012318", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8942925, - 51.491611 - ] - }, - "id": "node/3759012318" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012319", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8957506, - 51.4916185 - ] - }, - "id": "node/3759012319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012320", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960324, - 51.4916432 - ] - }, - "id": "node/3759012320" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012321", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8945753, - 51.4916452 - ] - }, - "id": "node/3759012321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012322", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.896313, - 51.4916637 - ] - }, - "id": "node/3759012322" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012323", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8948604, - 51.4916775 - ] - }, - "id": "node/3759012323" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012324", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8965969, - 51.4916884 - ] - }, - "id": "node/3759012324" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012325", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8951344, - 51.491709 - ] - }, - "id": "node/3759012325" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012326", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8968797, - 51.491711 - ] - }, - "id": "node/3759012326" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012327", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8971625, - 51.491733 - ] - }, - "id": "node/3759012327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012328", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8954183, - 51.4917398 - ] - }, - "id": "node/3759012328" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012329", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8974454, - 51.4917576 - ] - }, - "id": "node/3759012329" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012330", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8957077, - 51.4917727 - ] - }, - "id": "node/3759012330" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012331", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8959938, - 51.4918104 - ] - }, - "id": "node/3759012331" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012332", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962756, - 51.4918426 - ] - }, - "id": "node/3759012332" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012333", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8965595, - 51.4918741 - ] - }, - "id": "node/3759012333" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012334", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8988939, - 51.4918905 - ] - }, - "id": "node/3759012334" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012335", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8968302, - 51.4919077 - ] - }, - "id": "node/3759012335" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012336", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8971174, - 51.4919392 - ] - }, - "id": "node/3759012336" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012337", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899169, - 51.491959 - ] - }, - "id": "node/3759012337" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012338", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8973804, - 51.4919597 - ] - }, - "id": "node/3759012338" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012339", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994573, - 51.4920008 - ] - }, - "id": "node/3759012339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012340", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997368, - 51.4920364 - ] - }, - "id": "node/3759012340" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012341", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899991, - 51.4920666 - ] - }, - "id": "node/3759012341" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012342", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003223, - 51.4921022 - ] - }, - "id": "node/3759012342" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012343", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8991213, - 51.4921281 - ] - }, - "id": "node/3759012343" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012344", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006238, - 51.4921365 - ] - }, - "id": "node/3759012344" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012345", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994014, - 51.492164 - ] - }, - "id": "node/3759012345" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012346", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9009121, - 51.4921714 - ] - }, - "id": "node/3759012346" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012347", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89968, - 51.4922027 - ] - }, - "id": "node/3759012347" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012348", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9012236, - 51.492207 - ] - }, - "id": "node/3759012348" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012349", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999437, - 51.4922276 - ] - }, - "id": "node/3759012349" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012350", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.901524, - 51.492255 - ] - }, - "id": "node/3759012350" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012351", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002596, - 51.492279 - ] - }, - "id": "node/3759012351" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012352", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9018288, - 51.492292 - ] - }, - "id": "node/3759012352" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012353", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005666, - 51.4923119 - ] - }, - "id": "node/3759012353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012354", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9008626, - 51.4923448 - ] - }, - "id": "node/3759012354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012355", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9021634, - 51.4923591 - ] - }, - "id": "node/3759012355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012356", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9011619, - 51.492379 - ] - }, - "id": "node/3759012356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012357", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9014503, - 51.492414 - ] - }, - "id": "node/3759012357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012358", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9024506, - 51.4924318 - ] - }, - "id": "node/3759012358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012359", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9017507, - 51.4924489 - ] - }, - "id": "node/3759012359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012360", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9027301, - 51.4925133 - ] - }, - "id": "node/3759012360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012361", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9030052, - 51.4926092 - ] - }, - "id": "node/3759012361" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012362", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032704, - 51.49271 - ] - }, - "id": "node/3759012362" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012363", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.903146, - 51.492832 - ] - }, - "id": "node/3759012363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012364", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9035475, - 51.4928391 - ] - }, - "id": "node/3759012364" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012365", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.903395, - 51.4929502 - ] - }, - "id": "node/3759012365" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012366", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9037919, - 51.4929646 - ] - }, - "id": "node/3759012366" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012367", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9036378, - 51.4930771 - ] - }, - "id": "node/3759012367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012368", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9040166, - 51.4930921 - ] - }, - "id": "node/3759012368" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012369", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9038463, - 51.4932099 - ] - }, - "id": "node/3759012369" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012370", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9042407, - 51.4932301 - ] - }, - "id": "node/3759012370" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012371", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9040594, - 51.4933416 - ] - }, - "id": "node/3759012371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012372", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904464, - 51.4933711 - ] - }, - "id": "node/3759012372" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012373", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9042671, - 51.4934777 - ] - }, - "id": "node/3759012373" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012374", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9046757, - 51.4935126 - ] - }, - "id": "node/3759012374" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012375", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044772, - 51.4936231 - ] - }, - "id": "node/3759012375" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012376", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9048749, - 51.4936429 - ] - }, - "id": "node/3759012376" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012377", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9046897, - 51.4937611 - ] - }, - "id": "node/3759012377" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012378", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9050811, - 51.4937854 - ] - }, - "id": "node/3759012378" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012379", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9048959, - 51.4938939 - ] - }, - "id": "node/3759012379" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012380", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9052865, - 51.4939166 - ] - }, - "id": "node/3759012380" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012381", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9051029, - 51.4940281 - ] - }, - "id": "node/3759012381" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012382", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9054904, - 51.4940601 - ] - }, - "id": "node/3759012382" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012383", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9053122, - 51.4941632 - ] - }, - "id": "node/3759012383" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012384", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9056958, - 51.4941962 - ] - }, - "id": "node/3759012384" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012385", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9055192, - 51.4943062 - ] - }, - "id": "node/3759012385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012386", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9059005, - 51.4943294 - ] - }, - "id": "node/3759012386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012387", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9057067, - 51.4944345 - ] - }, - "id": "node/3759012387" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012388", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9061044, - 51.4944588 - ] - }, - "id": "node/3759012388" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012389", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9059129, - 51.4945721 - ] - }, - "id": "node/3759012389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012390", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9071833, - 51.4950049 - ] - }, - "id": "node/3759012390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012391", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9073304, - 51.4950436 - ] - }, - "id": "node/3759012391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012392", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9074697, - 51.4950819 - ] - }, - "id": "node/3759012392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012393", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9076113, - 51.4951143 - ] - }, - "id": "node/3759012393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012394", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9078148, - 51.4951632 - ] - }, - "id": "node/3759012394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012395", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9079525, - 51.4951928 - ] - }, - "id": "node/3759012395" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012396", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9081027, - 51.4952223 - ] - }, - "id": "node/3759012396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012397", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9082584, - 51.4952558 - ] - }, - "id": "node/3759012397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012398", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9083852, - 51.4952921 - ] - }, - "id": "node/3759012398" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012399", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9095548, - 51.4953555 - ] - }, - "id": "node/3759012399" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012400", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9093867, - 51.4953865 - ] - }, - "id": "node/3759012400" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012401", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9071882, - 51.4953973 - ] - }, - "id": "node/3759012401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012402", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9073485, - 51.4954646 - ] - }, - "id": "node/3759012402" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012403", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9095859, - 51.4954669 - ] - }, - "id": "node/3759012403" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012404", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.907515, - 51.4955233 - ] - }, - "id": "node/3759012404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012405", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9076722, - 51.4955896 - ] - }, - "id": "node/3759012405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012406", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9094975, - 51.4956181 - ] - }, - "id": "node/3759012406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012407", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.909668, - 51.4956256 - ] - }, - "id": "node/3759012407" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012408", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.907834, - 51.4956448 - ] - }, - "id": "node/3759012408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012409", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9098122, - 51.4956825 - ] - }, - "id": "node/3759012409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012410", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9079803, - 51.4956991 - ] - }, - "id": "node/3759012410" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012411", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9081453, - 51.4957524 - ] - }, - "id": "node/3759012411" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012412", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9083188, - 51.4958086 - ] - }, - "id": "node/3759012412" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012413", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9084597, - 51.4958517 - ] - }, - "id": "node/3759012413" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012414", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9099974, - 51.4958676 - ] - }, - "id": "node/3759012414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012415", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9101281, - 51.4959446 - ] - }, - "id": "node/3759012415" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012416", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9102417, - 51.4960086 - ] - }, - "id": "node/3759012416" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012417", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9093484, - 51.4960476 - ] - }, - "id": "node/3759012417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012418", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9103717, - 51.4960871 - ] - }, - "id": "node/3759012418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012419", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9095025, - 51.4961009 - ] - }, - "id": "node/3759012419" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012420", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9096465, - 51.4961537 - ] - }, - "id": "node/3759012420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012421", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9104814, - 51.4961588 - ] - }, - "id": "node/3759012421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012422", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.909799, - 51.4962191 - ] - }, - "id": "node/3759012422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012423", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9105927, - 51.496244 - ] - }, - "id": "node/3759012423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012424", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9099227, - 51.4962816 - ] - }, - "id": "node/3759012424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012425", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9106884, - 51.496322 - ] - }, - "id": "node/3759012425" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012426", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9100667, - 51.4963596 - ] - }, - "id": "node/3759012426" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012427", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.91076, - 51.4963942 - ] - }, - "id": "node/3759012427" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012428", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9101881, - 51.4964439 - ] - }, - "id": "node/3759012428" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012429", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108456, - 51.4964819 - ] - }, - "id": "node/3759012429" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012430", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9103056, - 51.49652 - ] - }, - "id": "node/3759012430" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012431", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9109335, - 51.4965725 - ] - }, - "id": "node/3759012431" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012432", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9104215, - 51.4966076 - ] - }, - "id": "node/3759012432" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012433", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9109989, - 51.496682 - ] - }, - "id": "node/3759012433" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012434", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9105281, - 51.4966895 - ] - }, - "id": "node/3759012434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012435", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9110767, - 51.4967822 - ] - }, - "id": "node/3759012435" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012436", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9106254, - 51.4967879 - ] - }, - "id": "node/3759012436" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012437", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111382, - 51.4968782 - ] - }, - "id": "node/3759012437" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012438", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9107296, - 51.4968843 - ] - }, - "id": "node/3759012438" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012439", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108176, - 51.496986 - ] - }, - "id": "node/3759012439" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012440", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112129, - 51.496993 - ] - }, - "id": "node/3759012440" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012441", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108962, - 51.4970887 - ] - }, - "id": "node/3759012441" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012442", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112821, - 51.497118 - ] - }, - "id": "node/3759012442" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012443", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113615, - 51.4972759 - ] - }, - "id": "node/3759012443" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012444", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9110168, - 51.4973054 - ] - }, - "id": "node/3759012444" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012445", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114518, - 51.4974498 - ] - }, - "id": "node/3759012445" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012446", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111568, - 51.4975079 - ] - }, - "id": "node/3759012446" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012447", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112792, - 51.4976768 - ] - }, - "id": "node/3759012447" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012448", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116248, - 51.4977974 - ] - }, - "id": "node/3759012448" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012449", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.911353, - 51.497844 - ] - }, - "id": "node/3759012449" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012450", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9117029, - 51.4979481 - ] - }, - "id": "node/3759012450" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012451", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.911792, - 51.4981173 - ] - }, - "id": "node/3759012451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012452", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9115444, - 51.4981708 - ] - }, - "id": "node/3759012452" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012453", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9118856, - 51.4982811 - ] - }, - "id": "node/3759012453" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012454", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.911649, - 51.4983434 - ] - }, - "id": "node/3759012454" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012455", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9119868, - 51.4984606 - ] - }, - "id": "node/3759012455" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012456", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9117502, - 51.498514 - ] - }, - "id": "node/3759012456" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012657", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9120947, - 51.4986483 - ] - }, - "id": "node/3759012657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012658", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9118592, - 51.4987024 - ] - }, - "id": "node/3759012658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012659", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9121915, - 51.4988209 - ] - }, - "id": "node/3759012659" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012660", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9119527, - 51.4988874 - ] - }, - "id": "node/3759012660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012661", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9122895, - 51.4989874 - ] - }, - "id": "node/3759012661" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012662", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.912044, - 51.4990518 - ] - }, - "id": "node/3759012662" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012663", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9123995, - 51.4991641 - ] - }, - "id": "node/3759012663" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012664", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9121409, - 51.4992258 - ] - }, - "id": "node/3759012664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012665", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.912504, - 51.4993313 - ] - }, - "id": "node/3759012665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012666", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9122179, - 51.4993895 - ] - }, - "id": "node/3759012666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012667", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9126163, - 51.499508 - ] - }, - "id": "node/3759012667" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012668", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9123324, - 51.4995601 - ] - }, - "id": "node/3759012668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012669", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9127164, - 51.4996581 - ] - }, - "id": "node/3759012669" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012670", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9129985, - 51.5001785 - ] - }, - "id": "node/3759012670" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012671", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9127238, - 51.50024 - ] - }, - "id": "node/3759012671" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012672", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.91308, - 51.5003648 - ] - }, - "id": "node/3759012672" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012673", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9128062, - 51.5004193 - ] - }, - "id": "node/3759012673" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012674", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9131603, - 51.5005299 - ] - }, - "id": "node/3759012674" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012675", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9128529, - 51.5005762 - ] - }, - "id": "node/3759012675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012676", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9131801, - 51.5007224 - ] - }, - "id": "node/3759012676" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012677", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9128763, - 51.5007651 - ] - }, - "id": "node/3759012677" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012678", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9128887, - 51.5009298 - ] - }, - "id": "node/3759012678" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012679", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9131691, - 51.5009396 - ] - }, - "id": "node/3759012679" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012680", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9128638, - 51.5011149 - ] - }, - "id": "node/3759012680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012681", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9131136, - 51.5011477 - ] - }, - "id": "node/3759012681" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012682", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9128187, - 51.5012912 - ] - }, - "id": "node/3759012682" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012683", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9130747, - 51.5013095 - ] - }, - "id": "node/3759012683" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012685", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9130093, - 51.5015062 - ] - }, - "id": "node/3759012685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012686", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9129549, - 51.5016399 - ] - }, - "id": "node/3759012686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012687", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9125061, - 51.5019228 - ] - }, - "id": "node/3759012687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012688", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9128272, - 51.5019518 - ] - }, - "id": "node/3759012688" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012689", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9127417, - 51.5021329 - ] - }, - "id": "node/3759012689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012690", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9126732, - 51.5023034 - ] - }, - "id": "node/3759012690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012691", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9158036, - 51.5118344 - ] - }, - "id": "node/3759012691" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012692", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9158145, - 51.5119962 - ] - }, - "id": "node/3759012692" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012693", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9157522, - 51.5121729 - ] - }, - "id": "node/3759012693" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012694", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9156464, - 51.5123381 - ] - }, - "id": "node/3759012694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012695", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9153017, - 51.512617 - ] - }, - "id": "node/3759012695" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012696", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9151141, - 51.512741 - ] - }, - "id": "node/3759012696" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012697", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9149196, - 51.5128829 - ] - }, - "id": "node/3759012697" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012698", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9147375, - 51.5130286 - ] - }, - "id": "node/3759012698" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012699", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9142628, - 51.5134732 - ] - }, - "id": "node/3759012699" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012700", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.914115, - 51.5136451 - ] - }, - "id": "node/3759012700" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012701", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.913978, - 51.5137918 - ] - }, - "id": "node/3759012701" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759012702", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9138224, - 51.5139333 - ] - }, - "id": "node/3759012702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037778", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.898001, - 51.4928916 - ] - }, - "id": "node/3759037778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037779", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8979618, - 51.4930269 - ] - }, - "id": "node/3759037779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037780", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8979304, - 51.4931497 - ] - }, - "id": "node/3759037780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037781", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978878, - 51.4932969 - ] - }, - "id": "node/3759037781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037782", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978542, - 51.4934211 - ] - }, - "id": "node/3759037782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037783", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978206, - 51.4935453 - ] - }, - "id": "node/3759037783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037784", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.897778, - 51.4936883 - ] - }, - "id": "node/3759037784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037785", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8977388, - 51.4938223 - ] - }, - "id": "node/3759037785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037786", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8977052, - 51.4939556 - ] - }, - "id": "node/3759037786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037787", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8976637, - 51.4940846 - ] - }, - "id": "node/3759037787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037788", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8976312, - 51.4942165 - ] - }, - "id": "node/3759037788" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037789", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975931, - 51.4943546 - ] - }, - "id": "node/3759037789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037790", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975528, - 51.4944914 - ] - }, - "id": "node/3759037790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037791", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975192, - 51.4946142 - ] - }, - "id": "node/3759037791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037792", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8974822, - 51.4947572 - ] - }, - "id": "node/3759037792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037793", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8974396, - 51.4948863 - ] - }, - "id": "node/3759037793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037794", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8974037, - 51.4950216 - ] - }, - "id": "node/3759037794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037795", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8973311, - 51.495288 - ] - }, - "id": "node/3759037795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037796", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8972874, - 51.4954272 - ] - }, - "id": "node/3759037796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037797", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.897253, - 51.4955496 - ] - }, - "id": "node/3759037797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037798", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.897206, - 51.4956902 - ] - }, - "id": "node/3759037798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037799", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8971695, - 51.495821 - ] - }, - "id": "node/3759037799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037800", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8971309, - 51.4959563 - ] - }, - "id": "node/3759037800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037801", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8970956, - 51.4960945 - ] - }, - "id": "node/3759037801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037802", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.897058, - 51.496227 - ] - }, - "id": "node/3759037802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037804", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8970233, - 51.496361 - ] - }, - "id": "node/3759037804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037805", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89699, - 51.4964927 - ] - }, - "id": "node/3759037805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037806", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8969535, - 51.4966299 - ] - }, - "id": "node/3759037806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037807", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8969214, - 51.4967584 - ] - }, - "id": "node/3759037807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037808", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8968528, - 51.4970179 - ] - }, - "id": "node/3759037808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037809", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8968164, - 51.4971529 - ] - }, - "id": "node/3759037809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037810", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8967794, - 51.4972906 - ] - }, - "id": "node/3759037810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037811", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8967104, - 51.4975327 - ] - }, - "id": "node/3759037811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037812", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8966385, - 51.4977967 - ] - }, - "id": "node/3759037812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037813", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8965732, - 51.4980636 - ] - }, - "id": "node/3759037813" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037814", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8965407, - 51.4981916 - ] - }, - "id": "node/3759037814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037815", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8965046, - 51.4983253 - ] - }, - "id": "node/3759037815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037816", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8964692, - 51.4984609 - ] - }, - "id": "node/3759037816" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037817", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8963974, - 51.4987242 - ] - }, - "id": "node/3759037817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037818", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8963616, - 51.4988547 - ] - }, - "id": "node/3759037818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037819", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8963285, - 51.4989886 - ] - }, - "id": "node/3759037819" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037820", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962938, - 51.4991219 - ] - }, - "id": "node/3759037820" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037821", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962568, - 51.4992569 - ] - }, - "id": "node/3759037821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037822", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8961576, - 51.4996371 - ] - }, - "id": "node/3759037822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037823", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8961145, - 51.4997797 - ] - }, - "id": "node/3759037823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037824", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960848, - 51.4998889 - ] - }, - "id": "node/3759037824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037825", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960422, - 51.5000441 - ] - }, - "id": "node/3759037825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037826", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.896003, - 51.5001868 - ] - }, - "id": "node/3759037826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037827", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.895966, - 51.5003165 - ] - }, - "id": "node/3759037827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037828", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8959307, - 51.5004453 - ] - }, - "id": "node/3759037828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037829", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8958222, - 51.5008366 - ] - }, - "id": "node/3759037829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037830", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8957834, - 51.5009786 - ] - }, - "id": "node/3759037830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037831", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8957499, - 51.5010982 - ] - }, - "id": "node/3759037831" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759037832", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8957125, - 51.5012478 - ] - }, - "id": "node/3759037832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3775354305", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.908703, - 51.5571266 - ] - }, - "id": "node/3775354305" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3775354306", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9082358, - 51.5572439 - ] - }, - "id": "node/3775354306" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3777175995", - "natural": "tree", - "survey:date": "2015-10-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8921434, - 51.5405049 - ] - }, - "id": "node/3777175995" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3802668596", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112944, - 51.5143414 - ] - }, - "id": "node/3802668596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826641445", - "genus": "Prunus", - "genus:de": "Kirschbaum", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9117859, - 51.5135017 - ] - }, - "id": "node/3826641445" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826641446", - "genus": "Juglans", - "genus:de": "Walnuss", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Juglans regia", - "species:de": "Echte Walnuss" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116741, - 51.5135439 - ] - }, - "id": "node/3826641446" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826641448", - "genus": "Juglans", - "genus:de": "Walnuss", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Juglans regia", - "species:de": "Echte Walnuss" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9115869, - 51.5135593 - ] - }, - "id": "node/3826641448" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826641450", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114391, - 51.5135883 - ] - }, - "id": "node/3826641450" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826642757", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9119722, - 51.5136732 - ] - }, - "id": "node/3826642757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826642763", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.911879, - 51.5136914 - ] - }, - "id": "node/3826642763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826642764", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9115395, - 51.5137045 - ] - }, - "id": "node/3826642764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826642776", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9115776, - 51.5137576 - ] - }, - "id": "node/3826642776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826695100", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9107934, - 51.511944 - ] - }, - "id": "node/3826695100" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826695101", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108974, - 51.512003 - ] - }, - "id": "node/3826695101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826695102", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9110259, - 51.5120787 - ] - }, - "id": "node/3826695102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826695104", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111498, - 51.5121511 - ] - }, - "id": "node/3826695104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826695106", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112607, - 51.5122172 - ] - }, - "id": "node/3826695106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826695109", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113632, - 51.5122758 - ] - }, - "id": "node/3826695109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826695113", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114703, - 51.5123395 - ] - }, - "id": "node/3826695113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826695116", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9115697, - 51.5124009 - ] - }, - "id": "node/3826695116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826695134", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.912391, - 51.5131287 - ] - }, - "id": "node/3826695134" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826695138", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9124928, - 51.5132505 - ] - }, - "id": "node/3826695138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826695141", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9125601, - 51.5133305 - ] - }, - "id": "node/3826695141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826695149", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9126342, - 51.5134233 - ] - }, - "id": "node/3826695149" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826698558", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9125646, - 51.5134661 - ] - }, - "id": "node/3826698558" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826698564", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114158, - 51.5134908 - ] - }, - "id": "node/3826698564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826698565", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.912687, - 51.5134942 - ] - }, - "id": "node/3826698565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826698569", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9126059, - 51.5135123 - ] - }, - "id": "node/3826698569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826698575", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9126633, - 51.5135799 - ] - }, - "id": "node/3826698575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826698580", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112504, - 51.513653 - ] - }, - "id": "node/3826698580" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826698595", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116105, - 51.5138718 - ] - }, - "id": "node/3826698595" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3865268631", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2015-11-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9073089, - 51.5341452 - ] - }, - "id": "node/3865268631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3865268633", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2015-11-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9072102, - 51.5341289 - ] - }, - "id": "node/3865268633" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3865268656", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2015-11-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.907235, - 51.534206 - ] - }, - "id": "node/3865268656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3896896832", - "denotation": "natural_monument", - "description": "3 Pappeln", - "natural": "tree", - "ref": "ND GÖ-S 44" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9034309, - 51.5574652 - ] - }, - "id": "node/3896896832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3909851614", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2015-12-25" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315687, - 51.5328445 - ] - }, - "id": "node/3909851614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3909861961", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Carpinus betulus", - "survey:date": "2015-12-25" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340145, - 51.5311468 - ] - }, - "id": "node/3909861961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3909861962", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Carpinus betulus", - "survey:date": "2015-12-25" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9338188, - 51.5311471 - ] - }, - "id": "node/3909861962" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3909861963", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Carpinus betulus", - "survey:date": "2015-12-25" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339242, - 51.5311474 - ] - }, - "id": "node/3909861963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3909861965", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Carpinus betulus", - "survey:date": "2015-12-25" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9341067, - 51.5311483 - ] - }, - "id": "node/3909861965" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3909861968", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Carpinus betulus", - "survey:date": "2015-12-25" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9341942, - 51.5311491 - ] - }, - "id": "node/3909861968" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3909861970", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Carpinus betulus", - "survey:date": "2015-12-25" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9342817, - 51.53115 - ] - }, - "id": "node/3909861970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3909861973", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Carpinus betulus", - "survey:date": "2015-12-25" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336503, - 51.5311556 - ] - }, - "id": "node/3909861973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3909861975", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Carpinus betulus", - "survey:date": "2015-12-25" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336499, - 51.531203 - ] - }, - "id": "node/3909861975" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3909861978", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Carpinus betulus", - "survey:date": "2015-12-25" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336493, - 51.53127 - ] - }, - "id": "node/3909861978" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912801646", - "leaf_type": "broadleaved", - "name": "Bereczki (Quitte)", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944431, - 51.5168744 - ] - }, - "id": "node/3912801646" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912801647", - "name": "Boiken (Apfel)", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454917, - 51.5169107 - ] - }, - "id": "node/3912801647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912801648", - "genus": "Malus", - "name": "Champagner Renette (Apfel)", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946884, - 51.5169563 - ] - }, - "id": "node/3912801648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912801649", - "genus": "Malus", - "name": "Goldparmäne (Apfel)", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447968, - 51.5168884 - ] - }, - "id": "node/3912801649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912801650", - "genus": "Malus", - "name": "Goldparmäne (Apfel)", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460955, - 51.5169321 - ] - }, - "id": "node/3912801650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912801651", - "genus": "Prunus", - "name": "Große Schwarze Knorpel (Süßkirsche)", - "natural": "tree", - "species": "prunus avium", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9467157, - 51.5169478 - ] - }, - "id": "node/3912801651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912801652", - "genus": "Prunus", - "name": "Großengrüne Reneklode (Pflaume)", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455923, - 51.5169146 - ] - }, - "id": "node/3912801652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912801653", - "genus": "Pyrus", - "name": "Gräfin von Paris (Birne)", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9467496, - 51.5168406 - ] - }, - "id": "node/3912801653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912801654", - "name": "Hauszwetsche (Pflaume)", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459945, - 51.5169269 - ] - }, - "id": "node/3912801654" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912801655", - "genus": "Prunus", - "name": "Heimanns Rubin (Sauerkirsche)", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451259, - 51.5168989 - ] - }, - "id": "node/3912801655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912801656", - "genus": "Pyrus", - "name": "Nordhäuser Winterforelle (Birne)", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456899, - 51.5169187 - ] - }, - "id": "node/3912801656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912802257", - "genus": "Malus", - "name": "Ontario (Apfel)", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443195, - 51.5168732 - ] - }, - "id": "node/3912802257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912802258", - "genus": "Malus", - "name": "Pilot (Apfel)", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9442363, - 51.5168687 - ] - }, - "id": "node/3912802258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912802259", - "genus": "Malus", - "name": "Roter Berlepsch (Apfel)", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9470768, - 51.5169616 - ] - }, - "id": "node/3912802259" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912802260", - "genus": "Malus", - "name": "Roter Boskoop (Apfel)", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946958, - 51.5169572 - ] - }, - "id": "node/3912802260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912802261", - "genus": "Malus", - "name": "Roter Eiserapfel", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446151, - 51.5168807 - ] - }, - "id": "node/3912802261" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912802262", - "genus": "Prunus", - "name": "Van (Süßkirsche)", - "natural": "tree", - "species": "prunus avium", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447107, - 51.5168819 - ] - }, - "id": "node/3912802262" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912802263", - "genus": "Malus", - "name": "Winterglockenapfel", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449409, - 51.5168929 - ] - }, - "id": "node/3912802263" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912802264", - "genus": "Malus", - "name": "Winterglockenapfel", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9474479, - 51.5169735 - ] - }, - "id": "node/3912802264" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912802268", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464254, - 51.5167945 - ] - }, - "id": "node/3912802268" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912802274", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468957, - 51.5168424 - ] - }, - "id": "node/3912802274" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912802281", - "genus": "Malus", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441618, - 51.5168702 - ] - }, - "id": "node/3912802281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912802283", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445199, - 51.5168786 - ] - }, - "id": "node/3912802283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912802289", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450178, - 51.516895 - ] - }, - "id": "node/3912802289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912802291", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452186, - 51.5168999 - ] - }, - "id": "node/3912802291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912802293", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453084, - 51.5169048 - ] - }, - "id": "node/3912802293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912802294", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453986, - 51.5169076 - ] - }, - "id": "node/3912802294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912802299", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458116, - 51.5169223 - ] - }, - "id": "node/3912802299" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912802302", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459072, - 51.5169241 - ] - }, - "id": "node/3912802302" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912802315", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.947167, - 51.5169625 - ] - }, - "id": "node/3912802315" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3912802317", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.947263, - 51.516966 - ] - }, - "id": "node/3912802317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3913174766", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2015-12-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9347516, - 51.5365865 - ] - }, - "id": "node/3913174766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3913248314", - "denotation": "natural_monument", - "description": "Hartriegel", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "ND GÖ-S 16" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9352931, - 51.5367383 - ] - }, - "id": "node/3913248314" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3913401512", - "natural": "tree", - "survey:date": "2015-12-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394246, - 51.5350777 - ] - }, - "id": "node/3913401512" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3921253517", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9371284, - 51.5362429 - ] - }, - "id": "node/3921253517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3921253528", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9373645, - 51.5362918 - ] - }, - "id": "node/3921253528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3922425514", - "natural": "tree", - "survey:date": "2015-08-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9030228, - 51.5270131 - ] - }, - "id": "node/3922425514" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3922426563", - "natural": "tree", - "survey:date": "2015-08-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9040397, - 51.5276778 - ] - }, - "id": "node/3922426563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3931022268", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311764, - 51.5625697 - ] - }, - "id": "node/3931022268" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3936133575", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306379, - 51.5383886 - ] - }, - "id": "node/3936133575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3936346693", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9380043, - 51.5599529 - ] - }, - "id": "node/3936346693" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3941881515", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2016-01-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9379535, - 51.5544681 - ] - }, - "id": "node/3941881515" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3941881517", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2016-01-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9375295, - 51.5545219 - ] - }, - "id": "node/3941881517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3956888744", - "genus": "Pterocarya", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "species": "Pterocarya fraxinifolia", - "species:de": "Kaukasische Flügelnuss", - "start_date": "~1880" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9565319, - 51.5344958 - ] - }, - "id": "node/3956888744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3978173795", - "denotation": "natural_monument", - "genus:de": "Buche", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "ND GÖ-S 91" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9388595, - 51.5612267 - ] - }, - "id": "node/3978173795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3981020439", - "natural": "tree", - "survey:date": "2016-01-18" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453007, - 51.5492242 - ] - }, - "id": "node/3981020439" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3992855001", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490488, - 51.5120868 - ] - }, - "id": "node/3992855001" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3992855002", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490466, - 51.5121159 - ] - }, - "id": "node/3992855002" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3992855003", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490447, - 51.5121862 - ] - }, - "id": "node/3992855003" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3992855008", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490427, - 51.5122407 - ] - }, - "id": "node/3992855008" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3992855009", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490399, - 51.5123045 - ] - }, - "id": "node/3992855009" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3992855012", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490351, - 51.5123778 - ] - }, - "id": "node/3992855012" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3992855015", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490365, - 51.5124413 - ] - }, - "id": "node/3992855015" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3992855018", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490303, - 51.5125054 - ] - }, - "id": "node/3992855018" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3992857098", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9496088, - 51.5131062 - ] - }, - "id": "node/3992857098" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3994293876", - "natural": "tree", - "source": "hi-res aerial imagery 2009" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184067, - 51.5318064 - ] - }, - "id": "node/3994293876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3994293878", - "natural": "tree", - "source": "hi-res aerial imagery 2009" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184736, - 51.5318348 - ] - }, - "id": "node/3994293878" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3994293879", - "natural": "tree", - "source": "hi-res aerial imagery 2009" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.918545, - 51.5318651 - ] - }, - "id": "node/3994293879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3994293880", - "natural": "tree", - "source": "hi-res aerial imagery 2009" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186112, - 51.5318932 - ] - }, - "id": "node/3994293880" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3994293881", - "natural": "tree", - "source": "hi-res aerial imagery 2009" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186887, - 51.5319261 - ] - }, - "id": "node/3994293881" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3994293883", - "natural": "tree", - "source": "hi-res aerial imagery 2009" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9187638, - 51.5319581 - ] - }, - "id": "node/3994293883" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3994293884", - "natural": "tree", - "source": "hi-res aerial imagery 2009" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9188271, - 51.5319849 - ] - }, - "id": "node/3994293884" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3994293885", - "natural": "tree", - "source": "hi-res aerial imagery 2009" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9189014, - 51.5320165 - ] - }, - "id": "node/3994293885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3994293886", - "natural": "tree", - "source": "hi-res aerial imagery 2009" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9189755, - 51.5320479 - ] - }, - "id": "node/3994293886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3994293889", - "natural": "tree", - "source": "hi-res aerial imagery 2009" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9191145, - 51.532107 - ] - }, - "id": "node/3994293889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3994293890", - "natural": "tree", - "source": "hi-res aerial imagery 2009" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9191814, - 51.5321354 - ] - }, - "id": "node/3994293890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3995577251", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2015-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931604, - 51.5345332 - ] - }, - "id": "node/3995577251" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4003491810", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9371909, - 51.5308182 - ] - }, - "id": "node/4003491810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4030639208", - "natural": "tree", - "survey:date": "2016-02-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9383475, - 51.559744 - ] - }, - "id": "node/4030639208" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4030694133", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2016-02-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9381958, - 51.5588375 - ] - }, - "id": "node/4030694133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4031176391", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9396445, - 51.5567827 - ] - }, - "id": "node/4031176391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4031176408", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394326, - 51.5579542 - ] - }, - "id": "node/4031176408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4031176409", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9395342, - 51.5569157 - ] - }, - "id": "node/4031176409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4031176415", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392639, - 51.5578328 - ] - }, - "id": "node/4031176415" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4031176416", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9393574, - 51.5577076 - ] - }, - "id": "node/4031176416" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4031176423", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9396914, - 51.5573891 - ] - }, - "id": "node/4031176423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4031176424", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9395321, - 51.5574849 - ] - }, - "id": "node/4031176424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4032009275", - "natural": "tree", - "survey:date": "2016-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9409075, - 51.5590581 - ] - }, - "id": "node/4032009275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4032009277", - "natural": "tree", - "survey:date": "2016-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9407805, - 51.5590803 - ] - }, - "id": "node/4032009277" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4032009278", - "natural": "tree", - "survey:date": "2016-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9408753, - 51.5590869 - ] - }, - "id": "node/4032009278" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4032136683", - "denotation": "natural_monument", - "description": "Baumgruppe aus Ahornen, Birken, Buchen, Fichten, Kiefern, Lärchen, Linden", - "natural": "tree", - "ref": "ND GÖ-S 25" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9425286, - 51.5608882 - ] - }, - "id": "node/4032136683" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4039309949", - "denotation": "natural_monument", - "description": "Hartriegel", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "ND GÖ-S 4" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9326944, - 51.5410145 - ] - }, - "id": "node/4039309949" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4076693584", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451803, - 51.5330997 - ] - }, - "id": "node/4076693584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4076693585", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451605, - 51.5331007 - ] - }, - "id": "node/4076693585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4076693588", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451679, - 51.5331128 - ] - }, - "id": "node/4076693588" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4083722011", - "denotation": "natural_monument", - "description": "Engelmannfichte", - "leaf_type": "needleleaved", - "natural": "tree", - "ref": "ND GÖ-S 19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9346882, - 51.5271146 - ] - }, - "id": "node/4083722011" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302508", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8823131, - 51.5261965 - ] - }, - "id": "node/4090302508" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302510", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824304, - 51.5262277 - ] - }, - "id": "node/4090302510" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302512", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8825592, - 51.5262632 - ] - }, - "id": "node/4090302512" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302513", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8826886, - 51.5263012 - ] - }, - "id": "node/4090302513" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302514", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8830832, - 51.5263177 - ] - }, - "id": "node/4090302514" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302516", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8828247, - 51.5263412 - ] - }, - "id": "node/4090302516" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302517", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8832938, - 51.5263752 - ] - }, - "id": "node/4090302517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302518", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8829501, - 51.5263817 - ] - }, - "id": "node/4090302518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302519", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8834896, - 51.5264324 - ] - }, - "id": "node/4090302519" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302520", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8832022, - 51.5264614 - ] - }, - "id": "node/4090302520" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302522", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.883682, - 51.52649 - ] - }, - "id": "node/4090302522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302523", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8833343, - 51.5264977 - ] - }, - "id": "node/4090302523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302524", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8834651, - 51.5265327 - ] - }, - "id": "node/4090302524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302525", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8838805, - 51.5265442 - ] - }, - "id": "node/4090302525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302526", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8836012, - 51.5265698 - ] - }, - "id": "node/4090302526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302527", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.884081, - 51.5265984 - ] - }, - "id": "node/4090302527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302528", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8837253, - 51.5266057 - ] - }, - "id": "node/4090302528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302529", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8842701, - 51.526651 - ] - }, - "id": "node/4090302529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302530", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8839881, - 51.5266779 - ] - }, - "id": "node/4090302530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302531", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8844679, - 51.5267044 - ] - }, - "id": "node/4090302531" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302532", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8842476, - 51.5267517 - ] - }, - "id": "node/4090302532" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302533", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8846664, - 51.5267632 - ] - }, - "id": "node/4090302533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302534", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8844294, - 51.526803 - ] - }, - "id": "node/4090302534" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302535", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8848595, - 51.5268145 - ] - }, - "id": "node/4090302535" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302536", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8845655, - 51.5268398 - ] - }, - "id": "node/4090302536" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302538", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8846976, - 51.5268773 - ] - }, - "id": "node/4090302538" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302541", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.884825, - 51.5269149 - ] - }, - "id": "node/4090302541" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302542", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8849531, - 51.5269553 - ] - }, - "id": "node/4090302542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302545", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8850791, - 51.526997 - ] - }, - "id": "node/4090302545" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302550", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8864145, - 51.5270682 - ] - }, - "id": "node/4090302550" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302570", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.885166, - 51.5271971 - ] - }, - "id": "node/4090302570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090302584", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8853665, - 51.5272534 - ] - }, - "id": "node/4090302584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090335789", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.885571, - 51.5272955 - ] - }, - "id": "node/4090335789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090335857", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8886121, - 51.5277199 - ] - }, - "id": "node/4090335857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090335858", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8887931, - 51.5277341 - ] - }, - "id": "node/4090335858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090335861", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881575, - 51.5277383 - ] - }, - "id": "node/4090335861" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090335862", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8888468, - 51.5277925 - ] - }, - "id": "node/4090335862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090335863", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883647, - 51.5277929 - ] - }, - "id": "node/4090335863" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090335866", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.888195, - 51.5278459 - ] - }, - "id": "node/4090335866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090335867", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8885544, - 51.5278467 - ] - }, - "id": "node/4090335867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090335871", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883184, - 51.527888 - ] - }, - "id": "node/4090335871" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090335873", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8887616, - 51.5278993 - ] - }, - "id": "node/4090335873" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090335878", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8884559, - 51.5279293 - ] - }, - "id": "node/4090335878" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090335881", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893598, - 51.5279498 - ] - }, - "id": "node/4090335881" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090335882", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8889494, - 51.5279506 - ] - }, - "id": "node/4090335882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090335884", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8885766, - 51.5279681 - ] - }, - "id": "node/4090335884" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090335885", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.88871, - 51.528004 - ] - }, - "id": "node/4090335885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090335887", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8891479, - 51.528009 - ] - }, - "id": "node/4090335887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336090", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8888401, - 51.5280428 - ] - }, - "id": "node/4090336090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336091", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893484, - 51.5280657 - ] - }, - "id": "node/4090336091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336093", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8889688, - 51.5280837 - ] - }, - "id": "node/4090336093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336095", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899143, - 51.5281158 - ] - }, - "id": "node/4090336095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336096", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8895468, - 51.5281212 - ] - }, - "id": "node/4090336096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336098", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8890996, - 51.5281254 - ] - }, - "id": "node/4090336098" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336102", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.889227, - 51.5281613 - ] - }, - "id": "node/4090336102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336104", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897433, - 51.528173 - ] - }, - "id": "node/4090336104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336106", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893712, - 51.5282009 - ] - }, - "id": "node/4090336106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336115", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899411, - 51.528233 - ] - }, - "id": "node/4090336115" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336116", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8894878, - 51.5282351 - ] - }, - "id": "node/4090336116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336117", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.889624, - 51.5282727 - ] - }, - "id": "node/4090336117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336118", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897534, - 51.5283085 - ] - }, - "id": "node/4090336118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336138", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8908294, - 51.5285822 - ] - }, - "id": "node/4090336138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336140", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8909622, - 51.5286218 - ] - }, - "id": "node/4090336140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336141", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8910943, - 51.528659 - ] - }, - "id": "node/4090336141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336142", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8912546, - 51.5287065 - ] - }, - "id": "node/4090336142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336143", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8913954, - 51.5287457 - ] - }, - "id": "node/4090336143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336144", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8915147, - 51.5287816 - ] - }, - "id": "node/4090336144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336145", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8916616, - 51.5288229 - ] - }, - "id": "node/4090336145" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336146", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8918017, - 51.5288634 - ] - }, - "id": "node/4090336146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336147", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919285, - 51.5288992 - ] - }, - "id": "node/4090336147" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336148", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8920552, - 51.5289372 - ] - }, - "id": "node/4090336148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336149", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8921739, - 51.5289706 - ] - }, - "id": "node/4090336149" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336150", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8922919, - 51.5290035 - ] - }, - "id": "node/4090336150" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336151", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8924233, - 51.5290423 - ] - }, - "id": "node/4090336151" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336152", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8925903, - 51.5290899 - ] - }, - "id": "node/4090336152" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336153", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8927244, - 51.5291299 - ] - }, - "id": "node/4090336153" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336154", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8928398, - 51.5291641 - ] - }, - "id": "node/4090336154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336155", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8929658, - 51.5292013 - ] - }, - "id": "node/4090336155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336156", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8930966, - 51.5292376 - ] - }, - "id": "node/4090336156" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336157", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8931985, - 51.529268 - ] - }, - "id": "node/4090336157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336158", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8933179, - 51.5293031 - ] - }, - "id": "node/4090336158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336159", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934412, - 51.5293381 - ] - }, - "id": "node/4090336159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336160", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89357, - 51.5293744 - ] - }, - "id": "node/4090336160" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336161", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8938835, - 51.5294643 - ] - }, - "id": "node/4090336161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336162", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8940488, - 51.5295139 - ] - }, - "id": "node/4090336162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336168", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8946707, - 51.5296923 - ] - }, - "id": "node/4090336168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336169", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8947921, - 51.5297261 - ] - }, - "id": "node/4090336169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336170", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8949242, - 51.5297623 - ] - }, - "id": "node/4090336170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336171", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.896447, - 51.530197 - ] - }, - "id": "node/4090336171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336172", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8965617, - 51.5302287 - ] - }, - "id": "node/4090336172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336173", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8967219, - 51.5302709 - ] - }, - "id": "node/4090336173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336174", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8968473, - 51.5303101 - ] - }, - "id": "node/4090336174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336175", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8969694, - 51.5303484 - ] - }, - "id": "node/4090336175" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336176", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8971256, - 51.5303977 - ] - }, - "id": "node/4090336176" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336177", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8972932, - 51.5304461 - ] - }, - "id": "node/4090336177" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336180", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8983289, - 51.5307132 - ] - }, - "id": "node/4090336180" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336181", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8984657, - 51.5307535 - ] - }, - "id": "node/4090336181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336182", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8985941, - 51.5307902 - ] - }, - "id": "node/4090336182" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336183", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8987225, - 51.5308275 - ] - }, - "id": "node/4090336183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336184", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8988546, - 51.5308699 - ] - }, - "id": "node/4090336184" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336185", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8989726, - 51.5309162 - ] - }, - "id": "node/4090336185" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336186", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990923, - 51.5309614 - ] - }, - "id": "node/4090336186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336187", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8992231, - 51.5310027 - ] - }, - "id": "node/4090336187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336188", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8993512, - 51.5310411 - ] - }, - "id": "node/4090336188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336389", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994823, - 51.5310785 - ] - }, - "id": "node/4090336389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336390", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996123, - 51.5311164 - ] - }, - "id": "node/4090336390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336391", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997394, - 51.5311544 - ] - }, - "id": "node/4090336391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336392", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8998692, - 51.5311915 - ] - }, - "id": "node/4090336392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336393", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900014, - 51.5312334 - ] - }, - "id": "node/4090336393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336394", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001313, - 51.531267 - ] - }, - "id": "node/4090336394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336395", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003157, - 51.5313216 - ] - }, - "id": "node/4090336395" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336396", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9004519, - 51.5313615 - ] - }, - "id": "node/4090336396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336397", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005793, - 51.5313994 - ] - }, - "id": "node/4090336397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336398", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900703, - 51.5314332 - ] - }, - "id": "node/4090336398" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336399", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9008351, - 51.5314716 - ] - }, - "id": "node/4090336399" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336400", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9009655, - 51.5315092 - ] - }, - "id": "node/4090336400" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336401", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9015921, - 51.5316939 - ] - }, - "id": "node/4090336401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336402", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9018557, - 51.5317678 - ] - }, - "id": "node/4090336402" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336403", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9019844, - 51.5318082 - ] - }, - "id": "node/4090336403" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336407", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9024391, - 51.5319384 - ] - }, - "id": "node/4090336407" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336408", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9025775, - 51.5319776 - ] - }, - "id": "node/4090336408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336409", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9027069, - 51.5320168 - ] - }, - "id": "node/4090336409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336410", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9028387, - 51.5320596 - ] - }, - "id": "node/4090336410" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336411", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9029755, - 51.5321011 - ] - }, - "id": "node/4090336411" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336412", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9031063, - 51.5321399 - ] - }, - "id": "node/4090336412" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336413", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.903236, - 51.5321803 - ] - }, - "id": "node/4090336413" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336414", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9033704, - 51.5322285 - ] - }, - "id": "node/4090336414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336415", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9034938, - 51.5322704 - ] - }, - "id": "node/4090336415" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336416", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9036239, - 51.5323134 - ] - }, - "id": "node/4090336416" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336417", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9037537, - 51.5323516 - ] - }, - "id": "node/4090336417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336418", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9038831, - 51.5323887 - ] - }, - "id": "node/4090336418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336419", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9040165, - 51.5324289 - ] - }, - "id": "node/4090336419" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336448", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9057435, - 51.5329103 - ] - }, - "id": "node/4090336448" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336449", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9058522, - 51.5329445 - ] - }, - "id": "node/4090336449" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336450", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9059792, - 51.5329885 - ] - }, - "id": "node/4090336450" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336451", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9061143, - 51.5330331 - ] - }, - "id": "node/4090336451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336452", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9062723, - 51.5330849 - ] - }, - "id": "node/4090336452" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336453", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.90645, - 51.5331368 - ] - }, - "id": "node/4090336453" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336454", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9136949, - 51.5351421 - ] - }, - "id": "node/4090336454" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336455", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9138646, - 51.5351713 - ] - }, - "id": "node/4090336455" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336456", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9140021, - 51.5351967 - ] - }, - "id": "node/4090336456" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336457", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9141482, - 51.535223 - ] - }, - "id": "node/4090336457" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336458", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9142931, - 51.5352468 - ] - }, - "id": "node/4090336458" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336459", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9144252, - 51.5352718 - ] - }, - "id": "node/4090336459" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336460", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9198996, - 51.5352726 - ] - }, - "id": "node/4090336460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336461", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9197933, - 51.5352897 - ] - }, - "id": "node/4090336461" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336462", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.914568, - 51.535291 - ] - }, - "id": "node/4090336462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336463", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9146994, - 51.5353073 - ] - }, - "id": "node/4090336463" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336464", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9147611, - 51.5353152 - ] - }, - "id": "node/4090336464" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336465", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9148349, - 51.5353219 - ] - }, - "id": "node/4090336465" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336466", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.914908, - 51.5353277 - ] - }, - "id": "node/4090336466" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336467", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.914969, - 51.535334 - ] - }, - "id": "node/4090336467" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336468", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9150847, - 51.5353456 - ] - }, - "id": "node/4090336468" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090336469", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9151407, - 51.5353498 - ] - }, - "id": "node/4090336469" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090395299", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8774015, - 51.5249119 - ] - }, - "id": "node/4090395299" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090395301", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8779862, - 51.52508 - ] - }, - "id": "node/4090395301" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090395303", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.87818, - 51.5251355 - ] - }, - "id": "node/4090395303" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090395305", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8783772, - 51.525191 - ] - }, - "id": "node/4090395305" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090395307", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8785844, - 51.525249 - ] - }, - "id": "node/4090395307" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090395326", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8793716, - 51.5254638 - ] - }, - "id": "node/4090395326" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090395335", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8794956, - 51.5255039 - ] - }, - "id": "node/4090395335" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424134", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9129958, - 51.5145261 - ] - }, - "id": "node/4090424134" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424135", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9131728, - 51.5146588 - ] - }, - "id": "node/4090424135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424136", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9132131, - 51.5146839 - ] - }, - "id": "node/4090424136" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424138", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9125847, - 51.5147686 - ] - }, - "id": "node/4090424138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424139", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9129415, - 51.5147782 - ] - }, - "id": "node/4090424139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424140", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9127148, - 51.5148825 - ] - }, - "id": "node/4090424140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424141", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9123601, - 51.5148829 - ] - }, - "id": "node/4090424141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424142", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9121348, - 51.5149948 - ] - }, - "id": "node/4090424142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424143", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9124909, - 51.5149989 - ] - }, - "id": "node/4090424143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424147", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116621, - 51.5151788 - ] - }, - "id": "node/4090424147" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424151", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114275, - 51.5152592 - ] - }, - "id": "node/4090424151" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424153", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111526, - 51.5153268 - ] - }, - "id": "node/4090424153" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424155", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9109119, - 51.5153815 - ] - }, - "id": "node/4090424155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424157", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9106256, - 51.515442 - ] - }, - "id": "node/4090424157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424159", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.910354, - 51.5154971 - ] - }, - "id": "node/4090424159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424161", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9100864, - 51.5155563 - ] - }, - "id": "node/4090424161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424162", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9098283, - 51.5156093 - ] - }, - "id": "node/4090424162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424164", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.908746, - 51.5158384 - ] - }, - "id": "node/4090424164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424165", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9084815, - 51.5158949 - ] - }, - "id": "node/4090424165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424166", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9082106, - 51.5159561 - ] - }, - "id": "node/4090424166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424167", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9079299, - 51.5160128 - ] - }, - "id": "node/4090424167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424168", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9082572, - 51.5160581 - ] - }, - "id": "node/4090424168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424169", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.907657, - 51.5160715 - ] - }, - "id": "node/4090424169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424170", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9079883, - 51.5161153 - ] - }, - "id": "node/4090424170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424171", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9073935, - 51.5161274 - ] - }, - "id": "node/4090424171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424172", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.907714, - 51.5161766 - ] - }, - "id": "node/4090424172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424173", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9074344, - 51.5162342 - ] - }, - "id": "node/4090424173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424174", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9068477, - 51.516245 - ] - }, - "id": "node/4090424174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424175", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9065875, - 51.516303 - ] - }, - "id": "node/4090424175" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424176", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9068926, - 51.516351 - ] - }, - "id": "node/4090424176" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424177", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9062978, - 51.5163665 - ] - }, - "id": "node/4090424177" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424178", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.906617, - 51.516409 - ] - }, - "id": "node/4090424178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424179", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9060256, - 51.5164199 - ] - }, - "id": "node/4090424179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424180", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.895911, - 51.5164391 - ] - }, - "id": "node/4090424180" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424181", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8963837, - 51.5164466 - ] - }, - "id": "node/4090424181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424182", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9063494, - 51.516467 - ] - }, - "id": "node/4090424182" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424183", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8966828, - 51.5164695 - ] - }, - "id": "node/4090424183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424184", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.90576, - 51.5164779 - ] - }, - "id": "node/4090424184" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424185", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8952605, - 51.5164929 - ] - }, - "id": "node/4090424185" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424186", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8969798, - 51.5165046 - ] - }, - "id": "node/4090424186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424187", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9060752, - 51.5165242 - ] - }, - "id": "node/4090424187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090424188", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9054811, - 51.516533 - ] - }, - "id": "node/4090424188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428689", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8972447, - 51.5165405 - ] - }, - "id": "node/4090428689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428690", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8961973, - 51.5165476 - ] - }, - "id": "node/4090428690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428691", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.895917, - 51.5165492 - ] - }, - "id": "node/4090428691" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428692", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8963716, - 51.5165572 - ] - }, - "id": "node/4090428692" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428693", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8956427, - 51.5165638 - ] - }, - "id": "node/4090428693" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428694", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8966566, - 51.5165747 - ] - }, - "id": "node/4090428694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428695", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9058009, - 51.5165814 - ] - }, - "id": "node/4090428695" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428696", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975464, - 51.516583 - ] - }, - "id": "node/4090428696" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428697", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9052028, - 51.5165835 - ] - }, - "id": "node/4090428697" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428698", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8947462, - 51.5165864 - ] - }, - "id": "node/4090428698" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428699", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8953101, - 51.5166022 - ] - }, - "id": "node/4090428699" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428700", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8969403, - 51.5166072 - ] - }, - "id": "node/4090428700" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428701", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89782, - 51.5166185 - ] - }, - "id": "node/4090428701" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428702", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9049279, - 51.5166285 - ] - }, - "id": "node/4090428702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428703", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9055253, - 51.516636 - ] - }, - "id": "node/4090428703" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428704", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8950701, - 51.516639 - ] - }, - "id": "node/4090428704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428705", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8972206, - 51.5166477 - ] - }, - "id": "node/4090428705" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428706", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8980983, - 51.5166519 - ] - }, - "id": "node/4090428706" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428707", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8944599, - 51.5166577 - ] - }, - "id": "node/4090428707" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428708", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9046456, - 51.5166707 - ] - }, - "id": "node/4090428708" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428709", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975002, - 51.5166853 - ] - }, - "id": "node/4090428709" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428710", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8983793, - 51.5166853 - ] - }, - "id": "node/4090428710" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428711", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.905245, - 51.5166869 - ] - }, - "id": "node/4090428711" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428712", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8948025, - 51.5166949 - ] - }, - "id": "node/4090428712" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428713", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9043706, - 51.5167066 - ] - }, - "id": "node/4090428713" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428714", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8977872, - 51.5167224 - ] - }, - "id": "node/4090428714" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428715", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8986703, - 51.5167237 - ] - }, - "id": "node/4090428715" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428716", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9049634, - 51.5167345 - ] - }, - "id": "node/4090428716" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428717", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8941923, - 51.5167404 - ] - }, - "id": "node/4090428717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428718", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9040977, - 51.5167404 - ] - }, - "id": "node/4090428718" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428719", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8980654, - 51.5167566 - ] - }, - "id": "node/4090428719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428720", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990109, - 51.5167621 - ] - }, - "id": "node/4090428720" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428721", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9038107, - 51.5167658 - ] - }, - "id": "node/4090428721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428722", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8945397, - 51.5167716 - ] - }, - "id": "node/4090428722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428723", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9046851, - 51.5167742 - ] - }, - "id": "node/4090428723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428724", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8992255, - 51.5167812 - ] - }, - "id": "node/4090428724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428725", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9035224, - 51.5167871 - ] - }, - "id": "node/4090428725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428726", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8983457, - 51.5167925 - ] - }, - "id": "node/4090428726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428727", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995078, - 51.5168059 - ] - }, - "id": "node/4090428727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428728", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032421, - 51.5168092 - ] - }, - "id": "node/4090428728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428729", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044062, - 51.5168109 - ] - }, - "id": "node/4090428729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428730", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8986361, - 51.5168246 - ] - }, - "id": "node/4090428730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428731", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9029665, - 51.5168309 - ] - }, - "id": "node/4090428731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428732", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9025742, - 51.5168451 - ] - }, - "id": "node/4090428732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428733", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9027218, - 51.5168455 - ] - }, - "id": "node/4090428733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428734", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8939261, - 51.5168497 - ] - }, - "id": "node/4090428734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428735", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9041219, - 51.5168505 - ] - }, - "id": "node/4090428735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428736", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000724, - 51.5168513 - ] - }, - "id": "node/4090428736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428737", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8989144, - 51.516858 - ] - }, - "id": "node/4090428737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428738", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003534, - 51.5168634 - ] - }, - "id": "node/4090428738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428739", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9020881, - 51.5168672 - ] - }, - "id": "node/4090428739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428741", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9017642, - 51.5168751 - ] - }, - "id": "node/4090428741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428742", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9009005, - 51.5168776 - ] - }, - "id": "node/4090428742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428743", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9014772, - 51.5168793 - ] - }, - "id": "node/4090428743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428744", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9012016, - 51.5168801 - ] - }, - "id": "node/4090428744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428745", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9038402, - 51.5168826 - ] - }, - "id": "node/4090428745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428746", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8991994, - 51.5168864 - ] - }, - "id": "node/4090428746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428747", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994837, - 51.5169135 - ] - }, - "id": "node/4090428747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428748", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9035586, - 51.5169173 - ] - }, - "id": "node/4090428748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428749", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997653, - 51.5169336 - ] - }, - "id": "node/4090428749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428750", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000402, - 51.5169544 - ] - }, - "id": "node/4090428750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428751", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.902988, - 51.5169611 - ] - }, - "id": "node/4090428751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428752", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003447, - 51.5169728 - ] - }, - "id": "node/4090428752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428753", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9026996, - 51.5169786 - ] - }, - "id": "node/4090428753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428754", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006229, - 51.5169907 - ] - }, - "id": "node/4090428754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428755", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9009072, - 51.5170057 - ] - }, - "id": "node/4090428755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428756", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9017823, - 51.5170066 - ] - }, - "id": "node/4090428756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428757", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9014859, - 51.5170103 - ] - }, - "id": "node/4090428757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090428758", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9012009, - 51.517012 - ] - }, - "id": "node/4090428758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443227", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8939409, - 51.5115358 - ] - }, - "id": "node/4090443227" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443228", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8938772, - 51.5118667 - ] - }, - "id": "node/4090443228" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443229", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8938282, - 51.5120862 - ] - }, - "id": "node/4090443229" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443230", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8938128, - 51.5121559 - ] - }, - "id": "node/4090443230" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443231", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8937699, - 51.5123462 - ] - }, - "id": "node/4090443231" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443232", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8937551, - 51.512413 - ] - }, - "id": "node/4090443232" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443233", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935305, - 51.5134909 - ] - }, - "id": "node/4090443233" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443235", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932985, - 51.5145066 - ] - }, - "id": "node/4090443235" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443236", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8928767, - 51.515907 - ] - }, - "id": "node/4090443236" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443237", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8931295, - 51.5171906 - ] - }, - "id": "node/4090443237" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443238", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8931081, - 51.5172498 - ] - }, - "id": "node/4090443238" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443239", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926581, - 51.5173713 - ] - }, - "id": "node/4090443239" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443240", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926373, - 51.517456 - ] - }, - "id": "node/4090443240" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443242", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926212, - 51.5175469 - ] - }, - "id": "node/4090443242" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443244", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926092, - 51.5184057 - ] - }, - "id": "node/4090443244" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443245", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926152, - 51.5185763 - ] - }, - "id": "node/4090443245" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443246", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8923242, - 51.518777 - ] - }, - "id": "node/4090443246" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443247", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8923081, - 51.5188434 - ] - }, - "id": "node/4090443247" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443248", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8922618, - 51.5189389 - ] - }, - "id": "node/4090443248" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443249", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8918139, - 51.5191613 - ] - }, - "id": "node/4090443249" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443250", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919299, - 51.5193266 - ] - }, - "id": "node/4090443250" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443251", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919889, - 51.5193608 - ] - }, - "id": "node/4090443251" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443252", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.891946, - 51.5194217 - ] - }, - "id": "node/4090443252" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443253", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8918521, - 51.5194417 - ] - }, - "id": "node/4090443253" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443254", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8917757, - 51.519574 - ] - }, - "id": "node/4090443254" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443255", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919319, - 51.5196336 - ] - }, - "id": "node/4090443255" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443256", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8917569, - 51.5196491 - ] - }, - "id": "node/4090443256" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443257", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919319, - 51.5197509 - ] - }, - "id": "node/4090443257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443258", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919306, - 51.5198202 - ] - }, - "id": "node/4090443258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443259", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919446, - 51.5199132 - ] - }, - "id": "node/4090443259" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443260", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919346, - 51.5199871 - ] - }, - "id": "node/4090443260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443261", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8908087, - 51.5200505 - ] - }, - "id": "node/4090443261" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443262", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8908993, - 51.5200613 - ] - }, - "id": "node/4090443262" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443263", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919306, - 51.5200772 - ] - }, - "id": "node/4090443263" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443264", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8912714, - 51.5200784 - ] - }, - "id": "node/4090443264" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443265", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8910474, - 51.5201043 - ] - }, - "id": "node/4090443265" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443266", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8911393, - 51.5201339 - ] - }, - "id": "node/4090443266" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443267", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919165, - 51.5201585 - ] - }, - "id": "node/4090443267" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443268", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8912023, - 51.5202211 - ] - }, - "id": "node/4090443268" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443269", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919064, - 51.5202524 - ] - }, - "id": "node/4090443269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443270", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8913961, - 51.5202808 - ] - }, - "id": "node/4090443270" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443271", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8918816, - 51.5203763 - ] - }, - "id": "node/4090443271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443272", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8916751, - 51.5217173 - ] - }, - "id": "node/4090443272" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443273", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.891663, - 51.5217549 - ] - }, - "id": "node/4090443273" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443275", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8911386, - 51.5221325 - ] - }, - "id": "node/4090443275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443277", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8910568, - 51.5222118 - ] - }, - "id": "node/4090443277" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443279", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8909066, - 51.5223603 - ] - }, - "id": "node/4090443279" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443281", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8908288, - 51.5224354 - ] - }, - "id": "node/4090443281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443282", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8906438, - 51.522586 - ] - }, - "id": "node/4090443282" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443283", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8904976, - 51.5227241 - ] - }, - "id": "node/4090443283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443284", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8905479, - 51.5228576 - ] - }, - "id": "node/4090443284" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443285", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8905419, - 51.5228614 - ] - }, - "id": "node/4090443285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443286", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8903454, - 51.5228622 - ] - }, - "id": "node/4090443286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090443288", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8902575, - 51.5229394 - ] - }, - "id": "node/4090443288" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445789", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8904165, - 51.5229769 - ] - }, - "id": "node/4090445789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445790", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8901496, - 51.5230341 - ] - }, - "id": "node/4090445790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445791", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8900637, - 51.5231075 - ] - }, - "id": "node/4090445791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445792", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8901643, - 51.5232052 - ] - }, - "id": "node/4090445792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445793", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899062, - 51.5232381 - ] - }, - "id": "node/4090445793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445794", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8900839, - 51.5232694 - ] - }, - "id": "node/4090445794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445796", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897875, - 51.5233228 - ] - }, - "id": "node/4090445796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445797", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8900222, - 51.5233261 - ] - }, - "id": "node/4090445797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445798", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8896909, - 51.5233954 - ] - }, - "id": "node/4090445798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445799", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8896923, - 51.5235106 - ] - }, - "id": "node/4090445799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445800", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8898197, - 51.5235185 - ] - }, - "id": "node/4090445800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445801", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.887745, - 51.5235377 - ] - }, - "id": "node/4090445801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445802", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8895025, - 51.5235456 - ] - }, - "id": "node/4090445802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445803", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897365, - 51.5235986 - ] - }, - "id": "node/4090445803" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445805", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8895568, - 51.5236149 - ] - }, - "id": "node/4090445805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445806", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8878637, - 51.5236174 - ] - }, - "id": "node/4090445806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445807", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893932, - 51.5236295 - ] - }, - "id": "node/4090445807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445808", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880098, - 51.5236841 - ] - }, - "id": "node/4090445808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445809", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8894281, - 51.5237179 - ] - }, - "id": "node/4090445809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445810", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881473, - 51.5237417 - ] - }, - "id": "node/4090445810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445811", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8892376, - 51.5237492 - ] - }, - "id": "node/4090445811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445812", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8895796, - 51.5237559 - ] - }, - "id": "node/4090445812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445813", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8876524, - 51.5237738 - ] - }, - "id": "node/4090445813" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445814", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8891826, - 51.5238047 - ] - }, - "id": "node/4090445814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445815", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8882962, - 51.5238101 - ] - }, - "id": "node/4090445815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445816", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893013, - 51.5238318 - ] - }, - "id": "node/4090445816" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445817", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8891337, - 51.5238377 - ] - }, - "id": "node/4090445817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445818", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8878026, - 51.5238402 - ] - }, - "id": "node/4090445818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445819", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8884336, - 51.5238698 - ] - }, - "id": "node/4090445819" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445820", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8890874, - 51.5238735 - ] - }, - "id": "node/4090445820" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445821", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8894106, - 51.5239019 - ] - }, - "id": "node/4090445821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445822", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8879448, - 51.5239044 - ] - }, - "id": "node/4090445822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445823", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8892034, - 51.5239157 - ] - }, - "id": "node/4090445823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445824", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8885718, - 51.5239361 - ] - }, - "id": "node/4090445824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445825", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880923, - 51.5239662 - ] - }, - "id": "node/4090445825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445826", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8891075, - 51.5239999 - ] - }, - "id": "node/4090445826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445827", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8887146, - 51.5240029 - ] - }, - "id": "node/4090445827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445828", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8892919, - 51.524007 - ] - }, - "id": "node/4090445828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445829", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883471, - 51.524083 - ] - }, - "id": "node/4090445829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445830", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883887, - 51.5242528 - ] - }, - "id": "node/4090445830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445831", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883257, - 51.5243008 - ] - }, - "id": "node/4090445831" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445832", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883599, - 51.5243638 - ] - }, - "id": "node/4090445832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445833", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8884343, - 51.5244188 - ] - }, - "id": "node/4090445833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445834", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8888199, - 51.5244326 - ] - }, - "id": "node/4090445834" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445835", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883062, - 51.5245398 - ] - }, - "id": "node/4090445835" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445836", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8886341, - 51.5245899 - ] - }, - "id": "node/4090445836" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445837", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881795, - 51.5246604 - ] - }, - "id": "node/4090445837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445838", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883981, - 51.5246742 - ] - }, - "id": "node/4090445838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445839", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883116, - 51.5247518 - ] - }, - "id": "node/4090445839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445840", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8884571, - 51.5247543 - ] - }, - "id": "node/4090445840" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445841", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.888087, - 51.524783 - ] - }, - "id": "node/4090445841" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445842", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883109, - 51.5248811 - ] - }, - "id": "node/4090445842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445843", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881413, - 51.5248894 - ] - }, - "id": "node/4090445843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445844", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8878368, - 51.5249391 - ] - }, - "id": "node/4090445844" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445845", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8877336, - 51.5249637 - ] - }, - "id": "node/4090445845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445846", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8882077, - 51.5249741 - ] - }, - "id": "node/4090445846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445847", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8879066, - 51.5250188 - ] - }, - "id": "node/4090445847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445848", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.887751, - 51.5250379 - ] - }, - "id": "node/4090445848" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445849", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880461, - 51.5251218 - ] - }, - "id": "node/4090445849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445850", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8878925, - 51.5252745 - ] - }, - "id": "node/4090445850" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445851", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8876752, - 51.5252891 - ] - }, - "id": "node/4090445851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445852", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8878275, - 51.5253521 - ] - }, - "id": "node/4090445852" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445853", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8876075, - 51.5253717 - ] - }, - "id": "node/4090445853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445854", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8875519, - 51.5254493 - ] - }, - "id": "node/4090445854" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445855", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8877463, - 51.5254572 - ] - }, - "id": "node/4090445855" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445856", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8876994, - 51.5255215 - ] - }, - "id": "node/4090445856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445857", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8874607, - 51.5255761 - ] - }, - "id": "node/4090445857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445858", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8876464, - 51.5255962 - ] - }, - "id": "node/4090445858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445859", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8874063, - 51.5256529 - ] - }, - "id": "node/4090445859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445860", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8875928, - 51.5256746 - ] - }, - "id": "node/4090445860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445861", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8872722, - 51.5258623 - ] - }, - "id": "node/4090445861" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445862", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8868833, - 51.5259362 - ] - }, - "id": "node/4090445862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445863", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8869336, - 51.5260025 - ] - }, - "id": "node/4090445863" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445864", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8869718, - 51.5261118 - ] - }, - "id": "node/4090445864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445865", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8871012, - 51.5261602 - ] - }, - "id": "node/4090445865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445866", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8869195, - 51.5262103 - ] - }, - "id": "node/4090445866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445867", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8848703, - 51.5267192 - ] - }, - "id": "node/4090445867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445868", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8851084, - 51.5267714 - ] - }, - "id": "node/4090445868" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445869", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8858252, - 51.527826 - ] - }, - "id": "node/4090445869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445870", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8858688, - 51.5279023 - ] - }, - "id": "node/4090445870" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090445871", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8857984, - 51.5280813 - ] - }, - "id": "node/4090445871" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459111", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8842293, - 51.5296394 - ] - }, - "id": "node/4090459111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459112", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8841736, - 51.5296578 - ] - }, - "id": "node/4090459112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459113", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8842051, - 51.5296937 - ] - }, - "id": "node/4090459113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459114", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8837834, - 51.52976 - ] - }, - "id": "node/4090459114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459115", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8836204, - 51.5298534 - ] - }, - "id": "node/4090459115" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459116", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8834876, - 51.5299302 - ] - }, - "id": "node/4090459116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459117", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8831403, - 51.5299665 - ] - }, - "id": "node/4090459117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459118", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8833616, - 51.5300011 - ] - }, - "id": "node/4090459118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459119", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8829921, - 51.5300524 - ] - }, - "id": "node/4090459119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459120", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8832228, - 51.5300808 - ] - }, - "id": "node/4090459120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459121", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8828862, - 51.5301121 - ] - }, - "id": "node/4090459121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459122", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8830612, - 51.5301688 - ] - }, - "id": "node/4090459122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459123", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8827728, - 51.5301759 - ] - }, - "id": "node/4090459123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459124", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8825985, - 51.530276 - ] - }, - "id": "node/4090459124" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459125", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8828473, - 51.5302981 - ] - }, - "id": "node/4090459125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459126", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824798, - 51.5303461 - ] - }, - "id": "node/4090459126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459127", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8826816, - 51.5303882 - ] - }, - "id": "node/4090459127" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459128", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8823832, - 51.5304032 - ] - }, - "id": "node/4090459128" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459129", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8822719, - 51.5304679 - ] - }, - "id": "node/4090459129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459130", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8825194, - 51.5304783 - ] - }, - "id": "node/4090459130" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459131", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8821459, - 51.5305455 - ] - }, - "id": "node/4090459131" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459132", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8823953, - 51.5305517 - ] - }, - "id": "node/4090459132" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459133", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8820419, - 51.5306122 - ] - }, - "id": "node/4090459133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459134", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8822444, - 51.5306406 - ] - }, - "id": "node/4090459134" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459135", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8819413, - 51.5306794 - ] - }, - "id": "node/4090459135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459136", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8820889, - 51.5307382 - ] - }, - "id": "node/4090459136" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459137", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.881816, - 51.5307541 - ] - }, - "id": "node/4090459137" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459138", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8816336, - 51.5308905 - ] - }, - "id": "node/4090459138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459139", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8818072, - 51.530938 - ] - }, - "id": "node/4090459139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459140", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8815035, - 51.5310027 - ] - }, - "id": "node/4090459140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459141", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8817013, - 51.5310239 - ] - }, - "id": "node/4090459141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459142", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8814123, - 51.5313372 - ] - }, - "id": "node/4090459142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459143", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8813197, - 51.5314615 - ] - }, - "id": "node/4090459143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459144", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8811005, - 51.5314795 - ] - }, - "id": "node/4090459144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459145", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8812346, - 51.5315858 - ] - }, - "id": "node/4090459145" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459146", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8810408, - 51.5315917 - ] - }, - "id": "node/4090459146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459147", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809965, - 51.5316747 - ] - }, - "id": "node/4090459147" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459148", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8811595, - 51.5317485 - ] - }, - "id": "node/4090459148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459149", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.880959, - 51.531766 - ] - }, - "id": "node/4090459149" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459150", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8811219, - 51.5318253 - ] - }, - "id": "node/4090459150" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459151", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809228, - 51.5318591 - ] - }, - "id": "node/4090459151" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459152", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8810817, - 51.531965 - ] - }, - "id": "node/4090459152" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459153", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808852, - 51.5320192 - ] - }, - "id": "node/4090459153" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459154", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8810623, - 51.532061 - ] - }, - "id": "node/4090459154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459155", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808651, - 51.532111 - ] - }, - "id": "node/4090459155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459156", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8810455, - 51.5321694 - ] - }, - "id": "node/4090459156" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459157", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808383, - 51.5322925 - ] - }, - "id": "node/4090459157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459158", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8810314, - 51.5322975 - ] - }, - "id": "node/4090459158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459159", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808302, - 51.532398 - ] - }, - "id": "node/4090459159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459160", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8810086, - 51.5324785 - ] - }, - "id": "node/4090459160" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459161", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808175, - 51.532554 - ] - }, - "id": "node/4090459161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459162", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808135, - 51.5326537 - ] - }, - "id": "node/4090459162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459163", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809965, - 51.5326796 - ] - }, - "id": "node/4090459163" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459164", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808054, - 51.5327647 - ] - }, - "id": "node/4090459164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459165", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.880792, - 51.5331263 - ] - }, - "id": "node/4090459165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459166", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809744, - 51.5331776 - ] - }, - "id": "node/4090459166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459167", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809744, - 51.5332594 - ] - }, - "id": "node/4090459167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459168", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.880788, - 51.533304 - ] - }, - "id": "node/4090459168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459169", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809731, - 51.5333553 - ] - }, - "id": "node/4090459169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459170", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807813, - 51.5334346 - ] - }, - "id": "node/4090459170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459171", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809664, - 51.533488 - ] - }, - "id": "node/4090459171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459172", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807732, - 51.5335413 - ] - }, - "id": "node/4090459172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459173", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809644, - 51.5335856 - ] - }, - "id": "node/4090459173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459174", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807732, - 51.5336156 - ] - }, - "id": "node/4090459174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459175", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809617, - 51.5336723 - ] - }, - "id": "node/4090459175" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459176", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807625, - 51.5337616 - ] - }, - "id": "node/4090459176" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459177", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807618, - 51.5338809 - ] - }, - "id": "node/4090459177" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459178", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809476, - 51.5339501 - ] - }, - "id": "node/4090459178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459179", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807551, - 51.5340127 - ] - }, - "id": "node/4090459179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459180", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809342, - 51.5341261 - ] - }, - "id": "node/4090459180" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459181", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807323, - 51.5343643 - ] - }, - "id": "node/4090459181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459182", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.880731, - 51.5344586 - ] - }, - "id": "node/4090459182" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459183", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809174, - 51.5344899 - ] - }, - "id": "node/4090459183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459184", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807209, - 51.5345574 - ] - }, - "id": "node/4090459184" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459185", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809194, - 51.5345821 - ] - }, - "id": "node/4090459185" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459186", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807243, - 51.534635 - ] - }, - "id": "node/4090459186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459187", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809181, - 51.5346738 - ] - }, - "id": "node/4090459187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090459188", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809221, - 51.5348298 - ] - }, - "id": "node/4090459188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090461689", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8806928, - 51.5348861 - ] - }, - "id": "node/4090461689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090461690", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8806733, - 51.5351093 - ] - }, - "id": "node/4090461690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090461691", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8810106, - 51.5353625 - ] - }, - "id": "node/4090461691" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090461692", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809067, - 51.5354592 - ] - }, - "id": "node/4090461692" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090461703", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808818, - 51.5358211 - ] - }, - "id": "node/4090461703" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090461704", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808778, - 51.5359174 - ] - }, - "id": "node/4090461704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090461705", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808717, - 51.5360083 - ] - }, - "id": "node/4090461705" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090461706", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8806042, - 51.5360959 - ] - }, - "id": "node/4090461706" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090461707", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.880863, - 51.5361485 - ] - }, - "id": "node/4090461707" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090461708", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8806169, - 51.5362152 - ] - }, - "id": "node/4090461708" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090461709", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808556, - 51.5362336 - ] - }, - "id": "node/4090461709" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464796", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8806327, - 51.5363247 - ] - }, - "id": "node/4090464796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464797", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8806605, - 51.5364332 - ] - }, - "id": "node/4090464797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464798", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808566, - 51.5364755 - ] - }, - "id": "node/4090464798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464799", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.880856, - 51.5365647 - ] - }, - "id": "node/4090464799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464800", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.880858, - 51.5366661 - ] - }, - "id": "node/4090464800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464801", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808634, - 51.5367666 - ] - }, - "id": "node/4090464801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464802", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808654, - 51.5368726 - ] - }, - "id": "node/4090464802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464803", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8806729, - 51.5369259 - ] - }, - "id": "node/4090464803" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464804", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808674, - 51.5369839 - ] - }, - "id": "node/4090464804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464805", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8806776, - 51.5370607 - ] - }, - "id": "node/4090464805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464806", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808761, - 51.5371161 - ] - }, - "id": "node/4090464806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464807", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8806897, - 51.5371975 - ] - }, - "id": "node/4090464807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464808", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808707, - 51.5372642 - ] - }, - "id": "node/4090464808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464809", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.880693, - 51.537328 - ] - }, - "id": "node/4090464809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464810", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808969, - 51.5376242 - ] - }, - "id": "node/4090464810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464811", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807071, - 51.5376838 - ] - }, - "id": "node/4090464811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464812", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807105, - 51.5378202 - ] - }, - "id": "node/4090464812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464813", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.880911, - 51.5378978 - ] - }, - "id": "node/4090464813" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464814", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807165, - 51.537947 - ] - }, - "id": "node/4090464814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464815", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809116, - 51.5380308 - ] - }, - "id": "node/4090464815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464816", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807219, - 51.5380775 - ] - }, - "id": "node/4090464816" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464817", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.880915, - 51.5381392 - ] - }, - "id": "node/4090464817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464818", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809244, - 51.538392 - ] - }, - "id": "node/4090464818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464819", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807286, - 51.5384179 - ] - }, - "id": "node/4090464819" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464820", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809244, - 51.5384796 - ] - }, - "id": "node/4090464820" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464821", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807373, - 51.5385384 - ] - }, - "id": "node/4090464821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464822", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809338, - 51.5386977 - ] - }, - "id": "node/4090464822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464823", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807453, - 51.5387169 - ] - }, - "id": "node/4090464823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464824", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809411, - 51.5388024 - ] - }, - "id": "node/4090464824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464825", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807487, - 51.5388504 - ] - }, - "id": "node/4090464825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464826", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809465, - 51.5389096 - ] - }, - "id": "node/4090464826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464827", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807534, - 51.5389884 - ] - }, - "id": "node/4090464827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464828", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809472, - 51.5390184 - ] - }, - "id": "node/4090464828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464829", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809693, - 51.5395469 - ] - }, - "id": "node/4090464829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464830", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.88097, - 51.5396566 - ] - }, - "id": "node/4090464830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464831", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809753, - 51.5397621 - ] - }, - "id": "node/4090464831" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464832", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.880984, - 51.5398663 - ] - }, - "id": "node/4090464832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464833", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807936, - 51.5398726 - ] - }, - "id": "node/4090464833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464834", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809941, - 51.5399835 - ] - }, - "id": "node/4090464834" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464835", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808037, - 51.5400123 - ] - }, - "id": "node/4090464835" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464836", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8810068, - 51.540087 - ] - }, - "id": "node/4090464836" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464837", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.881035, - 51.5401908 - ] - }, - "id": "node/4090464837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464838", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808593, - 51.5402776 - ] - }, - "id": "node/4090464838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464839", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8810799, - 51.5403614 - ] - }, - "id": "node/4090464839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464840", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808989, - 51.540411 - ] - }, - "id": "node/4090464840" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464841", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809492, - 51.5405428 - ] - }, - "id": "node/4090464841" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464842", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8812992, - 51.5405941 - ] - }, - "id": "node/4090464842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464843", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8810236, - 51.5406663 - ] - }, - "id": "node/4090464843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464844", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8813321, - 51.5408356 - ] - }, - "id": "node/4090464844" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464845", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8812154, - 51.5409607 - ] - }, - "id": "node/4090464845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464846", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8814434, - 51.5409711 - ] - }, - "id": "node/4090464846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464847", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8813193, - 51.5410729 - ] - }, - "id": "node/4090464847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464848", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8815761, - 51.5410929 - ] - }, - "id": "node/4090464848" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464849", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8814273, - 51.5411922 - ] - }, - "id": "node/4090464849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464850", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8817988, - 51.5412706 - ] - }, - "id": "node/4090464850" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464851", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8815513, - 51.5413064 - ] - }, - "id": "node/4090464851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464852", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8819322, - 51.541364 - ] - }, - "id": "node/4090464852" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464853", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8816908, - 51.541414 - ] - }, - "id": "node/4090464853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090464854", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8818417, - 51.5415154 - ] - }, - "id": "node/4090464854" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090465768", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8829704, - 51.5418601 - ] - }, - "id": "node/4090465768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090465769", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8830931, - 51.5418978 - ] - }, - "id": "node/4090465769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090465770", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8832909, - 51.5419516 - ] - }, - "id": "node/4090465770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090465771", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8835618, - 51.5420263 - ] - }, - "id": "node/4090465771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090465772", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8831072, - 51.5420813 - ] - }, - "id": "node/4090465772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090465773", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8838321, - 51.5420942 - ] - }, - "id": "node/4090465773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090465774", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8833063, - 51.5421293 - ] - }, - "id": "node/4090465774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090465775", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8840346, - 51.5421384 - ] - }, - "id": "node/4090465775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090465776", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8835149, - 51.5421576 - ] - }, - "id": "node/4090465776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090465777", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8842357, - 51.5421935 - ] - }, - "id": "node/4090465777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090465778", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8836302, - 51.5422064 - ] - }, - "id": "node/4090465778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090465779", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8844382, - 51.542241 - ] - }, - "id": "node/4090465779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090465780", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8838106, - 51.542251 - ] - }, - "id": "node/4090465780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090465781", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.883946, - 51.5422802 - ] - }, - "id": "node/4090465781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090465782", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8840802, - 51.5423103 - ] - }, - "id": "node/4090465782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090465783", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8847373, - 51.5423169 - ] - }, - "id": "node/4090465783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090465784", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8849391, - 51.5423628 - ] - }, - "id": "node/4090465784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090465785", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8844195, - 51.5423636 - ] - }, - "id": "node/4090465785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090465786", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8842914, - 51.542402 - ] - }, - "id": "node/4090465786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090465787", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8851457, - 51.5424141 - ] - }, - "id": "node/4090465787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090465788", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8846179, - 51.5424154 - ] - }, - "id": "node/4090465788" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467489", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8844751, - 51.5424529 - ] - }, - "id": "node/4090467489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467490", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8848158, - 51.5424637 - ] - }, - "id": "node/4090467490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467491", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8846803, - 51.5424967 - ] - }, - "id": "node/4090467491" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467492", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.885023, - 51.5425067 - ] - }, - "id": "node/4090467492" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467493", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8848882, - 51.5425417 - ] - }, - "id": "node/4090467493" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467494", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8852141, - 51.5425547 - ] - }, - "id": "node/4090467494" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467495", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8850672, - 51.5425997 - ] - }, - "id": "node/4090467495" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467496", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8854836, - 51.5426276 - ] - }, - "id": "node/4090467496" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467497", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8861408, - 51.5426543 - ] - }, - "id": "node/4090467497" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467498", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8856191, - 51.5426602 - ] - }, - "id": "node/4090467498" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467499", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8853046, - 51.5426681 - ] - }, - "id": "node/4090467499" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467500", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8855151, - 51.5427027 - ] - }, - "id": "node/4090467500" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467501", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8863889, - 51.5427081 - ] - }, - "id": "node/4090467501" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467502", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8857331, - 51.5427786 - ] - }, - "id": "node/4090467502" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467503", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8866886, - 51.5427853 - ] - }, - "id": "node/4090467503" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467504", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8858585, - 51.5427894 - ] - }, - "id": "node/4090467504" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467505", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8859034, - 51.5428124 - ] - }, - "id": "node/4090467505" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467506", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8862165, - 51.5428332 - ] - }, - "id": "node/4090467506" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467507", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.88635, - 51.5428762 - ] - }, - "id": "node/4090467507" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467508", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8861957, - 51.542895 - ] - }, - "id": "node/4090467508" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467509", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.886704, - 51.5429204 - ] - }, - "id": "node/4090467509" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467510", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8864385, - 51.5429654 - ] - }, - "id": "node/4090467510" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467511", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8871023, - 51.5430171 - ] - }, - "id": "node/4090467511" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467512", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8869414, - 51.5430409 - ] - }, - "id": "node/4090467512" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467513", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8873156, - 51.5430639 - ] - }, - "id": "node/4090467513" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467514", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.887164, - 51.5430964 - ] - }, - "id": "node/4090467514" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467515", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880471, - 51.5431101 - ] - }, - "id": "node/4090467515" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467516", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8882101, - 51.5431448 - ] - }, - "id": "node/4090467516" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467517", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8873679, - 51.5431473 - ] - }, - "id": "node/4090467517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467518", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8875322, - 51.5431598 - ] - }, - "id": "node/4090467518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467519", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883844, - 51.543194 - ] - }, - "id": "node/4090467519" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467520", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.887445, - 51.5432077 - ] - }, - "id": "node/4090467520" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467521", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8876529, - 51.5432365 - ] - }, - "id": "node/4090467521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467522", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8874658, - 51.5432403 - ] - }, - "id": "node/4090467522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467523", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8879204, - 51.5432932 - ] - }, - "id": "node/4090467523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467524", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8882812, - 51.5433816 - ] - }, - "id": "node/4090467524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467527", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883442, - 51.5434062 - ] - }, - "id": "node/4090467527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467528", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8886976, - 51.5435305 - ] - }, - "id": "node/4090467528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467529", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8889316, - 51.5436502 - ] - }, - "id": "node/4090467529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467530", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8895693, - 51.5438808 - ] - }, - "id": "node/4090467530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467531", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8896826, - 51.5439922 - ] - }, - "id": "node/4090467531" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467532", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8894768, - 51.5440539 - ] - }, - "id": "node/4090467532" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467533", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897852, - 51.5441081 - ] - }, - "id": "node/4090467533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467534", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897383, - 51.5443387 - ] - }, - "id": "node/4090467534" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467535", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899649, - 51.5443546 - ] - }, - "id": "node/4090467535" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467536", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8900447, - 51.5444722 - ] - }, - "id": "node/4090467536" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467537", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8898449, - 51.544488 - ] - }, - "id": "node/4090467537" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467538", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8901037, - 51.5445893 - ] - }, - "id": "node/4090467538" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467539", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8903015, - 51.5447315 - ] - }, - "id": "node/4090467539" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467540", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899978, - 51.5448179 - ] - }, - "id": "node/4090467540" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467541", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8902875, - 51.5448341 - ] - }, - "id": "node/4090467541" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467542", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8902365, - 51.5449993 - ] - }, - "id": "node/4090467542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467543", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899803, - 51.5451177 - ] - }, - "id": "node/4090467543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467544", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899938, - 51.5451836 - ] - }, - "id": "node/4090467544" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467545", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899669, - 51.545242 - ] - }, - "id": "node/4090467545" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467546", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899817, - 51.5453187 - ] - }, - "id": "node/4090467546" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467547", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899529, - 51.5453892 - ] - }, - "id": "node/4090467547" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467548", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899676, - 51.5454605 - ] - }, - "id": "node/4090467548" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467549", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899415, - 51.5455285 - ] - }, - "id": "node/4090467549" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467550", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899475, - 51.5456027 - ] - }, - "id": "node/4090467550" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467551", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899213, - 51.5456765 - ] - }, - "id": "node/4090467551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467552", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899193, - 51.5457649 - ] - }, - "id": "node/4090467552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467553", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8898979, - 51.5458191 - ] - }, - "id": "node/4090467553" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467554", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899153, - 51.5458896 - ] - }, - "id": "node/4090467554" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467555", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8898838, - 51.5459601 - ] - }, - "id": "node/4090467555" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467556", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8898938, - 51.546036 - ] - }, - "id": "node/4090467556" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467557", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.889863, - 51.5461089 - ] - }, - "id": "node/4090467557" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467558", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8898751, - 51.5461823 - ] - }, - "id": "node/4090467558" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467559", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8898415, - 51.5462524 - ] - }, - "id": "node/4090467559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467560", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8898516, - 51.5463279 - ] - }, - "id": "node/4090467560" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467561", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8898181, - 51.5463937 - ] - }, - "id": "node/4090467561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467562", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8898335, - 51.5465072 - ] - }, - "id": "node/4090467562" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467563", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8898033, - 51.5465839 - ] - }, - "id": "node/4090467563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467564", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8898127, - 51.546659 - ] - }, - "id": "node/4090467564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467565", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897812, - 51.5467403 - ] - }, - "id": "node/4090467565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467566", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897731, - 51.5468133 - ] - }, - "id": "node/4090467566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467567", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.889749, - 51.5468854 - ] - }, - "id": "node/4090467567" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467568", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897604, - 51.5469567 - ] - }, - "id": "node/4090467568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467569", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897336, - 51.5470197 - ] - }, - "id": "node/4090467569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467570", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897336, - 51.5470856 - ] - }, - "id": "node/4090467570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467571", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897054, - 51.5471706 - ] - }, - "id": "node/4090467571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467572", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.889686, - 51.5473049 - ] - }, - "id": "node/4090467572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467573", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8896913, - 51.54739 - ] - }, - "id": "node/4090467573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467574", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8896605, - 51.5474688 - ] - }, - "id": "node/4090467574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467575", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8896585, - 51.5475718 - ] - }, - "id": "node/4090467575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467576", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8896377, - 51.547666 - ] - }, - "id": "node/4090467576" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467577", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8896256, - 51.5477899 - ] - }, - "id": "node/4090467577" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090467578", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8896062, - 51.5479454 - ] - }, - "id": "node/4090467578" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502630", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8894975, - 51.5484116 - ] - }, - "id": "node/4090502630" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502631", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8894753, - 51.5484792 - ] - }, - "id": "node/4090502631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502632", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.889478, - 51.5485517 - ] - }, - "id": "node/4090502632" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502633", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8894525, - 51.5486205 - ] - }, - "id": "node/4090502633" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502634", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8894619, - 51.5486873 - ] - }, - "id": "node/4090502634" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502635", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8894338, - 51.5487644 - ] - }, - "id": "node/4090502635" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502636", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8894398, - 51.5488399 - ] - }, - "id": "node/4090502636" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502637", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8894083, - 51.5489183 - ] - }, - "id": "node/4090502637" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502638", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.889411, - 51.5489917 - ] - }, - "id": "node/4090502638" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502639", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893942, - 51.5490596 - ] - }, - "id": "node/4090502639" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502640", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893942, - 51.5491368 - ] - }, - "id": "node/4090502640" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502641", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893801, - 51.5491985 - ] - }, - "id": "node/4090502641" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502642", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893868, - 51.5492481 - ] - }, - "id": "node/4090502642" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502643", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893808, - 51.5493365 - ] - }, - "id": "node/4090502643" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502644", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893801, - 51.5494136 - ] - }, - "id": "node/4090502644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502645", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893587, - 51.5494799 - ] - }, - "id": "node/4090502645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502646", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893721, - 51.5495487 - ] - }, - "id": "node/4090502646" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502647", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893533, - 51.5496205 - ] - }, - "id": "node/4090502647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502648", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893566, - 51.5496997 - ] - }, - "id": "node/4090502648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502649", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893352, - 51.5497697 - ] - }, - "id": "node/4090502649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502650", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893385, - 51.5498681 - ] - }, - "id": "node/4090502650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502651", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893144, - 51.5499453 - ] - }, - "id": "node/4090502651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502652", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893164, - 51.5500187 - ] - }, - "id": "node/4090502652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502653", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8892997, - 51.5500854 - ] - }, - "id": "node/4090502653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502654", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8859422, - 51.55014 - ] - }, - "id": "node/4090502654" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502655", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8860508, - 51.5501438 - ] - }, - "id": "node/4090502655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502656", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8861957, - 51.5501521 - ] - }, - "id": "node/4090502656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502657", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.889301, - 51.5501604 - ] - }, - "id": "node/4090502657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502658", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8863318, - 51.5501688 - ] - }, - "id": "node/4090502658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502659", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8866288, - 51.5501788 - ] - }, - "id": "node/4090502659" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502660", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8867656, - 51.5501821 - ] - }, - "id": "node/4090502660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502661", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8864538, - 51.5501909 - ] - }, - "id": "node/4090502661" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502662", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8869132, - 51.5501917 - ] - }, - "id": "node/4090502662" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502663", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8870432, - 51.5501967 - ] - }, - "id": "node/4090502663" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502664", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8859979, - 51.5501996 - ] - }, - "id": "node/4090502664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502665", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.887172, - 51.5502055 - ] - }, - "id": "node/4090502665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502666", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8861172, - 51.5502096 - ] - }, - "id": "node/4090502666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502667", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8863848, - 51.550213 - ] - }, - "id": "node/4090502667" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502668", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8862647, - 51.5502171 - ] - }, - "id": "node/4090502668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502669", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8874952, - 51.5502267 - ] - }, - "id": "node/4090502669" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502670", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8892695, - 51.5502317 - ] - }, - "id": "node/4090502670" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502671", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8866946, - 51.5502426 - ] - }, - "id": "node/4090502671" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502672", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8877795, - 51.5502426 - ] - }, - "id": "node/4090502672" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502673", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8868381, - 51.5502513 - ] - }, - "id": "node/4090502673" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502674", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8878982, - 51.5502518 - ] - }, - "id": "node/4090502674" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502675", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8869789, - 51.5502584 - ] - }, - "id": "node/4090502675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502676", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880216, - 51.5502613 - ] - }, - "id": "node/4090502676" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502677", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8870761, - 51.5502651 - ] - }, - "id": "node/4090502677" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502678", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8882261, - 51.5502651 - ] - }, - "id": "node/4090502678" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502679", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8874214, - 51.5502818 - ] - }, - "id": "node/4090502679" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502680", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883662, - 51.5502868 - ] - }, - "id": "node/4090502680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502681", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.888505, - 51.5502897 - ] - }, - "id": "node/4090502681" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502682", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8875549, - 51.5502926 - ] - }, - "id": "node/4090502682" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502683", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8886499, - 51.5502972 - ] - }, - "id": "node/4090502683" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502684", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8877011, - 51.5502993 - ] - }, - "id": "node/4090502684" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502685", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8887961, - 51.5503055 - ] - }, - "id": "node/4090502685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502686", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8878405, - 51.5503101 - ] - }, - "id": "node/4090502686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502687", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8889262, - 51.5503164 - ] - }, - "id": "node/4090502687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090502688", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8879686, - 51.5503185 - ] - }, - "id": "node/4090502688" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507889", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8890723, - 51.5503201 - ] - }, - "id": "node/4090507889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507890", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883032, - 51.5503351 - ] - }, - "id": "node/4090507890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507891", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8884387, - 51.5503418 - ] - }, - "id": "node/4090507891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507892", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8885701, - 51.5503489 - ] - }, - "id": "node/4090507892" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507893", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8887169, - 51.5503581 - ] - }, - "id": "node/4090507893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507894", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.888847, - 51.5503673 - ] - }, - "id": "node/4090507894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507895", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8889899, - 51.5503831 - ] - }, - "id": "node/4090507895" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507896", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8892541, - 51.5503956 - ] - }, - "id": "node/4090507896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507897", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893379, - 51.5513434 - ] - }, - "id": "node/4090507897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507898", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8890764, - 51.5513563 - ] - }, - "id": "node/4090507898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507899", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893271, - 51.5513913 - ] - }, - "id": "node/4090507899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507900", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8890489, - 51.5514922 - ] - }, - "id": "node/4090507900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507902", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8890194, - 51.5516215 - ] - }, - "id": "node/4090507902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507904", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8889899, - 51.551752 - ] - }, - "id": "node/4090507904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507905", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.889008, - 51.5517987 - ] - }, - "id": "node/4090507905" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507906", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.888778, - 51.5527727 - ] - }, - "id": "node/4090507906" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507907", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8887518, - 51.5528915 - ] - }, - "id": "node/4090507907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507908", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8887169, - 51.5530278 - ] - }, - "id": "node/4090507908" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507909", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8887002, - 51.5531604 - ] - }, - "id": "node/4090507909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507910", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.888672, - 51.5533034 - ] - }, - "id": "node/4090507910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507911", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8886392, - 51.5534227 - ] - }, - "id": "node/4090507911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507912", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8886164, - 51.5535461 - ] - }, - "id": "node/4090507912" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507913", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8885822, - 51.553682 - ] - }, - "id": "node/4090507913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507914", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8885654, - 51.5537858 - ] - }, - "id": "node/4090507914" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507915", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8885144, - 51.5540585 - ] - }, - "id": "node/4090507915" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507916", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.888495, - 51.5541081 - ] - }, - "id": "node/4090507916" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507917", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8850611, - 51.554214 - ] - }, - "id": "node/4090507917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507918", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8884641, - 51.5542453 - ] - }, - "id": "node/4090507918" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507919", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8852763, - 51.5542586 - ] - }, - "id": "node/4090507919" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507920", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8854862, - 51.5543028 - ] - }, - "id": "node/4090507920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507921", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883274, - 51.5543033 - ] - }, - "id": "node/4090507921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507922", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8851463, - 51.5543383 - ] - }, - "id": "node/4090507922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507923", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8856948, - 51.5543537 - ] - }, - "id": "node/4090507923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507924", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8852549, - 51.5543641 - ] - }, - "id": "node/4090507924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507925", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.888438, - 51.5543741 - ] - }, - "id": "node/4090507925" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507926", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8860106, - 51.5543808 - ] - }, - "id": "node/4090507926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507927", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8860562, - 51.554395 - ] - }, - "id": "node/4090507927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507928", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.885904, - 51.5543971 - ] - }, - "id": "node/4090507928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507929", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8855486, - 51.5544117 - ] - }, - "id": "node/4090507929" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507930", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8861038, - 51.5544363 - ] - }, - "id": "node/4090507930" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507931", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8861628, - 51.5544488 - ] - }, - "id": "node/4090507931" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507932", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8858698, - 51.5544729 - ] - }, - "id": "node/4090507932" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507933", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8857806, - 51.5544759 - ] - }, - "id": "node/4090507933" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507934", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.886315, - 51.5544813 - ] - }, - "id": "node/4090507934" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507935", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8884112, - 51.554498 - ] - }, - "id": "node/4090507935" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507936", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883247, - 51.5545088 - ] - }, - "id": "node/4090507936" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507937", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8867616, - 51.5545101 - ] - }, - "id": "node/4090507937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507938", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8865142, - 51.5545209 - ] - }, - "id": "node/4090507938" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507939", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8861608, - 51.5545434 - ] - }, - "id": "node/4090507939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507940", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8867435, - 51.5545467 - ] - }, - "id": "node/4090507940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507941", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8869856, - 51.5545701 - ] - }, - "id": "node/4090507941" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507942", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8863787, - 51.5545893 - ] - }, - "id": "node/4090507942" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507943", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8870815, - 51.5545934 - ] - }, - "id": "node/4090507943" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507944", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8865162, - 51.5545955 - ] - }, - "id": "node/4090507944" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507945", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8869118, - 51.5546076 - ] - }, - "id": "node/4090507945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507946", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8865672, - 51.554616 - ] - }, - "id": "node/4090507946" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507947", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8873671, - 51.5546201 - ] - }, - "id": "node/4090507947" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507948", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883837, - 51.5546326 - ] - }, - "id": "node/4090507948" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507949", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8871318, - 51.5546539 - ] - }, - "id": "node/4090507949" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507950", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8868555, - 51.5546822 - ] - }, - "id": "node/4090507950" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507951", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8876374, - 51.5546893 - ] - }, - "id": "node/4090507951" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507952", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.887351, - 51.5547014 - ] - }, - "id": "node/4090507952" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507953", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880732, - 51.5547148 - ] - }, - "id": "node/4090507953" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507954", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8869849, - 51.5547181 - ] - }, - "id": "node/4090507954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507955", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881758, - 51.5547306 - ] - }, - "id": "node/4090507955" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507956", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8871579, - 51.5547448 - ] - }, - "id": "node/4090507956" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507957", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.887575, - 51.554749 - ] - }, - "id": "node/4090507957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507958", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883569, - 51.5547685 - ] - }, - "id": "node/4090507958" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507959", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8879639, - 51.5547756 - ] - }, - "id": "node/4090507959" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507960", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8873188, - 51.5547923 - ] - }, - "id": "node/4090507960" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507961", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8878023, - 51.5547936 - ] - }, - "id": "node/4090507961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507962", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.888332, - 51.5548461 - ] - }, - "id": "node/4090507962" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507963", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8875301, - 51.5548465 - ] - }, - "id": "node/4090507963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507964", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8878419, - 51.5548936 - ] - }, - "id": "node/4090507964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090507965", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8879545, - 51.5549278 - ] - }, - "id": "node/4090507965" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090512645", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8848727, - 51.5541077 - ] - }, - "id": "node/4090512645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090512646", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8836469, - 51.5541286 - ] - }, - "id": "node/4090512646" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090512647", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.883785, - 51.5541644 - ] - }, - "id": "node/4090512647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090512648", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8845709, - 51.5541703 - ] - }, - "id": "node/4090512648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090512649", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8843604, - 51.5541794 - ] - }, - "id": "node/4090512649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090512650", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8839178, - 51.5541894 - ] - }, - "id": "node/4090512650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090512651", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8840908, - 51.5542278 - ] - }, - "id": "node/4090512651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090512652", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8847278, - 51.5542411 - ] - }, - "id": "node/4090512652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090512653", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8842692, - 51.5542595 - ] - }, - "id": "node/4090512653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090512676", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.890231, - 51.5553118 - ] - }, - "id": "node/4090512676" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090512679", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8904704, - 51.5553276 - ] - }, - "id": "node/4090512679" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090512682", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899749, - 51.5553756 - ] - }, - "id": "node/4090512682" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090512684", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8906461, - 51.5554039 - ] - }, - "id": "node/4090512684" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090512685", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8901452, - 51.5554081 - ] - }, - "id": "node/4090512685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090512686", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8901445, - 51.555421 - ] - }, - "id": "node/4090512686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090512687", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8908654, - 51.5554415 - ] - }, - "id": "node/4090512687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090512688", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8903886, - 51.555474 - ] - }, - "id": "node/4090512688" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090513389", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8904704, - 51.5554836 - ] - }, - "id": "node/4090513389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090513391", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881356, - 51.5557362 - ] - }, - "id": "node/4090513391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090513392", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881141, - 51.5558759 - ] - }, - "id": "node/4090513392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090513393", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880544, - 51.5561448 - ] - }, - "id": "node/4090513393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090513394", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880296, - 51.5562845 - ] - }, - "id": "node/4090513394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090513395", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880035, - 51.5564 - ] - }, - "id": "node/4090513395" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090513396", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.887974, - 51.5565329 - ] - }, - "id": "node/4090513396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090513397", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8879451, - 51.5566739 - ] - }, - "id": "node/4090513397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4100631462", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2016-04-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9338441, - 51.5328399 - ] - }, - "id": "node/4100631462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4100631463", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2016-04-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9337244, - 51.5328488 - ] - }, - "id": "node/4100631463" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4100631464", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9335504, - 51.5328672 - ] - }, - "id": "node/4100631464" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4110044499", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9168268, - 51.5323623 - ] - }, - "id": "node/4110044499" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4110044501", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9168013, - 51.5324144 - ] - }, - "id": "node/4110044501" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4110044504", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9167323, - 51.5325425 - ] - }, - "id": "node/4110044504" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4110044506", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9166686, - 51.5326468 - ] - }, - "id": "node/4110044506" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4110044508", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9166163, - 51.5327352 - ] - }, - "id": "node/4110044508" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4110044509", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9165774, - 51.5328024 - ] - }, - "id": "node/4110044509" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4110044511", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.916283, - 51.5328566 - ] - }, - "id": "node/4110044511" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4110044513", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9165204, - 51.5329 - ] - }, - "id": "node/4110044513" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4110090252", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006038, - 51.5273048 - ] - }, - "id": "node/4110090252" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4137313258", - "natural": "tree", - "removed:tourism": "picnic_site" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9180382, - 51.5166931 - ] - }, - "id": "node/4137313258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4137313260", - "material": "wood", - "natural": "tree", - "seats": "2", - "survey:date": "2016-04-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9181475, - 51.5168513 - ] - }, - "id": "node/4137313260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4137313261", - "board_type": "plants", - "description": "Baum des Jahres 2004: Weißtanne", - "natural": "tree", - "survey:date": "2016-04-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9181146, - 51.5168567 - ] - }, - "id": "node/4137313261" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4144034864", - "genus": "Aesculus", - "genus:de": "Rosskastanie", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9553813, - 51.513142 - ] - }, - "id": "node/4144034864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4157982824", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9288811, - 51.5369258 - ] - }, - "id": "node/4157982824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4183265790", - "denotation": "natural_monument", - "description": "2 Linden", - "natural": "tree", - "ref": "ND GÖ-S 85" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.978295, - 51.5617553 - ] - }, - "id": "node/4183265790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4183265791", - "denotation": "natural_monument", - "description": "3 Linden", - "natural": "tree", - "ref": "ND GÖ-S 84" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9778766, - 51.5618716 - ] - }, - "id": "node/4183265791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4183269734", - "denotation": "natural_monument", - "description": "3 Linden", - "natural": "tree", - "protection_title": "Naturdenkmal", - "ref": "ND GÖ-S 86", - "short_protection_title": "ND" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9779651, - 51.5611534 - ] - }, - "id": "node/4183269734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4195621810", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9676355, - 51.5251413 - ] - }, - "id": "node/4195621810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4199669195", - "denotation": "natural_monument", - "description": "1 Linde auf der Herwigswiese", - "natural": "tree", - "ref": "ND GÖ-S 79" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9660245, - 51.5575744 - ] - }, - "id": "node/4199669195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4199669196", - "denotation": "natural_monument", - "description": "2 Linden am Pumpenhaus", - "natural": "tree", - "ref": "ND GÖ-S 80" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.971277, - 51.5597015 - ] - }, - "id": "node/4199669196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4199669200", - "denotation": "natural_monument", - "description": "Baumgruppe aus 5 Linden", - "natural": "tree", - "ref": "ND GÖ-S 83" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9727267, - 51.5611948 - ] - }, - "id": "node/4199669200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4199669202", - "denotation": "natural_monument", - "description": "26 Linden", - "natural": "tree", - "ref": "ND GÖ-S 82" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9751809, - 51.5617899 - ] - }, - "id": "node/4199669202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4204771715", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9328249, - 51.5364014 - ] - }, - "id": "node/4204771715" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4212964046", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.967063, - 51.5110684 - ] - }, - "id": "node/4212964046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4212964053", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9673121, - 51.5110945 - ] - }, - "id": "node/4212964053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4212964063", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9675892, - 51.511137 - ] - }, - "id": "node/4212964063" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4212964068", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9679044, - 51.5111548 - ] - }, - "id": "node/4212964068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4212964076", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9681856, - 51.5111835 - ] - }, - "id": "node/4212964076" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4213080496", - "natural": "tree", - "survey:date": "2016-05-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9692224, - 51.5120145 - ] - }, - "id": "node/4213080496" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4213080498", - "natural": "tree", - "survey:date": "2016-05-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9693391, - 51.5120218 - ] - }, - "id": "node/4213080498" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4213080509", - "natural": "tree", - "survey:date": "2016-05-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9692106, - 51.5120867 - ] - }, - "id": "node/4213080509" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4213080510", - "natural": "tree", - "survey:date": "2016-05-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9693273, - 51.512094 - ] - }, - "id": "node/4213080510" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4213121262", - "leaf_type": "broadleaved", - "name": "Schnullerbaum", - "natural": "tree", - "survey:date": "2016-05-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9401978, - 51.531492 - ] - }, - "id": "node/4213121262" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4213484163", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9414284, - 51.5414267 - ] - }, - "id": "node/4213484163" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4213969974", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.942952, - 51.5619239 - ] - }, - "id": "node/4213969974" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4213969981", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943235, - 51.5619881 - ] - }, - "id": "node/4213969981" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4221265689", - "denotation": "natural_monument", - "description": "Sophoreae", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "ND GÖ-S 15" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340224, - 51.5352625 - ] - }, - "id": "node/4221265689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4221265690", - "denotation": "natural_monument", - "genus": "Ulmus", - "genus:de": "Ulme", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "ND GÖ-S 38" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460756, - 51.5363761 - ] - }, - "id": "node/4221265690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4222831565", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9533204, - 51.5136903 - ] - }, - "id": "node/4222831565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4224392776", - "denotation": "natural_monument", - "description": "Metasequoia", - "name:signed": "no", - "natural": "tree", - "ref": "ND GÖ-S 89" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9517774, - 51.5411654 - ] - }, - "id": "node/4224392776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4224392777", - "denotation": "natural_monument", - "description": "Linde", - "natural": "tree", - "ref": "ND GÖ-S 42" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8718935, - 51.550395 - ] - }, - "id": "node/4224392777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4253342666", - "natural": "tree", - "survey:date": "2016-06-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8966584, - 51.5263305 - ] - }, - "id": "node/4253342666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973700", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9422136, - 51.5255303 - ] - }, - "id": "node/4272973700" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973701", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9423792, - 51.5255307 - ] - }, - "id": "node/4272973701" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973704", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9425133, - 51.5255391 - ] - }, - "id": "node/4272973704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973706", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9426381, - 51.5255441 - ] - }, - "id": "node/4272973706" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973708", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9427809, - 51.5255533 - ] - }, - "id": "node/4272973708" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973709", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9422887, - 51.5255553 - ] - }, - "id": "node/4272973709" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973711", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9429257, - 51.5255591 - ] - }, - "id": "node/4272973711" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973712", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9424355, - 51.5255612 - ] - }, - "id": "node/4272973712" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973713", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9430652, - 51.5255658 - ] - }, - "id": "node/4272973713" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973714", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9425831, - 51.5255695 - ] - }, - "id": "node/4272973714" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973715", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943202, - 51.5255733 - ] - }, - "id": "node/4272973715" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973716", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9427105, - 51.5255754 - ] - }, - "id": "node/4272973716" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973717", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9433582, - 51.5255804 - ] - }, - "id": "node/4272973717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973718", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9428459, - 51.5255833 - ] - }, - "id": "node/4272973718" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973719", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9434829, - 51.5255871 - ] - }, - "id": "node/4272973719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973720", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9429921, - 51.5255908 - ] - }, - "id": "node/4272973720" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973721", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9436345, - 51.525595 - ] - }, - "id": "node/4272973721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973722", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9431302, - 51.5255975 - ] - }, - "id": "node/4272973722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973723", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437867, - 51.5256025 - ] - }, - "id": "node/4272973723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973724", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9432925, - 51.5256075 - ] - }, - "id": "node/4272973724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973725", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9434206, - 51.5256113 - ] - }, - "id": "node/4272973725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973727", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439269, - 51.5256125 - ] - }, - "id": "node/4272973727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973729", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9435782, - 51.5256196 - ] - }, - "id": "node/4272973729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973731", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9442138, - 51.5256233 - ] - }, - "id": "node/4272973731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973733", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437076, - 51.5256292 - ] - }, - "id": "node/4272973733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973734", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9438491, - 51.5256334 - ] - }, - "id": "node/4272973734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973735", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944118, - 51.5256334 - ] - }, - "id": "node/4272973735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973737", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441696, - 51.5256388 - ] - }, - "id": "node/4272973737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973738", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439952, - 51.5256405 - ] - }, - "id": "node/4272973738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973739", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440771, - 51.5256405 - ] - }, - "id": "node/4272973739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973742", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443506, - 51.5256467 - ] - }, - "id": "node/4272973742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4272973744", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9442863, - 51.5256521 - ] - }, - "id": "node/4272973744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4329279976", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2016-07-31" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9355938, - 51.5292247 - ] - }, - "id": "node/4329279976" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4329280116", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2016-07-31" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9357128, - 51.5294501 - ] - }, - "id": "node/4329280116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4331080919", - "natural": "tree", - "survey:date": "2016-08-01" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9413065, - 51.5417119 - ] - }, - "id": "node/4331080919" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4350145690", - "genus": "Malus", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9257458, - 51.5219876 - ] - }, - "id": "node/4350145690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4350145691", - "genus": "Malus", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9258169, - 51.5219964 - ] - }, - "id": "node/4350145691" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4350145692", - "genus": "Malus", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.925963, - 51.522013 - ] - }, - "id": "node/4350145692" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4350145693", - "genus": "Malus", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9260308, - 51.5220172 - ] - }, - "id": "node/4350145693" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4350145694", - "genus": "Malus", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9263932, - 51.522061 - ] - }, - "id": "node/4350145694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4350145695", - "genus": "Malus", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9265273, - 51.5220723 - ] - }, - "id": "node/4350145695" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4350145696", - "genus": "Malus", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9266024, - 51.5220765 - ] - }, - "id": "node/4350145696" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4350145697", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9265246, - 51.5221107 - ] - }, - "id": "node/4350145697" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4350145698", - "genus": "Malus", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9270302, - 51.5221253 - ] - }, - "id": "node/4350145698" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4350145699", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9267151, - 51.5221265 - ] - }, - "id": "node/4350145699" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4350145700", - "genus": "Malus", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.927102, - 51.5221357 - ] - }, - "id": "node/4350145700" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4350145701", - "genus": "Malus", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9271751, - 51.5221436 - ] - }, - "id": "node/4350145701" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4350145702", - "genus": "Malus", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9255369, - 51.522177 - ] - }, - "id": "node/4350145702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4350145703", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274077, - 51.5221824 - ] - }, - "id": "node/4350145703" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4350145704", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275217, - 51.5221887 - ] - }, - "id": "node/4350145704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4350145705", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9258614, - 51.522197 - ] - }, - "id": "node/4350145705" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4350145706", - "genus": "Malus", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9257166, - 51.5222004 - ] - }, - "id": "node/4350145706" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4350145707", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277189, - 51.5222016 - ] - }, - "id": "node/4350145707" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4350145708", - "genus": "Malus", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9264569, - 51.522273 - ] - }, - "id": "node/4350145708" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4350145709", - "genus": "Malus", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9255087, - 51.5222913 - ] - }, - "id": "node/4350145709" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4350145710", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9259097, - 51.522323 - ] - }, - "id": "node/4350145710" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4350145711", - "genus": "Malus", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9264663, - 51.522394 - ] - }, - "id": "node/4350145711" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4352447673", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462219, - 51.5574905 - ] - }, - "id": "node/4352447673" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4352447674", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458002, - 51.5575093 - ] - }, - "id": "node/4352447674" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4352447675", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453616, - 51.557513 - ] - }, - "id": "node/4352447675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4352447676", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455819, - 51.5575125 - ] - }, - "id": "node/4352447676" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4352447677", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945141, - 51.5575205 - ] - }, - "id": "node/4352447677" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4352447678", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449247, - 51.5575182 - ] - }, - "id": "node/4352447678" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4352447679", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447078, - 51.5575255 - ] - }, - "id": "node/4352447679" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4352447680", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444812, - 51.5575472 - ] - }, - "id": "node/4352447680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4352447686", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440638, - 51.5576083 - ] - }, - "id": "node/4352447686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4352447793", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447588, - 51.5576556 - ] - }, - "id": "node/4352447793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4352447800", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448801, - 51.5577394 - ] - }, - "id": "node/4352447800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4352447803", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447581, - 51.5577407 - ] - }, - "id": "node/4352447803" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4352447808", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451349, - 51.5578228 - ] - }, - "id": "node/4352447808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4352447809", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448701, - 51.5578241 - ] - }, - "id": "node/4352447809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4352447810", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447538, - 51.5578279 - ] - }, - "id": "node/4352447810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4352447811", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441489, - 51.5578696 - ] - }, - "id": "node/4352447811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4352447812", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448623, - 51.5579084 - ] - }, - "id": "node/4352447812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4352447813", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449901, - 51.5579091 - ] - }, - "id": "node/4352447813" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4352447814", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441731, - 51.5579313 - ] - }, - "id": "node/4352447814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4352447815", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451312, - 51.5579082 - ] - }, - "id": "node/4352447815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4352447842", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945377, - 51.5582087 - ] - }, - "id": "node/4352447842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4352447843", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443219, - 51.5582265 - ] - }, - "id": "node/4352447843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4352447849", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444426, - 51.5583432 - ] - }, - "id": "node/4352447849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4352447859", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444409, - 51.5585057 - ] - }, - "id": "node/4352447859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4352546244", - "natural": "tree", - "survey:date": "2016-06-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8915312, - 51.5322314 - ] - }, - "id": "node/4352546244" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4355539201", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340817, - 51.5377047 - ] - }, - "id": "node/4355539201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4355539203", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340194, - 51.5377798 - ] - }, - "id": "node/4355539203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4355539227", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339396, - 51.5378666 - ] - }, - "id": "node/4355539227" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4355539233", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9342447, - 51.5378749 - ] - }, - "id": "node/4355539233" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4355539258", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9338839, - 51.5379708 - ] - }, - "id": "node/4355539258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4355539259", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9337344, - 51.5379888 - ] - }, - "id": "node/4355539259" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4355539260", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9342044, - 51.5380021 - ] - }, - "id": "node/4355539260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4355539261", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336271, - 51.538028 - ] - }, - "id": "node/4355539261" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4362054125", - "genus": "Prunus", - "natural": "tree", - "survey:date": "2016-08-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9805477, - 51.5462426 - ] - }, - "id": "node/4362054125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4362054126", - "genus": "Malus", - "natural": "tree", - "survey:date": "2016-08-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9804291, - 51.5464363 - ] - }, - "id": "node/4362054126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4362054127", - "genus": "Malus", - "natural": "tree", - "survey:date": "2016-08-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9803741, - 51.546488 - ] - }, - "id": "node/4362054127" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4362054128", - "genus": "Malus", - "natural": "tree", - "survey:date": "2016-08-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.980182, - 51.5465781 - ] - }, - "id": "node/4362054128" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4362054129", - "genus": "Malus", - "natural": "tree", - "survey:date": "2016-08-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9802245, - 51.5466467 - ] - }, - "id": "node/4362054129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4362054130", - "genus": "Malus", - "natural": "tree", - "survey:date": "2016-08-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9801276, - 51.5467163 - ] - }, - "id": "node/4362054130" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4362054131", - "genus": "Malus", - "natural": "tree", - "survey:date": "2016-08-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.980017, - 51.5467889 - ] - }, - "id": "node/4362054131" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4362054132", - "genus": "Malus", - "natural": "tree", - "survey:date": "2016-08-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9799335, - 51.5468477 - ] - }, - "id": "node/4362054132" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4460302335", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459317, - 51.559032 - ] - }, - "id": "node/4460302335" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4469991904", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464326, - 51.5574882 - ] - }, - "id": "node/4469991904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4469991911", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448606, - 51.5576117 - ] - }, - "id": "node/4469991911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4469991930", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466596, - 51.5580164 - ] - }, - "id": "node/4469991930" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4469991932", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460722, - 51.5580211 - ] - }, - "id": "node/4469991932" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4469991939", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459817, - 51.5580718 - ] - }, - "id": "node/4469991939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4469991940", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460984, - 51.5580795 - ] - }, - "id": "node/4469991940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4469991945", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9442411, - 51.5581872 - ] - }, - "id": "node/4469991945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4469991946", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450339, - 51.5586132 - ] - }, - "id": "node/4469991946" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4469991947", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945161, - 51.558681 - ] - }, - "id": "node/4469991947" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4469991948", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450745, - 51.5587102 - ] - }, - "id": "node/4469991948" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4482490876", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-06-16" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9330026, - 51.5319903 - ] - }, - "id": "node/4482490876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4496838287", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-06-16" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9324692, - 51.5320251 - ] - }, - "id": "node/4496838287" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4496839403", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2016-11-12" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9322581, - 51.5321216 - ] - }, - "id": "node/4496839403" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4560030725", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2016-12-16" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.933965, - 51.5319382 - ] - }, - "id": "node/4560030725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4560030727", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2016-12-16" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9335372, - 51.5319615 - ] - }, - "id": "node/4560030727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4560030730", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2016-12-16" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9337625, - 51.5320348 - ] - }, - "id": "node/4560030730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4560030736", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-06-16" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.93331, - 51.5320608 - ] - }, - "id": "node/4560030736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4560030741", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2016-12-16" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315028, - 51.5320852 - ] - }, - "id": "node/4560030741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4560030750", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2016-12-16" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311802, - 51.5321236 - ] - }, - "id": "node/4560030750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4573949090", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962334, - 51.5349077 - ] - }, - "id": "node/4573949090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4610517719", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460523, - 51.5300064 - ] - }, - "id": "node/4610517719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4610517728", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462759, - 51.5300252 - ] - }, - "id": "node/4610517728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4610517748", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946066, - 51.5301435 - ] - }, - "id": "node/4610517748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547128", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452254, - 51.5295676 - ] - }, - "id": "node/4659547128" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547129", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451161, - 51.5295576 - ] - }, - "id": "node/4659547129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547130", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944991, - 51.5295461 - ] - }, - "id": "node/4659547130" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547131", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447325, - 51.5295217 - ] - }, - "id": "node/4659547131" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547132", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445579, - 51.5295046 - ] - }, - "id": "node/4659547132" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547133", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444624, - 51.5294952 - ] - }, - "id": "node/4659547133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547134", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9442262, - 51.5294721 - ] - }, - "id": "node/4659547134" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547135", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441219, - 51.5294623 - ] - }, - "id": "node/4659547135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547136", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440786, - 51.5294582 - ] - }, - "id": "node/4659547136" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547137", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440248, - 51.5294532 - ] - }, - "id": "node/4659547137" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547195", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.940972, - 51.5300725 - ] - }, - "id": "node/4659547195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547196", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9407883, - 51.529963 - ] - }, - "id": "node/4659547196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547197", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.941112, - 51.5299469 - ] - }, - "id": "node/4659547197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547204", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9411874, - 51.5298163 - ] - }, - "id": "node/4659547204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547237", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437253, - 51.5294243 - ] - }, - "id": "node/4659547237" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547238", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9436206, - 51.5294175 - ] - }, - "id": "node/4659547238" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547239", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943523, - 51.5294097 - ] - }, - "id": "node/4659547239" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547240", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9434089, - 51.5294016 - ] - }, - "id": "node/4659547240" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547248", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943024, - 51.5293956 - ] - }, - "id": "node/4659547248" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547249", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9428436, - 51.5293954 - ] - }, - "id": "node/4659547249" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547250", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9426176, - 51.5293954 - ] - }, - "id": "node/4659547250" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547265", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9421084, - 51.5293953 - ] - }, - "id": "node/4659547265" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547274", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9412057, - 51.5294458 - ] - }, - "id": "node/4659547274" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547275", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9409106, - 51.5294018 - ] - }, - "id": "node/4659547275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547276", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9410303, - 51.5294017 - ] - }, - "id": "node/4659547276" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547277", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.941373, - 51.5294011 - ] - }, - "id": "node/4659547277" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547278", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9414511, - 51.529401 - ] - }, - "id": "node/4659547278" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547279", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9416114, - 51.5294008 - ] - }, - "id": "node/4659547279" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547280", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9418035, - 51.5293985 - ] - }, - "id": "node/4659547280" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547281", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9419049, - 51.5293974 - ] - }, - "id": "node/4659547281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547282", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9420073, - 51.5293963 - ] - }, - "id": "node/4659547282" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4659547283", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9422886, - 51.5293969 - ] - }, - "id": "node/4659547283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4666207920", - "natural": "tree", - "survey:date": "2017-02-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9564216, - 51.5104614 - ] - }, - "id": "node/4666207920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4666207921", - "natural": "tree", - "survey:date": "2017-02-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9565074, - 51.5104688 - ] - }, - "id": "node/4666207921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4681668950", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9422749, - 51.5245381 - ] - }, - "id": "node/4681668950" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4681668951", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9433618, - 51.5245561 - ] - }, - "id": "node/4681668951" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4681668952", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9428214, - 51.524496 - ] - }, - "id": "node/4681668952" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4681668953", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9428153, - 51.524791 - ] - }, - "id": "node/4681668953" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4697968108", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9495363, - 51.5174991 - ] - }, - "id": "node/4697968108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4697968109", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9492721, - 51.5174982 - ] - }, - "id": "node/4697968109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427271", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9702418, - 51.5171385 - ] - }, - "id": "node/4716427271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427272", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9703685, - 51.5171756 - ] - }, - "id": "node/4716427272" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427273", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9705087, - 51.5170191 - ] - }, - "id": "node/4716427273" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427274", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9704778, - 51.5170583 - ] - }, - "id": "node/4716427274" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427275", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9704812, - 51.5170892 - ] - }, - "id": "node/4716427275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427276", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9705241, - 51.5170754 - ] - }, - "id": "node/4716427276" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427277", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9702867, - 51.5170567 - ] - }, - "id": "node/4716427277" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427278", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9699819, - 51.5171101 - ] - }, - "id": "node/4716427278" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427279", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9698876, - 51.5171144 - ] - }, - "id": "node/4716427279" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427280", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9698094, - 51.5170885 - ] - }, - "id": "node/4716427280" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427281", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9697132, - 51.5170555 - ] - }, - "id": "node/4716427281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427282", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9696287, - 51.517028 - ] - }, - "id": "node/4716427282" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427283", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9695416, - 51.5169988 - ] - }, - "id": "node/4716427283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427284", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9693883, - 51.5169451 - ] - }, - "id": "node/4716427284" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427285", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9692888, - 51.5169116 - ] - }, - "id": "node/4716427285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427286", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9692056, - 51.5168836 - ] - }, - "id": "node/4716427286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427287", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9691342, - 51.51686 - ] - }, - "id": "node/4716427287" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427288", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.969043, - 51.5168296 - ] - }, - "id": "node/4716427288" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427289", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9689595, - 51.5167995 - ] - }, - "id": "node/4716427289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427290", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9688556, - 51.5167657 - ] - }, - "id": "node/4716427290" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427291", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9687698, - 51.5167359 - ] - }, - "id": "node/4716427291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427292", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9686859, - 51.5167083 - ] - }, - "id": "node/4716427292" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427293", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9685954, - 51.5166777 - ] - }, - "id": "node/4716427293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427294", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9685183, - 51.5166508 - ] - }, - "id": "node/4716427294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427295", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9684217, - 51.5166195 - ] - }, - "id": "node/4716427295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427296", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9683332, - 51.516589 - ] - }, - "id": "node/4716427296" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427297", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9682581, - 51.5165636 - ] - }, - "id": "node/4716427297" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4716427298", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9681599, - 51.5165302 - ] - }, - "id": "node/4716427298" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182707", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364248, - 51.5310024 - ] - }, - "id": "node/4717182707" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182708", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364814, - 51.5309599 - ] - }, - "id": "node/4717182708" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182709", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364135, - 51.5311414 - ] - }, - "id": "node/4717182709" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182754", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-03-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9347534, - 51.5360419 - ] - }, - "id": "node/4717182754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182755", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-03-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9347766, - 51.5359666 - ] - }, - "id": "node/4717182755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182756", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-03-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9347997, - 51.535894 - ] - }, - "id": "node/4717182756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182757", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-03-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9348198, - 51.5358268 - ] - }, - "id": "node/4717182757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182767", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9342373, - 51.5399196 - ] - }, - "id": "node/4717182767" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182768", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.934252, - 51.539857 - ] - }, - "id": "node/4717182768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182769", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9342091, - 51.5400332 - ] - }, - "id": "node/4717182769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182770", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9341927, - 51.540092 - ] - }, - "id": "node/4717182770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182771", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9341598, - 51.5402107 - ] - }, - "id": "node/4717182771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182772", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9341746, - 51.5401529 - ] - }, - "id": "node/4717182772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182773", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9341451, - 51.5402649 - ] - }, - "id": "node/4717182773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182774", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340681, - 51.5405672 - ] - }, - "id": "node/4717182774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182775", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340564, - 51.540623 - ] - }, - "id": "node/4717182775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182776", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340393, - 51.5406868 - ] - }, - "id": "node/4717182776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182777", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340242, - 51.5407454 - ] - }, - "id": "node/4717182777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182778", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340068, - 51.540809 - ] - }, - "id": "node/4717182778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182779", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.933995, - 51.5408699 - ] - }, - "id": "node/4717182779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182780", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339749, - 51.540936 - ] - }, - "id": "node/4717182780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182781", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339612, - 51.5409973 - ] - }, - "id": "node/4717182781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182782", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339454, - 51.5410559 - ] - }, - "id": "node/4717182782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182783", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339209, - 51.5411648 - ] - }, - "id": "node/4717182783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182784", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339303, - 51.5411166 - ] - }, - "id": "node/4717182784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182810", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9551746, - 51.5257809 - ] - }, - "id": "node/4717182810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182811", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9551555, - 51.5258759 - ] - }, - "id": "node/4717182811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182812", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9551354, - 51.5259512 - ] - }, - "id": "node/4717182812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182813", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9549892, - 51.5266841 - ] - }, - "id": "node/4717182813" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182814", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9550365, - 51.5264628 - ] - }, - "id": "node/4717182814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182815", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9551069, - 51.526084 - ] - }, - "id": "node/4717182815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182833", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.950906, - 51.5272467 - ] - }, - "id": "node/4717182833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182877", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9433518, - 51.5276868 - ] - }, - "id": "node/4717182877" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182892", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9483885, - 51.5244155 - ] - }, - "id": "node/4717182892" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182893", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9482302, - 51.5245885 - ] - }, - "id": "node/4717182893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182894", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9479781, - 51.5246907 - ] - }, - "id": "node/4717182894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182895", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9480405, - 51.5247808 - ] - }, - "id": "node/4717182895" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182897", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9476157, - 51.5250282 - ] - }, - "id": "node/4717182897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182902", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9485798, - 51.5242041 - ] - }, - "id": "node/4717182902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182903", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9486432, - 51.5241375 - ] - }, - "id": "node/4717182903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182904", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9486992, - 51.5240789 - ] - }, - "id": "node/4717182904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182905", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9496286, - 51.5230387 - ] - }, - "id": "node/4717182905" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182908", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9486285, - 51.5239838 - ] - }, - "id": "node/4717182908" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182909", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9492781, - 51.5232241 - ] - }, - "id": "node/4717182909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717182910", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.948931, - 51.5236497 - ] - }, - "id": "node/4717182910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4717836097", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "survey 2017-02-25" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9342235, - 51.5320068 - ] - }, - "id": "node/4717836097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718697354", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441908, - 51.5271827 - ] - }, - "id": "node/4718697354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718697897", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9553333, - 51.5248673 - ] - }, - "id": "node/4718697897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718697898", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-03-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9552965, - 51.5246381 - ] - }, - "id": "node/4718697898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718697915", - "natural": "tree", - "survey:date": "2017-03-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9507551, - 51.5212368 - ] - }, - "id": "node/4718697915" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718697916", - "natural": "tree", - "survey:date": "2017-03-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9507795, - 51.5211893 - ] - }, - "id": "node/4718697916" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718697917", - "natural": "tree", - "survey:date": "2017-03-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9508028, - 51.521145 - ] - }, - "id": "node/4718697917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718790090", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-03-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9348532, - 51.535672 - ] - }, - "id": "node/4718790090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718790091", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-03-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9348659, - 51.5356092 - ] - }, - "id": "node/4718790091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718790092", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-03-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9348974, - 51.5355375 - ] - }, - "id": "node/4718790092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718790093", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-03-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9349115, - 51.5354629 - ] - }, - "id": "node/4718790093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718790097", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-03-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9359671, - 51.5352378 - ] - }, - "id": "node/4718790097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718790104", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363002, - 51.535039 - ] - }, - "id": "node/4718790104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718790105", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363783, - 51.5351005 - ] - }, - "id": "node/4718790105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718790111", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-03-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.936329, - 51.5353191 - ] - }, - "id": "node/4718790111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718790117", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9362215, - 51.5348975 - ] - }, - "id": "node/4718790117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718790123", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-03-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9359078, - 51.5348889 - ] - }, - "id": "node/4718790123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718790126", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-03-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9352635, - 51.5349731 - ] - }, - "id": "node/4718790126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718790127", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-03-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9352884, - 51.534858 - ] - }, - "id": "node/4718790127" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718790130", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-03-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9355454, - 51.5351614 - ] - }, - "id": "node/4718790130" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718790136", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-03-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9349896, - 51.5351866 - ] - }, - "id": "node/4718790136" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718790144", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-03-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9351765, - 51.5343527 - ] - }, - "id": "node/4718790144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718790147", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-03-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9351873, - 51.5342117 - ] - }, - "id": "node/4718790147" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718790152", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-03-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9352279, - 51.5336867 - ] - }, - "id": "node/4718790152" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718790314", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9366986, - 51.5311587 - ] - }, - "id": "node/4718790314" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718790315", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9369826, - 51.5311377 - ] - }, - "id": "node/4718790315" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718790316", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9371244, - 51.5311325 - ] - }, - "id": "node/4718790316" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718790324", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9368817, - 51.5309369 - ] - }, - "id": "node/4718790324" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718790325", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9369759, - 51.5308954 - ] - }, - "id": "node/4718790325" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718790327", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9374691, - 51.5307893 - ] - }, - "id": "node/4718790327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718790328", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9373793, - 51.530894 - ] - }, - "id": "node/4718790328" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718790329", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9373028, - 51.5309891 - ] - }, - "id": "node/4718790329" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718925860", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9329348, - 51.5421135 - ] - }, - "id": "node/4718925860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718925880", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9334355, - 51.5386784 - ] - }, - "id": "node/4718925880" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718925881", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9334168, - 51.5385904 - ] - }, - "id": "node/4718925881" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718925882", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.933231, - 51.5383011 - ] - }, - "id": "node/4718925882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718925884", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9333028, - 51.5383835 - ] - }, - "id": "node/4718925884" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718926802", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9342281, - 51.5377245 - ] - }, - "id": "node/4718926802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956181", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9535555, - 51.5306219 - ] - }, - "id": "node/4718956181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956203", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9504659, - 51.5361147 - ] - }, - "id": "node/4718956203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956204", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9501252, - 51.5365523 - ] - }, - "id": "node/4718956204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956205", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9502399, - 51.5364038 - ] - }, - "id": "node/4718956205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956206", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9502956, - 51.536332 - ] - }, - "id": "node/4718956206" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956207", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9503539, - 51.5362582 - ] - }, - "id": "node/4718956207" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956208", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9500307, - 51.5364918 - ] - }, - "id": "node/4718956208" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956209", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9500659, - 51.5366292 - ] - }, - "id": "node/4718956209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956210", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9498906, - 51.5366732 - ] - }, - "id": "node/4718956210" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956222", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9495818, - 51.5370538 - ] - }, - "id": "node/4718956222" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956223", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9497162, - 51.5370557 - ] - }, - "id": "node/4718956223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956224", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9495201, - 51.5371327 - ] - }, - "id": "node/4718956224" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956225", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9496575, - 51.5371437 - ] - }, - "id": "node/4718956225" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956226", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9496029, - 51.5372048 - ] - }, - "id": "node/4718956226" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956227", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9494751, - 51.5371961 - ] - }, - "id": "node/4718956227" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956228", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9494175, - 51.537267 - ] - }, - "id": "node/4718956228" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956229", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9495016, - 51.5373404 - ] - }, - "id": "node/4718956229" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956230", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9492478, - 51.5374836 - ] - }, - "id": "node/4718956230" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956231", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9493048, - 51.5374127 - ] - }, - "id": "node/4718956231" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956232", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.949446, - 51.5374109 - ] - }, - "id": "node/4718956232" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956233", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9493803, - 51.5374945 - ] - }, - "id": "node/4718956233" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956234", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.949334, - 51.5375591 - ] - }, - "id": "node/4718956234" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956235", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9492706, - 51.5376323 - ] - }, - "id": "node/4718956235" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956236", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9492146, - 51.5377064 - ] - }, - "id": "node/4718956236" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956237", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.949162, - 51.5377702 - ] - }, - "id": "node/4718956237" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956238", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490976, - 51.5378528 - ] - }, - "id": "node/4718956238" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956239", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490436, - 51.5379249 - ] - }, - "id": "node/4718956239" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956240", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9489856, - 51.5380004 - ] - }, - "id": "node/4718956240" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956241", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9489276, - 51.5380688 - ] - }, - "id": "node/4718956241" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956242", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9488069, - 51.5382431 - ] - }, - "id": "node/4718956242" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956243", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490074, - 51.5377903 - ] - }, - "id": "node/4718956243" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956244", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9489038, - 51.5379243 - ] - }, - "id": "node/4718956244" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956245", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9488106, - 51.5380421 - ] - }, - "id": "node/4718956245" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956250", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9486735, - 51.5382221 - ] - }, - "id": "node/4718956250" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718956251", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9487365, - 51.5381439 - ] - }, - "id": "node/4718956251" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718987994", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9551156, - 51.5270066 - ] - }, - "id": "node/4718987994" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721234778", - "natural": "tree", - "survey:date": "2017-03-06" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9564054, - 51.510465 - ] - }, - "id": "node/4721234778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721234780", - "natural": "tree", - "survey:date": "2017-03-06" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.955983, - 51.5106747 - ] - }, - "id": "node/4721234780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721234782", - "natural": "tree", - "survey:date": "2017-03-06" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9560454, - 51.5105846 - ] - }, - "id": "node/4721234782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721269027", - "denotation": "natural_monument", - "description": "5 Linden", - "natural": "tree", - "ref": "ND GÖ-S 63" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9652259, - 51.5063169 - ] - }, - "id": "node/4721269027" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721339173", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9620334, - 51.507966 - ] - }, - "id": "node/4721339173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721339177", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.962648, - 51.5079916 - ] - }, - "id": "node/4721339177" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721339179", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9632847, - 51.5079643 - ] - }, - "id": "node/4721339179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721339234", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9639335, - 51.5079365 - ] - }, - "id": "node/4721339234" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721797724", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9617006, - 51.5080094 - ] - }, - "id": "node/4721797724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721797829", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9632929, - 51.5080771 - ] - }, - "id": "node/4721797829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721797830", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9632208, - 51.5080687 - ] - }, - "id": "node/4721797830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721835599", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9576691, - 51.5090757 - ] - }, - "id": "node/4721835599" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721835600", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9579018, - 51.5089329 - ] - }, - "id": "node/4721835600" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721835603", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9581281, - 51.5088054 - ] - }, - "id": "node/4721835603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721835604", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9584329, - 51.5086305 - ] - }, - "id": "node/4721835604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721835605", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9585938, - 51.5085347 - ] - }, - "id": "node/4721835605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721835606", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9586481, - 51.5083797 - ] - }, - "id": "node/4721835606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721835607", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9588245, - 51.5082998 - ] - }, - "id": "node/4721835607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721835608", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9590273, - 51.5082084 - ] - }, - "id": "node/4721835608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721835609", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9591607, - 51.5081621 - ] - }, - "id": "node/4721835609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721835610", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9592868, - 51.5081133 - ] - }, - "id": "node/4721835610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721835611", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9594216, - 51.508048 - ] - }, - "id": "node/4721835611" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721835612", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9595892, - 51.5078992 - ] - }, - "id": "node/4721835612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721835613", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9599828, - 51.5074032 - ] - }, - "id": "node/4721835613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721835614", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9599423, - 51.5075084 - ] - }, - "id": "node/4721835614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721835615", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598977, - 51.5076171 - ] - }, - "id": "node/4721835615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721835616", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598323, - 51.5076939 - ] - }, - "id": "node/4721835616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721835617", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9597458, - 51.5077396 - ] - }, - "id": "node/4721835617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4721916068", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9516265, - 51.5114626 - ] - }, - "id": "node/4721916068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723023321", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9432491, - 51.5206494 - ] - }, - "id": "node/4723023321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723023322", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9431304, - 51.5206365 - ] - }, - "id": "node/4723023322" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723023323", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9430553, - 51.5206482 - ] - }, - "id": "node/4723023323" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723119731", - "board_type": "plants", - "description": "Baum des Jahres 2005: Rosskastanie", - "natural": "tree", - "survey:date": "2021-05-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9189628, - 51.51771 - ] - }, - "id": "node/4723119731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723119732", - "board_type": "plants", - "description": "Baum des Jahres 1999: Silberweide", - "natural": "tree", - "start_date": "2017/Q1", - "survey:date": "2017-04-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9197212, - 51.5169022 - ] - }, - "id": "node/4723119732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723119733", - "board_type": "plants", - "description": "Baum des Jahres 2008: Walnuss", - "natural": "tree", - "start_date": "2017/Q1", - "survey:date": "2017-04-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9187925, - 51.5170028 - ] - }, - "id": "node/4723119733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162814", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9209411, - 51.5276765 - ] - }, - "id": "node/4723162814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162815", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9210135, - 51.5276265 - ] - }, - "id": "node/4723162815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162816", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9212737, - 51.527752 - ] - }, - "id": "node/4723162816" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162817", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9213488, - 51.5277049 - ] - }, - "id": "node/4723162817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162818", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9215365, - 51.5275906 - ] - }, - "id": "node/4723162818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162819", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9219945, - 51.5272427 - ] - }, - "id": "node/4723162819" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162820", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9218819, - 51.5273399 - ] - }, - "id": "node/4723162820" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162821", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9217404, - 51.5274588 - ] - }, - "id": "node/4723162821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162822", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1465", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9221286, - 51.5272497 - ] - }, - "id": "node/4723162822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162823", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1466", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9222098, - 51.5271667 - ] - }, - "id": "node/4723162823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162824", - "genus": "Betula", - "natural": "tree", - "ref": "500", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9219261, - 51.5274375 - ] - }, - "id": "node/4723162824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162825", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1464", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.922026, - 51.5273494 - ] - }, - "id": "node/4723162825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162826", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9220891, - 51.5271342 - ] - }, - "id": "node/4723162826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162827", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9219328, - 51.52675 - ] - }, - "id": "node/4723162827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162828", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9221273, - 51.5267483 - ] - }, - "id": "node/4723162828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162829", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9219402, - 51.5266649 - ] - }, - "id": "node/4723162829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162830", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9220984, - 51.5266619 - ] - }, - "id": "node/4723162830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162831", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9220347, - 51.5263683 - ] - }, - "id": "node/4723162831" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162832", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9219087, - 51.5261188 - ] - }, - "id": "node/4723162832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162833", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9218114, - 51.5263228 - ] - }, - "id": "node/4723162833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162834", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9217075, - 51.526513 - ] - }, - "id": "node/4723162834" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162835", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9215312, - 51.526742 - ] - }, - "id": "node/4723162835" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162836", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9213944, - 51.5269235 - ] - }, - "id": "node/4723162836" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162837", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9219663, - 51.5270992 - ] - }, - "id": "node/4723162837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162838", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9218617, - 51.5271446 - ] - }, - "id": "node/4723162838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162839", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.921735, - 51.5272009 - ] - }, - "id": "node/4723162839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162840", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9215117, - 51.5272894 - ] - }, - "id": "node/4723162840" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162841", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9214004, - 51.5273557 - ] - }, - "id": "node/4723162841" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162842", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9213179, - 51.5274091 - ] - }, - "id": "node/4723162842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162843", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.921224, - 51.5274638 - ] - }, - "id": "node/4723162843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162844", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9209612, - 51.5273799 - ] - }, - "id": "node/4723162844" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162845", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9207117, - 51.5275793 - ] - }, - "id": "node/4723162845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162846", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9204288, - 51.5277725 - ] - }, - "id": "node/4723162846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162847", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9201545, - 51.5279456 - ] - }, - "id": "node/4723162847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162848", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9198588, - 51.5281458 - ] - }, - "id": "node/4723162848" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162849", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9187665, - 51.5287991 - ] - }, - "id": "node/4723162849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162850", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185834, - 51.5287595 - ] - }, - "id": "node/4723162850" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162851", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185251, - 51.5287432 - ] - }, - "id": "node/4723162851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162852", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184292, - 51.5287261 - ] - }, - "id": "node/4723162852" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162853", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9183172, - 51.5286827 - ] - }, - "id": "node/4723162853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162854", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9182139, - 51.5286727 - ] - }, - "id": "node/4723162854" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162855", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9178947, - 51.5285847 - ] - }, - "id": "node/4723162855" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162856", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9176185, - 51.5285217 - ] - }, - "id": "node/4723162856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162857", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9180946, - 51.5284692 - ] - }, - "id": "node/4723162857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162858", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9179799, - 51.5284454 - ] - }, - "id": "node/4723162858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162859", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9182032, - 51.5284967 - ] - }, - "id": "node/4723162859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162860", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184868, - 51.5285584 - ] - }, - "id": "node/4723162860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162861", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186277, - 51.5285901 - ] - }, - "id": "node/4723162861" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162862", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9187665, - 51.5286189 - ] - }, - "id": "node/4723162862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162863", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194866, - 51.5284041 - ] - }, - "id": "node/4723162863" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162864", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.919317, - 51.5285376 - ] - }, - "id": "node/4723162864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162865", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9191869, - 51.5285668 - ] - }, - "id": "node/4723162865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162866", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9191024, - 51.5286406 - ] - }, - "id": "node/4723162866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723162873", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9211302, - 51.5275209 - ] - }, - "id": "node/4723162873" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723362852", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9246908, - 51.5338586 - ] - }, - "id": "node/4723362852" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723362853", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9245956, - 51.5338849 - ] - }, - "id": "node/4723362853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723362854", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9245004, - 51.5339103 - ] - }, - "id": "node/4723362854" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723362855", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9244025, - 51.5339424 - ] - }, - "id": "node/4723362855" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723362856", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9242831, - 51.5339783 - ] - }, - "id": "node/4723362856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4723362857", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.924208, - 51.5340046 - ] - }, - "id": "node/4723362857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932355", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9508534, - 51.5267854 - ] - }, - "id": "node/4724932355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932356", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9509, - 51.5266865 - ] - }, - "id": "node/4724932356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932357", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9509436, - 51.5265968 - ] - }, - "id": "node/4724932357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932358", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9509684, - 51.5265177 - ] - }, - "id": "node/4724932358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932359", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9516332, - 51.5270758 - ] - }, - "id": "node/4724932359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932360", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9508185, - 51.5270717 - ] - }, - "id": "node/4724932360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932363", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.951071, - 51.5270957 - ] - }, - "id": "node/4724932363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932364", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9511783, - 51.5270561 - ] - }, - "id": "node/4724932364" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932365", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9512503, - 51.527106 - ] - }, - "id": "node/4724932365" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932366", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9512849, - 51.5270669 - ] - }, - "id": "node/4724932366" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932367", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9514743, - 51.5270797 - ] - }, - "id": "node/4724932367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932368", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9519061, - 51.5269241 - ] - }, - "id": "node/4724932368" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932369", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9517945, - 51.5270835 - ] - }, - "id": "node/4724932369" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932370", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9521365, - 51.5270349 - ] - }, - "id": "node/4724932370" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932371", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.952169, - 51.5270376 - ] - }, - "id": "node/4724932371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932372", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9523313, - 51.5270831 - ] - }, - "id": "node/4724932372" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932373", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9525224, - 51.5271042 - ] - }, - "id": "node/4724932373" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932374", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9525817, - 51.5271008 - ] - }, - "id": "node/4724932374" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932375", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.952737, - 51.527109 - ] - }, - "id": "node/4724932375" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932376", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.952852, - 51.5271119 - ] - }, - "id": "node/4724932376" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932377", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9532271, - 51.5271227 - ] - }, - "id": "node/4724932377" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932378", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9531165, - 51.5270975 - ] - }, - "id": "node/4724932378" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932379", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9530384, - 51.5271031 - ] - }, - "id": "node/4724932379" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932380", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9530028, - 51.5270912 - ] - }, - "id": "node/4724932380" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932381", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9528567, - 51.5268797 - ] - }, - "id": "node/4724932381" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932382", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9529378, - 51.5268927 - ] - }, - "id": "node/4724932382" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932383", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9532677, - 51.5269198 - ] - }, - "id": "node/4724932383" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932384", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.953375, - 51.5269296 - ] - }, - "id": "node/4724932384" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932385", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9534384, - 51.5269331 - ] - }, - "id": "node/4724932385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932386", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9535497, - 51.5270502 - ] - }, - "id": "node/4724932386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932387", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9535131, - 51.5270316 - ] - }, - "id": "node/4724932387" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932388", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.953428, - 51.5270072 - ] - }, - "id": "node/4724932388" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932389", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9536114, - 51.5268939 - ] - }, - "id": "node/4724932389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932390", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9538018, - 51.527027 - ] - }, - "id": "node/4724932390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932391", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.953785, - 51.5269498 - ] - }, - "id": "node/4724932391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932392", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9543972, - 51.527003 - ] - }, - "id": "node/4724932392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932393", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9541485, - 51.5269986 - ] - }, - "id": "node/4724932393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932394", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9540123, - 51.5270985 - ] - }, - "id": "node/4724932394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932395", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9542008, - 51.5270981 - ] - }, - "id": "node/4724932395" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932396", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9543315, - 51.5274174 - ] - }, - "id": "node/4724932396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932397", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9539329, - 51.5275237 - ] - }, - "id": "node/4724932397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932398", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9536325, - 51.5274181 - ] - }, - "id": "node/4724932398" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932399", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9537632, - 51.5273483 - ] - }, - "id": "node/4724932399" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932400", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9535825, - 51.527344 - ] - }, - "id": "node/4724932400" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932401", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9532127, - 51.5273289 - ] - }, - "id": "node/4724932401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932402", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9531108, - 51.5273243 - ] - }, - "id": "node/4724932402" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932403", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9522984, - 51.5273331 - ] - }, - "id": "node/4724932403" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932404", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9524912, - 51.5273356 - ] - }, - "id": "node/4724932404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932405", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9528583, - 51.5273425 - ] - }, - "id": "node/4724932405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932406", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9526967, - 51.52734 - ] - }, - "id": "node/4724932406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932407", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9526179, - 51.5274087 - ] - }, - "id": "node/4724932407" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932408", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.952227, - 51.5273899 - ] - }, - "id": "node/4724932408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932409", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9520111, - 51.5272612 - ] - }, - "id": "node/4724932409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932410", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9519058, - 51.5272575 - ] - }, - "id": "node/4724932410" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932411", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9515729, - 51.5273113 - ] - }, - "id": "node/4724932411" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932412", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9516259, - 51.5272548 - ] - }, - "id": "node/4724932412" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932413", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9517201, - 51.5273092 - ] - }, - "id": "node/4724932413" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724932414", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9511689, - 51.5272509 - ] - }, - "id": "node/4724932414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724937050", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9477839, - 51.5217907 - ] - }, - "id": "node/4724937050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724937051", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9477159, - 51.5218643 - ] - }, - "id": "node/4724937051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724937052", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.947454, - 51.5215844 - ] - }, - "id": "node/4724937052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724937053", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.947041, - 51.5215992 - ] - }, - "id": "node/4724937053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724937054", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9472653, - 51.5214703 - ] - }, - "id": "node/4724937054" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724937055", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9472371, - 51.5214548 - ] - }, - "id": "node/4724937055" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724937056", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9472022, - 51.521494 - ] - }, - "id": "node/4724937056" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724937057", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9473414, - 51.5214999 - ] - }, - "id": "node/4724937057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724937063", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9469652, - 51.5212825 - ] - }, - "id": "node/4724937063" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724937064", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9469079, - 51.5212559 - ] - }, - "id": "node/4724937064" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724937065", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468495, - 51.5212288 - ] - }, - "id": "node/4724937065" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724937066", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9467851, - 51.521199 - ] - }, - "id": "node/4724937066" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724937067", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468013, - 51.5214046 - ] - }, - "id": "node/4724937067" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724937068", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9467421, - 51.5213786 - ] - }, - "id": "node/4724937068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724937069", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466825, - 51.5213524 - ] - }, - "id": "node/4724937069" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724937070", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466229, - 51.5213262 - ] - }, - "id": "node/4724937070" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724937737", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9471999, - 51.5211618 - ] - }, - "id": "node/4724937737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724937738", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9476039, - 51.5214072 - ] - }, - "id": "node/4724937738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724937739", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9476897, - 51.5214656 - ] - }, - "id": "node/4724937739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724937740", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9478218, - 51.5215421 - ] - }, - "id": "node/4724937740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724937741", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.947683, - 51.5215231 - ] - }, - "id": "node/4724937741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724937742", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9476056, - 51.5214766 - ] - }, - "id": "node/4724937742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724937743", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9472988, - 51.5212916 - ] - }, - "id": "node/4724937743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724937744", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9471429, - 51.5212058 - ] - }, - "id": "node/4724937744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4724937745", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9469109, - 51.5210924 - ] - }, - "id": "node/4724937745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4726769766", - "genus": "Betula", - "natural": "tree", - "survey:date": "2017-03-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9602214, - 51.5229698 - ] - }, - "id": "node/4726769766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4733023547", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9634511, - 51.5088704 - ] - }, - "id": "node/4733023547" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4733023548", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9636898, - 51.5088979 - ] - }, - "id": "node/4733023548" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4733023550", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9638022, - 51.5089101 - ] - }, - "id": "node/4733023550" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4733023551", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9639715, - 51.5089253 - ] - }, - "id": "node/4733023551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4733023552", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9640905, - 51.5089384 - ] - }, - "id": "node/4733023552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4733023554", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9642612, - 51.5089562 - ] - }, - "id": "node/4733023554" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4733023555", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9643751, - 51.5089679 - ] - }, - "id": "node/4733023555" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4733023556", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9645438, - 51.5089843 - ] - }, - "id": "node/4733023556" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4733023557", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9646571, - 51.5089954 - ] - }, - "id": "node/4733023557" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4733023559", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9648248, - 51.5090171 - ] - }, - "id": "node/4733023559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4733023560", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.965038, - 51.5090388 - ] - }, - "id": "node/4733023560" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4733023561", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9651681, - 51.5090509 - ] - }, - "id": "node/4733023561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4733023563", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9652931, - 51.5090653 - ] - }, - "id": "node/4733023563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4733023564", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9654621, - 51.5090849 - ] - }, - "id": "node/4733023564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4733023565", - "genus": "Betula", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9656106, - 51.5091035 - ] - }, - "id": "node/4733023565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178920", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9376708, - 51.5398284 - ] - }, - "id": "node/4734178920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178921", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9380075, - 51.5397033 - ] - }, - "id": "node/4734178921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178922", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9382187, - 51.5395748 - ] - }, - "id": "node/4734178922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178923", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9383816, - 51.5395052 - ] - }, - "id": "node/4734178923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178924", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9383756, - 51.5396015 - ] - }, - "id": "node/4734178924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178925", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9385218, - 51.5395143 - ] - }, - "id": "node/4734178925" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178926", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9385151, - 51.5394409 - ] - }, - "id": "node/4734178926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178927", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9387994, - 51.5394311 - ] - }, - "id": "node/4734178927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178928", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9387169, - 51.5393518 - ] - }, - "id": "node/4734178928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178929", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9380329, - 51.5396037 - ] - }, - "id": "node/4734178929" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178930", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9381087, - 51.5393415 - ] - }, - "id": "node/4734178930" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178931", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.937754, - 51.5397309 - ] - }, - "id": "node/4734178931" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178932", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9378163, - 51.539547 - ] - }, - "id": "node/4734178932" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178933", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9378754, - 51.5393806 - ] - }, - "id": "node/4734178933" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178934", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9376199, - 51.5392613 - ] - }, - "id": "node/4734178934" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178935", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9376521, - 51.5391186 - ] - }, - "id": "node/4734178935" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178936", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9376722, - 51.5390452 - ] - }, - "id": "node/4734178936" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178937", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9374683, - 51.5391028 - ] - }, - "id": "node/4734178937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178938", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9368212, - 51.5390077 - ] - }, - "id": "node/4734178938" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178939", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9366771, - 51.5392801 - ] - }, - "id": "node/4734178939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178940", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9368273, - 51.5391608 - ] - }, - "id": "node/4734178940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178941", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9367073, - 51.5391895 - ] - }, - "id": "node/4734178941" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178945", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9354252, - 51.5395034 - ] - }, - "id": "node/4734178945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178946", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9354899, - 51.5393706 - ] - }, - "id": "node/4734178946" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178947", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9356967, - 51.5392522 - ] - }, - "id": "node/4734178947" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178948", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9358322, - 51.5392351 - ] - }, - "id": "node/4734178948" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178949", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9359006, - 51.5390991 - ] - }, - "id": "node/4734178949" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178950", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360877, - 51.5389805 - ] - }, - "id": "node/4734178950" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178951", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360317, - 51.5388487 - ] - }, - "id": "node/4734178951" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178952", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.936207, - 51.5388037 - ] - }, - "id": "node/4734178952" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178953", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364162, - 51.5387003 - ] - }, - "id": "node/4734178953" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178954", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363022, - 51.5386966 - ] - }, - "id": "node/4734178954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178955", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9362632, - 51.5386957 - ] - }, - "id": "node/4734178955" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178956", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9362214, - 51.5386947 - ] - }, - "id": "node/4734178956" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178957", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361182, - 51.5387009 - ] - }, - "id": "node/4734178957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178958", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360743, - 51.538708 - ] - }, - "id": "node/4734178958" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178959", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360344, - 51.5387107 - ] - }, - "id": "node/4734178959" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178960", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9359646, - 51.5387118 - ] - }, - "id": "node/4734178960" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178961", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9357504, - 51.538718 - ] - }, - "id": "node/4734178961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178962", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9357132, - 51.5387172 - ] - }, - "id": "node/4734178962" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178963", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9356764, - 51.5387164 - ] - }, - "id": "node/4734178963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178964", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9356408, - 51.5387156 - ] - }, - "id": "node/4734178964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178965", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9356053, - 51.5387148 - ] - }, - "id": "node/4734178965" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178966", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9355694, - 51.538714 - ] - }, - "id": "node/4734178966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178967", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9355332, - 51.5387132 - ] - }, - "id": "node/4734178967" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178968", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9355029, - 51.5387126 - ] - }, - "id": "node/4734178968" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178969", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9354554, - 51.5387115 - ] - }, - "id": "node/4734178969" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178970", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9354152, - 51.5387106 - ] - }, - "id": "node/4734178970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178971", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9353746, - 51.5387097 - ] - }, - "id": "node/4734178971" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178972", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9353366, - 51.5387089 - ] - }, - "id": "node/4734178972" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178973", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9344441, - 51.5384545 - ] - }, - "id": "node/4734178973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178974", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9346399, - 51.5384805 - ] - }, - "id": "node/4734178974" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178975", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364692, - 51.5385785 - ] - }, - "id": "node/4734178975" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178976", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9362804, - 51.5385652 - ] - }, - "id": "node/4734178976" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178977", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363566, - 51.5385694 - ] - }, - "id": "node/4734178977" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178978", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361604, - 51.5385735 - ] - }, - "id": "node/4734178978" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178979", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360947, - 51.5385704 - ] - }, - "id": "node/4734178979" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178980", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360404, - 51.5385683 - ] - }, - "id": "node/4734178980" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178981", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9359512, - 51.5385702 - ] - }, - "id": "node/4734178981" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178982", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9358396, - 51.538565 - ] - }, - "id": "node/4734178982" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178983", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9356863, - 51.5384922 - ] - }, - "id": "node/4734178983" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178984", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9356884, - 51.5385381 - ] - }, - "id": "node/4734178984" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178985", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9355713, - 51.5385362 - ] - }, - "id": "node/4734178985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178986", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9354034, - 51.5385249 - ] - }, - "id": "node/4734178986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178987", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.935346, - 51.5385181 - ] - }, - "id": "node/4734178987" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178988", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9352753, - 51.5385103 - ] - }, - "id": "node/4734178988" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734178989", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9351164, - 51.538498 - ] - }, - "id": "node/4734178989" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734179645", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.936067, - 51.5427094 - ] - }, - "id": "node/4734179645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734179646", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360474, - 51.5427904 - ] - }, - "id": "node/4734179646" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734179647", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360273, - 51.5428731 - ] - }, - "id": "node/4734179647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734179648", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360083, - 51.5429518 - ] - }, - "id": "node/4734179648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734179649", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361722, - 51.5432121 - ] - }, - "id": "node/4734179649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734179650", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361928, - 51.5431323 - ] - }, - "id": "node/4734179650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734179651", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.936213, - 51.5430539 - ] - }, - "id": "node/4734179651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734179652", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9362331, - 51.5429756 - ] - }, - "id": "node/4734179652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734179653", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9362545, - 51.5428926 - ] - }, - "id": "node/4734179653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734179654", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9362745, - 51.542815 - ] - }, - "id": "node/4734179654" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734179655", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9362949, - 51.5427356 - ] - }, - "id": "node/4734179655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734179656", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363223, - 51.5426291 - ] - }, - "id": "node/4734179656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734179657", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.936343, - 51.5425486 - ] - }, - "id": "node/4734179657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734179658", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363634, - 51.5424694 - ] - }, - "id": "node/4734179658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734179659", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363846, - 51.5423872 - ] - }, - "id": "node/4734179659" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734179660", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364046, - 51.5423095 - ] - }, - "id": "node/4734179660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734179661", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361699, - 51.5422807 - ] - }, - "id": "node/4734179661" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734179662", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361562, - 51.5423424 - ] - }, - "id": "node/4734179662" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734179663", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361404, - 51.5423968 - ] - }, - "id": "node/4734179663" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734179664", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361897, - 51.5422058 - ] - }, - "id": "node/4734179664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734179665", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9365166, - 51.5420544 - ] - }, - "id": "node/4734179665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734179666", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9365025, - 51.5422467 - ] - }, - "id": "node/4734179666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734179667", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364123, - 51.5421752 - ] - }, - "id": "node/4734179667" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4734179668", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.936469, - 51.542211 - ] - }, - "id": "node/4734179668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507336", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8991505, - 51.5354419 - ] - }, - "id": "node/4736507336" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507337", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8991063, - 51.5355215 - ] - }, - "id": "node/4736507337" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507338", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8992015, - 51.5355336 - ] - }, - "id": "node/4736507338" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507339", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8993484, - 51.5355837 - ] - }, - "id": "node/4736507339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507340", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995535, - 51.5355566 - ] - }, - "id": "node/4736507340" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507341", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994577, - 51.5355774 - ] - }, - "id": "node/4736507341" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507342", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8993879, - 51.535499 - ] - }, - "id": "node/4736507342" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507343", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996863, - 51.5357438 - ] - }, - "id": "node/4736507343" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507344", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8998405, - 51.5356221 - ] - }, - "id": "node/4736507344" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507345", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8992981, - 51.5357718 - ] - }, - "id": "node/4736507345" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507346", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994912, - 51.5358302 - ] - }, - "id": "node/4736507346" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507347", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996092, - 51.535854 - ] - }, - "id": "node/4736507347" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507348", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997829, - 51.5359353 - ] - }, - "id": "node/4736507348" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507349", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000739, - 51.5360145 - ] - }, - "id": "node/4736507349" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507350", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999277, - 51.5359787 - ] - }, - "id": "node/4736507350" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507351", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006378, - 51.5362719 - ] - }, - "id": "node/4736507351" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507352", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900788, - 51.5363086 - ] - }, - "id": "node/4736507352" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507353", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9008879, - 51.536284 - ] - }, - "id": "node/4736507353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507354", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999344, - 51.5347476 - ] - }, - "id": "node/4736507354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507355", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900027, - 51.5347392 - ] - }, - "id": "node/4736507355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507356", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002637, - 51.5348406 - ] - }, - "id": "node/4736507356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507357", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001054, - 51.5347985 - ] - }, - "id": "node/4736507357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507358", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997949, - 51.5347851 - ] - }, - "id": "node/4736507358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507359", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8998332, - 51.5347234 - ] - }, - "id": "node/4736507359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507360", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997554, - 51.5348343 - ] - }, - "id": "node/4736507360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507361", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997869, - 51.535085 - ] - }, - "id": "node/4736507361" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507362", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8998117, - 51.5350129 - ] - }, - "id": "node/4736507362" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507363", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997333, - 51.5349841 - ] - }, - "id": "node/4736507363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507364", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995173, - 51.5351443 - ] - }, - "id": "node/4736507364" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507365", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990902, - 51.5356014 - ] - }, - "id": "node/4736507365" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507366", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89906, - 51.5356531 - ] - }, - "id": "node/4736507366" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507367", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990359, - 51.5356264 - ] - }, - "id": "node/4736507367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507368", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8989977, - 51.5355835 - ] - }, - "id": "node/4736507368" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507369", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899056, - 51.5355685 - ] - }, - "id": "node/4736507369" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507370", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990278, - 51.5355422 - ] - }, - "id": "node/4736507370" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507371", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8991572, - 51.5354433 - ] - }, - "id": "node/4736507371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507372", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8992189, - 51.535362 - ] - }, - "id": "node/4736507372" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507373", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996783, - 51.535596 - ] - }, - "id": "node/4736507373" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507374", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997366, - 51.535621 - ] - }, - "id": "node/4736507374" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507375", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899581, - 51.5355505 - ] - }, - "id": "node/4736507375" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507376", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994013, - 51.535493 - ] - }, - "id": "node/4736507376" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507377", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994811, - 51.5355872 - ] - }, - "id": "node/4736507377" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507379", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900544, - 51.5358362 - ] - }, - "id": "node/4736507379" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507380", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999244, - 51.5356273 - ] - }, - "id": "node/4736507380" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507381", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8998513, - 51.535616 - ] - }, - "id": "node/4736507381" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507382", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999753, - 51.5356577 - ] - }, - "id": "node/4736507382" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507385", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005728, - 51.5354917 - ] - }, - "id": "node/4736507385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507386", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000115, - 51.5353541 - ] - }, - "id": "node/4736507386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507387", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003448, - 51.5351051 - ] - }, - "id": "node/4736507387" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507388", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002865, - 51.5352077 - ] - }, - "id": "node/4736507388" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507389", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002067, - 51.535176 - ] - }, - "id": "node/4736507389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507390", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003549, - 51.5350066 - ] - }, - "id": "node/4736507390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507391", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9004823, - 51.5350412 - ] - }, - "id": "node/4736507391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507392", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007465, - 51.5352248 - ] - }, - "id": "node/4736507392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507393", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9008993, - 51.5353803 - ] - }, - "id": "node/4736507393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507394", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900837, - 51.5353328 - ] - }, - "id": "node/4736507394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507395", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9010509, - 51.5353587 - ] - }, - "id": "node/4736507395" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507396", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007431, - 51.5354613 - ] - }, - "id": "node/4736507396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736507397", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9008088, - 51.5354596 - ] - }, - "id": "node/4736507397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736508159", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9015, - 51.536411 - ] - }, - "id": "node/4736508159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736540969", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.901221, - 51.5358565 - ] - }, - "id": "node/4736540969" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736540970", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9008536, - 51.5359887 - ] - }, - "id": "node/4736540970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736540971", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9009146, - 51.5360017 - ] - }, - "id": "node/4736540971" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736540972", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9009394, - 51.5360054 - ] - }, - "id": "node/4736540972" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736540973", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900989, - 51.5360217 - ] - }, - "id": "node/4736540973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736541034", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.90104, - 51.5353685 - ] - }, - "id": "node/4736541034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4736607631", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9547404, - 51.5167317 - ] - }, - "id": "node/4736607631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742052060", - "natural": "tree", - "survey:date": "2017-03-13" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9593738, - 51.5092464 - ] - }, - "id": "node/4742052060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742121539", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9518756, - 51.5183644 - ] - }, - "id": "node/4742121539" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742121540", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9519413, - 51.518284 - ] - }, - "id": "node/4742121540" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742121541", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9523789, - 51.5178642 - ] - }, - "id": "node/4742121541" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742121542", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9524875, - 51.5177797 - ] - }, - "id": "node/4742121542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742121543", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9525536, - 51.5177304 - ] - }, - "id": "node/4742121543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742121544", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9526434, - 51.5176618 - ] - }, - "id": "node/4742121544" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742121545", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9528184, - 51.5175276 - ] - }, - "id": "node/4742121545" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742183063", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9484594, - 51.5156072 - ] - }, - "id": "node/4742183063" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742183095", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9480403, - 51.5153695 - ] - }, - "id": "node/4742183095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742183126", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.947754, - 51.5153673 - ] - }, - "id": "node/4742183126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742183127", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9478928, - 51.5154272 - ] - }, - "id": "node/4742183127" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742183128", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9483816, - 51.5154764 - ] - }, - "id": "node/4742183128" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742183129", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9481868, - 51.5154504 - ] - }, - "id": "node/4742183129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742183130", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9483065, - 51.5153231 - ] - }, - "id": "node/4742183130" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742183131", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9480789, - 51.5153195 - ] - }, - "id": "node/4742183131" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742183132", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9479639, - 51.5153216 - ] - }, - "id": "node/4742183132" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742183133", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9478445, - 51.51532 - ] - }, - "id": "node/4742183133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742183134", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9481315, - 51.5151975 - ] - }, - "id": "node/4742183134" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742183135", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9478992, - 51.5151921 - ] - }, - "id": "node/4742183135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742183136", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9481536, - 51.514491 - ] - }, - "id": "node/4742183136" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742183137", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.947927, - 51.5144904 - ] - }, - "id": "node/4742183137" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742183138", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9479206, - 51.5146112 - ] - }, - "id": "node/4742183138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742183139", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9481479, - 51.5146786 - ] - }, - "id": "node/4742183139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742183140", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9479122, - 51.5149006 - ] - }, - "id": "node/4742183140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742183141", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9481355, - 51.5150927 - ] - }, - "id": "node/4742183141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742183142", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9479029, - 51.5150487 - ] - }, - "id": "node/4742183142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742253846", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9541899, - 51.5127051 - ] - }, - "id": "node/4742253846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742253847", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9537971, - 51.5126469 - ] - }, - "id": "node/4742253847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742253848", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9539681, - 51.5126794 - ] - }, - "id": "node/4742253848" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4742253849", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9536382, - 51.5126018 - ] - }, - "id": "node/4742253849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4751436027", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9558578, - 51.5120411 - ] - }, - "id": "node/4751436027" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4751436028", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9555806, - 51.5118997 - ] - }, - "id": "node/4751436028" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4751436029", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.95578, - 51.5119129 - ] - }, - "id": "node/4751436029" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4751436030", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9561334, - 51.5120231 - ] - }, - "id": "node/4751436030" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4751436031", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.95611, - 51.5119957 - ] - }, - "id": "node/4751436031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4751436032", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9560845, - 51.5118891 - ] - }, - "id": "node/4751436032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4751436033", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9561576, - 51.5118244 - ] - }, - "id": "node/4751436033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4751436034", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9560965, - 51.5117714 - ] - }, - "id": "node/4751436034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4751436035", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9560328, - 51.5117627 - ] - }, - "id": "node/4751436035" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4751436036", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9557425, - 51.5118311 - ] - }, - "id": "node/4751436036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4754482068", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9438479, - 51.5597261 - ] - }, - "id": "node/4754482068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127681", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316199, - 51.5346203 - ] - }, - "id": "node/4755127681" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127682", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313878, - 51.5346545 - ] - }, - "id": "node/4755127682" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127683", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312571, - 51.5345798 - ] - }, - "id": "node/4755127683" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127684", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9310552, - 51.5346061 - ] - }, - "id": "node/4755127684" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127685", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309258, - 51.5346198 - ] - }, - "id": "node/4755127685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127686", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309319, - 51.5347195 - ] - }, - "id": "node/4755127686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127687", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306006, - 51.5347529 - ] - }, - "id": "node/4755127687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127688", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9304336, - 51.5346862 - ] - }, - "id": "node/4755127688" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127689", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306724, - 51.5346561 - ] - }, - "id": "node/4755127689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127690", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9302868, - 51.5347883 - ] - }, - "id": "node/4755127690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127691", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9302191, - 51.5347045 - ] - }, - "id": "node/4755127691" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127692", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9299763, - 51.5347408 - ] - }, - "id": "node/4755127692" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127693", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9296592, - 51.5348693 - ] - }, - "id": "node/4755127693" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127694", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9297664, - 51.5347617 - ] - }, - "id": "node/4755127694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127695", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9295485, - 51.5347896 - ] - }, - "id": "node/4755127695" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127696", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.929336, - 51.5349139 - ] - }, - "id": "node/4755127696" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127697", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9291757, - 51.5348376 - ] - }, - "id": "node/4755127697" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127698", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9283181, - 51.5353464 - ] - }, - "id": "node/4755127698" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127699", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9283737, - 51.5353089 - ] - }, - "id": "node/4755127699" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127700", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9285326, - 51.535525 - ] - }, - "id": "node/4755127700" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127701", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9286413, - 51.5356351 - ] - }, - "id": "node/4755127701" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127702", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9287217, - 51.5357072 - ] - }, - "id": "node/4755127702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127703", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9284441, - 51.5356071 - ] - }, - "id": "node/4755127703" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127704", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9285836, - 51.5357923 - ] - }, - "id": "node/4755127704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127705", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9286218, - 51.5358374 - ] - }, - "id": "node/4755127705" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127706", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9285172, - 51.5357068 - ] - }, - "id": "node/4755127706" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127707", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9287157, - 51.5357502 - ] - }, - "id": "node/4755127707" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127708", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9287941, - 51.5358528 - ] - }, - "id": "node/4755127708" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127709", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9287854, - 51.5360092 - ] - }, - "id": "node/4755127709" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127710", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9290443, - 51.5362457 - ] - }, - "id": "node/4755127710" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127711", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.929006, - 51.5362211 - ] - }, - "id": "node/4755127711" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127712", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9289444, - 51.536171 - ] - }, - "id": "node/4755127712" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127713", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9288981, - 51.5361097 - ] - }, - "id": "node/4755127713" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127714", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303659, - 51.5367558 - ] - }, - "id": "node/4755127714" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127715", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9300856, - 51.536697 - ] - }, - "id": "node/4755127715" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127716", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9296947, - 51.5365635 - ] - }, - "id": "node/4755127716" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127717", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9298241, - 51.5366048 - ] - }, - "id": "node/4755127717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127718", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9294513, - 51.5364593 - ] - }, - "id": "node/4755127718" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127719", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9292146, - 51.5363166 - ] - }, - "id": "node/4755127719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127720", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9290946, - 51.5361836 - ] - }, - "id": "node/4755127720" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127921", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9292018, - 51.5361831 - ] - }, - "id": "node/4755127921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127922", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9292448, - 51.5362407 - ] - }, - "id": "node/4755127922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127923", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9292944, - 51.5362812 - ] - }, - "id": "node/4755127923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127924", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9293842, - 51.5363516 - ] - }, - "id": "node/4755127924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127925", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9294721, - 51.536385 - ] - }, - "id": "node/4755127925" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127926", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9298704, - 51.5365139 - ] - }, - "id": "node/4755127926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127927", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303686, - 51.5366632 - ] - }, - "id": "node/4755127927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127928", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9304665, - 51.5366736 - ] - }, - "id": "node/4755127928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127929", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305657, - 51.536687 - ] - }, - "id": "node/4755127929" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127930", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306543, - 51.5367028 - ] - }, - "id": "node/4755127930" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127931", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308474, - 51.5367266 - ] - }, - "id": "node/4755127931" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127932", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9295143, - 51.5368701 - ] - }, - "id": "node/4755127932" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127933", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9283261, - 51.535245 - ] - }, - "id": "node/4755127933" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127934", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9282262, - 51.5351344 - ] - }, - "id": "node/4755127934" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127935", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277555, - 51.5342514 - ] - }, - "id": "node/4755127935" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127936", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276529, - 51.5343319 - ] - }, - "id": "node/4755127936" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127937", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275965, - 51.5342652 - ] - }, - "id": "node/4755127937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127938", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275288, - 51.5341021 - ] - }, - "id": "node/4755127938" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127939", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275134, - 51.5340424 - ] - }, - "id": "node/4755127939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127940", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276817, - 51.5342185 - ] - }, - "id": "node/4755127940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127941", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277193, - 51.5340437 - ] - }, - "id": "node/4755127941" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127942", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276281, - 51.534057 - ] - }, - "id": "node/4755127942" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127943", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9273907, - 51.534216 - ] - }, - "id": "node/4755127943" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127944", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9273424, - 51.5341167 - ] - }, - "id": "node/4755127944" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127945", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.927506, - 51.5338518 - ] - }, - "id": "node/4755127945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127946", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9273458, - 51.5339924 - ] - }, - "id": "node/4755127946" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127947", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276301, - 51.5339649 - ] - }, - "id": "node/4755127947" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127948", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276287, - 51.5338885 - ] - }, - "id": "node/4755127948" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127949", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.927614, - 51.5338539 - ] - }, - "id": "node/4755127949" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127950", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275013, - 51.5337667 - ] - }, - "id": "node/4755127950" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127951", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276032, - 51.5337705 - ] - }, - "id": "node/4755127951" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127952", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9273511, - 51.5336203 - ] - }, - "id": "node/4755127952" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127953", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274115, - 51.5337058 - ] - }, - "id": "node/4755127953" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127954", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9272827, - 51.5337392 - ] - }, - "id": "node/4755127954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127955", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276053, - 51.533667 - ] - }, - "id": "node/4755127955" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127956", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275074, - 51.5336891 - ] - }, - "id": "node/4755127956" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127957", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275, - 51.5336036 - ] - }, - "id": "node/4755127957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127958", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274893, - 51.5335461 - ] - }, - "id": "node/4755127958" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127959", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276086, - 51.5335761 - ] - }, - "id": "node/4755127959" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127960", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.92761, - 51.5334981 - ] - }, - "id": "node/4755127960" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127961", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276093, - 51.533438 - ] - }, - "id": "node/4755127961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127962", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.927488, - 51.5334305 - ] - }, - "id": "node/4755127962" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127963", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9273598, - 51.5334885 - ] - }, - "id": "node/4755127963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127964", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9272418, - 51.5335386 - ] - }, - "id": "node/4755127964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127965", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.927101, - 51.5334051 - ] - }, - "id": "node/4755127965" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127966", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274101, - 51.5333709 - ] - }, - "id": "node/4755127966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127967", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274544, - 51.5331598 - ] - }, - "id": "node/4755127967" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127968", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274772, - 51.533247 - ] - }, - "id": "node/4755127968" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127969", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274899, - 51.5333338 - ] - }, - "id": "node/4755127969" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127970", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276146, - 51.5333404 - ] - }, - "id": "node/4755127970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127971", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276006, - 51.533242 - ] - }, - "id": "node/4755127971" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127972", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275637, - 51.5331264 - ] - }, - "id": "node/4755127972" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127973", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9271748, - 51.5340666 - ] - }, - "id": "node/4755127973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127974", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9272277, - 51.5342281 - ] - }, - "id": "node/4755127974" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127991", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9266947, - 51.5345713 - ] - }, - "id": "node/4755127991" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127993", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9269292, - 51.5344794 - ] - }, - "id": "node/4755127993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127997", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275704, - 51.5348521 - ] - }, - "id": "node/4755127997" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127998", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274276, - 51.534661 - ] - }, - "id": "node/4755127998" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755127999", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275127, - 51.5346673 - ] - }, - "id": "node/4755127999" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128000", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274276, - 51.5345843 - ] - }, - "id": "node/4755128000" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128001", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9273578, - 51.5344996 - ] - }, - "id": "node/4755128001" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128002", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9272955, - 51.5343836 - ] - }, - "id": "node/4755128002" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128003", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274417, - 51.5343486 - ] - }, - "id": "node/4755128003" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128004", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276938, - 51.5344133 - ] - }, - "id": "node/4755128004" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128005", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277515, - 51.5343077 - ] - }, - "id": "node/4755128005" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128006", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9278323, - 51.5344125 - ] - }, - "id": "node/4755128006" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128007", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9278048, - 51.5345566 - ] - }, - "id": "node/4755128007" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128008", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9278467, - 51.5346071 - ] - }, - "id": "node/4755128008" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128009", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9278748, - 51.5346661 - ] - }, - "id": "node/4755128009" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128010", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9279087, - 51.5347322 - ] - }, - "id": "node/4755128010" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128011", - "genus": "Tilia", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9279493, - 51.5347906 - ] - }, - "id": "node/4755128011" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128012", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9279929, - 51.5348447 - ] - }, - "id": "node/4755128012" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128013", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9278983, - 51.5345051 - ] - }, - "id": "node/4755128013" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128014", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9279459, - 51.5345493 - ] - }, - "id": "node/4755128014" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128015", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9280163, - 51.5346486 - ] - }, - "id": "node/4755128015" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128016", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9280606, - 51.534712 - ] - }, - "id": "node/4755128016" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128017", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9280975, - 51.5347654 - ] - }, - "id": "node/4755128017" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128018", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9280351, - 51.5348985 - ] - }, - "id": "node/4755128018" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128019", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9281632, - 51.5348311 - ] - }, - "id": "node/4755128019" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128020", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9282061, - 51.5348886 - ] - }, - "id": "node/4755128020" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128021", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9282276, - 51.5348681 - ] - }, - "id": "node/4755128021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128022", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9283063, - 51.5349448 - ] - }, - "id": "node/4755128022" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128023", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9283402, - 51.5350303 - ] - }, - "id": "node/4755128023" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128024", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9289739, - 51.5349552 - ] - }, - "id": "node/4755128024" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128025", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.928939, - 51.5348645 - ] - }, - "id": "node/4755128025" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128026", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9287285, - 51.5348922 - ] - }, - "id": "node/4755128026" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128027", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9285119, - 51.5349166 - ] - }, - "id": "node/4755128027" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755128028", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9286614, - 51.5349925 - ] - }, - "id": "node/4755128028" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143892", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9281327, - 51.5313684 - ] - }, - "id": "node/4755143892" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143893", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9283077, - 51.5314147 - ] - }, - "id": "node/4755143893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143894", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9285471, - 51.5311615 - ] - }, - "id": "node/4755143894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143895", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9286269, - 51.5311127 - ] - }, - "id": "node/4755143895" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143896", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9287422, - 51.531013 - ] - }, - "id": "node/4755143896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143897", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9285531, - 51.5309975 - ] - }, - "id": "node/4755143897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143898", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9288227, - 51.530932 - ] - }, - "id": "node/4755143898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143899", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9289715, - 51.5308428 - ] - }, - "id": "node/4755143899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143900", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9287617, - 51.5308178 - ] - }, - "id": "node/4755143900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143901", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9288736, - 51.5307161 - ] - }, - "id": "node/4755143901" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143902", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9289286, - 51.5306668 - ] - }, - "id": "node/4755143902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143903", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9290044, - 51.5306193 - ] - }, - "id": "node/4755143903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143904", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9290869, - 51.5305788 - ] - }, - "id": "node/4755143904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143905", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9291895, - 51.5305446 - ] - }, - "id": "node/4755143905" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143906", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9292981, - 51.5305196 - ] - }, - "id": "node/4755143906" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143907", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9291124, - 51.5306552 - ] - }, - "id": "node/4755143907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143908", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9292123, - 51.5306084 - ] - }, - "id": "node/4755143908" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143909", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9293115, - 51.5305972 - ] - }, - "id": "node/4755143909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143910", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.92939, - 51.5306059 - ] - }, - "id": "node/4755143910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143911", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9292471, - 51.5307611 - ] - }, - "id": "node/4755143911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143912", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9293216, - 51.5308024 - ] - }, - "id": "node/4755143912" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143913", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9294999, - 51.5307874 - ] - }, - "id": "node/4755143913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143914", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9294329, - 51.5307799 - ] - }, - "id": "node/4755143914" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143915", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311012, - 51.5301583 - ] - }, - "id": "node/4755143915" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143916", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306868, - 51.5302522 - ] - }, - "id": "node/4755143916" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143917", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303334, - 51.5303435 - ] - }, - "id": "node/4755143917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143918", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9302375, - 51.5303798 - ] - }, - "id": "node/4755143918" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143919", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9297427, - 51.530495 - ] - }, - "id": "node/4755143919" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755143920", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9298298, - 51.5304716 - ] - }, - "id": "node/4755143920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145821", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9299304, - 51.5304499 - ] - }, - "id": "node/4755145821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145822", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9297547, - 51.530422 - ] - }, - "id": "node/4755145822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145823", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9300203, - 51.5304261 - ] - }, - "id": "node/4755145823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145824", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9299412, - 51.5303769 - ] - }, - "id": "node/4755145824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145825", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.930025, - 51.5303502 - ] - }, - "id": "node/4755145825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145826", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301121, - 51.5304007 - ] - }, - "id": "node/4755145826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145827", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9302147, - 51.5303093 - ] - }, - "id": "node/4755145827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145828", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303375, - 51.5302776 - ] - }, - "id": "node/4755145828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145829", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9304635, - 51.5302514 - ] - }, - "id": "node/4755145829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145830", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.93043, - 51.5303189 - ] - }, - "id": "node/4755145830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145831", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305359, - 51.5302889 - ] - }, - "id": "node/4755145831" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145832", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305708, - 51.5302163 - ] - }, - "id": "node/4755145832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145833", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306835, - 51.53019 - ] - }, - "id": "node/4755145833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145834", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309027, - 51.5301308 - ] - }, - "id": "node/4755145834" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145835", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307894, - 51.5301633 - ] - }, - "id": "node/4755145835" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145836", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309986, - 51.5301124 - ] - }, - "id": "node/4755145836" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145837", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9310838, - 51.5300866 - ] - }, - "id": "node/4755145837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145838", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931181, - 51.5300632 - ] - }, - "id": "node/4755145838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145839", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312695, - 51.5300336 - ] - }, - "id": "node/4755145839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145840", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931413, - 51.5299714 - ] - }, - "id": "node/4755145840" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145841", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931519, - 51.5299548 - ] - }, - "id": "node/4755145841" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145842", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313956, - 51.530072 - ] - }, - "id": "node/4755145842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145843", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314861, - 51.5300349 - ] - }, - "id": "node/4755145843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145844", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931576, - 51.5300015 - ] - }, - "id": "node/4755145844" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145845", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9322686, - 51.5296815 - ] - }, - "id": "node/4755145845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145846", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9322217, - 51.5296928 - ] - }, - "id": "node/4755145846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145847", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9327313, - 51.5296089 - ] - }, - "id": "node/4755145847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145848", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9328064, - 51.5296632 - ] - }, - "id": "node/4755145848" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145849", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9327079, - 51.529707 - ] - }, - "id": "node/4755145849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145850", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9328346, - 51.5295726 - ] - }, - "id": "node/4755145850" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145851", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9331383, - 51.5295301 - ] - }, - "id": "node/4755145851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145852", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9329828, - 51.5295105 - ] - }, - "id": "node/4755145852" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145853", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9330954, - 51.5294663 - ] - }, - "id": "node/4755145853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145854", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9332088, - 51.5294325 - ] - }, - "id": "node/4755145854" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145855", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9333932, - 51.5295009 - ] - }, - "id": "node/4755145855" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145856", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9333268, - 51.5295021 - ] - }, - "id": "node/4755145856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145857", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9332503, - 51.5295051 - ] - }, - "id": "node/4755145857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145858", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9333824, - 51.5294095 - ] - }, - "id": "node/4755145858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145859", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9341106, - 51.5295489 - ] - }, - "id": "node/4755145859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145860", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339202, - 51.5295222 - ] - }, - "id": "node/4755145860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145861", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9338317, - 51.5295151 - ] - }, - "id": "node/4755145861" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145862", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9337204, - 51.5295092 - ] - }, - "id": "node/4755145862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145863", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.933941, - 51.5294371 - ] - }, - "id": "node/4755145863" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145864", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9334743, - 51.5294141 - ] - }, - "id": "node/4755145864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145865", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9335615, - 51.5294321 - ] - }, - "id": "node/4755145865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145866", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336466, - 51.5294283 - ] - }, - "id": "node/4755145866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145867", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9337968, - 51.5294325 - ] - }, - "id": "node/4755145867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145868", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9334857, - 51.5294938 - ] - }, - "id": "node/4755145868" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145869", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336118, - 51.5294988 - ] - }, - "id": "node/4755145869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145870", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9345103, - 51.5295827 - ] - }, - "id": "node/4755145870" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145871", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9344003, - 51.5295681 - ] - }, - "id": "node/4755145871" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145872", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9342863, - 51.5295518 - ] - }, - "id": "node/4755145872" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145873", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9341871, - 51.5295418 - ] - }, - "id": "node/4755145873" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145874", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340811, - 51.5294433 - ] - }, - "id": "node/4755145874" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145875", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9341898, - 51.5294283 - ] - }, - "id": "node/4755145875" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145876", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9341945, - 51.5294834 - ] - }, - "id": "node/4755145876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145877", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9343065, - 51.5294454 - ] - }, - "id": "node/4755145877" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145878", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9343058, - 51.5294863 - ] - }, - "id": "node/4755145878" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145879", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9343789, - 51.5294667 - ] - }, - "id": "node/4755145879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145880", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9344754, - 51.5294871 - ] - }, - "id": "node/4755145880" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145883", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9348211, - 51.5292568 - ] - }, - "id": "node/4755145883" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145885", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9347956, - 51.5294126 - ] - }, - "id": "node/4755145885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145886", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9349827, - 51.5291915 - ] - }, - "id": "node/4755145886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145887", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.934984, - 51.5292565 - ] - }, - "id": "node/4755145887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145888", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9349096, - 51.5293316 - ] - }, - "id": "node/4755145888" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145889", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9349545, - 51.5294889 - ] - }, - "id": "node/4755145889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145890", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9350705, - 51.5296403 - ] - }, - "id": "node/4755145890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145891", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9350021, - 51.5296195 - ] - }, - "id": "node/4755145891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145892", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9355668, - 51.5296833 - ] - }, - "id": "node/4755145892" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145893", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9357404, - 51.5295615 - ] - }, - "id": "node/4755145893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145894", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9352751, - 51.5295573 - ] - }, - "id": "node/4755145894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145895", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9353703, - 51.529652 - ] - }, - "id": "node/4755145895" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145896", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9355366, - 51.5295298 - ] - }, - "id": "node/4755145896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145897", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.935489, - 51.5295277 - ] - }, - "id": "node/4755145897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145898", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9356056, - 51.5295502 - ] - }, - "id": "node/4755145898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145899", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9357693, - 51.5296762 - ] - }, - "id": "node/4755145899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145900", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9359208, - 51.5296837 - ] - }, - "id": "node/4755145900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145901", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360677, - 51.5297033 - ] - }, - "id": "node/4755145901" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145902", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9377742, - 51.5297959 - ] - }, - "id": "node/4755145902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145903", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9376515, - 51.5297842 - ] - }, - "id": "node/4755145903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145904", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9375449, - 51.5297851 - ] - }, - "id": "node/4755145904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145905", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.93739, - 51.5297772 - ] - }, - "id": "node/4755145905" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145906", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.937164, - 51.5297947 - ] - }, - "id": "node/4755145906" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145907", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9359744, - 51.5295485 - ] - }, - "id": "node/4755145907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145908", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361669, - 51.5295206 - ] - }, - "id": "node/4755145908" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145909", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363204, - 51.5296516 - ] - }, - "id": "node/4755145909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145910", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363767, - 51.529682 - ] - }, - "id": "node/4755145910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145911", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364632, - 51.5296699 - ] - }, - "id": "node/4755145911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145912", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9365115, - 51.5295135 - ] - }, - "id": "node/4755145912" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145913", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9366503, - 51.5293571 - ] - }, - "id": "node/4755145913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145914", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363539, - 51.5294789 - ] - }, - "id": "node/4755145914" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145915", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363989, - 51.5293358 - ] - }, - "id": "node/4755145915" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145916", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364887, - 51.5293625 - ] - }, - "id": "node/4755145916" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145917", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9369749, - 51.5295085 - ] - }, - "id": "node/4755145917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145918", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9366919, - 51.5294906 - ] - }, - "id": "node/4755145918" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145919", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9367576, - 51.5295569 - ] - }, - "id": "node/4755145919" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755145920", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9367241, - 51.5297071 - ] - }, - "id": "node/4755145920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146221", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9370111, - 51.5296954 - ] - }, - "id": "node/4755146221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146222", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.937522, - 51.5294993 - ] - }, - "id": "node/4755146222" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146223", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9384266, - 51.5296282 - ] - }, - "id": "node/4755146223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146224", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9384622, - 51.5295189 - ] - }, - "id": "node/4755146224" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146225", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9373101, - 51.5295857 - ] - }, - "id": "node/4755146225" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146226", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9372337, - 51.5295102 - ] - }, - "id": "node/4755146226" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146227", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9369179, - 51.5296929 - ] - }, - "id": "node/4755146227" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146228", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9376736, - 51.5295969 - ] - }, - "id": "node/4755146228" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146229", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9376501, - 51.5294255 - ] - }, - "id": "node/4755146229" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146230", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9379371, - 51.5295131 - ] - }, - "id": "node/4755146230" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146231", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9378157, - 51.5294334 - ] - }, - "id": "node/4755146231" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146232", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9378533, - 51.5296024 - ] - }, - "id": "node/4755146232" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146233", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9378781, - 51.5296299 - ] - }, - "id": "node/4755146233" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146234", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9379995, - 51.5296069 - ] - }, - "id": "node/4755146234" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146235", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9384045, - 51.5297538 - ] - }, - "id": "node/4755146235" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146236", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9382047, - 51.5297108 - ] - }, - "id": "node/4755146236" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146237", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9381255, - 51.5296324 - ] - }, - "id": "node/4755146237" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146238", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9381845, - 51.5295594 - ] - }, - "id": "node/4755146238" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146239", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9384347, - 51.5294513 - ] - }, - "id": "node/4755146239" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146240", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9383582, - 51.5294392 - ] - }, - "id": "node/4755146240" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146241", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9283184, - 51.5312358 - ] - }, - "id": "node/4755146241" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146242", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.928423, - 51.5311169 - ] - }, - "id": "node/4755146242" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146243", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9279429, - 51.5315294 - ] - }, - "id": "node/4755146243" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146244", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9280569, - 51.5316149 - ] - }, - "id": "node/4755146244" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146245", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9280093, - 51.5316704 - ] - }, - "id": "node/4755146245" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146246", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9284136, - 51.5317351 - ] - }, - "id": "node/4755146246" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146247", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9283794, - 51.5317885 - ] - }, - "id": "node/4755146247" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146248", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276747, - 51.5314251 - ] - }, - "id": "node/4755146248" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146249", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276136, - 51.5314452 - ] - }, - "id": "node/4755146249" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146250", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277364, - 51.5314598 - ] - }, - "id": "node/4755146250" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146251", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9278738, - 51.5316275 - ] - }, - "id": "node/4755146251" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146252", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9278906, - 51.5317443 - ] - }, - "id": "node/4755146252" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146253", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277632, - 51.5317789 - ] - }, - "id": "node/4755146253" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146254", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274661, - 51.5319991 - ] - }, - "id": "node/4755146254" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146255", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277075, - 51.5319249 - ] - }, - "id": "node/4755146255" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146256", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277431, - 51.5318544 - ] - }, - "id": "node/4755146256" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146257", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9278537, - 51.5318131 - ] - }, - "id": "node/4755146257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146258", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9278202, - 51.5318886 - ] - }, - "id": "node/4755146258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146259", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277799, - 51.5319741 - ] - }, - "id": "node/4755146259" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146260", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.927739, - 51.5320475 - ] - }, - "id": "node/4755146260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146261", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276411, - 51.5320429 - ] - }, - "id": "node/4755146261" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146262", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.92745, - 51.5324046 - ] - }, - "id": "node/4755146262" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146263", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.927497, - 51.5323166 - ] - }, - "id": "node/4755146263" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146264", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275546, - 51.5322219 - ] - }, - "id": "node/4755146264" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146265", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275969, - 51.5321405 - ] - }, - "id": "node/4755146265" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146266", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276874, - 51.5321393 - ] - }, - "id": "node/4755146266" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146267", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276364, - 51.5322494 - ] - }, - "id": "node/4755146267" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146268", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9273649, - 51.5325848 - ] - }, - "id": "node/4755146268" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146269", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9273803, - 51.5327041 - ] - }, - "id": "node/4755146269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146270", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.92652, - 51.5326065 - ] - }, - "id": "node/4755146270" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146271", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9269263, - 51.5328331 - ] - }, - "id": "node/4755146271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146272", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9271935, - 51.5328201 - ] - }, - "id": "node/4755146272" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755146273", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2024-04-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274152, - 51.5327905 - ] - }, - "id": "node/4755146273" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148868", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9338377, - 51.5375934 - ] - }, - "id": "node/4755148868" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148869", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336426, - 51.5374625 - ] - }, - "id": "node/4755148869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148870", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336936, - 51.5375601 - ] - }, - "id": "node/4755148870" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148871", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9335085, - 51.5375104 - ] - }, - "id": "node/4755148871" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148872", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9334253, - 51.5374283 - ] - }, - "id": "node/4755148872" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148873", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9333127, - 51.5373966 - ] - }, - "id": "node/4755148873" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148874", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9332222, - 51.5374383 - ] - }, - "id": "node/4755148874" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148875", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9331189, - 51.5373594 - ] - }, - "id": "node/4755148875" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148876", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9330699, - 51.5374132 - ] - }, - "id": "node/4755148876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148877", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.932966, - 51.5373853 - ] - }, - "id": "node/4755148877" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148878", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.932958, - 51.537314 - ] - }, - "id": "node/4755148878" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148879", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9327125, - 51.5372114 - ] - }, - "id": "node/4755148879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148880", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9328165, - 51.5372518 - ] - }, - "id": "node/4755148880" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148881", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9328755, - 51.5373536 - ] - }, - "id": "node/4755148881" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148882", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9327655, - 51.5373136 - ] - }, - "id": "node/4755148882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148883", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9326575, - 51.5372648 - ] - }, - "id": "node/4755148883" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148884", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9324517, - 51.5370007 - ] - }, - "id": "node/4755148884" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148885", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313379, - 51.5372623 - ] - }, - "id": "node/4755148885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148886", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312621, - 51.5372352 - ] - }, - "id": "node/4755148886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148887", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9352707, - 51.5387254 - ] - }, - "id": "node/4755148887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148888", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9343822, - 51.5385973 - ] - }, - "id": "node/4755148888" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148890", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339122, - 51.5387391 - ] - }, - "id": "node/4755148890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148891", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339457, - 51.5386503 - ] - }, - "id": "node/4755148891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148892", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336225, - 51.5383892 - ] - }, - "id": "node/4755148892" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148893", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336741, - 51.5384952 - ] - }, - "id": "node/4755148893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148894", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336352, - 51.5386269 - ] - }, - "id": "node/4755148894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148895", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9329416, - 51.5386788 - ] - }, - "id": "node/4755148895" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148908", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9329439, - 51.5385169 - ] - }, - "id": "node/4755148908" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148910", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9331242, - 51.5385719 - ] - }, - "id": "node/4755148910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148911", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.933198, - 51.538536 - ] - }, - "id": "node/4755148911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148913", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9320627, - 51.5376531 - ] - }, - "id": "node/4755148913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148914", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.932278, - 51.5377236 - ] - }, - "id": "node/4755148914" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148915", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9320661, - 51.5374521 - ] - }, - "id": "node/4755148915" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148916", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931755, - 51.5375434 - ] - }, - "id": "node/4755148916" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148917", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317087, - 51.5373895 - ] - }, - "id": "node/4755148917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148918", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318871, - 51.5370283 - ] - }, - "id": "node/4755148918" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148919", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931877, - 51.5370854 - ] - }, - "id": "node/4755148919" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755148920", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318509, - 51.537188 - ] - }, - "id": "node/4755148920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755152721", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931755, - 51.5372589 - ] - }, - "id": "node/4755152721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755152722", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318864, - 51.5370437 - ] - }, - "id": "node/4755152722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755152723", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317972, - 51.5370129 - ] - }, - "id": "node/4755152723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755152724", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9321077, - 51.5369787 - ] - }, - "id": "node/4755152724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755152725", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9322344, - 51.5370108 - ] - }, - "id": "node/4755152725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755152726", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9323055, - 51.5369524 - ] - }, - "id": "node/4755152726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755152727", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9322337, - 51.5369219 - ] - }, - "id": "node/4755152727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755152728", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9320936, - 51.5368944 - ] - }, - "id": "node/4755152728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755152729", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318743, - 51.5368548 - ] - }, - "id": "node/4755152729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755152730", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316758, - 51.5368248 - ] - }, - "id": "node/4755152730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755152731", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315833, - 51.536811 - ] - }, - "id": "node/4755152731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755152732", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314767, - 51.536796 - ] - }, - "id": "node/4755152732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755152733", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9319193, - 51.5369395 - ] - }, - "id": "node/4755152733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755152734", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931704, - 51.536899 - ] - }, - "id": "node/4755152734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755152735", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316001, - 51.5368915 - ] - }, - "id": "node/4755152735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755152736", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314968, - 51.5368744 - ] - }, - "id": "node/4755152736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755152737", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314029, - 51.5368606 - ] - }, - "id": "node/4755152737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755152738", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313077, - 51.5368448 - ] - }, - "id": "node/4755152738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160440", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.941362, - 51.53507 - ] - }, - "id": "node/4755160440" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160441", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.941313, - 51.5352114 - ] - }, - "id": "node/4755160441" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160442", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9412748, - 51.5353207 - ] - }, - "id": "node/4755160442" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160443", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9412171, - 51.5354779 - ] - }, - "id": "node/4755160443" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160444", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9411481, - 51.5356823 - ] - }, - "id": "node/4755160444" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160445", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9411803, - 51.535581 - ] - }, - "id": "node/4755160445" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160446", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9412245, - 51.5357299 - ] - }, - "id": "node/4755160446" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160447", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9410944, - 51.5358058 - ] - }, - "id": "node/4755160447" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160448", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9410857, - 51.5361455 - ] - }, - "id": "node/4755160448" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160449", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9416557, - 51.5362323 - ] - }, - "id": "node/4755160449" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160450", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9414471, - 51.5361926 - ] - }, - "id": "node/4755160450" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160451", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9412956, - 51.5361714 - ] - }, - "id": "node/4755160451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160452", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.941128, - 51.5361955 - ] - }, - "id": "node/4755160452" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160453", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9409918, - 51.5360779 - ] - }, - "id": "node/4755160453" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160454", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.941142, - 51.5359198 - ] - }, - "id": "node/4755160454" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160455", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9400933, - 51.5358533 - ] - }, - "id": "node/4755160455" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160456", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9401731, - 51.5357178 - ] - }, - "id": "node/4755160456" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160457", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9405741, - 51.5361678 - ] - }, - "id": "node/4755160457" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160458", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9401919, - 51.5359113 - ] - }, - "id": "node/4755160458" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160459", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.940334, - 51.5358817 - ] - }, - "id": "node/4755160459" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160460", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9403112, - 51.5360957 - ] - }, - "id": "node/4755160460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160461", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9396554, - 51.5363555 - ] - }, - "id": "node/4755160461" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160462", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9397211, - 51.5362713 - ] - }, - "id": "node/4755160462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160463", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9393711, - 51.5367246 - ] - }, - "id": "node/4755160463" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160464", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394643, - 51.5365932 - ] - }, - "id": "node/4755160464" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160465", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392839, - 51.5370725 - ] - }, - "id": "node/4755160465" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160466", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9393208, - 51.536997 - ] - }, - "id": "node/4755160466" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160467", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9393919, - 51.536894 - ] - }, - "id": "node/4755160467" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160468", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394643, - 51.5367993 - ] - }, - "id": "node/4755160468" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160469", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9395837, - 51.536753 - ] - }, - "id": "node/4755160469" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160470", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392363, - 51.5369073 - ] - }, - "id": "node/4755160470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160471", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9391934, - 51.537012 - ] - }, - "id": "node/4755160471" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160472", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9391653, - 51.5369682 - ] - }, - "id": "node/4755160472" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160473", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9390338, - 51.5371371 - ] - }, - "id": "node/4755160473" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160474", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9389433, - 51.5372802 - ] - }, - "id": "node/4755160474" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160475", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9389158, - 51.5374433 - ] - }, - "id": "node/4755160475" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160476", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392095, - 51.5371747 - ] - }, - "id": "node/4755160476" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160477", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9391814, - 51.5372285 - ] - }, - "id": "node/4755160477" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160478", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9391183, - 51.5373065 - ] - }, - "id": "node/4755160478" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160479", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9377162, - 51.5381594 - ] - }, - "id": "node/4755160479" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160480", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9379066, - 51.5380606 - ] - }, - "id": "node/4755160480" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160481", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9377893, - 51.5380589 - ] - }, - "id": "node/4755160481" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160482", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.937855, - 51.5381014 - ] - }, - "id": "node/4755160482" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160483", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9383331, - 51.5379363 - ] - }, - "id": "node/4755160483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160484", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.937977, - 51.5380485 - ] - }, - "id": "node/4755160484" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160485", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9380837, - 51.5380385 - ] - }, - "id": "node/4755160485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160486", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9381856, - 51.5380264 - ] - }, - "id": "node/4755160486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160487", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.938374, - 51.5378587 - ] - }, - "id": "node/4755160487" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160488", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9384525, - 51.5378529 - ] - }, - "id": "node/4755160488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160489", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9385711, - 51.5378107 - ] - }, - "id": "node/4755160489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160490", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9388555, - 51.5376635 - ] - }, - "id": "node/4755160490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160491", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9387475, - 51.5376431 - ] - }, - "id": "node/4755160491" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160492", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9386087, - 51.5376243 - ] - }, - "id": "node/4755160492" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160493", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.938144, - 51.5378608 - ] - }, - "id": "node/4755160493" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160494", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9382553, - 51.5378166 - ] - }, - "id": "node/4755160494" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160495", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9384471, - 51.537739 - ] - }, - "id": "node/4755160495" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160496", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9385859, - 51.5376326 - ] - }, - "id": "node/4755160496" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160497", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9383143, - 51.5377782 - ] - }, - "id": "node/4755160497" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160498", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9381675, - 51.5378695 - ] - }, - "id": "node/4755160498" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160499", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9380904, - 51.5378925 - ] - }, - "id": "node/4755160499" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160500", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9379985, - 51.5379192 - ] - }, - "id": "node/4755160500" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160501", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9379308, - 51.5379463 - ] - }, - "id": "node/4755160501" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160502", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9377028, - 51.5380159 - ] - }, - "id": "node/4755160502" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160503", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9375197, - 51.5381106 - ] - }, - "id": "node/4755160503" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160504", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9374084, - 51.5380464 - ] - }, - "id": "node/4755160504" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160505", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9366172, - 51.538076 - ] - }, - "id": "node/4755160505" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160506", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.936768, - 51.5380993 - ] - }, - "id": "node/4755160506" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160507", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9369176, - 51.5381331 - ] - }, - "id": "node/4755160507" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160508", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9370255, - 51.5380948 - ] - }, - "id": "node/4755160508" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160509", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9371623, - 51.5381164 - ] - }, - "id": "node/4755160509" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160510", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9372381, - 51.5380105 - ] - }, - "id": "node/4755160510" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160511", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9370503, - 51.537983 - ] - }, - "id": "node/4755160511" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160512", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9369551, - 51.5380364 - ] - }, - "id": "node/4755160512" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160513", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9366239, - 51.5379926 - ] - }, - "id": "node/4755160513" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160514", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364944, - 51.5379721 - ] - }, - "id": "node/4755160514" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160515", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363644, - 51.5379509 - ] - }, - "id": "node/4755160515" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160516", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9362316, - 51.5379338 - ] - }, - "id": "node/4755160516" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160517", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361572, - 51.5379233 - ] - }, - "id": "node/4755160517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160518", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360767, - 51.53791 - ] - }, - "id": "node/4755160518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160519", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9359721, - 51.5378946 - ] - }, - "id": "node/4755160519" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755160520", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.935836, - 51.5378766 - ] - }, - "id": "node/4755160520" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755161221", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9357186, - 51.5378604 - ] - }, - "id": "node/4755161221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755161222", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9355812, - 51.5378358 - ] - }, - "id": "node/4755161222" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755161223", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9354591, - 51.5378166 - ] - }, - "id": "node/4755161223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755161224", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9349596, - 51.5377965 - ] - }, - "id": "node/4755161224" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755161225", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9347792, - 51.5377665 - ] - }, - "id": "node/4755161225" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755161226", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9348543, - 51.537719 - ] - }, - "id": "node/4755161226" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755161227", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9353411, - 51.5377995 - ] - }, - "id": "node/4755161227" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755161228", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9352244, - 51.5377799 - ] - }, - "id": "node/4755161228" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755161229", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9351098, - 51.5377619 - ] - }, - "id": "node/4755161229" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755161230", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9349877, - 51.5377398 - ] - }, - "id": "node/4755161230" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755161231", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9350273, - 51.5377461 - ] - }, - "id": "node/4755161231" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755161232", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9347939, - 51.5376927 - ] - }, - "id": "node/4755161232" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755161233", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9346638, - 51.5377565 - ] - }, - "id": "node/4755161233" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755161234", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9345552, - 51.5377398 - ] - }, - "id": "node/4755161234" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755161235", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9346182, - 51.5376818 - ] - }, - "id": "node/4755161235" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755161236", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.934523, - 51.5376677 - ] - }, - "id": "node/4755161236" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4755184604", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9341805, - 51.5267668 - ] - }, - "id": "node/4755184604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300037", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9255057, - 51.5383191 - ] - }, - "id": "node/4756300037" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300038", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9254548, - 51.538259 - ] - }, - "id": "node/4756300038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300039", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9253777, - 51.5381748 - ] - }, - "id": "node/4756300039" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300040", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9251611, - 51.5379387 - ] - }, - "id": "node/4756300040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300041", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9252335, - 51.5380129 - ] - }, - "id": "node/4756300041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300042", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9253079, - 51.5380884 - ] - }, - "id": "node/4756300042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300043", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9257223, - 51.538342 - ] - }, - "id": "node/4756300043" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300044", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9259704, - 51.5382807 - ] - }, - "id": "node/4756300044" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300045", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9258343, - 51.5382377 - ] - }, - "id": "node/4756300045" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300046", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9257257, - 51.5382644 - ] - }, - "id": "node/4756300046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300047", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9257109, - 51.5381952 - ] - }, - "id": "node/4756300047" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300048", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9255319, - 51.5384142 - ] - }, - "id": "node/4756300048" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300049", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9255909, - 51.5388387 - ] - }, - "id": "node/4756300049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300050", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9253287, - 51.5388162 - ] - }, - "id": "node/4756300050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300051", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9254179, - 51.5389105 - ] - }, - "id": "node/4756300051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300052", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9255064, - 51.5390214 - ] - }, - "id": "node/4756300052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300053", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.925552, - 51.5390489 - ] - }, - "id": "node/4756300053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300054", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9255795, - 51.5390715 - ] - }, - "id": "node/4756300054" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300055", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9256345, - 51.5389163 - ] - }, - "id": "node/4756300055" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300056", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9256962, - 51.5389726 - ] - }, - "id": "node/4756300056" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300057", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9257471, - 51.5390298 - ] - }, - "id": "node/4756300057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300058", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.925727, - 51.5385107 - ] - }, - "id": "node/4756300058" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300059", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9258061, - 51.5384306 - ] - }, - "id": "node/4756300059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300060", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9261133, - 51.5383722 - ] - }, - "id": "node/4756300060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300061", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9262547, - 51.5384135 - ] - }, - "id": "node/4756300061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300062", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9267114, - 51.5387113 - ] - }, - "id": "node/4756300062" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300063", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9266705, - 51.5386788 - ] - }, - "id": "node/4756300063" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300064", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9266229, - 51.5386446 - ] - }, - "id": "node/4756300064" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300065", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9265753, - 51.5386166 - ] - }, - "id": "node/4756300065" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300066", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9264566, - 51.5385236 - ] - }, - "id": "node/4756300066" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300067", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9263674, - 51.5384711 - ] - }, - "id": "node/4756300067" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300068", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9257773, - 51.5380576 - ] - }, - "id": "node/4756300068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300069", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9255339, - 51.5379345 - ] - }, - "id": "node/4756300069" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300070", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.925435, - 51.5378753 - ] - }, - "id": "node/4756300070" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300071", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9253421, - 51.5378092 - ] - }, - "id": "node/4756300071" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300072", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9251909, - 51.537693 - ] - }, - "id": "node/4756300072" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300073", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9251104, - 51.5376138 - ] - }, - "id": "node/4756300073" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300074", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9250085, - 51.5375076 - ] - }, - "id": "node/4756300074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300075", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9249136, - 51.5374094 - ] - }, - "id": "node/4756300075" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300076", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9243953, - 51.5374263 - ] - }, - "id": "node/4756300076" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300077", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9246461, - 51.5375562 - ] - }, - "id": "node/4756300077" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300078", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9246997, - 51.5376092 - ] - }, - "id": "node/4756300078" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300079", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9223152, - 51.5347833 - ] - }, - "id": "node/4756300079" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300080", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9223893, - 51.5348619 - ] - }, - "id": "node/4756300080" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300723", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9222988, - 51.5349959 - ] - }, - "id": "node/4756300723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300724", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9225325, - 51.5350174 - ] - }, - "id": "node/4756300724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300725", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.922383, - 51.5350739 - ] - }, - "id": "node/4756300725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300726", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.922608, - 51.5350933 - ] - }, - "id": "node/4756300726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300727", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9226442, - 51.5351313 - ] - }, - "id": "node/4756300727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300728", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9224554, - 51.5351511 - ] - }, - "id": "node/4756300728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300729", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9226713, - 51.5351599 - ] - }, - "id": "node/4756300729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300730", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9225168, - 51.5352172 - ] - }, - "id": "node/4756300730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300731", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9225805, - 51.5352854 - ] - }, - "id": "node/4756300731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300732", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9227263, - 51.5352303 - ] - }, - "id": "node/4756300732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300733", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.922788, - 51.5353188 - ] - }, - "id": "node/4756300733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300734", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.922848, - 51.5353997 - ] - }, - "id": "node/4756300734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300735", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9228051, - 51.5355177 - ] - }, - "id": "node/4756300735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300736", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9229188, - 51.5354798 - ] - }, - "id": "node/4756300736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300738", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9229942, - 51.5355563 - ] - }, - "id": "node/4756300738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300739", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9228792, - 51.5355968 - ] - }, - "id": "node/4756300739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300740", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9230659, - 51.5356349 - ] - }, - "id": "node/4756300740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300741", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.922952, - 51.5356735 - ] - }, - "id": "node/4756300741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300742", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9230227, - 51.5357476 - ] - }, - "id": "node/4756300742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300743", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.92314, - 51.5357129 - ] - }, - "id": "node/4756300743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300744", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.923255, - 51.5358343 - ] - }, - "id": "node/4756300744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300745", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9231457, - 51.5358794 - ] - }, - "id": "node/4756300745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300746", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9236007, - 51.5361411 - ] - }, - "id": "node/4756300746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300747", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9236718, - 51.536216 - ] - }, - "id": "node/4756300747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300748", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9237466, - 51.5362925 - ] - }, - "id": "node/4756300748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300749", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.923816, - 51.5363705 - ] - }, - "id": "node/4756300749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300750", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9234455, - 51.5361928 - ] - }, - "id": "node/4756300750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300751", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9235199, - 51.5362691 - ] - }, - "id": "node/4756300751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300752", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9235913, - 51.536343 - ] - }, - "id": "node/4756300752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300753", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9236654, - 51.536418 - ] - }, - "id": "node/4756300753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300754", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9237415, - 51.5364965 - ] - }, - "id": "node/4756300754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300755", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9238817, - 51.5364433 - ] - }, - "id": "node/4756300755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300756", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9239591, - 51.5365194 - ] - }, - "id": "node/4756300756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300757", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9240292, - 51.5366037 - ] - }, - "id": "node/4756300757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300758", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9244748, - 51.5368704 - ] - }, - "id": "node/4756300758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300759", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9243933, - 51.5367845 - ] - }, - "id": "node/4756300759" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300760", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9243333, - 51.5367019 - ] - }, - "id": "node/4756300760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300761", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9242659, - 51.5366218 - ] - }, - "id": "node/4756300761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300762", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9241888, - 51.5365417 - ] - }, - "id": "node/4756300762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300763", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9241113, - 51.5363772 - ] - }, - "id": "node/4756300763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300764", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9240942, - 51.5363511 - ] - }, - "id": "node/4756300764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300765", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.924053, - 51.5363052 - ] - }, - "id": "node/4756300765" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300766", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9239601, - 51.5363275 - ] - }, - "id": "node/4756300766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300767", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9239403, - 51.5361924 - ] - }, - "id": "node/4756300767" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300768", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9237482, - 51.5360892 - ] - }, - "id": "node/4756300768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300769", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9246773, - 51.5367217 - ] - }, - "id": "node/4756300769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300770", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9247685, - 51.5365357 - ] - }, - "id": "node/4756300770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300771", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9246944, - 51.5365619 - ] - }, - "id": "node/4756300771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300772", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9246059, - 51.5365905 - ] - }, - "id": "node/4756300772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300773", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9245143, - 51.5366237 - ] - }, - "id": "node/4756300773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300774", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.924634, - 51.5363992 - ] - }, - "id": "node/4756300774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300775", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9244681, - 51.5364569 - ] - }, - "id": "node/4756300775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300776", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9243812, - 51.5364886 - ] - }, - "id": "node/4756300776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300777", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9242458, - 51.5363566 - ] - }, - "id": "node/4756300777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300778", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.924341, - 51.5363164 - ] - }, - "id": "node/4756300778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300779", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9244342, - 51.5362815 - ] - }, - "id": "node/4756300779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300780", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9245231, - 51.5362605 - ] - }, - "id": "node/4756300780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300781", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9243953, - 51.5361112 - ] - }, - "id": "node/4756300781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300782", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9242119, - 51.5361802 - ] - }, - "id": "node/4756300782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300783", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9243045, - 51.5361464 - ] - }, - "id": "node/4756300783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300784", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9241184, - 51.5362134 - ] - }, - "id": "node/4756300784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300785", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9239789, - 51.536077 - ] - }, - "id": "node/4756300785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300786", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9240775, - 51.5360382 - ] - }, - "id": "node/4756300786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300787", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9241667, - 51.5360071 - ] - }, - "id": "node/4756300787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300788", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9242609, - 51.5359735 - ] - }, - "id": "node/4756300788" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300789", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9240168, - 51.5358549 - ] - }, - "id": "node/4756300789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300790", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9239357, - 51.5358853 - ] - }, - "id": "node/4756300790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300791", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9238388, - 51.535921 - ] - }, - "id": "node/4756300791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300792", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9236661, - 51.5360021 - ] - }, - "id": "node/4756300792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300793", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9234532, - 51.5357635 - ] - }, - "id": "node/4756300793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300794", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9234032, - 51.535717 - ] - }, - "id": "node/4756300794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300795", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9233425, - 51.5356457 - ] - }, - "id": "node/4756300795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300796", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9232688, - 51.5355722 - ] - }, - "id": "node/4756300796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300797", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.923196, - 51.5354915 - ] - }, - "id": "node/4756300797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300798", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9231226, - 51.535414 - ] - }, - "id": "node/4756300798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300799", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9230468, - 51.5353372 - ] - }, - "id": "node/4756300799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300800", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.922823, - 51.5351 - ] - }, - "id": "node/4756300800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300801", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9226842, - 51.5349605 - ] - }, - "id": "node/4756300801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300802", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9226175, - 51.5348865 - ] - }, - "id": "node/4756300802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300803", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9227587, - 51.5349075 - ] - }, - "id": "node/4756300803" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300804", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9227456, - 51.5346553 - ] - }, - "id": "node/4756300804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300805", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9226742, - 51.534718 - ] - }, - "id": "node/4756300805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300806", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9226604, - 51.5347842 - ] - }, - "id": "node/4756300806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300807", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9227013, - 51.5348442 - ] - }, - "id": "node/4756300807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756300808", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9225528, - 51.5348065 - ] - }, - "id": "node/4756300808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354569", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9239059, - 51.535724 - ] - }, - "id": "node/4756354569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354570", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9229578, - 51.5363005 - ] - }, - "id": "node/4756354570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354571", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9231951, - 51.5365395 - ] - }, - "id": "node/4756354571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354572", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9230691, - 51.5364152 - ] - }, - "id": "node/4756354572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354573", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9234835, - 51.5366984 - ] - }, - "id": "node/4756354573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354574", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9234177, - 51.5367518 - ] - }, - "id": "node/4756354574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354575", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.923527, - 51.5368139 - ] - }, - "id": "node/4756354575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354576", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9236176, - 51.536856 - ] - }, - "id": "node/4756354576" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354577", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9239327, - 51.5369787 - ] - }, - "id": "node/4756354577" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354578", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.924952, - 51.5370082 - ] - }, - "id": "node/4756354578" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354579", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.92507, - 51.5369635 - ] - }, - "id": "node/4756354579" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354580", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9249979, - 51.5369016 - ] - }, - "id": "node/4756354580" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354581", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9248926, - 51.536936 - ] - }, - "id": "node/4756354581" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354582", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9248718, - 51.5371941 - ] - }, - "id": "node/4756354582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354583", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.924261, - 51.5372789 - ] - }, - "id": "node/4756354583" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354584", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9241808, - 51.5371971 - ] - }, - "id": "node/4756354584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354586", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9236648, - 51.537308 - ] - }, - "id": "node/4756354586" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354587", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9228293, - 51.5376513 - ] - }, - "id": "node/4756354587" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354588", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9228089, - 51.5376498 - ] - }, - "id": "node/4756354588" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354589", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9227864, - 51.5376494 - ] - }, - "id": "node/4756354589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354590", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9231532, - 51.5375293 - ] - }, - "id": "node/4756354590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354591", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9248695, - 51.5380408 - ] - }, - "id": "node/4756354591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354592", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9248024, - 51.53806 - ] - }, - "id": "node/4756354592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354593", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9247082, - 51.5377671 - ] - }, - "id": "node/4756354593" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354597", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9238757, - 51.5376971 - ] - }, - "id": "node/4756354597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354600", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9239907, - 51.5374365 - ] - }, - "id": "node/4756354600" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354601", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9239495, - 51.5374709 - ] - }, - "id": "node/4756354601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354602", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9239146, - 51.5374229 - ] - }, - "id": "node/4756354602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354603", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9237064, - 51.5374613 - ] - }, - "id": "node/4756354603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354604", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9236079, - 51.5374949 - ] - }, - "id": "node/4756354604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354605", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9235133, - 51.5375284 - ] - }, - "id": "node/4756354605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354606", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9234154, - 51.5375649 - ] - }, - "id": "node/4756354606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354607", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9229199, - 51.5377954 - ] - }, - "id": "node/4756354607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354608", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9230318, - 51.537709 - ] - }, - "id": "node/4756354608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354609", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9230962, - 51.5376819 - ] - }, - "id": "node/4756354609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354610", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9233058, - 51.5376033 - ] - }, - "id": "node/4756354610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354611", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9232196, - 51.5376381 - ] - }, - "id": "node/4756354611" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354612", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9231737, - 51.5376875 - ] - }, - "id": "node/4756354612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354613", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9232092, - 51.5377259 - ] - }, - "id": "node/4756354613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354614", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9232387, - 51.5377537 - ] - }, - "id": "node/4756354614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354615", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9233004, - 51.5378231 - ] - }, - "id": "node/4756354615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354616", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.92329, - 51.5377866 - ] - }, - "id": "node/4756354616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354617", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9232702, - 51.5382797 - ] - }, - "id": "node/4756354617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354618", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9232139, - 51.5382211 - ] - }, - "id": "node/4756354618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354619", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9231593, - 51.5381625 - ] - }, - "id": "node/4756354619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756354620", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9231073, - 51.5381081 - ] - }, - "id": "node/4756354620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756355621", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9230355, - 51.5380468 - ] - }, - "id": "node/4756355621" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756355622", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9229805, - 51.5379877 - ] - }, - "id": "node/4756355622" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756355623", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9229279, - 51.5379264 - ] - }, - "id": "node/4756355623" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756355624", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9229242, - 51.5378545 - ] - }, - "id": "node/4756355624" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756355625", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9229125, - 51.5378076 - ] - }, - "id": "node/4756355625" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756355626", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9229427, - 51.5377377 - ] - }, - "id": "node/4756355626" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756355627", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9232324, - 51.5379161 - ] - }, - "id": "node/4756355627" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756355628", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9232741, - 51.5379602 - ] - }, - "id": "node/4756355628" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756355629", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9233622, - 51.5380536 - ] - }, - "id": "node/4756355629" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756355630", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9234082, - 51.5381023 - ] - }, - "id": "node/4756355630" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756355631", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9234619, - 51.5381592 - ] - }, - "id": "node/4756355631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756355632", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.923507, - 51.538207 - ] - }, - "id": "node/4756355632" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756355654", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9232967, - 51.5385109 - ] - }, - "id": "node/4756355654" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756355655", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9232551, - 51.5384719 - ] - }, - "id": "node/4756355655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756355656", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9233457, - 51.5384126 - ] - }, - "id": "node/4756355656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756355657", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9234288, - 51.5383784 - ] - }, - "id": "node/4756355657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756355658", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9235022, - 51.5383532 - ] - }, - "id": "node/4756355658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756355659", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9233527, - 51.5383188 - ] - }, - "id": "node/4756355659" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756355660", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9236437, - 51.5382923 - ] - }, - "id": "node/4756355660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756355661", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9237218, - 51.5381757 - ] - }, - "id": "node/4756355661" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756355662", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9243367, - 51.5379493 - ] - }, - "id": "node/4756355662" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756355663", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9247146, - 51.5378139 - ] - }, - "id": "node/4756355663" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756355664", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9247505, - 51.5379227 - ] - }, - "id": "node/4756355664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756358498", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9246367, - 51.537046 - ] - }, - "id": "node/4756358498" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756358499", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.924697, - 51.5371107 - ] - }, - "id": "node/4756358499" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756505313", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9221972, - 51.5263786 - ] - }, - "id": "node/4756505313" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756505314", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9222314, - 51.5262755 - ] - }, - "id": "node/4756505314" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756505315", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9222026, - 51.5262255 - ] - }, - "id": "node/4756505315" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756505316", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9221865, - 51.5261153 - ] - }, - "id": "node/4756505316" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756505317", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9188633, - 51.5289463 - ] - }, - "id": "node/4756505317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756505318", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9189082, - 51.5289813 - ] - }, - "id": "node/4756505318" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756505319", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9187003, - 51.529255 - ] - }, - "id": "node/4756505319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756505320", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9179473, - 51.5300655 - ] - }, - "id": "node/4756505320" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506921", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9180278, - 51.5300397 - ] - }, - "id": "node/4756506921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506922", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9183731, - 51.5301035 - ] - }, - "id": "node/4756506922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506923", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184059, - 51.5300288 - ] - }, - "id": "node/4756506923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506926", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.918477, - 51.5300255 - ] - }, - "id": "node/4756506926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506927", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184797, - 51.5299208 - ] - }, - "id": "node/4756506927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506928", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186138, - 51.5298661 - ] - }, - "id": "node/4756506928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506929", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186038, - 51.5297623 - ] - }, - "id": "node/4756506929" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506930", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9187023, - 51.5297531 - ] - }, - "id": "node/4756506930" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506931", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9189692, - 51.5294002 - ] - }, - "id": "node/4756506931" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506932", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9190255, - 51.529333 - ] - }, - "id": "node/4756506932" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506933", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9191643, - 51.5291494 - ] - }, - "id": "node/4756506933" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506934", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9190369, - 51.5291686 - ] - }, - "id": "node/4756506934" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506935", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9188961, - 51.5292796 - ] - }, - "id": "node/4756506935" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506936", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185052, - 51.529522 - ] - }, - "id": "node/4756506936" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506937", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185561, - 51.5294444 - ] - }, - "id": "node/4756506937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506938", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184475, - 51.5296108 - ] - }, - "id": "node/4756506938" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506939", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9183717, - 51.5297351 - ] - }, - "id": "node/4756506939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506940", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9183107, - 51.5298528 - ] - }, - "id": "node/4756506940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506941", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9182712, - 51.5299354 - ] - }, - "id": "node/4756506941" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506942", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9182041, - 51.5300363 - ] - }, - "id": "node/4756506942" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506943", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9181149, - 51.5302208 - ] - }, - "id": "node/4756506943" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506944", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.918066, - 51.5303047 - ] - }, - "id": "node/4756506944" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506945", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9182061, - 51.5304349 - ] - }, - "id": "node/4756506945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506946", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9181471, - 51.5305229 - ] - }, - "id": "node/4756506946" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506947", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9180921, - 51.5306339 - ] - }, - "id": "node/4756506947" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506948", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9179915, - 51.5308116 - ] - }, - "id": "node/4756506948" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4756506949", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9179594, - 51.5308713 - ] - }, - "id": "node/4756506949" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4759333522", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9195824, - 51.5548466 - ] - }, - "id": "node/4759333522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4759333523", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9195657, - 51.55494 - ] - }, - "id": "node/4759333523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4759333524", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9195503, - 51.5550405 - ] - }, - "id": "node/4759333524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545445", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8834664, - 51.5200093 - ] - }, - "id": "node/4769545445" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545446", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.883401, - 51.5200788 - ] - }, - "id": "node/4769545446" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545447", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8831363, - 51.5198876 - ] - }, - "id": "node/4769545447" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545448", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8828394, - 51.5200876 - ] - }, - "id": "node/4769545448" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545449", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8828927, - 51.5200279 - ] - }, - "id": "node/4769545449" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545450", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8830678, - 51.5199572 - ] - }, - "id": "node/4769545450" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545451", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.882453, - 51.5196385 - ] - }, - "id": "node/4769545451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545452", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8828017, - 51.5197658 - ] - }, - "id": "node/4769545452" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545483", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8810069, - 51.5202213 - ] - }, - "id": "node/4769545483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545484", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8810444, - 51.5201575 - ] - }, - "id": "node/4769545484" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545485", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8811088, - 51.5200991 - ] - }, - "id": "node/4769545485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545486", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8811822, - 51.5200553 - ] - }, - "id": "node/4769545486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545487", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8812634, - 51.5200113 - ] - }, - "id": "node/4769545487" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545488", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8813455, - 51.5199687 - ] - }, - "id": "node/4769545488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545489", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8814297, - 51.5199243 - ] - }, - "id": "node/4769545489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545490", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8815118, - 51.5198796 - ] - }, - "id": "node/4769545490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545491", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8815903, - 51.5198398 - ] - }, - "id": "node/4769545491" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545492", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8817395, - 51.5197624 - ] - }, - "id": "node/4769545492" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545496", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8820526, - 51.5196952 - ] - }, - "id": "node/4769545496" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545497", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8821666, - 51.5196979 - ] - }, - "id": "node/4769545497" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545498", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8822675, - 51.5197194 - ] - }, - "id": "node/4769545498" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545499", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8826434, - 51.5198502 - ] - }, - "id": "node/4769545499" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545500", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8825505, - 51.5198168 - ] - }, - "id": "node/4769545500" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545501", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824539, - 51.5197862 - ] - }, - "id": "node/4769545501" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545502", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8823607, - 51.5197538 - ] - }, - "id": "node/4769545502" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545513", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8825443, - 51.5196279 - ] - }, - "id": "node/4769545513" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545514", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8823535, - 51.5197126 - ] - }, - "id": "node/4769545514" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545515", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8822563, - 51.5196822 - ] - }, - "id": "node/4769545515" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545516", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8821577, - 51.5196642 - ] - }, - "id": "node/4769545516" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545517", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8820622, - 51.5196571 - ] - }, - "id": "node/4769545517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545518", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8821041, - 51.5195635 - ] - }, - "id": "node/4769545518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545519", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8820853, - 51.5195282 - ] - }, - "id": "node/4769545519" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545520", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8818553, - 51.5195403 - ] - }, - "id": "node/4769545520" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545521", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8820109, - 51.5195297 - ] - }, - "id": "node/4769545521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545522", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8819284, - 51.5195359 - ] - }, - "id": "node/4769545522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545523", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8818979, - 51.5195695 - ] - }, - "id": "node/4769545523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545524", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8819622, - 51.5196636 - ] - }, - "id": "node/4769545524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545525", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8818643, - 51.519678 - ] - }, - "id": "node/4769545525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545526", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8817886, - 51.5195916 - ] - }, - "id": "node/4769545526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545527", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8817403, - 51.5197118 - ] - }, - "id": "node/4769545527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545528", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8816156, - 51.5196559 - ] - }, - "id": "node/4769545528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545529", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8816119, - 51.5197788 - ] - }, - "id": "node/4769545529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545530", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8813829, - 51.5197767 - ] - }, - "id": "node/4769545530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545531", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8811497, - 51.519899 - ] - }, - "id": "node/4769545531" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545532", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8813344, - 51.5199255 - ] - }, - "id": "node/4769545532" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545533", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8810412, - 51.5199546 - ] - }, - "id": "node/4769545533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545534", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809393, - 51.5200168 - ] - }, - "id": "node/4769545534" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545535", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808475, - 51.520104 - ] - }, - "id": "node/4769545535" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545536", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8810091, - 51.5201211 - ] - }, - "id": "node/4769545536" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545537", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809618, - 51.5201837 - ] - }, - "id": "node/4769545537" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545538", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807938, - 51.5201839 - ] - }, - "id": "node/4769545538" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545539", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807727, - 51.520264 - ] - }, - "id": "node/4769545539" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545540", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809335, - 51.5202501 - ] - }, - "id": "node/4769545540" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545541", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809271, - 51.5203154 - ] - }, - "id": "node/4769545541" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545542", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809202, - 51.5203829 - ] - }, - "id": "node/4769545542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545543", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809175, - 51.5204503 - ] - }, - "id": "node/4769545543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545544", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807742, - 51.5203693 - ] - }, - "id": "node/4769545544" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545545", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807777, - 51.52054 - ] - }, - "id": "node/4769545545" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545546", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809264, - 51.5208051 - ] - }, - "id": "node/4769545546" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545547", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807903, - 51.520804 - ] - }, - "id": "node/4769545547" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545548", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809333, - 51.5210451 - ] - }, - "id": "node/4769545548" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545549", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8807938, - 51.5210488 - ] - }, - "id": "node/4769545549" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545550", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809477, - 51.5212919 - ] - }, - "id": "node/4769545550" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545551", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808069, - 51.521294 - ] - }, - "id": "node/4769545551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545552", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809529, - 51.5215419 - ] - }, - "id": "node/4769545552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545553", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808117, - 51.5215521 - ] - }, - "id": "node/4769545553" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545554", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808129, - 51.521609 - ] - }, - "id": "node/4769545554" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545555", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809598, - 51.5216194 - ] - }, - "id": "node/4769545555" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545556", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809645, - 51.5217083 - ] - }, - "id": "node/4769545556" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545557", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808156, - 51.5216999 - ] - }, - "id": "node/4769545557" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545558", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8808438, - 51.5217984 - ] - }, - "id": "node/4769545558" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545559", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.880992, - 51.5217713 - ] - }, - "id": "node/4769545559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545560", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809028, - 51.5218781 - ] - }, - "id": "node/4769545560" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545561", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8810557, - 51.5218572 - ] - }, - "id": "node/4769545561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545562", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8809913, - 51.5219636 - ] - }, - "id": "node/4769545562" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545563", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8811515, - 51.5219265 - ] - }, - "id": "node/4769545563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545564", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8810865, - 51.5220204 - ] - }, - "id": "node/4769545564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545565", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8812064, - 51.5220688 - ] - }, - "id": "node/4769545565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545566", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8812695, - 51.5219837 - ] - }, - "id": "node/4769545566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545567", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8814116, - 51.5220379 - ] - }, - "id": "node/4769545567" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545568", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8814264, - 51.522156 - ] - }, - "id": "node/4769545568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545569", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8815457, - 51.522088 - ] - }, - "id": "node/4769545569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545570", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8816698, - 51.5221376 - ] - }, - "id": "node/4769545570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545571", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8815679, - 51.5222044 - ] - }, - "id": "node/4769545571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545572", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8816859, - 51.5222503 - ] - }, - "id": "node/4769545572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545574", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8819219, - 51.5222303 - ] - }, - "id": "node/4769545574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545575", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8818173, - 51.5222974 - ] - }, - "id": "node/4769545575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545576", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8819541, - 51.5223433 - ] - }, - "id": "node/4769545576" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545577", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8820218, - 51.5222724 - ] - }, - "id": "node/4769545577" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545578", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8823618, - 51.5223959 - ] - }, - "id": "node/4769545578" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545579", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8822981, - 51.5224681 - ] - }, - "id": "node/4769545579" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545580", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8827071, - 51.5225202 - ] - }, - "id": "node/4769545580" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545581", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8826595, - 51.5225978 - ] - }, - "id": "node/4769545581" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545582", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.882801, - 51.522655 - ] - }, - "id": "node/4769545582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545583", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8829157, - 51.5227022 - ] - }, - "id": "node/4769545583" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545584", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8831155, - 51.5226709 - ] - }, - "id": "node/4769545584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545585", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8832718, - 51.5227518 - ] - }, - "id": "node/4769545585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545586", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8833636, - 51.5228173 - ] - }, - "id": "node/4769545586" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545587", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8834494, - 51.5231486 - ] - }, - "id": "node/4769545587" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545588", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8834622, - 51.5229325 - ] - }, - "id": "node/4769545588" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545589", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8835125, - 51.5230059 - ] - }, - "id": "node/4769545589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545590", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8835641, - 51.523081 - ] - }, - "id": "node/4769545590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545591", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8836278, - 51.5231611 - ] - }, - "id": "node/4769545591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545592", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8840563, - 51.5235199 - ] - }, - "id": "node/4769545592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545593", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8839289, - 51.523474 - ] - }, - "id": "node/4769545593" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545594", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8835098, - 51.5232345 - ] - }, - "id": "node/4769545594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545595", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8838129, - 51.5234306 - ] - }, - "id": "node/4769545595" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545596", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8836929, - 51.5233835 - ] - }, - "id": "node/4769545596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545597", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8836882, - 51.5232445 - ] - }, - "id": "node/4769545597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545598", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8837955, - 51.5233113 - ] - }, - "id": "node/4769545598" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545599", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8839128, - 51.5233618 - ] - }, - "id": "node/4769545599" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545600", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8840268, - 51.5234085 - ] - }, - "id": "node/4769545600" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545601", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8841294, - 51.5234511 - ] - }, - "id": "node/4769545601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545602", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8844063, - 51.5236471 - ] - }, - "id": "node/4769545602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545603", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8844794, - 51.5235729 - ] - }, - "id": "node/4769545603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545604", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8848164, - 51.523698 - ] - }, - "id": "node/4769545604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545605", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8847476, - 51.523769 - ] - }, - "id": "node/4769545605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545606", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8850983, - 51.523891 - ] - }, - "id": "node/4769545606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545607", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.885157, - 51.5238151 - ] - }, - "id": "node/4769545607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545608", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8852519, - 51.5238462 - ] - }, - "id": "node/4769545608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545609", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8852234, - 51.5239352 - ] - }, - "id": "node/4769545609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545610", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8853491, - 51.5238758 - ] - }, - "id": "node/4769545610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545611", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8853485, - 51.5239765 - ] - }, - "id": "node/4769545611" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545612", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8856442, - 51.52394 - ] - }, - "id": "node/4769545612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545613", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.885442, - 51.5239974 - ] - }, - "id": "node/4769545613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545614", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.885613, - 51.5240274 - ] - }, - "id": "node/4769545614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545615", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8857578, - 51.5240447 - ] - }, - "id": "node/4769545615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545616", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8858041, - 51.5239598 - ] - }, - "id": "node/4769545616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545617", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8859325, - 51.5239634 - ] - }, - "id": "node/4769545617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545618", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8860961, - 51.5239565 - ] - }, - "id": "node/4769545618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545619", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8862433, - 51.5239438 - ] - }, - "id": "node/4769545619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545620", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8863848, - 51.5240145 - ] - }, - "id": "node/4769545620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545821", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8863841, - 51.5239192 - ] - }, - "id": "node/4769545821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545822", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8865417, - 51.5238791 - ] - }, - "id": "node/4769545822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545823", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8864931, - 51.5239863 - ] - }, - "id": "node/4769545823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545824", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8866631, - 51.523943 - ] - }, - "id": "node/4769545824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545825", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8868377, - 51.5238966 - ] - }, - "id": "node/4769545825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545826", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.886763, - 51.5238105 - ] - }, - "id": "node/4769545826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545827", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8868649, - 51.5237821 - ] - }, - "id": "node/4769545827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545828", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8869895, - 51.5237449 - ] - }, - "id": "node/4769545828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545829", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8870897, - 51.5237134 - ] - }, - "id": "node/4769545829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545830", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8870599, - 51.5238415 - ] - }, - "id": "node/4769545830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545831", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8871879, - 51.5238087 - ] - }, - "id": "node/4769545831" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545832", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8872843, - 51.5236213 - ] - }, - "id": "node/4769545832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545833", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8873673, - 51.5235557 - ] - }, - "id": "node/4769545833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545834", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8887483, - 51.5238208 - ] - }, - "id": "node/4769545834" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545835", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8888046, - 51.5238025 - ] - }, - "id": "node/4769545835" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545836", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8892003, - 51.5236322 - ] - }, - "id": "node/4769545836" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545837", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8892948, - 51.5236139 - ] - }, - "id": "node/4769545837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545838", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897374, - 51.52322 - ] - }, - "id": "node/4769545838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545839", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8900123, - 51.5230189 - ] - }, - "id": "node/4769545839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545840", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8902846, - 51.5227486 - ] - }, - "id": "node/4769545840" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545841", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8901089, - 51.5229405 - ] - }, - "id": "node/4769545841" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545842", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8900157, - 51.5229559 - ] - }, - "id": "node/4769545842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545846", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8892046, - 51.5234247 - ] - }, - "id": "node/4769545846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545847", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8890737, - 51.5235374 - ] - }, - "id": "node/4769545847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545848", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8889336, - 51.5236455 - ] - }, - "id": "node/4769545848" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545852", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883641, - 51.523569 - ] - }, - "id": "node/4769545852" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545853", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8874431, - 51.5234816 - ] - }, - "id": "node/4769545853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545854", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8875225, - 51.5234001 - ] - }, - "id": "node/4769545854" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545855", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8877217, - 51.5233967 - ] - }, - "id": "node/4769545855" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545856", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8875889, - 51.5233362 - ] - }, - "id": "node/4769545856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545857", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.887774, - 51.5233256 - ] - }, - "id": "node/4769545857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545858", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8876573, - 51.5232674 - ] - }, - "id": "node/4769545858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545859", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8877344, - 51.5231825 - ] - }, - "id": "node/4769545859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545860", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.887824, - 51.5232684 - ] - }, - "id": "node/4769545860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545861", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.887951, - 51.5231168 - ] - }, - "id": "node/4769545861" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545862", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880033, - 51.5230598 - ] - }, - "id": "node/4769545862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545863", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8878749, - 51.5230348 - ] - }, - "id": "node/4769545863" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545864", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8878724, - 51.5219889 - ] - }, - "id": "node/4769545864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545865", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8877752, - 51.5219572 - ] - }, - "id": "node/4769545865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545866", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8876863, - 51.5219703 - ] - }, - "id": "node/4769545866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545867", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8878, - 51.5220106 - ] - }, - "id": "node/4769545867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545868", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880538, - 51.5221032 - ] - }, - "id": "node/4769545868" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545869", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.888198, - 51.5221575 - ] - }, - "id": "node/4769545869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545870", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883257, - 51.5222203 - ] - }, - "id": "node/4769545870" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545871", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8884734, - 51.5224394 - ] - }, - "id": "node/4769545871" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545872", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8884439, - 51.5225796 - ] - }, - "id": "node/4769545872" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545873", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883839, - 51.5226503 - ] - }, - "id": "node/4769545873" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545874", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8882001, - 51.5228487 - ] - }, - "id": "node/4769545874" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545875", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881395, - 51.5229173 - ] - }, - "id": "node/4769545875" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545876", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880858, - 51.5229695 - ] - }, - "id": "node/4769545876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545877", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8879413, - 51.5229661 - ] - }, - "id": "node/4769545877" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545878", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8878662, - 51.5229716 - ] - }, - "id": "node/4769545878" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545879", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8878367, - 51.5229935 - ] - }, - "id": "node/4769545879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545880", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8879507, - 51.5228691 - ] - }, - "id": "node/4769545880" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545881", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8879215, - 51.5228733 - ] - }, - "id": "node/4769545881" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545882", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880157, - 51.5228823 - ] - }, - "id": "node/4769545882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545883", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881385, - 51.5226476 - ] - }, - "id": "node/4769545883" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545884", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880949, - 51.5227068 - ] - }, - "id": "node/4769545884" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545885", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880292, - 51.5227878 - ] - }, - "id": "node/4769545885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545886", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880915, - 51.522789 - ] - }, - "id": "node/4769545886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545887", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881579, - 51.5227123 - ] - }, - "id": "node/4769545887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545888", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.888285, - 51.5225598 - ] - }, - "id": "node/4769545888" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545889", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883148, - 51.5224669 - ] - }, - "id": "node/4769545889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545890", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8882873, - 51.5223633 - ] - }, - "id": "node/4769545890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545891", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8882119, - 51.5222873 - ] - }, - "id": "node/4769545891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545892", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880902, - 51.5222304 - ] - }, - "id": "node/4769545892" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545893", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8879705, - 51.5221832 - ] - }, - "id": "node/4769545893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545894", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8878508, - 51.5221302 - ] - }, - "id": "node/4769545894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545895", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8877314, - 51.5220827 - ] - }, - "id": "node/4769545895" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545896", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8876, - 51.522033 - ] - }, - "id": "node/4769545896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545897", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8875185, - 51.5220032 - ] - }, - "id": "node/4769545897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545898", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8871102, - 51.5218511 - ] - }, - "id": "node/4769545898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545899", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8867833, - 51.5217307 - ] - }, - "id": "node/4769545899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545900", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8858938, - 51.5214093 - ] - }, - "id": "node/4769545900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545901", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8857731, - 51.5213667 - ] - }, - "id": "node/4769545901" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545902", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8856376, - 51.5213191 - ] - }, - "id": "node/4769545902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545903", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8855253, - 51.5212643 - ] - }, - "id": "node/4769545903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545904", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8854197, - 51.5211886 - ] - }, - "id": "node/4769545904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545905", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8853513, - 51.5211091 - ] - }, - "id": "node/4769545905" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545906", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8852997, - 51.5210192 - ] - }, - "id": "node/4769545906" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545907", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.885237, - 51.5209032 - ] - }, - "id": "node/4769545907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545908", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8851344, - 51.5207609 - ] - }, - "id": "node/4769545908" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545909", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8850519, - 51.5206981 - ] - }, - "id": "node/4769545909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545910", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8849218, - 51.5206401 - ] - }, - "id": "node/4769545910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545911", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8847813, - 51.5205877 - ] - }, - "id": "node/4769545911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545912", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8844119, - 51.5204482 - ] - }, - "id": "node/4769545912" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545913", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8840759, - 51.5203261 - ] - }, - "id": "node/4769545913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545916", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8848482, - 51.5205071 - ] - }, - "id": "node/4769545916" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545917", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8851205, - 51.5206064 - ] - }, - "id": "node/4769545917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545918", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8852378, - 51.52067 - ] - }, - "id": "node/4769545918" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545919", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8853796, - 51.5208067 - ] - }, - "id": "node/4769545919" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545920", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8854225, - 51.5208799 - ] - }, - "id": "node/4769545920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545921", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8854792, - 51.5209844 - ] - }, - "id": "node/4769545921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545922", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8855302, - 51.5210714 - ] - }, - "id": "node/4769545922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545923", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8855815, - 51.5211382 - ] - }, - "id": "node/4769545923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545924", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8856757, - 51.5212108 - ] - }, - "id": "node/4769545924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545925", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8858264, - 51.5212791 - ] - }, - "id": "node/4769545925" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545975", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8859542, - 51.5213271 - ] - }, - "id": "node/4769545975" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545976", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8862456, - 51.5214392 - ] - }, - "id": "node/4769545976" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545977", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8865088, - 51.5215364 - ] - }, - "id": "node/4769545977" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545978", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8867481, - 51.521585 - ] - }, - "id": "node/4769545978" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545979", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.886843, - 51.5216609 - ] - }, - "id": "node/4769545979" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545980", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8869386, - 51.5216453 - ] - }, - "id": "node/4769545980" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545981", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8870251, - 51.5216753 - ] - }, - "id": "node/4769545981" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545982", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8870972, - 51.5217051 - ] - }, - "id": "node/4769545982" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769545983", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8871803, - 51.5217302 - ] - }, - "id": "node/4769545983" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769637985", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8851208, - 51.5255401 - ] - }, - "id": "node/4769637985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769637986", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8850145, - 51.5255439 - ] - }, - "id": "node/4769637986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769637987", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.884301, - 51.5255987 - ] - }, - "id": "node/4769637987" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769637988", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.884235, - 51.525556 - ] - }, - "id": "node/4769637988" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769637989", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8843416, - 51.5255556 - ] - }, - "id": "node/4769637989" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769637990", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8843949, - 51.5255975 - ] - }, - "id": "node/4769637990" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769637991", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8844646, - 51.5255495 - ] - }, - "id": "node/4769637991" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769637992", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8845706, - 51.5255499 - ] - }, - "id": "node/4769637992" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769637993", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8847711, - 51.5255906 - ] - }, - "id": "node/4769637993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769637994", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8848683, - 51.5255889 - ] - }, - "id": "node/4769637994" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769637995", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8849645, - 51.5255877 - ] - }, - "id": "node/4769637995" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769637999", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8859849, - 51.5248121 - ] - }, - "id": "node/4769637999" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769638000", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8860435, - 51.5247309 - ] - }, - "id": "node/4769638000" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769638001", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8860912, - 51.5246464 - ] - }, - "id": "node/4769638001" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769638002", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8861361, - 51.5245409 - ] - }, - "id": "node/4769638002" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769638003", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8861465, - 51.524359 - ] - }, - "id": "node/4769638003" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769638004", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8861384, - 51.5242714 - ] - }, - "id": "node/4769638004" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769638005", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8861351, - 51.5241798 - ] - }, - "id": "node/4769638005" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769638006", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8858694, - 51.5249847 - ] - }, - "id": "node/4769638006" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769638007", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.885814, - 51.5250644 - ] - }, - "id": "node/4769638007" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769638008", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8857493, - 51.5251589 - ] - }, - "id": "node/4769638008" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765343", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8839775, - 51.5432194 - ] - }, - "id": "node/4769765343" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765344", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.883601, - 51.5432154 - ] - }, - "id": "node/4769765344" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765345", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8831303, - 51.5432325 - ] - }, - "id": "node/4769765345" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765346", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8825435, - 51.5432746 - ] - }, - "id": "node/4769765346" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765347", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.882746, - 51.543263 - ] - }, - "id": "node/4769765347" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765348", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8828835, - 51.5432613 - ] - }, - "id": "node/4769765348" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765349", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824497, - 51.5431562 - ] - }, - "id": "node/4769765349" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765350", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8825864, - 51.543147 - ] - }, - "id": "node/4769765350" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765351", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8825724, - 51.5432342 - ] - }, - "id": "node/4769765351" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765352", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8827058, - 51.5432221 - ] - }, - "id": "node/4769765352" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765353", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8828191, - 51.5432179 - ] - }, - "id": "node/4769765353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765354", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8827145, - 51.5431349 - ] - }, - "id": "node/4769765354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765355", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8828976, - 51.5431224 - ] - }, - "id": "node/4769765355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765356", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8832161, - 51.5431003 - ] - }, - "id": "node/4769765356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765357", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8841602, - 51.5431804 - ] - }, - "id": "node/4769765357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765358", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8835849, - 51.5431608 - ] - }, - "id": "node/4769765358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765359", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8835058, - 51.5430828 - ] - }, - "id": "node/4769765359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765360", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8836573, - 51.5430765 - ] - }, - "id": "node/4769765360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765361", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8838048, - 51.543074 - ] - }, - "id": "node/4769765361" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765362", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8839463, - 51.543077 - ] - }, - "id": "node/4769765362" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765363", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8841864, - 51.5430941 - ] - }, - "id": "node/4769765363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765364", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8843493, - 51.5431124 - ] - }, - "id": "node/4769765364" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765365", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8846444, - 51.5431616 - ] - }, - "id": "node/4769765365" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765366", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8847731, - 51.5431896 - ] - }, - "id": "node/4769765366" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765367", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8848885, - 51.5432158 - ] - }, - "id": "node/4769765367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765368", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.885278, - 51.5433076 - ] - }, - "id": "node/4769765368" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765369", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8851392, - 51.5432759 - ] - }, - "id": "node/4769765369" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765370", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8847041, - 51.5433197 - ] - }, - "id": "node/4769765370" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765371", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8847999, - 51.5433347 - ] - }, - "id": "node/4769765371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765372", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8841411, - 51.5440418 - ] - }, - "id": "node/4769765372" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765373", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8834917, - 51.5439999 - ] - }, - "id": "node/4769765373" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765374", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8837217, - 51.5441162 - ] - }, - "id": "node/4769765374" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765375", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8836748, - 51.5440916 - ] - }, - "id": "node/4769765375" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765376", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8835923, - 51.5440828 - ] - }, - "id": "node/4769765376" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765377", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.883774, - 51.5442547 - ] - }, - "id": "node/4769765377" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765378", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.883654, - 51.5443848 - ] - }, - "id": "node/4769765378" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765379", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.883666, - 51.5444894 - ] - }, - "id": "node/4769765379" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765380", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8836908, - 51.544602 - ] - }, - "id": "node/4769765380" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765381", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8829264, - 51.54512 - ] - }, - "id": "node/4769765381" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765382", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8830746, - 51.5450557 - ] - }, - "id": "node/4769765382" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765383", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8831886, - 51.5450516 - ] - }, - "id": "node/4769765383" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765384", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8833153, - 51.5450357 - ] - }, - "id": "node/4769765384" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765385", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8833938, - 51.5451517 - ] - }, - "id": "node/4769765385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765386", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8834863, - 51.5451492 - ] - }, - "id": "node/4769765386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765387", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8835829, - 51.5451283 - ] - }, - "id": "node/4769765387" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765388", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8836801, - 51.544705 - ] - }, - "id": "node/4769765388" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765389", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.883721, - 51.5450115 - ] - }, - "id": "node/4769765389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765390", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8837049, - 51.5449181 - ] - }, - "id": "node/4769765390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765391", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8836969, - 51.5448176 - ] - }, - "id": "node/4769765391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765392", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8842078, - 51.544818 - ] - }, - "id": "node/4769765392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765393", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8842011, - 51.5447234 - ] - }, - "id": "node/4769765393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765394", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8844989, - 51.5445553 - ] - }, - "id": "node/4769765394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765395", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8844184, - 51.5445557 - ] - }, - "id": "node/4769765395" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765396", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8843118, - 51.5445562 - ] - }, - "id": "node/4769765396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765397", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8842508, - 51.5446037 - ] - }, - "id": "node/4769765397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765398", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8841743, - 51.5445462 - ] - }, - "id": "node/4769765398" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765399", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.884057, - 51.5444953 - ] - }, - "id": "node/4769765399" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765400", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8842058, - 51.5444265 - ] - }, - "id": "node/4769765400" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765401", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8842669, - 51.5443539 - ] - }, - "id": "node/4769765401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765402", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8843849, - 51.5444306 - ] - }, - "id": "node/4769765402" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765403", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8845632, - 51.5444231 - ] - }, - "id": "node/4769765403" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765404", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8850534, - 51.5448964 - ] - }, - "id": "node/4769765404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765405", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8850199, - 51.5446271 - ] - }, - "id": "node/4769765405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765406", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8850159, - 51.5444936 - ] - }, - "id": "node/4769765406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765407", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8850118, - 51.5443022 - ] - }, - "id": "node/4769765407" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765408", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8848321, - 51.544205 - ] - }, - "id": "node/4769765408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765409", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8848127, - 51.5440528 - ] - }, - "id": "node/4769765409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765410", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8850024, - 51.5441508 - ] - }, - "id": "node/4769765410" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765411", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8850038, - 51.5439515 - ] - }, - "id": "node/4769765411" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765412", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8851084, - 51.5438468 - ] - }, - "id": "node/4769765412" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765413", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.884991, - 51.5437275 - ] - }, - "id": "node/4769765413" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765414", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8849897, - 51.5436008 - ] - }, - "id": "node/4769765414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765415", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8849797, - 51.5434423 - ] - }, - "id": "node/4769765415" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765416", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8853907, - 51.5434782 - ] - }, - "id": "node/4769765416" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765417", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8855241, - 51.5433668 - ] - }, - "id": "node/4769765417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765418", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8857944, - 51.5434331 - ] - }, - "id": "node/4769765418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765419", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8859292, - 51.5434644 - ] - }, - "id": "node/4769765419" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769765420", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8860539, - 51.5434944 - ] - }, - "id": "node/4769765420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769721", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8857508, - 51.5436566 - ] - }, - "id": "node/4769769721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769722", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8858239, - 51.5436796 - ] - }, - "id": "node/4769769722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769723", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8859338, - 51.5436491 - ] - }, - "id": "node/4769769723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769724", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8860043, - 51.5436521 - ] - }, - "id": "node/4769769724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769726", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8860727, - 51.5436337 - ] - }, - "id": "node/4769769726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769727", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8862705, - 51.5436466 - ] - }, - "id": "node/4769769727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769728", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.886416, - 51.5437004 - ] - }, - "id": "node/4769769728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769729", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.886534, - 51.5437647 - ] - }, - "id": "node/4769769729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769730", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8866614, - 51.5437217 - ] - }, - "id": "node/4769769730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769731", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8867358, - 51.5437797 - ] - }, - "id": "node/4769769731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769732", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8866104, - 51.5438235 - ] - }, - "id": "node/4769769732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769733", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8867858, - 51.5440086 - ] - }, - "id": "node/4769769733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769734", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8867372, - 51.5439402 - ] - }, - "id": "node/4769769734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769735", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8868242, - 51.5440759 - ] - }, - "id": "node/4769769735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769736", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8863481, - 51.5435717 - ] - }, - "id": "node/4769769736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769737", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8864661, - 51.5436221 - ] - }, - "id": "node/4769769737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769738", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8872724, - 51.5432086 - ] - }, - "id": "node/4769769738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769739", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880345, - 51.5433144 - ] - }, - "id": "node/4769769739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769740", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881713, - 51.5433815 - ] - }, - "id": "node/4769769740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769741", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881438, - 51.5433431 - ] - }, - "id": "node/4769769741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769742", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880577, - 51.5434889 - ] - }, - "id": "node/4769769742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769743", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8879933, - 51.5434801 - ] - }, - "id": "node/4769769743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769744", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8879631, - 51.5434501 - ] - }, - "id": "node/4769769744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769745", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8878404, - 51.5433996 - ] - }, - "id": "node/4769769745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769746", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8874153, - 51.543473 - ] - }, - "id": "node/4769769746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769747", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8872932, - 51.5435223 - ] - }, - "id": "node/4769769747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769748", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8868098, - 51.5437562 - ] - }, - "id": "node/4769769748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769749", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8852444, - 51.544201 - ] - }, - "id": "node/4769769749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769750", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8855602, - 51.5442785 - ] - }, - "id": "node/4769769750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769751", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8860973, - 51.5442151 - ] - }, - "id": "node/4769769751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769752", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8861858, - 51.5442531 - ] - }, - "id": "node/4769769752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769753", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8865405, - 51.5442473 - ] - }, - "id": "node/4769769753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769754", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.886792, - 51.5442456 - ] - }, - "id": "node/4769769754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769755", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897293, - 51.5447696 - ] - }, - "id": "node/4769769755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769756", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8896972, - 51.5448259 - ] - }, - "id": "node/4769769756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769757", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8895885, - 51.544735 - ] - }, - "id": "node/4769769757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769758", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8896744, - 51.544662 - ] - }, - "id": "node/4769769758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769759", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8896026, - 51.5446169 - ] - }, - "id": "node/4769769759" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769760", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8895651, - 51.5444923 - ] - }, - "id": "node/4769769760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769761", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8894397, - 51.5443229 - ] - }, - "id": "node/4769769761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769762", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.889447, - 51.5443867 - ] - }, - "id": "node/4769769762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769763", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893491, - 51.5442658 - ] - }, - "id": "node/4769769763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769764", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8888261, - 51.5440435 - ] - }, - "id": "node/4769769764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769765", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8888375, - 51.5439656 - ] - }, - "id": "node/4769769765" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769766", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8889388, - 51.5438609 - ] - }, - "id": "node/4769769766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769767", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8888724, - 51.5438154 - ] - }, - "id": "node/4769769767" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769768", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8888274, - 51.5438505 - ] - }, - "id": "node/4769769768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769769", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8886115, - 51.5436703 - ] - }, - "id": "node/4769769769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769770", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8886953, - 51.5437746 - ] - }, - "id": "node/4769769770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769771", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8885807, - 51.5437587 - ] - }, - "id": "node/4769769771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769772", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8885304, - 51.5438175 - ] - }, - "id": "node/4769769772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769773", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883024, - 51.5436503 - ] - }, - "id": "node/4769769773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769774", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881956, - 51.5437018 - ] - }, - "id": "node/4769769774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769775", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880955, - 51.5437502 - ] - }, - "id": "node/4769769775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769776", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.887981, - 51.5438055 - ] - }, - "id": "node/4769769776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769777", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8878587, - 51.5438645 - ] - }, - "id": "node/4769769777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769778", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880431, - 51.5435701 - ] - }, - "id": "node/4769769778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769779", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8879424, - 51.5436204 - ] - }, - "id": "node/4769769779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769780", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.887834, - 51.5436745 - ] - }, - "id": "node/4769769780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769781", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8877336, - 51.5437247 - ] - }, - "id": "node/4769769781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769782", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8876341, - 51.5437744 - ] - }, - "id": "node/4769769782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769783", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8875394, - 51.5438217 - ] - }, - "id": "node/4769769783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769784", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8874335, - 51.5438745 - ] - }, - "id": "node/4769769784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769785", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8877869, - 51.5434884 - ] - }, - "id": "node/4769769785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769786", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8876925, - 51.5435346 - ] - }, - "id": "node/4769769786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769787", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8876046, - 51.5435777 - ] - }, - "id": "node/4769769787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769788", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.887494, - 51.5436318 - ] - }, - "id": "node/4769769788" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769789", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8873714, - 51.5436919 - ] - }, - "id": "node/4769769789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769790", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8872675, - 51.5437428 - ] - }, - "id": "node/4769769790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769791", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8871614, - 51.5437948 - ] - }, - "id": "node/4769769791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769792", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8870701, - 51.5438395 - ] - }, - "id": "node/4769769792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769793", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8869776, - 51.5441081 - ] - }, - "id": "node/4769769793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769794", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.887001, - 51.5441827 - ] - }, - "id": "node/4769769794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769795", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8870104, - 51.5442665 - ] - }, - "id": "node/4769769795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769796", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8870124, - 51.5443641 - ] - }, - "id": "node/4769769796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769797", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8870158, - 51.5445193 - ] - }, - "id": "node/4769769797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769798", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8870124, - 51.5444313 - ] - }, - "id": "node/4769769798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769799", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8870138, - 51.5446936 - ] - }, - "id": "node/4769769799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769800", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8870131, - 51.5447761 - ] - }, - "id": "node/4769769800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769801", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8870131, - 51.5448662 - ] - }, - "id": "node/4769769801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769802", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8868139, - 51.5443841 - ] - }, - "id": "node/4769769802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769809", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8868247, - 51.5448424 - ] - }, - "id": "node/4769769809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769810", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8870966, - 51.5448923 - ] - }, - "id": "node/4769769810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769811", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.885278, - 51.5462843 - ] - }, - "id": "node/4769769811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769812", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8855999, - 51.5463777 - ] - }, - "id": "node/4769769812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769814", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8864398, - 51.546465 - ] - }, - "id": "node/4769769814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769815", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8863338, - 51.5463891 - ] - }, - "id": "node/4769769815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769816", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8864063, - 51.5465343 - ] - }, - "id": "node/4769769816" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769817", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8865632, - 51.5465234 - ] - }, - "id": "node/4769769817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769818", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8865953, - 51.5464342 - ] - }, - "id": "node/4769769818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769819", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8866141, - 51.5463566 - ] - }, - "id": "node/4769769819" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769769820", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8866181, - 51.5462832 - ] - }, - "id": "node/4769769820" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770121", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8866557, - 51.5462273 - ] - }, - "id": "node/4769770121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770122", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8866678, - 51.5461806 - ] - }, - "id": "node/4769770122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770123", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8866544, - 51.5461198 - ] - }, - "id": "node/4769770123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770124", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8866959, - 51.5460063 - ] - }, - "id": "node/4769770124" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770125", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8866785, - 51.5459496 - ] - }, - "id": "node/4769770125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770126", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8867228, - 51.5458629 - ] - }, - "id": "node/4769770126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770127", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.886704, - 51.5457661 - ] - }, - "id": "node/4769770127" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770128", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8867469, - 51.5456727 - ] - }, - "id": "node/4769770128" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770129", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8867737, - 51.5454892 - ] - }, - "id": "node/4769770129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770130", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8867952, - 51.5451465 - ] - }, - "id": "node/4769770130" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770131", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.886704, - 51.5451239 - ] - }, - "id": "node/4769770131" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770132", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8866611, - 51.5452065 - ] - }, - "id": "node/4769770132" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770133", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8867415, - 51.5453166 - ] - }, - "id": "node/4769770133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770134", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8867871, - 51.5453525 - ] - }, - "id": "node/4769770134" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770135", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8868589, - 51.545347 - ] - }, - "id": "node/4769770135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770136", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8868354, - 51.5456252 - ] - }, - "id": "node/4769770136" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770137", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8867958, - 51.5459071 - ] - }, - "id": "node/4769770137" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770138", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8867523, - 51.5461848 - ] - }, - "id": "node/4769770138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770139", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8867067, - 51.546475 - ] - }, - "id": "node/4769770139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770140", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8864891, - 51.5477734 - ] - }, - "id": "node/4769770140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770141", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8865407, - 51.5474886 - ] - }, - "id": "node/4769770141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770142", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8866594, - 51.5467909 - ] - }, - "id": "node/4769770142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770143", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8865467, - 51.546896 - ] - }, - "id": "node/4769770143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770144", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8865219, - 51.5469902 - ] - }, - "id": "node/4769770144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770145", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8864998, - 51.5471099 - ] - }, - "id": "node/4769770145" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770146", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8864901, - 51.5473432 - ] - }, - "id": "node/4769770146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770147", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8864988, - 51.5474346 - ] - }, - "id": "node/4769770147" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770148", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8864599, - 51.5475751 - ] - }, - "id": "node/4769770148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770149", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8864351, - 51.5477344 - ] - }, - "id": "node/4769770149" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770150", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8864358, - 51.5478132 - ] - }, - "id": "node/4769770150" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770151", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8863332, - 51.5478832 - ] - }, - "id": "node/4769770151" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770152", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8862554, - 51.5478837 - ] - }, - "id": "node/4769770152" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770153", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8861689, - 51.547887 - ] - }, - "id": "node/4769770153" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770154", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8860884, - 51.5478803 - ] - }, - "id": "node/4769770154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770155", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8860086, - 51.5478853 - ] - }, - "id": "node/4769770155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770156", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8859496, - 51.5478841 - ] - }, - "id": "node/4769770156" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770157", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8894076, - 51.5472619 - ] - }, - "id": "node/4769770157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770158", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8889493, - 51.5472167 - ] - }, - "id": "node/4769770158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770159", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8889855, - 51.5471875 - ] - }, - "id": "node/4769770159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770160", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893785, - 51.5472942 - ] - }, - "id": "node/4769770160" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770161", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8885617, - 51.5474927 - ] - }, - "id": "node/4769770161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770162", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8876538, - 51.5473509 - ] - }, - "id": "node/4769770162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770163", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8874889, - 51.5473501 - ] - }, - "id": "node/4769770163" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770164", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8875304, - 51.5470107 - ] - }, - "id": "node/4769770164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770165", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8875385, - 51.5471049 - ] - }, - "id": "node/4769770165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770166", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8875076, - 51.5471483 - ] - }, - "id": "node/4769770166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770167", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8874929, - 51.54724 - ] - }, - "id": "node/4769770167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770168", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8890821, - 51.548024 - ] - }, - "id": "node/4769770168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770169", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8888105, - 51.5478159 - ] - }, - "id": "node/4769770169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770170", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8887039, - 51.5478367 - ] - }, - "id": "node/4769770170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770171", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8886093, - 51.5478259 - ] - }, - "id": "node/4769770171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770172", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8885912, - 51.5479827 - ] - }, - "id": "node/4769770172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770173", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883794, - 51.5479806 - ] - }, - "id": "node/4769770173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770174", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883894, - 51.5479331 - ] - }, - "id": "node/4769770174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770175", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883887, - 51.5478947 - ] - }, - "id": "node/4769770175" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770176", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8884008, - 51.5478372 - ] - }, - "id": "node/4769770176" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770177", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8884102, - 51.5477813 - ] - }, - "id": "node/4769770177" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770178", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8874815, - 51.5475419 - ] - }, - "id": "node/4769770178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770179", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8876324, - 51.5475474 - ] - }, - "id": "node/4769770179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770180", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8877008, - 51.5475849 - ] - }, - "id": "node/4769770180" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770181", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8877537, - 51.5476224 - ] - }, - "id": "node/4769770181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770182", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8882674, - 51.5476783 - ] - }, - "id": "node/4769770182" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770183", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881576, - 51.5476717 - ] - }, - "id": "node/4769770183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770184", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880503, - 51.5476653 - ] - }, - "id": "node/4769770184" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770185", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8879423, - 51.5476589 - ] - }, - "id": "node/4769770185" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770186", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8878342, - 51.5476524 - ] - }, - "id": "node/4769770186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770187", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881755, - 51.5479251 - ] - }, - "id": "node/4769770187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770188", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.888083, - 51.5479222 - ] - }, - "id": "node/4769770188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770189", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8879375, - 51.5479172 - ] - }, - "id": "node/4769770189" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770190", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8878597, - 51.5479135 - ] - }, - "id": "node/4769770190" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770191", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8877101, - 51.5479185 - ] - }, - "id": "node/4769770191" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770192", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8876189, - 51.5479151 - ] - }, - "id": "node/4769770192" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770193", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8875821, - 51.5479727 - ] - }, - "id": "node/4769770193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770194", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8876948, - 51.5479745 - ] - }, - "id": "node/4769770194" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770195", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8882144, - 51.5479827 - ] - }, - "id": "node/4769770195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770196", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881105, - 51.547981 - ] - }, - "id": "node/4769770196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770197", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8879991, - 51.5479793 - ] - }, - "id": "node/4769770197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770198", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.887794, - 51.547976 - ] - }, - "id": "node/4769770198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770199", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8868126, - 51.5478982 - ] - }, - "id": "node/4769770199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770200", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8857079, - 51.5489059 - ] - }, - "id": "node/4769770200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770201", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.885846, - 51.54888 - ] - }, - "id": "node/4769770201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770202", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.885964, - 51.5489893 - ] - }, - "id": "node/4769770202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770203", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8859908, - 51.549066 - ] - }, - "id": "node/4769770203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770204", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8858178, - 51.5489968 - ] - }, - "id": "node/4769770204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770205", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8860043, - 51.5489009 - ] - }, - "id": "node/4769770205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770212", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8875405, - 51.5489797 - ] - }, - "id": "node/4769770212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770213", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8877913, - 51.5489968 - ] - }, - "id": "node/4769770213" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770214", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8879368, - 51.5490068 - ] - }, - "id": "node/4769770214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770215", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881554, - 51.5490147 - ] - }, - "id": "node/4769770215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770216", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883203, - 51.5490322 - ] - }, - "id": "node/4769770216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770217", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8888682, - 51.5490785 - ] - }, - "id": "node/4769770217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770218", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8889788, - 51.5490881 - ] - }, - "id": "node/4769770218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770219", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8892524, - 51.5491085 - ] - }, - "id": "node/4769770219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770220", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8869789, - 51.549522 - ] - }, - "id": "node/4769770220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770421", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8871559, - 51.5499214 - ] - }, - "id": "node/4769770421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770422", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8872257, - 51.5495904 - ] - }, - "id": "node/4769770422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770423", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8872525, - 51.5494895 - ] - }, - "id": "node/4769770423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770424", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8861883, - 51.5492405 - ] - }, - "id": "node/4769770424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770425", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8859925, - 51.5497943 - ] - }, - "id": "node/4769770425" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770426", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8860924, - 51.549974 - ] - }, - "id": "node/4769770426" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770427", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8860274, - 51.5499039 - ] - }, - "id": "node/4769770427" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770429", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8922659, - 51.550535 - ] - }, - "id": "node/4769770429" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770430", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8921432, - 51.5505308 - ] - }, - "id": "node/4769770430" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770431", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8920258, - 51.5505146 - ] - }, - "id": "node/4769770431" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770432", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919199, - 51.5505525 - ] - }, - "id": "node/4769770432" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770433", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8916718, - 51.5505379 - ] - }, - "id": "node/4769770433" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770434", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.891822, - 51.5505429 - ] - }, - "id": "node/4769770434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770435", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8917556, - 51.5505117 - ] - }, - "id": "node/4769770435" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770436", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8916456, - 51.5504921 - ] - }, - "id": "node/4769770436" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770437", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8915014, - 51.5504908 - ] - }, - "id": "node/4769770437" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770438", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8913767, - 51.5504921 - ] - }, - "id": "node/4769770438" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770439", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8912379, - 51.5504808 - ] - }, - "id": "node/4769770439" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770440", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8911058, - 51.5504762 - ] - }, - "id": "node/4769770440" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770441", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8909881, - 51.5504558 - ] - }, - "id": "node/4769770441" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770442", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8908583, - 51.5504549 - ] - }, - "id": "node/4769770442" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770443", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8906961, - 51.5504404 - ] - }, - "id": "node/4769770443" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770444", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8906572, - 51.5504491 - ] - }, - "id": "node/4769770444" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770446", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8904098, - 51.5504341 - ] - }, - "id": "node/4769770446" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770447", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8902797, - 51.5504316 - ] - }, - "id": "node/4769770447" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770448", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8901556, - 51.5504258 - ] - }, - "id": "node/4769770448" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770449", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8900095, - 51.5504216 - ] - }, - "id": "node/4769770449" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770451", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897721, - 51.5504053 - ] - }, - "id": "node/4769770451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770452", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897124, - 51.5504345 - ] - }, - "id": "node/4769770452" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770453", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8896172, - 51.5504037 - ] - }, - "id": "node/4769770453" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770455", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8856928, - 51.5511173 - ] - }, - "id": "node/4769770455" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770456", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8858899, - 51.5506907 - ] - }, - "id": "node/4769770456" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770457", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8859644, - 51.5506945 - ] - }, - "id": "node/4769770457" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770458", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8856311, - 51.5505327 - ] - }, - "id": "node/4769770458" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770459", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8855982, - 51.5506878 - ] - }, - "id": "node/4769770459" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770460", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8855526, - 51.5508942 - ] - }, - "id": "node/4769770460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770461", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.885507, - 51.5511094 - ] - }, - "id": "node/4769770461" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770462", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8854655, - 51.551317 - ] - }, - "id": "node/4769770462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770463", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8879106, - 51.5511684 - ] - }, - "id": "node/4769770463" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770464", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8878513, - 51.5514121 - ] - }, - "id": "node/4769770464" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770468", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8878168, - 51.5516533 - ] - }, - "id": "node/4769770468" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770469", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8856529, - 51.5515832 - ] - }, - "id": "node/4769770469" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770470", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.885738, - 51.5515812 - ] - }, - "id": "node/4769770470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770471", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8854195, - 51.5515195 - ] - }, - "id": "node/4769770471" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770472", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8853759, - 51.5517342 - ] - }, - "id": "node/4769770472" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770473", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8853364, - 51.5519156 - ] - }, - "id": "node/4769770473" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770474", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8852978, - 51.5520996 - ] - }, - "id": "node/4769770474" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770475", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8852402, - 51.5523777 - ] - }, - "id": "node/4769770475" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770476", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8862175, - 51.5523934 - ] - }, - "id": "node/4769770476" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770477", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8859077, - 51.5535833 - ] - }, - "id": "node/4769770477" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770478", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8858634, - 51.5535479 - ] - }, - "id": "node/4769770478" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770479", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8857803, - 51.5535304 - ] - }, - "id": "node/4769770479" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770480", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8855573, - 51.553162 - ] - }, - "id": "node/4769770480" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770481", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8855915, - 51.5532663 - ] - }, - "id": "node/4769770481" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770482", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8854702, - 51.5532846 - ] - }, - "id": "node/4769770482" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770483", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8853884, - 51.5532108 - ] - }, - "id": "node/4769770483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770484", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8854896, - 51.5530223 - ] - }, - "id": "node/4769770484" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770485", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8854883, - 51.5529623 - ] - }, - "id": "node/4769770485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770486", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8854467, - 51.5530936 - ] - }, - "id": "node/4769770486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770487", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8860458, - 51.5531222 - ] - }, - "id": "node/4769770487" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770488", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8861343, - 51.5533991 - ] - }, - "id": "node/4769770488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770489", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8862322, - 51.5533282 - ] - }, - "id": "node/4769770489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770490", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8860874, - 51.553264 - ] - }, - "id": "node/4769770490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770491", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8865145, - 51.5533286 - ] - }, - "id": "node/4769770491" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770492", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8866194, - 51.5533052 - ] - }, - "id": "node/4769770492" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770493", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8867124, - 51.5532844 - ] - }, - "id": "node/4769770493" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770494", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8866476, - 51.553654 - ] - }, - "id": "node/4769770494" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770495", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8866115, - 51.5538081 - ] - }, - "id": "node/4769770495" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770496", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8865519, - 51.5540623 - ] - }, - "id": "node/4769770496" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770497", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8865741, - 51.5539679 - ] - }, - "id": "node/4769770497" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770498", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8865869, - 51.5539131 - ] - }, - "id": "node/4769770498" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770499", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8866217, - 51.5537649 - ] - }, - "id": "node/4769770499" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770500", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8866121, - 51.5535894 - ] - }, - "id": "node/4769770500" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770501", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8863888, - 51.5534981 - ] - }, - "id": "node/4769770501" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770502", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8862856, - 51.5535327 - ] - }, - "id": "node/4769770502" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770503", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8861689, - 51.5535702 - ] - }, - "id": "node/4769770503" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770504", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8860623, - 51.5536065 - ] - }, - "id": "node/4769770504" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770505", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8860459, - 51.5536804 - ] - }, - "id": "node/4769770505" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770506", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8860301, - 51.5537523 - ] - }, - "id": "node/4769770506" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770507", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8860126, - 51.5538312 - ] - }, - "id": "node/4769770507" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770508", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8859963, - 51.5539054 - ] - }, - "id": "node/4769770508" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770509", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8859794, - 51.5539817 - ] - }, - "id": "node/4769770509" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770510", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.885788, - 51.5541335 - ] - }, - "id": "node/4769770510" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770511", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.885963, - 51.5540559 - ] - }, - "id": "node/4769770511" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770512", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8860814, - 51.5540663 - ] - }, - "id": "node/4769770512" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770513", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8861961, - 51.5540764 - ] - }, - "id": "node/4769770513" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770514", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8863066, - 51.5540861 - ] - }, - "id": "node/4769770514" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770515", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8864353, - 51.5540974 - ] - }, - "id": "node/4769770515" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770516", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8865415, - 51.5541068 - ] - }, - "id": "node/4769770516" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770517", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8866771, - 51.5541187 - ] - }, - "id": "node/4769770517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770518", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8867752, - 51.5541273 - ] - }, - "id": "node/4769770518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770519", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8869097, - 51.5541391 - ] - }, - "id": "node/4769770519" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770520", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.887008, - 51.5541478 - ] - }, - "id": "node/4769770520" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770621", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8871363, - 51.554159 - ] - }, - "id": "node/4769770621" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770622", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8872347, - 51.5541677 - ] - }, - "id": "node/4769770622" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770623", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8872171, - 51.5542528 - ] - }, - "id": "node/4769770623" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770624", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8871157, - 51.5542442 - ] - }, - "id": "node/4769770624" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770625", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8866639, - 51.5542059 - ] - }, - "id": "node/4769770625" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770626", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.886519, - 51.5541936 - ] - }, - "id": "node/4769770626" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770627", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8864061, - 51.5541841 - ] - }, - "id": "node/4769770627" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770628", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8862887, - 51.5541741 - ] - }, - "id": "node/4769770628" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770629", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8861772, - 51.5541647 - ] - }, - "id": "node/4769770629" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770630", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8860604, - 51.5541548 - ] - }, - "id": "node/4769770630" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770631", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8859484, - 51.5541453 - ] - }, - "id": "node/4769770631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770632", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881039, - 51.5545103 - ] - }, - "id": "node/4769770632" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770633", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881435, - 51.5543339 - ] - }, - "id": "node/4769770633" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770634", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8879919, - 51.5541817 - ] - }, - "id": "node/4769770634" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770635", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880094, - 51.5540979 - ] - }, - "id": "node/4769770635" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770636", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881864, - 51.5541601 - ] - }, - "id": "node/4769770636" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770637", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880275, - 51.5540045 - ] - }, - "id": "node/4769770637" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770638", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880409, - 51.5539295 - ] - }, - "id": "node/4769770638" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770639", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8882253, - 51.553985 - ] - }, - "id": "node/4769770639" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770640", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880744, - 51.5537844 - ] - }, - "id": "node/4769770640" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770641", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8882682, - 51.5538132 - ] - }, - "id": "node/4769770641" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770642", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883051, - 51.5536385 - ] - }, - "id": "node/4769770642" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770643", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.888118, - 51.5536222 - ] - }, - "id": "node/4769770643" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770644", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881535, - 51.5534442 - ] - }, - "id": "node/4769770644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770645", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.888344, - 51.5534663 - ] - }, - "id": "node/4769770645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770646", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883939, - 51.5533039 - ] - }, - "id": "node/4769770646" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770647", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8882893, - 51.5532914 - ] - }, - "id": "node/4769770647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770648", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881472, - 51.5532801 - ] - }, - "id": "node/4769770648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770649", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880419, - 51.553268 - ] - }, - "id": "node/4769770649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770650", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880385, - 51.553198 - ] - }, - "id": "node/4769770650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770651", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880499, - 51.5531413 - ] - }, - "id": "node/4769770651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770652", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880741, - 51.553065 - ] - }, - "id": "node/4769770652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770653", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880815, - 51.5529958 - ] - }, - "id": "node/4769770653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770654", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8879192, - 51.5528878 - ] - }, - "id": "node/4769770654" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770655", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8879862, - 51.5528915 - ] - }, - "id": "node/4769770655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770656", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881136, - 51.5528853 - ] - }, - "id": "node/4769770656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770657", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881264, - 51.5528152 - ] - }, - "id": "node/4769770657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770658", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880171, - 51.5528056 - ] - }, - "id": "node/4769770658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770659", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8879031, - 51.5528011 - ] - }, - "id": "node/4769770659" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770660", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8877918, - 51.5527977 - ] - }, - "id": "node/4769770660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770661", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8867256, - 51.5527494 - ] - }, - "id": "node/4769770661" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770662", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8866056, - 51.5527664 - ] - }, - "id": "node/4769770662" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770663", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8864943, - 51.5527856 - ] - }, - "id": "node/4769770663" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770664", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8863796, - 51.5527973 - ] - }, - "id": "node/4769770664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770665", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8863038, - 51.5527423 - ] - }, - "id": "node/4769770665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770666", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8862656, - 51.5528223 - ] - }, - "id": "node/4769770666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770667", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8861328, - 51.5528382 - ] - }, - "id": "node/4769770667" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770668", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8861664, - 51.5527765 - ] - }, - "id": "node/4769770668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770669", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8861918, - 51.5527106 - ] - }, - "id": "node/4769770669" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770670", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.886269, - 51.5525834 - ] - }, - "id": "node/4769770670" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770671", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8854174, - 51.5527143 - ] - }, - "id": "node/4769770671" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770672", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.885469, - 51.5524696 - ] - }, - "id": "node/4769770672" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770673", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8855837, - 51.5525555 - ] - }, - "id": "node/4769770673" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770674", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8851954, - 51.5525855 - ] - }, - "id": "node/4769770674" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770675", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8851458, - 51.5528023 - ] - }, - "id": "node/4769770675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770676", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8851749, - 51.5542414 - ] - }, - "id": "node/4769770676" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770677", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8849302, - 51.5538428 - ] - }, - "id": "node/4769770677" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770678", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8849865, - 51.5535768 - ] - }, - "id": "node/4769770678" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770679", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8850113, - 51.5534725 - ] - }, - "id": "node/4769770679" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770680", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8848524, - 51.5534221 - ] - }, - "id": "node/4769770680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770681", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8848685, - 51.553322 - ] - }, - "id": "node/4769770681" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770682", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8847538, - 51.553302 - ] - }, - "id": "node/4769770682" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770683", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8845654, - 51.5532799 - ] - }, - "id": "node/4769770683" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770684", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8839532, - 51.5532978 - ] - }, - "id": "node/4769770684" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770685", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8837869, - 51.5534263 - ] - }, - "id": "node/4769770685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770686", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8840169, - 51.5533129 - ] - }, - "id": "node/4769770686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770687", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8843052, - 51.5533462 - ] - }, - "id": "node/4769770687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770688", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.884202, - 51.5533725 - ] - }, - "id": "node/4769770688" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770689", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8841483, - 51.5533349 - ] - }, - "id": "node/4769770689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770690", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8842456, - 51.5532232 - ] - }, - "id": "node/4769770690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770691", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8840659, - 51.5531849 - ] - }, - "id": "node/4769770691" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770692", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8837272, - 51.5529826 - ] - }, - "id": "node/4769770692" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770693", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8837064, - 51.5529159 - ] - }, - "id": "node/4769770693" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770694", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8836629, - 51.5527996 - ] - }, - "id": "node/4769770694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770695", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8836159, - 51.5526528 - ] - }, - "id": "node/4769770695" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770696", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8835623, - 51.552534 - ] - }, - "id": "node/4769770696" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770697", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.883522, - 51.5524223 - ] - }, - "id": "node/4769770697" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770698", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8838372, - 51.55271 - ] - }, - "id": "node/4769770698" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770699", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8838023, - 51.5526574 - ] - }, - "id": "node/4769770699" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770700", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8841926, - 51.5526645 - ] - }, - "id": "node/4769770700" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770701", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.884257, - 51.5526641 - ] - }, - "id": "node/4769770701" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770702", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.884322, - 51.5526616 - ] - }, - "id": "node/4769770702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770703", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8843964, - 51.552617 - ] - }, - "id": "node/4769770703" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770704", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.884383, - 51.5525653 - ] - }, - "id": "node/4769770704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770705", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8843529, - 51.5524281 - ] - }, - "id": "node/4769770705" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770706", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8842677, - 51.5524306 - ] - }, - "id": "node/4769770706" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770707", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8841839, - 51.5524306 - ] - }, - "id": "node/4769770707" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770708", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8841014, - 51.5524323 - ] - }, - "id": "node/4769770708" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770709", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8840149, - 51.5524352 - ] - }, - "id": "node/4769770709" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770710", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8839277, - 51.5524369 - ] - }, - "id": "node/4769770710" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770711", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8838446, - 51.5524381 - ] - }, - "id": "node/4769770711" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770712", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8844494, - 51.5523372 - ] - }, - "id": "node/4769770712" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770713", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.884434, - 51.5522805 - ] - }, - "id": "node/4769770713" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770714", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8844353, - 51.5522271 - ] - }, - "id": "node/4769770714" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770715", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8839378, - 51.5521904 - ] - }, - "id": "node/4769770715" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770716", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8836689, - 51.5522075 - ] - }, - "id": "node/4769770716" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770717", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8834396, - 51.5521671 - ] - }, - "id": "node/4769770717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770718", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8834161, - 51.5520395 - ] - }, - "id": "node/4769770718" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770719", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8833826, - 51.5519411 - ] - }, - "id": "node/4769770719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770720", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8843736, - 51.5518752 - ] - }, - "id": "node/4769770720" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770721", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8839881, - 51.5518519 - ] - }, - "id": "node/4769770721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770722", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8838955, - 51.5518573 - ] - }, - "id": "node/4769770722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770723", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8837963, - 51.5518594 - ] - }, - "id": "node/4769770723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770724", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8837017, - 51.5518606 - ] - }, - "id": "node/4769770724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770725", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8835831, - 51.5519023 - ] - }, - "id": "node/4769770725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770726", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.883347, - 51.5518398 - ] - }, - "id": "node/4769770726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770727", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8832766, - 51.5516763 - ] - }, - "id": "node/4769770727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770728", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8832431, - 51.5515779 - ] - }, - "id": "node/4769770728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770729", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8834288, - 51.5514658 - ] - }, - "id": "node/4769770729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770730", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8832062, - 51.5514704 - ] - }, - "id": "node/4769770730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770731", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8833973, - 51.5513549 - ] - }, - "id": "node/4769770731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770732", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8831713, - 51.551372 - ] - }, - "id": "node/4769770732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770733", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8831371, - 51.5512665 - ] - }, - "id": "node/4769770733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770734", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8830815, - 51.5510471 - ] - }, - "id": "node/4769770734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770735", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8831177, - 51.5511526 - ] - }, - "id": "node/4769770735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770736", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8842704, - 51.5512731 - ] - }, - "id": "node/4769770736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770737", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8843911, - 51.5512961 - ] - }, - "id": "node/4769770737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770738", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8841939, - 51.5512473 - ] - }, - "id": "node/4769770738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770739", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8839975, - 51.5512252 - ] - }, - "id": "node/4769770739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770740", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8839405, - 51.5512189 - ] - }, - "id": "node/4769770740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770741", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8838841, - 51.5512143 - ] - }, - "id": "node/4769770741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770742", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8837862, - 51.5511972 - ] - }, - "id": "node/4769770742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770743", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8836092, - 51.5511877 - ] - }, - "id": "node/4769770743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770744", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8835287, - 51.5511827 - ] - }, - "id": "node/4769770744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770745", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8833135, - 51.5511689 - ] - }, - "id": "node/4769770745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770746", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8834107, - 51.5511714 - ] - }, - "id": "node/4769770746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770747", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8833531, - 51.5511726 - ] - }, - "id": "node/4769770747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770748", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8832659, - 51.5509959 - ] - }, - "id": "node/4769770748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770749", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8830815, - 51.5510417 - ] - }, - "id": "node/4769770749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770750", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.884198, - 51.5503704 - ] - }, - "id": "node/4769770750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770751", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8839586, - 51.5503779 - ] - }, - "id": "node/4769770751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770752", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8837219, - 51.550375 - ] - }, - "id": "node/4769770752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770753", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8830875, - 51.5503333 - ] - }, - "id": "node/4769770753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770754", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8835066, - 51.5503191 - ] - }, - "id": "node/4769770754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770755", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8833316, - 51.5503879 - ] - }, - "id": "node/4769770755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770756", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8831519, - 51.5507006 - ] - }, - "id": "node/4769770756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770757", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8831425, - 51.5506064 - ] - }, - "id": "node/4769770757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770758", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8831707, - 51.5505622 - ] - }, - "id": "node/4769770758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770759", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8832686, - 51.5508883 - ] - }, - "id": "node/4769770759" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770760", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8830238, - 51.5509137 - ] - }, - "id": "node/4769770760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770761", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8829896, - 51.5508266 - ] - }, - "id": "node/4769770761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770762", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8829527, - 51.5507177 - ] - }, - "id": "node/4769770762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770763", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.882879, - 51.5504976 - ] - }, - "id": "node/4769770763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770764", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8828253, - 51.5503379 - ] - }, - "id": "node/4769770764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770765", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8827945, - 51.5502395 - ] - }, - "id": "node/4769770765" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770766", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.882769, - 51.5501111 - ] - }, - "id": "node/4769770766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770767", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8827368, - 51.549973 - ] - }, - "id": "node/4769770767" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770768", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8855826, - 51.5503487 - ] - }, - "id": "node/4769770768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770769", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8856834, - 51.550279 - ] - }, - "id": "node/4769770769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770770", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8855352, - 51.5502736 - ] - }, - "id": "node/4769770770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770771", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8853602, - 51.5502636 - ] - }, - "id": "node/4769770771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770772", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8854433, - 51.5502661 - ] - }, - "id": "node/4769770772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770773", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8854306, - 51.5503403 - ] - }, - "id": "node/4769770773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770774", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8852797, - 51.5503332 - ] - }, - "id": "node/4769770774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770775", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8852643, - 51.5502565 - ] - }, - "id": "node/4769770775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770776", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8851094, - 51.5502456 - ] - }, - "id": "node/4769770776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770777", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8851389, - 51.5503236 - ] - }, - "id": "node/4769770777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770778", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8850108, - 51.5503144 - ] - }, - "id": "node/4769770778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770779", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8848781, - 51.5503086 - ] - }, - "id": "node/4769770779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770780", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8847842, - 51.5502285 - ] - }, - "id": "node/4769770780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770781", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8847486, - 51.5503019 - ] - }, - "id": "node/4769770781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770782", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8844536, - 51.5502861 - ] - }, - "id": "node/4769770782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770783", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8845951, - 51.5502932 - ] - }, - "id": "node/4769770783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770784", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8845763, - 51.5502156 - ] - }, - "id": "node/4769770784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770785", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8843839, - 51.5502031 - ] - }, - "id": "node/4769770785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770786", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8843188, - 51.5502769 - ] - }, - "id": "node/4769770786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770787", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8841767, - 51.5502702 - ] - }, - "id": "node/4769770787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770788", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8840754, - 51.5501823 - ] - }, - "id": "node/4769770788" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770789", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8840372, - 51.5502631 - ] - }, - "id": "node/4769770789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770790", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8838595, - 51.5501722 - ] - }, - "id": "node/4769770790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770791", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8839232, - 51.5501772 - ] - }, - "id": "node/4769770791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770792", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.883897, - 51.5502465 - ] - }, - "id": "node/4769770792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770793", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8837844, - 51.5501718 - ] - }, - "id": "node/4769770793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770794", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8837489, - 51.550244 - ] - }, - "id": "node/4769770794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770795", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.883602, - 51.5502365 - ] - }, - "id": "node/4769770795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770796", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8834665, - 51.5501268 - ] - }, - "id": "node/4769770796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770797", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8835604, - 51.5501572 - ] - }, - "id": "node/4769770797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770798", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8834779, - 51.5502281 - ] - }, - "id": "node/4769770798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770799", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8833693, - 51.550236 - ] - }, - "id": "node/4769770799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770800", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8832694, - 51.5502306 - ] - }, - "id": "node/4769770800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770801", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8831923, - 51.5501873 - ] - }, - "id": "node/4769770801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770802", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8831165, - 51.5502098 - ] - }, - "id": "node/4769770802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770803", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8830233, - 51.5501485 - ] - }, - "id": "node/4769770803" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770804", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8829703, - 51.5499825 - ] - }, - "id": "node/4769770804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770805", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8830475, - 51.5500776 - ] - }, - "id": "node/4769770805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770806", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8832459, - 51.5501314 - ] - }, - "id": "node/4769770806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770807", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8832868, - 51.550053 - ] - }, - "id": "node/4769770807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770808", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8834444, - 51.5500422 - ] - }, - "id": "node/4769770808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770809", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8834498, - 51.5499984 - ] - }, - "id": "node/4769770809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770810", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8834317, - 51.5499596 - ] - }, - "id": "node/4769770810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770811", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8834062, - 51.5498995 - ] - }, - "id": "node/4769770811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770812", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8834203, - 51.5498433 - ] - }, - "id": "node/4769770812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770813", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8833351, - 51.5498891 - ] - }, - "id": "node/4769770813" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770814", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8832721, - 51.549837 - ] - }, - "id": "node/4769770814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770815", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8831775, - 51.5498741 - ] - }, - "id": "node/4769770815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770816", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8830897, - 51.5498674 - ] - }, - "id": "node/4769770816" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770817", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8830454, - 51.5498637 - ] - }, - "id": "node/4769770817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770818", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8830803, - 51.5498245 - ] - }, - "id": "node/4769770818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770819", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8829093, - 51.5498137 - ] - }, - "id": "node/4769770819" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770820", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8829737, - 51.5498662 - ] - }, - "id": "node/4769770820" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770921", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8826284, - 51.5494159 - ] - }, - "id": "node/4769770921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770922", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8825928, - 51.5491878 - ] - }, - "id": "node/4769770922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770923", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.882574, - 51.5489255 - ] - }, - "id": "node/4769770923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770924", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824688, - 51.5487474 - ] - }, - "id": "node/4769770924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770925", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824875, - 51.5487045 - ] - }, - "id": "node/4769770925" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770926", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.882562, - 51.5486882 - ] - }, - "id": "node/4769770926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770927", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8825502, - 51.5484403 - ] - }, - "id": "node/4769770927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770928", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8818006, - 51.5483357 - ] - }, - "id": "node/4769770928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770929", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8822559, - 51.5482969 - ] - }, - "id": "node/4769770929" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770930", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8831182, - 51.5480613 - ] - }, - "id": "node/4769770930" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770931", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8825429, - 51.5482001 - ] - }, - "id": "node/4769770931" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770932", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8827595, - 51.5481084 - ] - }, - "id": "node/4769770932" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770933", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8827977, - 51.5480838 - ] - }, - "id": "node/4769770933" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770934", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8828386, - 51.548083 - ] - }, - "id": "node/4769770934" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770935", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8828104, - 51.547844 - ] - }, - "id": "node/4769770935" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770936", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8825341, - 51.5479716 - ] - }, - "id": "node/4769770936" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770937", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824101, - 51.5478524 - ] - }, - "id": "node/4769770937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770938", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8825281, - 51.547746 - ] - }, - "id": "node/4769770938" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770939", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824168, - 51.5476476 - ] - }, - "id": "node/4769770939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770940", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824342, - 51.5475405 - ] - }, - "id": "node/4769770940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770941", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8827548, - 51.5474692 - ] - }, - "id": "node/4769770941" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770942", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8825212, - 51.5475204 - ] - }, - "id": "node/4769770942" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770943", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8825145, - 51.54732 - ] - }, - "id": "node/4769770943" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770944", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8822953, - 51.5471968 - ] - }, - "id": "node/4769770944" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770945", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8822733, - 51.5472465 - ] - }, - "id": "node/4769770945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770946", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824034, - 51.5472544 - ] - }, - "id": "node/4769770946" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770947", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.882423, - 51.5471776 - ] - }, - "id": "node/4769770947" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770948", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824076, - 51.5469753 - ] - }, - "id": "node/4769770948" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770949", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8823982, - 51.5467869 - ] - }, - "id": "node/4769770949" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770950", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8823922, - 51.5466005 - ] - }, - "id": "node/4769770950" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770951", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8825078, - 51.5471292 - ] - }, - "id": "node/4769770951" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770952", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8825013, - 51.546905 - ] - }, - "id": "node/4769770952" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770953", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824936, - 51.546676 - ] - }, - "id": "node/4769770953" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770954", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824852, - 51.546431 - ] - }, - "id": "node/4769770954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770955", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824735, - 51.5461327 - ] - }, - "id": "node/4769770955" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770956", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824684, - 51.5459069 - ] - }, - "id": "node/4769770956" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770957", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824443, - 51.5456185 - ] - }, - "id": "node/4769770957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770958", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8825264, - 51.5450489 - ] - }, - "id": "node/4769770958" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770959", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8825844, - 51.5449298 - ] - }, - "id": "node/4769770959" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770960", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8825016, - 51.5448831 - ] - }, - "id": "node/4769770960" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770961", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8825663, - 51.544826 - ] - }, - "id": "node/4769770961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770962", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824875, - 51.5448114 - ] - }, - "id": "node/4769770962" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770963", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8825546, - 51.5447818 - ] - }, - "id": "node/4769770963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770964", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8825486, - 51.5447259 - ] - }, - "id": "node/4769770964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770965", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824798, - 51.5447267 - ] - }, - "id": "node/4769770965" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770966", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824631, - 51.5446408 - ] - }, - "id": "node/4769770966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770967", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824493, - 51.5445407 - ] - }, - "id": "node/4769770967" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770968", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8825734, - 51.544508 - ] - }, - "id": "node/4769770968" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770969", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824989, - 51.5445117 - ] - }, - "id": "node/4769770969" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770970", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824326, - 51.5444753 - ] - }, - "id": "node/4769770970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770971", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824027, - 51.5443303 - ] - }, - "id": "node/4769770971" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770972", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8823853, - 51.5442342 - ] - }, - "id": "node/4769770972" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770973", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8823712, - 51.5441469 - ] - }, - "id": "node/4769770973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770974", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824661, - 51.5442298 - ] - }, - "id": "node/4769770974" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770975", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824527, - 51.5441758 - ] - }, - "id": "node/4769770975" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770976", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824426, - 51.5441273 - ] - }, - "id": "node/4769770976" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770977", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824352, - 51.5440808 - ] - }, - "id": "node/4769770977" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770978", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8823558, - 51.5440835 - ] - }, - "id": "node/4769770978" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770979", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.882398, - 51.5439569 - ] - }, - "id": "node/4769770979" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770980", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8823021, - 51.5438203 - ] - }, - "id": "node/4769770980" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770981", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8822773, - 51.5437415 - ] - }, - "id": "node/4769770981" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770982", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8822347, - 51.5435123 - ] - }, - "id": "node/4769770982" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770983", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8822897, - 51.543456 - ] - }, - "id": "node/4769770983" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770984", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8822901, - 51.5433979 - ] - }, - "id": "node/4769770984" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770985", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8822089, - 51.5434198 - ] - }, - "id": "node/4769770985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770986", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8823323, - 51.5433259 - ] - }, - "id": "node/4769770986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770987", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8821251, - 51.5430082 - ] - }, - "id": "node/4769770987" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770988", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8819555, - 51.5430451 - ] - }, - "id": "node/4769770988" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770989", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8819431, - 51.5429469 - ] - }, - "id": "node/4769770989" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770990", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.882111, - 51.542927 - ] - }, - "id": "node/4769770990" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770991", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.881932, - 51.5428599 - ] - }, - "id": "node/4769770991" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770992", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8821067, - 51.5427252 - ] - }, - "id": "node/4769770992" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770993", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8819404, - 51.5426772 - ] - }, - "id": "node/4769770993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770994", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8821197, - 51.5426266 - ] - }, - "id": "node/4769770994" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770995", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8819531, - 51.5425899 - ] - }, - "id": "node/4769770995" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770996", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8821389, - 51.5425396 - ] - }, - "id": "node/4769770996" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770997", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8819769, - 51.5424952 - ] - }, - "id": "node/4769770997" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770998", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8821653, - 51.5424487 - ] - }, - "id": "node/4769770998" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769770999", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8820021, - 51.5424085 - ] - }, - "id": "node/4769770999" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769771000", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8821895, - 51.5423774 - ] - }, - "id": "node/4769771000" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769771001", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8820332, - 51.5423146 - ] - }, - "id": "node/4769771001" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769771002", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8820579, - 51.542236 - ] - }, - "id": "node/4769771002" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769847011", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8925431, - 51.5506106 - ] - }, - "id": "node/4769847011" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769847012", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8925231, - 51.5507336 - ] - }, - "id": "node/4769847012" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769847013", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926952, - 51.5508641 - ] - }, - "id": "node/4769847013" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769847014", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.892506, - 51.5508255 - ] - }, - "id": "node/4769847014" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769847015", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8924703, - 51.5510426 - ] - }, - "id": "node/4769847015" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769847016", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926631, - 51.5510382 - ] - }, - "id": "node/4769847016" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769847017", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926331, - 51.5510768 - ] - }, - "id": "node/4769847017" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769847018", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926202, - 51.5511305 - ] - }, - "id": "node/4769847018" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769847019", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926117, - 51.551182 - ] - }, - "id": "node/4769847019" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769847020", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.892601, - 51.551242 - ] - }, - "id": "node/4769847020" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849821", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8925924, - 51.5512948 - ] - }, - "id": "node/4769849821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849822", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8925874, - 51.5513436 - ] - }, - "id": "node/4769849822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849823", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8925795, - 51.5514 - ] - }, - "id": "node/4769849823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849824", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8925703, - 51.5514537 - ] - }, - "id": "node/4769849824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849825", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8924167, - 51.5512699 - ] - }, - "id": "node/4769849825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849827", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926945, - 51.5517033 - ] - }, - "id": "node/4769849827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849828", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926145, - 51.5516882 - ] - }, - "id": "node/4769849828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849829", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8925381, - 51.5516793 - ] - }, - "id": "node/4769849829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849830", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8923775, - 51.5516535 - ] - }, - "id": "node/4769849830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849831", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8923453, - 51.5518249 - ] - }, - "id": "node/4769849831" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849832", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8924774, - 51.552011 - ] - }, - "id": "node/4769849832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849833", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8922875, - 51.5520301 - ] - }, - "id": "node/4769849833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849834", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8924589, - 51.5521268 - ] - }, - "id": "node/4769849834" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849835", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8924339, - 51.5522401 - ] - }, - "id": "node/4769849835" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849836", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8922711, - 51.5522232 - ] - }, - "id": "node/4769849836" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849837", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8922575, - 51.5523386 - ] - }, - "id": "node/4769849837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849838", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8924153, - 51.5523591 - ] - }, - "id": "node/4769849838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849839", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8923975, - 51.5524669 - ] - }, - "id": "node/4769849839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849840", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8922311, - 51.5524505 - ] - }, - "id": "node/4769849840" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849841", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8923718, - 51.5525984 - ] - }, - "id": "node/4769849841" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849842", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8923175, - 51.552819 - ] - }, - "id": "node/4769849842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849843", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8923411, - 51.552716 - ] - }, - "id": "node/4769849843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849844", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8921668, - 51.5526747 - ] - }, - "id": "node/4769849844" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849845", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.892069, - 51.5528372 - ] - }, - "id": "node/4769849845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849846", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8920497, - 51.5528994 - ] - }, - "id": "node/4769849846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849847", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8922939, - 51.5529336 - ] - }, - "id": "node/4769849847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849848", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8920976, - 51.5530397 - ] - }, - "id": "node/4769849848" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849849", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8921276, - 51.5529291 - ] - }, - "id": "node/4769849849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849850", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8920283, - 51.5529966 - ] - }, - "id": "node/4769849850" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849851", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.892009, - 51.5530796 - ] - }, - "id": "node/4769849851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849852", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8922718, - 51.5530668 - ] - }, - "id": "node/4769849852" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849853", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8941554, - 51.5534379 - ] - }, - "id": "node/4769849853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849854", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934728, - 51.5533824 - ] - }, - "id": "node/4769849854" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849855", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935706, - 51.5533913 - ] - }, - "id": "node/4769849855" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849856", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8939212, - 51.5534015 - ] - }, - "id": "node/4769849856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849857", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8938505, - 51.5533713 - ] - }, - "id": "node/4769849857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849858", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8937641, - 51.5534073 - ] - }, - "id": "node/4769849858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849859", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.893672, - 51.5533145 - ] - }, - "id": "node/4769849859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849860", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935471, - 51.5533043 - ] - }, - "id": "node/4769849860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849861", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934557, - 51.5533003 - ] - }, - "id": "node/4769849861" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849862", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8933521, - 51.5532883 - ] - }, - "id": "node/4769849862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849863", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932386, - 51.5532848 - ] - }, - "id": "node/4769849863" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849864", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926617, - 51.5532834 - ] - }, - "id": "node/4769849864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849865", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8925046, - 51.5532692 - ] - }, - "id": "node/4769849865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849866", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8923368, - 51.5532599 - ] - }, - "id": "node/4769849866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849867", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8922511, - 51.5531715 - ] - }, - "id": "node/4769849867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849868", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8920747, - 51.5531445 - ] - }, - "id": "node/4769849868" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849869", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.892054, - 51.5532399 - ] - }, - "id": "node/4769849869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849870", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919883, - 51.5531755 - ] - }, - "id": "node/4769849870" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849871", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919626, - 51.5532537 - ] - }, - "id": "node/4769849871" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849872", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8920176, - 51.5533527 - ] - }, - "id": "node/4769849872" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849873", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919283, - 51.553366 - ] - }, - "id": "node/4769849873" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849874", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919098, - 51.5534331 - ] - }, - "id": "node/4769849874" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849875", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8918648, - 51.5536044 - ] - }, - "id": "node/4769849875" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849876", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8918269, - 51.5537154 - ] - }, - "id": "node/4769849876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849877", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8918805, - 51.5537518 - ] - }, - "id": "node/4769849877" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849878", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8917984, - 51.5537931 - ] - }, - "id": "node/4769849878" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849879", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8917727, - 51.5538935 - ] - }, - "id": "node/4769849879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849880", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8918105, - 51.5539805 - ] - }, - "id": "node/4769849880" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849881", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8917413, - 51.5539787 - ] - }, - "id": "node/4769849881" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849882", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8917084, - 51.5540786 - ] - }, - "id": "node/4769849882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849883", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8917427, - 51.5541838 - ] - }, - "id": "node/4769849883" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849884", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.891677, - 51.5541612 - ] - }, - "id": "node/4769849884" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849885", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8916406, - 51.5542602 - ] - }, - "id": "node/4769849885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849886", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8915992, - 51.5543645 - ] - }, - "id": "node/4769849886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849887", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8917048, - 51.554289 - ] - }, - "id": "node/4769849887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849888", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.891552, - 51.5544751 - ] - }, - "id": "node/4769849888" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849889", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8916363, - 51.5545079 - ] - }, - "id": "node/4769849889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849890", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8916113, - 51.5545745 - ] - }, - "id": "node/4769849890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849891", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8915799, - 51.5546558 - ] - }, - "id": "node/4769849891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849897", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.891433, - 51.5549595 - ] - }, - "id": "node/4769849897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849898", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8913337, - 51.5551771 - ] - }, - "id": "node/4769849898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849899", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.891378, - 51.5550812 - ] - }, - "id": "node/4769849899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849900", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8923166, - 51.5555351 - ] - }, - "id": "node/4769849900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849901", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919382, - 51.5553829 - ] - }, - "id": "node/4769849901" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849902", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919789, - 51.5554184 - ] - }, - "id": "node/4769849902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849903", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8921445, - 51.5553442 - ] - }, - "id": "node/4769849903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849904", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8923859, - 51.5553105 - ] - }, - "id": "node/4769849904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849905", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8922859, - 51.5554113 - ] - }, - "id": "node/4769849905" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849906", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8924237, - 51.5553624 - ] - }, - "id": "node/4769849906" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849907", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8924616, - 51.5554366 - ] - }, - "id": "node/4769849907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849908", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8927229, - 51.5554921 - ] - }, - "id": "node/4769849908" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849909", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926122, - 51.5554428 - ] - }, - "id": "node/4769849909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849910", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8927714, - 51.5553735 - ] - }, - "id": "node/4769849910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849911", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8921388, - 51.5552239 - ] - }, - "id": "node/4769849911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849912", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.891986, - 51.5552785 - ] - }, - "id": "node/4769849912" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849913", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8920046, - 51.5551968 - ] - }, - "id": "node/4769849913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849914", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8924987, - 51.5550583 - ] - }, - "id": "node/4769849914" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849915", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8920188, - 51.5547862 - ] - }, - "id": "node/4769849915" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849916", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8927215, - 51.5549003 - ] - }, - "id": "node/4769849916" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849917", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8925294, - 51.5548772 - ] - }, - "id": "node/4769849917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849918", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8923659, - 51.5548448 - ] - }, - "id": "node/4769849918" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849919", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8921774, - 51.5548133 - ] - }, - "id": "node/4769849919" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849920", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8924451, - 51.5547462 - ] - }, - "id": "node/4769849920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849921", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8925387, - 51.5547511 - ] - }, - "id": "node/4769849921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849922", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89269, - 51.5547697 - ] - }, - "id": "node/4769849922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849923", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.892955, - 51.554772 - ] - }, - "id": "node/4769849923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849924", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8930328, - 51.5548195 - ] - }, - "id": "node/4769849924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849925", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8931327, - 51.5549482 - ] - }, - "id": "node/4769849925" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849926", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.892955, - 51.5549265 - ] - }, - "id": "node/4769849926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849927", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89288, - 51.5550246 - ] - }, - "id": "node/4769849927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849928", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89292, - 51.5551959 - ] - }, - "id": "node/4769849928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849929", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8928536, - 51.5551613 - ] - }, - "id": "node/4769849929" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849930", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935783, - 51.5551817 - ] - }, - "id": "node/4769849930" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849931", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934719, - 51.5551698 - ] - }, - "id": "node/4769849931" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849932", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8938504, - 51.5550725 - ] - }, - "id": "node/4769849932" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849933", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8937818, - 51.5550597 - ] - }, - "id": "node/4769849933" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849934", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8936876, - 51.5550268 - ] - }, - "id": "node/4769849934" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849935", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8936404, - 51.5550947 - ] - }, - "id": "node/4769849935" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849936", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935026, - 51.5550885 - ] - }, - "id": "node/4769849936" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849937", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934405, - 51.5549553 - ] - }, - "id": "node/4769849937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849938", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935212, - 51.5549686 - ] - }, - "id": "node/4769849938" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849939", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935826, - 51.5548576 - ] - }, - "id": "node/4769849939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849940", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8939068, - 51.5548621 - ] - }, - "id": "node/4769849940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849941", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.893961, - 51.5548381 - ] - }, - "id": "node/4769849941" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849942", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8939975, - 51.554875 - ] - }, - "id": "node/4769849942" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849943", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8937668, - 51.5549815 - ] - }, - "id": "node/4769849943" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849944", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8939032, - 51.5549868 - ] - }, - "id": "node/4769849944" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849945", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8940432, - 51.5549926 - ] - }, - "id": "node/4769849945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849946", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8941074, - 51.5548949 - ] - }, - "id": "node/4769849946" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849947", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.894161, - 51.5548985 - ] - }, - "id": "node/4769849947" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849948", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8944323, - 51.5548994 - ] - }, - "id": "node/4769849948" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849949", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8945665, - 51.5548972 - ] - }, - "id": "node/4769849949" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849950", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8947072, - 51.5548905 - ] - }, - "id": "node/4769849950" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849951", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8948043, - 51.5548878 - ] - }, - "id": "node/4769849951" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849952", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8944444, - 51.5552603 - ] - }, - "id": "node/4769849952" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849953", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8944552, - 51.555338 - ] - }, - "id": "node/4769849953" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849954", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8950171, - 51.5551711 - ] - }, - "id": "node/4769849954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849956", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8946122, - 51.5552159 - ] - }, - "id": "node/4769849956" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849957", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8946437, - 51.5550113 - ] - }, - "id": "node/4769849957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849958", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8947893, - 51.5551072 - ] - }, - "id": "node/4769849958" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849959", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8954277, - 51.555061 - ] - }, - "id": "node/4769849959" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849960", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8952435, - 51.5549669 - ] - }, - "id": "node/4769849960" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849961", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8949021, - 51.5550055 - ] - }, - "id": "node/4769849961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849962", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8949029, - 51.5548803 - ] - }, - "id": "node/4769849962" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849963", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8908068, - 51.5555513 - ] - }, - "id": "node/4769849963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849964", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.890936, - 51.5555669 - ] - }, - "id": "node/4769849964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849965", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919189, - 51.5555893 - ] - }, - "id": "node/4769849965" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849966", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8914519, - 51.5555498 - ] - }, - "id": "node/4769849966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849967", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8914705, - 51.5555684 - ] - }, - "id": "node/4769849967" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849968", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8915876, - 51.5555849 - ] - }, - "id": "node/4769849968" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849969", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8916254, - 51.555588 - ] - }, - "id": "node/4769849969" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849970", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8916782, - 51.5556128 - ] - }, - "id": "node/4769849970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849971", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8915604, - 51.5557194 - ] - }, - "id": "node/4769849971" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849972", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8918089, - 51.5557811 - ] - }, - "id": "node/4769849972" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849973", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8920867, - 51.5556879 - ] - }, - "id": "node/4769849973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849974", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.892288, - 51.5557323 - ] - }, - "id": "node/4769849974" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849975", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8924908, - 51.5557762 - ] - }, - "id": "node/4769849975" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849976", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8925087, - 51.5559165 - ] - }, - "id": "node/4769849976" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849977", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926943, - 51.5558148 - ] - }, - "id": "node/4769849977" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849978", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8928129, - 51.55596 - ] - }, - "id": "node/4769849978" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849979", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8929, - 51.5558535 - ] - }, - "id": "node/4769849979" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849980", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8931063, - 51.5558743 - ] - }, - "id": "node/4769849980" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849981", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8933255, - 51.5559027 - ] - }, - "id": "node/4769849981" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849982", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8931913, - 51.5560341 - ] - }, - "id": "node/4769849982" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849983", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935041, - 51.5560492 - ] - }, - "id": "node/4769849983" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849984", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934119, - 51.5559995 - ] - }, - "id": "node/4769849984" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849985", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935676, - 51.5558943 - ] - }, - "id": "node/4769849985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849986", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8936476, - 51.5558899 - ] - }, - "id": "node/4769849986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849987", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8936847, - 51.5559001 - ] - }, - "id": "node/4769849987" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849988", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8937197, - 51.5559338 - ] - }, - "id": "node/4769849988" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849989", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8939403, - 51.5559329 - ] - }, - "id": "node/4769849989" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849990", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8941388, - 51.5559236 - ] - }, - "id": "node/4769849990" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849991", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8942895, - 51.5558601 - ] - }, - "id": "node/4769849991" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849992", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8943488, - 51.5558956 - ] - }, - "id": "node/4769849992" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849993", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8947622, - 51.5558308 - ] - }, - "id": "node/4769849993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849994", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.894558, - 51.5558672 - ] - }, - "id": "node/4769849994" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849995", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8944059, - 51.5560248 - ] - }, - "id": "node/4769849995" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849996", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8945644, - 51.5559742 - ] - }, - "id": "node/4769849996" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849997", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8946758, - 51.555944 - ] - }, - "id": "node/4769849997" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849998", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8947722, - 51.5559391 - ] - }, - "id": "node/4769849998" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769849999", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8948543, - 51.555944 - ] - }, - "id": "node/4769849999" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850000", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8949743, - 51.5559382 - ] - }, - "id": "node/4769850000" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850001", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8951014, - 51.5558903 - ] - }, - "id": "node/4769850001" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850002", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8964409, - 51.5556843 - ] - }, - "id": "node/4769850002" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850003", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8963145, - 51.5556754 - ] - }, - "id": "node/4769850003" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850004", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8961874, - 51.5557256 - ] - }, - "id": "node/4769850004" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850005", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960596, - 51.5557371 - ] - }, - "id": "node/4769850005" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850006", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8958718, - 51.555774 - ] - }, - "id": "node/4769850006" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850007", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8957469, - 51.5558002 - ] - }, - "id": "node/4769850007" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850008", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8957419, - 51.5557531 - ] - }, - "id": "node/4769850008" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850009", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8952342, - 51.5558299 - ] - }, - "id": "node/4769850009" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850010", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8952934, - 51.5558721 - ] - }, - "id": "node/4769850010" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850011", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8954184, - 51.555841 - ] - }, - "id": "node/4769850011" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850012", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8952392, - 51.5556026 - ] - }, - "id": "node/4769850012" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850013", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8951006, - 51.5556905 - ] - }, - "id": "node/4769850013" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850014", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8949793, - 51.5556559 - ] - }, - "id": "node/4769850014" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850015", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8949714, - 51.5557895 - ] - }, - "id": "node/4769850015" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850016", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8951856, - 51.5557536 - ] - }, - "id": "node/4769850016" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850017", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8953756, - 51.5557163 - ] - }, - "id": "node/4769850017" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850018", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8955898, - 51.5556852 - ] - }, - "id": "node/4769850018" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850019", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8956933, - 51.5556617 - ] - }, - "id": "node/4769850019" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850020", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8957854, - 51.555647 - ] - }, - "id": "node/4769850020" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850121", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8959875, - 51.5556097 - ] - }, - "id": "node/4769850121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850122", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.896206, - 51.5555631 - ] - }, - "id": "node/4769850122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850123", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8964102, - 51.5555245 - ] - }, - "id": "node/4769850123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850124", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8966544, - 51.5554765 - ] - }, - "id": "node/4769850124" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850125", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962003, - 51.5552031 - ] - }, - "id": "node/4769850125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850126", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8959168, - 51.5549655 - ] - }, - "id": "node/4769850126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850127", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8954177, - 51.554918 - ] - }, - "id": "node/4769850127" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850128", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8950507, - 51.5548723 - ] - }, - "id": "node/4769850128" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850129", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8951192, - 51.5548514 - ] - }, - "id": "node/4769850129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850130", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8951314, - 51.5548625 - ] - }, - "id": "node/4769850130" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850131", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8952263, - 51.554843 - ] - }, - "id": "node/4769850131" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850132", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8953091, - 51.5548288 - ] - }, - "id": "node/4769850132" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850133", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8953834, - 51.5547955 - ] - }, - "id": "node/4769850133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850134", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8954434, - 51.5547618 - ] - }, - "id": "node/4769850134" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850135", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8956369, - 51.5548066 - ] - }, - "id": "node/4769850135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850136", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8956797, - 51.5548448 - ] - }, - "id": "node/4769850136" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850137", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8957811, - 51.5547578 - ] - }, - "id": "node/4769850137" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850138", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8957054, - 51.5547427 - ] - }, - "id": "node/4769850138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850139", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8955048, - 51.5547076 - ] - }, - "id": "node/4769850139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850140", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8954377, - 51.5546699 - ] - }, - "id": "node/4769850140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850141", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8952734, - 51.5546548 - ] - }, - "id": "node/4769850141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850142", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8951363, - 51.5546414 - ] - }, - "id": "node/4769850142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850143", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8951999, - 51.5543915 - ] - }, - "id": "node/4769850143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850144", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8958925, - 51.5545868 - ] - }, - "id": "node/4769850144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850145", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8958061, - 51.5546001 - ] - }, - "id": "node/4769850145" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850146", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8954748, - 51.5545047 - ] - }, - "id": "node/4769850146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850147", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8953077, - 51.554566 - ] - }, - "id": "node/4769850147" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850148", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.895327, - 51.5544914 - ] - }, - "id": "node/4769850148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850149", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.895212, - 51.5544754 - ] - }, - "id": "node/4769850149" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850150", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8951942, - 51.5545531 - ] - }, - "id": "node/4769850150" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850151", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8952584, - 51.5543493 - ] - }, - "id": "node/4769850151" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850152", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8953256, - 51.5543546 - ] - }, - "id": "node/4769850152" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850153", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8954213, - 51.5544132 - ] - }, - "id": "node/4769850153" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850154", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8955862, - 51.554395 - ] - }, - "id": "node/4769850154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850155", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8956562, - 51.5544199 - ] - }, - "id": "node/4769850155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850156", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8956183, - 51.5545065 - ] - }, - "id": "node/4769850156" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850157", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8958411, - 51.5544967 - ] - }, - "id": "node/4769850157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850158", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8958847, - 51.5543862 - ] - }, - "id": "node/4769850158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850159", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8959232, - 51.5542348 - ] - }, - "id": "node/4769850159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850160", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8967636, - 51.5540336 - ] - }, - "id": "node/4769850160" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850161", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8967251, - 51.5542117 - ] - }, - "id": "node/4769850161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850162", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8965537, - 51.5542277 - ] - }, - "id": "node/4769850162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850163", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8963424, - 51.5541904 - ] - }, - "id": "node/4769850163" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850164", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.896026, - 51.5542063 - ] - }, - "id": "node/4769850164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850165", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960746, - 51.5542476 - ] - }, - "id": "node/4769850165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850166", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8961453, - 51.554197 - ] - }, - "id": "node/4769850166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850167", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8961974, - 51.554173 - ] - }, - "id": "node/4769850167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850168", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960282, - 51.5541531 - ] - }, - "id": "node/4769850168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850169", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8959639, - 51.5540696 - ] - }, - "id": "node/4769850169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850170", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.895744, - 51.553797 - ] - }, - "id": "node/4769850170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850171", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960003, - 51.55394 - ] - }, - "id": "node/4769850171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850172", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960453, - 51.553753 - ] - }, - "id": "node/4769850172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850173", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960703, - 51.5536563 - ] - }, - "id": "node/4769850173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850174", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.896101, - 51.5535208 - ] - }, - "id": "node/4769850174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850175", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8961317, - 51.5533699 - ] - }, - "id": "node/4769850175" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850176", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8961596, - 51.5532185 - ] - }, - "id": "node/4769850176" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850177", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.896176, - 51.5531106 - ] - }, - "id": "node/4769850177" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850178", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962952, - 51.5532127 - ] - }, - "id": "node/4769850178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850179", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8961996, - 51.5528771 - ] - }, - "id": "node/4769850179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850180", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.896201, - 51.5528136 - ] - }, - "id": "node/4769850180" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850181", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962153, - 51.5527301 - ] - }, - "id": "node/4769850181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850182", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962188, - 51.5526582 - ] - }, - "id": "node/4769850182" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850183", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962217, - 51.5525836 - ] - }, - "id": "node/4769850183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850184", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962217, - 51.5525139 - ] - }, - "id": "node/4769850184" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850185", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960196, - 51.5526862 - ] - }, - "id": "node/4769850185" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850186", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960353, - 51.5526005 - ] - }, - "id": "node/4769850186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850187", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960396, - 51.5525223 - ] - }, - "id": "node/4769850187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850188", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960382, - 51.5524335 - ] - }, - "id": "node/4769850188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850189", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962295, - 51.5524446 - ] - }, - "id": "node/4769850189" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850190", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.896231, - 51.5522928 - ] - }, - "id": "node/4769850190" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850191", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8964602, - 51.5523141 - ] - }, - "id": "node/4769850191" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850192", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8963566, - 51.552315 - ] - }, - "id": "node/4769850192" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850193", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8963288, - 51.5522404 - ] - }, - "id": "node/4769850193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850194", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.896226, - 51.5522213 - ] - }, - "id": "node/4769850194" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850195", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962288, - 51.5521489 - ] - }, - "id": "node/4769850195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850196", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962253, - 51.5520757 - ] - }, - "id": "node/4769850196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850197", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962203, - 51.5519798 - ] - }, - "id": "node/4769850197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850198", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962153, - 51.5518821 - ] - }, - "id": "node/4769850198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850199", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.896221, - 51.5518097 - ] - }, - "id": "node/4769850199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850200", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960232, - 51.5520233 - ] - }, - "id": "node/4769850200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850201", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.896026, - 51.551867 - ] - }, - "id": "node/4769850201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850202", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960282, - 51.5517769 - ] - }, - "id": "node/4769850202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850203", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.896221, - 51.5517413 - ] - }, - "id": "node/4769850203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850204", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962138, - 51.551669 - ] - }, - "id": "node/4769850204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850205", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960068, - 51.5516903 - ] - }, - "id": "node/4769850205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850206", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960153, - 51.5516077 - ] - }, - "id": "node/4769850206" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850207", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962088, - 51.5514563 - ] - }, - "id": "node/4769850207" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850208", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.896206, - 51.5513839 - ] - }, - "id": "node/4769850208" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850210", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962046, - 51.551304 - ] - }, - "id": "node/4769850210" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850211", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962038, - 51.5512432 - ] - }, - "id": "node/4769850211" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850212", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962024, - 51.5511717 - ] - }, - "id": "node/4769850212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850213", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962031, - 51.5510936 - ] - }, - "id": "node/4769850213" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850214", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8961981, - 51.5510345 - ] - }, - "id": "node/4769850214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850215", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960061, - 51.5511846 - ] - }, - "id": "node/4769850215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850216", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960025, - 51.5510776 - ] - }, - "id": "node/4769850216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850217", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8959925, - 51.5509661 - ] - }, - "id": "node/4769850217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850218", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8959932, - 51.5508587 - ] - }, - "id": "node/4769850218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850219", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962003, - 51.5509515 - ] - }, - "id": "node/4769850219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850220", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8961967, - 51.550884 - ] - }, - "id": "node/4769850220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850221", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8961896, - 51.5508249 - ] - }, - "id": "node/4769850221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850222", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.896191, - 51.5507392 - ] - }, - "id": "node/4769850222" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850223", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960053, - 51.5507401 - ] - }, - "id": "node/4769850223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850224", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8958861, - 51.5506948 - ] - }, - "id": "node/4769850224" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850225", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.895829, - 51.5507166 - ] - }, - "id": "node/4769850225" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850288", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9004472, - 51.5480648 - ] - }, - "id": "node/4769850288" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850289", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9009147, - 51.5479162 - ] - }, - "id": "node/4769850289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850290", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007687, - 51.5478662 - ] - }, - "id": "node/4769850290" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850291", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007498, - 51.5477671 - ] - }, - "id": "node/4769850291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850292", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007246, - 51.5476676 - ] - }, - "id": "node/4769850292" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850293", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9008777, - 51.5477958 - ] - }, - "id": "node/4769850293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850294", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9008532, - 51.5477176 - ] - }, - "id": "node/4769850294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850295", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9008337, - 51.5476285 - ] - }, - "id": "node/4769850295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850296", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9011628, - 51.5475859 - ] - }, - "id": "node/4769850296" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850297", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9008197, - 51.5475446 - ] - }, - "id": "node/4769850297" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850298", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9010846, - 51.5473325 - ] - }, - "id": "node/4769850298" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850299", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007757, - 51.5473147 - ] - }, - "id": "node/4769850299" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850300", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007351, - 51.5472039 - ] - }, - "id": "node/4769850300" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850301", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007498, - 51.5472335 - ] - }, - "id": "node/4769850301" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850302", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007323, - 51.5471522 - ] - }, - "id": "node/4769850302" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850303", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007274, - 51.5470887 - ] - }, - "id": "node/4769850303" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850304", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9009748, - 51.5470148 - ] - }, - "id": "node/4769850304" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850305", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005905, - 51.5470057 - ] - }, - "id": "node/4769850305" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850306", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.90071, - 51.5470122 - ] - }, - "id": "node/4769850306" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850307", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007016, - 51.5469375 - ] - }, - "id": "node/4769850307" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850308", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006897, - 51.546874 - ] - }, - "id": "node/4769850308" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850309", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006757, - 51.5468158 - ] - }, - "id": "node/4769850309" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850310", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005646, - 51.546854 - ] - }, - "id": "node/4769850310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850311", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005367, - 51.5467445 - ] - }, - "id": "node/4769850311" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850312", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006597, - 51.5467467 - ] - }, - "id": "node/4769850312" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850313", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900638, - 51.5466354 - ] - }, - "id": "node/4769850313" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850314", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006275, - 51.5465711 - ] - }, - "id": "node/4769850314" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850315", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006003, - 51.5464573 - ] - }, - "id": "node/4769850315" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850316", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005835, - 51.5463699 - ] - }, - "id": "node/4769850316" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850317", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900566, - 51.5462725 - ] - }, - "id": "node/4769850317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850318", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005049, - 51.5465931 - ] - }, - "id": "node/4769850318" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850319", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003693, - 51.5463184 - ] - }, - "id": "node/4769850319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850320", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001764, - 51.5463749 - ] - }, - "id": "node/4769850320" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850421", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000254, - 51.5463949 - ] - }, - "id": "node/4769850421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850422", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8998871, - 51.5463601 - ] - }, - "id": "node/4769850422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850423", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995069, - 51.5463914 - ] - }, - "id": "node/4769850423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850424", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995614, - 51.5463349 - ] - }, - "id": "node/4769850424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850425", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8987968, - 51.5451023 - ] - }, - "id": "node/4769850425" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850426", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8988765, - 51.544819 - ] - }, - "id": "node/4769850426" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850427", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8987815, - 51.5448272 - ] - }, - "id": "node/4769850427" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850428", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994447, - 51.5448068 - ] - }, - "id": "node/4769850428" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850429", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996991, - 51.5447281 - ] - }, - "id": "node/4769850429" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850430", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000038, - 51.5444152 - ] - }, - "id": "node/4769850430" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850431", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005014, - 51.5440888 - ] - }, - "id": "node/4769850431" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850432", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999353, - 51.5441966 - ] - }, - "id": "node/4769850432" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850433", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999129, - 51.5441488 - ] - }, - "id": "node/4769850433" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850434", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8998717, - 51.5441349 - ] - }, - "id": "node/4769850434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850435", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000995, - 51.5442857 - ] - }, - "id": "node/4769850435" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850436", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001435, - 51.5444439 - ] - }, - "id": "node/4769850436" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850437", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002211, - 51.5447507 - ] - }, - "id": "node/4769850437" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850438", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002058, - 51.5446809 - ] - }, - "id": "node/4769850438" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850439", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001897, - 51.5446069 - ] - }, - "id": "node/4769850439" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850440", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9004259, - 51.5446377 - ] - }, - "id": "node/4769850440" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850441", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9004566, - 51.5447707 - ] - }, - "id": "node/4769850441" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850442", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9004776, - 51.5448403 - ] - }, - "id": "node/4769850442" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850443", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005014, - 51.5449163 - ] - }, - "id": "node/4769850443" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850444", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005293, - 51.5449728 - ] - }, - "id": "node/4769850444" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850445", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005461, - 51.5450676 - ] - }, - "id": "node/4769850445" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850446", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007012, - 51.5451532 - ] - }, - "id": "node/4769850446" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850447", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003239, - 51.5450941 - ] - }, - "id": "node/4769850447" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850448", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003609, - 51.5452501 - ] - }, - "id": "node/4769850448" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850449", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003536, - 51.545937 - ] - }, - "id": "node/4769850449" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850450", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005395, - 51.5460718 - ] - }, - "id": "node/4769850450" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850451", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003703, - 51.5460691 - ] - }, - "id": "node/4769850451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850452", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005059, - 51.5458866 - ] - }, - "id": "node/4769850452" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850453", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8992885, - 51.5459448 - ] - }, - "id": "node/4769850453" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850454", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999217, - 51.5459475 - ] - }, - "id": "node/4769850454" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850455", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995065, - 51.5459483 - ] - }, - "id": "node/4769850455" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850456", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996491, - 51.5458327 - ] - }, - "id": "node/4769850456" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850457", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001732, - 51.5457432 - ] - }, - "id": "node/4769850457" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850458", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900109, - 51.545831 - ] - }, - "id": "node/4769850458" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850822", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9011725, - 51.5497273 - ] - }, - "id": "node/4769850822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850823", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9010893, - 51.5497332 - ] - }, - "id": "node/4769850823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850824", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005361, - 51.5489543 - ] - }, - "id": "node/4769850824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850825", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005475, - 51.5491052 - ] - }, - "id": "node/4769850825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850826", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005589, - 51.5492411 - ] - }, - "id": "node/4769850826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850827", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005676, - 51.5493608 - ] - }, - "id": "node/4769850827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850828", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005911, - 51.5494809 - ] - }, - "id": "node/4769850828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850829", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006012, - 51.5496773 - ] - }, - "id": "node/4769850829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850830", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006045, - 51.5496102 - ] - }, - "id": "node/4769850830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850831", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006897, - 51.549636 - ] - }, - "id": "node/4769850831" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850832", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006977, - 51.5496973 - ] - }, - "id": "node/4769850832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850833", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900808, - 51.5496421 - ] - }, - "id": "node/4769850833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850834", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8993308, - 51.5488815 - ] - }, - "id": "node/4769850834" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850835", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994488, - 51.5488982 - ] - }, - "id": "node/4769850835" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850836", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994803, - 51.5500882 - ] - }, - "id": "node/4769850836" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850837", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001864, - 51.5500536 - ] - }, - "id": "node/4769850837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850838", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001965, - 51.5501658 - ] - }, - "id": "node/4769850838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850839", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002307, - 51.5502229 - ] - }, - "id": "node/4769850839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850840", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001643, - 51.5502271 - ] - }, - "id": "node/4769850840" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850841", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900002, - 51.5502371 - ] - }, - "id": "node/4769850841" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850842", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899933, - 51.5502413 - ] - }, - "id": "node/4769850842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850843", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997124, - 51.55026 - ] - }, - "id": "node/4769850843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850844", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8987038, - 51.5491442 - ] - }, - "id": "node/4769850844" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850845", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8991793, - 51.5491367 - ] - }, - "id": "node/4769850845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850846", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990411, - 51.5491371 - ] - }, - "id": "node/4769850846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850847", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89884, - 51.5491429 - ] - }, - "id": "node/4769850847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850848", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8986227, - 51.5492956 - ] - }, - "id": "node/4769850848" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850849", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8986207, - 51.5493343 - ] - }, - "id": "node/4769850849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850850", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8987126, - 51.5493101 - ] - }, - "id": "node/4769850850" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850851", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8988566, - 51.5493053 - ] - }, - "id": "node/4769850851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850852", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990367, - 51.5492992 - ] - }, - "id": "node/4769850852" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850853", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8991808, - 51.5492944 - ] - }, - "id": "node/4769850853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850854", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8993033, - 51.5492676 - ] - }, - "id": "node/4769850854" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850855", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899306, - 51.5493164 - ] - }, - "id": "node/4769850855" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850856", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8993127, - 51.5494111 - ] - }, - "id": "node/4769850856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850857", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8993167, - 51.5494678 - ] - }, - "id": "node/4769850857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850858", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8991938, - 51.5494439 - ] - }, - "id": "node/4769850858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850859", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990497, - 51.5494487 - ] - }, - "id": "node/4769850859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850860", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8988696, - 51.5494547 - ] - }, - "id": "node/4769850860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850861", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8987255, - 51.5494596 - ] - }, - "id": "node/4769850861" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850862", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8985992, - 51.5494352 - ] - }, - "id": "node/4769850862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850863", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8986033, - 51.5494803 - ] - }, - "id": "node/4769850863" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850864", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8993422, - 51.5497555 - ] - }, - "id": "node/4769850864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850865", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8993395, - 51.549713 - ] - }, - "id": "node/4769850865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850866", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8993265, - 51.5495656 - ] - }, - "id": "node/4769850866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850867", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8993308, - 51.5496089 - ] - }, - "id": "node/4769850867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850868", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8992065, - 51.5495911 - ] - }, - "id": "node/4769850868" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850869", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990624, - 51.5495959 - ] - }, - "id": "node/4769850869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850870", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8988823, - 51.5496019 - ] - }, - "id": "node/4769850870" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850871", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8987383, - 51.5496068 - ] - }, - "id": "node/4769850871" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850872", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8986143, - 51.5495849 - ] - }, - "id": "node/4769850872" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850873", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.898616, - 51.5496279 - ] - }, - "id": "node/4769850873" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850874", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8986284, - 51.5497342 - ] - }, - "id": "node/4769850874" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850875", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8986324, - 51.5497759 - ] - }, - "id": "node/4769850875" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850876", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8987511, - 51.5497543 - ] - }, - "id": "node/4769850876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850877", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8988951, - 51.5497495 - ] - }, - "id": "node/4769850877" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850878", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990752, - 51.5497435 - ] - }, - "id": "node/4769850878" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850879", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8992193, - 51.5497387 - ] - }, - "id": "node/4769850879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850880", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8993561, - 51.5499134 - ] - }, - "id": "node/4769850880" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850881", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8992321, - 51.5498865 - ] - }, - "id": "node/4769850881" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850882", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899088, - 51.5498913 - ] - }, - "id": "node/4769850882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850883", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8989079, - 51.5498974 - ] - }, - "id": "node/4769850883" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850884", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8987639, - 51.5499022 - ] - }, - "id": "node/4769850884" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850885", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8984961, - 51.550326 - ] - }, - "id": "node/4769850885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850886", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8970632, - 51.5507146 - ] - }, - "id": "node/4769850886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850887", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935636, - 51.5507521 - ] - }, - "id": "node/4769850887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850888", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.892712, - 51.5507496 - ] - }, - "id": "node/4769850888" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850889", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8927314, - 51.5506679 - ] - }, - "id": "node/4769850889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850890", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.892781, - 51.5507421 - ] - }, - "id": "node/4769850890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850891", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8928534, - 51.5506721 - ] - }, - "id": "node/4769850891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850892", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8928662, - 51.550562 - ] - }, - "id": "node/4769850892" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769850893", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.892496, - 51.55015 - ] - }, - "id": "node/4769850893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851030", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904709, - 51.5500321 - ] - }, - "id": "node/4769851030" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851031", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9062636, - 51.5486542 - ] - }, - "id": "node/4769851031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851032", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9063917, - 51.5486855 - ] - }, - "id": "node/4769851032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851033", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9049738, - 51.54877 - ] - }, - "id": "node/4769851033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851034", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9047915, - 51.5481153 - ] - }, - "id": "node/4769851034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851035", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9043573, - 51.5474633 - ] - }, - "id": "node/4769851035" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851036", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9043244, - 51.5473803 - ] - }, - "id": "node/4769851036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851037", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9042942, - 51.5472703 - ] - }, - "id": "node/4769851037" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851038", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904486, - 51.5472507 - ] - }, - "id": "node/4769851038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851039", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044599, - 51.5471698 - ] - }, - "id": "node/4769851039" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851040", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044391, - 51.5471018 - ] - }, - "id": "node/4769851040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851041", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044196, - 51.5470284 - ] - }, - "id": "node/4769851041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851042", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9041997, - 51.5469608 - ] - }, - "id": "node/4769851042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851043", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9041742, - 51.5468704 - ] - }, - "id": "node/4769851043" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851044", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9041561, - 51.5467986 - ] - }, - "id": "node/4769851044" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851045", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9040046, - 51.5466477 - ] - }, - "id": "node/4769851045" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851046", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9039596, - 51.5465455 - ] - }, - "id": "node/4769851046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851047", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904089, - 51.546543 - ] - }, - "id": "node/4769851047" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851048", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9042547, - 51.5463879 - ] - }, - "id": "node/4769851048" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851049", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9040414, - 51.5463704 - ] - }, - "id": "node/4769851049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851050", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.90402, - 51.5462899 - ] - }, - "id": "node/4769851050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851051", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9039958, - 51.546219 - ] - }, - "id": "node/4769851051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851052", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9042084, - 51.5462002 - ] - }, - "id": "node/4769851052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851053", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9041474, - 51.54592 - ] - }, - "id": "node/4769851053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851054", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9041722, - 51.5460484 - ] - }, - "id": "node/4769851054" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851055", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9039543, - 51.5460801 - ] - }, - "id": "node/4769851055" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851056", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9039362, - 51.5459992 - ] - }, - "id": "node/4769851056" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851057", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9039154, - 51.545915 - ] - }, - "id": "node/4769851057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851058", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9038939, - 51.5458329 - ] - }, - "id": "node/4769851058" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851059", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9038825, - 51.545749 - ] - }, - "id": "node/4769851059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851060", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904083, - 51.5455593 - ] - }, - "id": "node/4769851060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851061", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9020335, - 51.5458068 - ] - }, - "id": "node/4769851061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851062", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032747, - 51.5456366 - ] - }, - "id": "node/4769851062" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851063", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9034128, - 51.5456579 - ] - }, - "id": "node/4769851063" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851064", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9025015, - 51.5456788 - ] - }, - "id": "node/4769851064" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851065", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9025806, - 51.5456758 - ] - }, - "id": "node/4769851065" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851066", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9026309, - 51.5459144 - ] - }, - "id": "node/4769851066" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851067", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9023567, - 51.5457384 - ] - }, - "id": "node/4769851067" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851068", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9036549, - 51.5451066 - ] - }, - "id": "node/4769851068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851069", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9035717, - 51.5448047 - ] - }, - "id": "node/4769851069" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851070", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9039479, - 51.5448618 - ] - }, - "id": "node/4769851070" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851071", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9039278, - 51.5449486 - ] - }, - "id": "node/4769851071" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851072", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9038741, - 51.5448802 - ] - }, - "id": "node/4769851072" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851073", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9035999, - 51.5448835 - ] - }, - "id": "node/4769851073" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851074", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9035409, - 51.5447271 - ] - }, - "id": "node/4769851074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851076", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9039673, - 51.5445282 - ] - }, - "id": "node/4769851076" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851077", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9039861, - 51.5445824 - ] - }, - "id": "node/4769851077" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851078", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9036797, - 51.5443806 - ] - }, - "id": "node/4769851078" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851079", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9035932, - 51.5440837 - ] - }, - "id": "node/4769851079" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851080", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9031667, - 51.543919 - ] - }, - "id": "node/4769851080" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851081", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9031278, - 51.5437976 - ] - }, - "id": "node/4769851081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851082", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9033833, - 51.5435486 - ] - }, - "id": "node/4769851082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851083", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9033457, - 51.543421 - ] - }, - "id": "node/4769851083" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851084", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9030061, - 51.5425513 - ] - }, - "id": "node/4769851084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851085", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9030108, - 51.5426535 - ] - }, - "id": "node/4769851085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851086", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9030095, - 51.5427244 - ] - }, - "id": "node/4769851086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851088", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9030202, - 51.5429821 - ] - }, - "id": "node/4769851088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851089", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9030262, - 51.543068 - ] - }, - "id": "node/4769851089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851090", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9033139, - 51.5432311 - ] - }, - "id": "node/4769851090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851091", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9030571, - 51.5431977 - ] - }, - "id": "node/4769851091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851092", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8947533, - 51.5450733 - ] - }, - "id": "node/4769851092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851093", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8947452, - 51.5452668 - ] - }, - "id": "node/4769851093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851094", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8947747, - 51.5454669 - ] - }, - "id": "node/4769851094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851095", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8981894, - 51.5443146 - ] - }, - "id": "node/4769851095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851096", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8980941, - 51.5443192 - ] - }, - "id": "node/4769851096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851097", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8980264, - 51.54432 - ] - }, - "id": "node/4769851097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851098", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89784, - 51.5443613 - ] - }, - "id": "node/4769851098" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851099", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.897783, - 51.5443526 - ] - }, - "id": "node/4769851099" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851100", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8976174, - 51.5443676 - ] - }, - "id": "node/4769851100" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851101", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.897498, - 51.544378 - ] - }, - "id": "node/4769851101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851102", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8973726, - 51.5443797 - ] - }, - "id": "node/4769851102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851103", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8970836, - 51.5444147 - ] - }, - "id": "node/4769851103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851104", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8969321, - 51.5444485 - ] - }, - "id": "node/4769851104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851105", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8966699, - 51.5444455 - ] - }, - "id": "node/4769851105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851106", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962065, - 51.5444902 - ] - }, - "id": "node/4769851106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851107", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.896167, - 51.5444839 - ] - }, - "id": "node/4769851107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851108", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8961053, - 51.5444923 - ] - }, - "id": "node/4769851108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851109", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.896055, - 51.5444993 - ] - }, - "id": "node/4769851109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851110", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8957365, - 51.5445064 - ] - }, - "id": "node/4769851110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851111", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.895656, - 51.5445177 - ] - }, - "id": "node/4769851111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851112", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8952369, - 51.5445323 - ] - }, - "id": "node/4769851112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851113", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8954066, - 51.5445323 - ] - }, - "id": "node/4769851113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851114", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8948882, - 51.5445536 - ] - }, - "id": "node/4769851114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851115", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8948272, - 51.5445552 - ] - }, - "id": "node/4769851115" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851116", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8947535, - 51.5445548 - ] - }, - "id": "node/4769851116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851117", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8944872, - 51.5445673 - ] - }, - "id": "node/4769851117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851118", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8944229, - 51.5445823 - ] - }, - "id": "node/4769851118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851119", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8943712, - 51.5445832 - ] - }, - "id": "node/4769851119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851120", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8943444, - 51.5445819 - ] - }, - "id": "node/4769851120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851121", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8941319, - 51.5445732 - ] - }, - "id": "node/4769851121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851122", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8939562, - 51.5446136 - ] - }, - "id": "node/4769851122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851123", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8939307, - 51.5445786 - ] - }, - "id": "node/4769851123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851124", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9028232, - 51.5435037 - ] - }, - "id": "node/4769851124" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851125", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9027609, - 51.5435125 - ] - }, - "id": "node/4769851125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851126", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9025731, - 51.5435396 - ] - }, - "id": "node/4769851126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851127", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9025067, - 51.5435483 - ] - }, - "id": "node/4769851127" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851128", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9024544, - 51.5435533 - ] - }, - "id": "node/4769851128" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851129", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9019066, - 51.5436388 - ] - }, - "id": "node/4769851129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851130", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9018422, - 51.5436417 - ] - }, - "id": "node/4769851130" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851131", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9018046, - 51.5436447 - ] - }, - "id": "node/4769851131" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851132", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9014452, - 51.5437043 - ] - }, - "id": "node/4769851132" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851133", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9013386, - 51.5437155 - ] - }, - "id": "node/4769851133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851134", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900943, - 51.5437768 - ] - }, - "id": "node/4769851134" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851135", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900422, - 51.5438511 - ] - }, - "id": "node/4769851135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851136", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900143, - 51.5438894 - ] - }, - "id": "node/4769851136" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851137", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000002, - 51.5439103 - ] - }, - "id": "node/4769851137" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851138", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996133, - 51.5439699 - ] - }, - "id": "node/4769851138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851139", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899565, - 51.5439737 - ] - }, - "id": "node/4769851139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851140", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8993585, - 51.5440004 - ] - }, - "id": "node/4769851140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851141", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990705, - 51.5440331 - ] - }, - "id": "node/4769851141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851142", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990276, - 51.5440415 - ] - }, - "id": "node/4769851142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851143", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89864, - 51.5440932 - ] - }, - "id": "node/4769851143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851144", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8985541, - 51.5441007 - ] - }, - "id": "node/4769851144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851145", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8984576, - 51.544109 - ] - }, - "id": "node/4769851145" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851146", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8980968, - 51.5441557 - ] - }, - "id": "node/4769851146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851147", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8979278, - 51.5441732 - ] - }, - "id": "node/4769851147" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851148", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978071, - 51.5441866 - ] - }, - "id": "node/4769851148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851149", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8976207, - 51.5442074 - ] - }, - "id": "node/4769851149" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851150", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975175, - 51.5442174 - ] - }, - "id": "node/4769851150" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851151", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8974263, - 51.5442249 - ] - }, - "id": "node/4769851151" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851152", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8970722, - 51.5442541 - ] - }, - "id": "node/4769851152" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851153", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8969515, - 51.5442658 - ] - }, - "id": "node/4769851153" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851154", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8968134, - 51.5442783 - ] - }, - "id": "node/4769851154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851155", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8967209, - 51.5442792 - ] - }, - "id": "node/4769851155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851156", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8963708, - 51.5443083 - ] - }, - "id": "node/4769851156" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851157", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962179, - 51.5443175 - ] - }, - "id": "node/4769851157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851158", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.896061, - 51.5443284 - ] - }, - "id": "node/4769851158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851159", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8958424, - 51.5443442 - ] - }, - "id": "node/4769851159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851160", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8956828, - 51.5443517 - ] - }, - "id": "node/4769851160" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851161", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8955447, - 51.5443509 - ] - }, - "id": "node/4769851161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851162", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8951611, - 51.5443776 - ] - }, - "id": "node/4769851162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851163", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8949962, - 51.5443867 - ] - }, - "id": "node/4769851163" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851164", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8948245, - 51.5443951 - ] - }, - "id": "node/4769851164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851165", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8946784, - 51.5443968 - ] - }, - "id": "node/4769851165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851166", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8942935, - 51.5444168 - ] - }, - "id": "node/4769851166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851167", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8941567, - 51.5444176 - ] - }, - "id": "node/4769851167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851168", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8940319, - 51.5444243 - ] - }, - "id": "node/4769851168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851169", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8938925, - 51.5444268 - ] - }, - "id": "node/4769851169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851170", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8937704, - 51.5444301 - ] - }, - "id": "node/4769851170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851171", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8936967, - 51.544431 - ] - }, - "id": "node/4769851171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851172", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.892772, - 51.5481206 - ] - }, - "id": "node/4769851172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851173", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.892717, - 51.5482094 - ] - }, - "id": "node/4769851173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851174", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8928907, - 51.5481148 - ] - }, - "id": "node/4769851174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851175", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8929383, - 51.547812 - ] - }, - "id": "node/4769851175" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851176", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8928645, - 51.5476031 - ] - }, - "id": "node/4769851176" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851177", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8929611, - 51.5476098 - ] - }, - "id": "node/4769851177" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851178", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8930047, - 51.54736 - ] - }, - "id": "node/4769851178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851179", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8930442, - 51.5470514 - ] - }, - "id": "node/4769851179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851180", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8930576, - 51.5469701 - ] - }, - "id": "node/4769851180" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851181", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.893071, - 51.546893 - ] - }, - "id": "node/4769851181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851182", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8930784, - 51.5468283 - ] - }, - "id": "node/4769851182" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851183", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8930965, - 51.5467233 - ] - }, - "id": "node/4769851183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851184", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8925688, - 51.5464864 - ] - }, - "id": "node/4769851184" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851186", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8931562, - 51.5463279 - ] - }, - "id": "node/4769851186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851187", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8931797, - 51.5461916 - ] - }, - "id": "node/4769851187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851188", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932132, - 51.5459347 - ] - }, - "id": "node/4769851188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851189", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932199, - 51.5458567 - ] - }, - "id": "node/4769851189" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851190", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.893234, - 51.5457554 - ] - }, - "id": "node/4769851190" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851191", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8931475, - 51.5455619 - ] - }, - "id": "node/4769851191" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851192", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932487, - 51.545647 - ] - }, - "id": "node/4769851192" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851193", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932923, - 51.5453571 - ] - }, - "id": "node/4769851193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851194", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8933674, - 51.5448284 - ] - }, - "id": "node/4769851194" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851195", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8931948, - 51.5481659 - ] - }, - "id": "node/4769851195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851196", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8931049, - 51.5479553 - ] - }, - "id": "node/4769851196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851197", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8931129, - 51.547864 - ] - }, - "id": "node/4769851197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851198", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.893115, - 51.5477484 - ] - }, - "id": "node/4769851198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851199", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8931337, - 51.5476363 - ] - }, - "id": "node/4769851199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851200", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8931599, - 51.5474123 - ] - }, - "id": "node/4769851200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851201", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.893182, - 51.5473068 - ] - }, - "id": "node/4769851201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851202", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.893182, - 51.5471801 - ] - }, - "id": "node/4769851202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851203", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932196, - 51.5471421 - ] - }, - "id": "node/4769851203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851204", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932256, - 51.5470387 - ] - }, - "id": "node/4769851204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851205", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932544, - 51.5469145 - ] - }, - "id": "node/4769851205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851206", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8939625, - 51.5469007 - ] - }, - "id": "node/4769851206" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851207", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8942187, - 51.5469157 - ] - }, - "id": "node/4769851207" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851208", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.894159, - 51.5469099 - ] - }, - "id": "node/4769851208" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851209", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8937795, - 51.5468949 - ] - }, - "id": "node/4769851209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851210", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8937131, - 51.5468953 - ] - }, - "id": "node/4769851210" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851211", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934174, - 51.5468644 - ] - }, - "id": "node/4769851211" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851212", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932383, - 51.5468194 - ] - }, - "id": "node/4769851212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851213", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932692, - 51.5467168 - ] - }, - "id": "node/4769851213" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851214", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932792, - 51.5465596 - ] - }, - "id": "node/4769851214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851215", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8933074, - 51.5464512 - ] - }, - "id": "node/4769851215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851216", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8933161, - 51.5464074 - ] - }, - "id": "node/4769851216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851217", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8933047, - 51.5463319 - ] - }, - "id": "node/4769851217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851218", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8933644, - 51.5461222 - ] - }, - "id": "node/4769851218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851219", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8933456, - 51.5459945 - ] - }, - "id": "node/4769851219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851220", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8933939, - 51.5458949 - ] - }, - "id": "node/4769851220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851221", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8933832, - 51.5458019 - ] - }, - "id": "node/4769851221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851222", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935797, - 51.5456105 - ] - }, - "id": "node/4769851222" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851223", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934301, - 51.5455767 - ] - }, - "id": "node/4769851223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851224", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935776, - 51.5455767 - ] - }, - "id": "node/4769851224" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851225", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935897, - 51.5455108 - ] - }, - "id": "node/4769851225" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851226", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935944, - 51.5454337 - ] - }, - "id": "node/4769851226" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851227", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.893459, - 51.5454353 - ] - }, - "id": "node/4769851227" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851228", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934563, - 51.5453348 - ] - }, - "id": "node/4769851228" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851229", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934831, - 51.5452302 - ] - }, - "id": "node/4769851229" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851230", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8936601, - 51.5450429 - ] - }, - "id": "node/4769851230" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851231", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935025, - 51.5450659 - ] - }, - "id": "node/4769851231" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851232", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8937171, - 51.5448244 - ] - }, - "id": "node/4769851232" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851233", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8936662, - 51.544912 - ] - }, - "id": "node/4769851233" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851234", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935434, - 51.5449307 - ] - }, - "id": "node/4769851234" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851235", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935481, - 51.5448307 - ] - }, - "id": "node/4769851235" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851236", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935803, - 51.5446355 - ] - }, - "id": "node/4769851236" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851237", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8958248, - 51.5507266 - ] - }, - "id": "node/4769851237" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851238", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8957303, - 51.5506949 - ] - }, - "id": "node/4769851238" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851239", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8955915, - 51.550687 - ] - }, - "id": "node/4769851239" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851240", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8954419, - 51.5506816 - ] - }, - "id": "node/4769851240" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851241", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8952891, - 51.5506812 - ] - }, - "id": "node/4769851241" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851242", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8951228, - 51.5506724 - ] - }, - "id": "node/4769851242" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851243", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8949545, - 51.550667 - ] - }, - "id": "node/4769851243" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851244", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8946809, - 51.5506553 - ] - }, - "id": "node/4769851244" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851245", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8945521, - 51.5506486 - ] - }, - "id": "node/4769851245" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851246", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.894424, - 51.5506436 - ] - }, - "id": "node/4769851246" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851247", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8942933, - 51.5506378 - ] - }, - "id": "node/4769851247" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851248", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935664, - 51.5506561 - ] - }, - "id": "node/4769851248" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851249", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.893907, - 51.5506165 - ] - }, - "id": "node/4769851249" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851250", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8937749, - 51.5506086 - ] - }, - "id": "node/4769851250" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851251", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8936482, - 51.5506044 - ] - }, - "id": "node/4769851251" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851252", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935054, - 51.5506011 - ] - }, - "id": "node/4769851252" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851253", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.893384, - 51.5505853 - ] - }, - "id": "node/4769851253" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851254", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932633, - 51.5505744 - ] - }, - "id": "node/4769851254" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851255", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8931272, - 51.5505623 - ] - }, - "id": "node/4769851255" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851256", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8930105, - 51.5505548 - ] - }, - "id": "node/4769851256" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851257", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8944706, - 51.550467 - ] - }, - "id": "node/4769851257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851258", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8942252, - 51.5504545 - ] - }, - "id": "node/4769851258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851259", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8959988, - 51.5504245 - ] - }, - "id": "node/4769851259" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851260", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8959043, - 51.5504099 - ] - }, - "id": "node/4769851260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851261", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8967898, - 51.551114 - ] - }, - "id": "node/4769851261" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851262", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8967864, - 51.5510181 - ] - }, - "id": "node/4769851262" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851263", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8969148, - 51.5507514 - ] - }, - "id": "node/4769851263" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851264", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8968954, - 51.5506593 - ] - }, - "id": "node/4769851264" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851265", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8963985, - 51.5506668 - ] - }, - "id": "node/4769851265" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851266", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8965011, - 51.5506647 - ] - }, - "id": "node/4769851266" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851267", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8965976, - 51.5506613 - ] - }, - "id": "node/4769851267" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851268", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8967056, - 51.5506605 - ] - }, - "id": "node/4769851268" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851269", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8968082, - 51.550658 - ] - }, - "id": "node/4769851269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851270", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9010736, - 51.5503403 - ] - }, - "id": "node/4769851270" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851271", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9011239, - 51.5503369 - ] - }, - "id": "node/4769851271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851272", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9012674, - 51.5503203 - ] - }, - "id": "node/4769851272" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851273", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9014947, - 51.5503003 - ] - }, - "id": "node/4769851273" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851274", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9015966, - 51.5502919 - ] - }, - "id": "node/4769851274" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851275", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9020278, - 51.5502619 - ] - }, - "id": "node/4769851275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851276", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9023543, - 51.5502281 - ] - }, - "id": "node/4769851276" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851277", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9083672, - 51.5499204 - ] - }, - "id": "node/4769851277" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851278", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9080614, - 51.5497461 - ] - }, - "id": "node/4769851278" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851279", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9059331, - 51.5498387 - ] - }, - "id": "node/4769851279" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851280", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9056286, - 51.5498562 - ] - }, - "id": "node/4769851280" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851281", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9048441, - 51.5499984 - ] - }, - "id": "node/4769851281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851282", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9048803, - 51.5499058 - ] - }, - "id": "node/4769851282" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851283", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9048837, - 51.5498041 - ] - }, - "id": "node/4769851283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851284", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904885, - 51.5497282 - ] - }, - "id": "node/4769851284" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851285", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9051083, - 51.5497436 - ] - }, - "id": "node/4769851285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851286", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.905115, - 51.5498124 - ] - }, - "id": "node/4769851286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851287", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9052209, - 51.5498086 - ] - }, - "id": "node/4769851287" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851288", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9052082, - 51.5497628 - ] - }, - "id": "node/4769851288" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851289", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9051928, - 51.549694 - ] - }, - "id": "node/4769851289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851290", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9051733, - 51.5495985 - ] - }, - "id": "node/4769851290" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851291", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9051686, - 51.549553 - ] - }, - "id": "node/4769851291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851292", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9050781, - 51.5496356 - ] - }, - "id": "node/4769851292" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851293", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9048528, - 51.5495451 - ] - }, - "id": "node/4769851293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851294", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9048374, - 51.5494325 - ] - }, - "id": "node/4769851294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851295", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9050285, - 51.5494225 - ] - }, - "id": "node/4769851295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851296", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9050171, - 51.5493521 - ] - }, - "id": "node/4769851296" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851297", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9050003, - 51.5492908 - ] - }, - "id": "node/4769851297" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851298", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9046805, - 51.5492783 - ] - }, - "id": "node/4769851298" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851299", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9048072, - 51.5493016 - ] - }, - "id": "node/4769851299" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851300", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9047844, - 51.5492099 - ] - }, - "id": "node/4769851300" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851301", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9047623, - 51.5491265 - ] - }, - "id": "node/4769851301" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851302", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9047442, - 51.5490343 - ] - }, - "id": "node/4769851302" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851303", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9045504, - 51.5487983 - ] - }, - "id": "node/4769851303" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851304", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9043251, - 51.5488067 - ] - }, - "id": "node/4769851304" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851305", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044055, - 51.5487979 - ] - }, - "id": "node/4769851305" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851306", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904476, - 51.5488021 - ] - }, - "id": "node/4769851306" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851307", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9047147, - 51.5489251 - ] - }, - "id": "node/4769851307" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851308", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9046825, - 51.5488021 - ] - }, - "id": "node/4769851308" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851309", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9046171, - 51.5485825 - ] - }, - "id": "node/4769851309" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851310", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9048357, - 51.5480638 - ] - }, - "id": "node/4769851310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851311", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9047338, - 51.5479812 - ] - }, - "id": "node/4769851311" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851312", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9055287, - 51.5476358 - ] - }, - "id": "node/4769851312" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851313", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044552, - 51.5479889 - ] - }, - "id": "node/4769851313" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851314", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044451, - 51.5479268 - ] - }, - "id": "node/4769851314" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851315", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904425, - 51.5478559 - ] - }, - "id": "node/4769851315" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851316", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9031761, - 51.5481639 - ] - }, - "id": "node/4769851316" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851317", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.903153, - 51.5480665 - ] - }, - "id": "node/4769851317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851318", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9035513, - 51.5479293 - ] - }, - "id": "node/4769851318" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851319", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9038725, - 51.5478209 - ] - }, - "id": "node/4769851319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851320", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9038269, - 51.547906 - ] - }, - "id": "node/4769851320" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851321", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9041943, - 51.5477775 - ] - }, - "id": "node/4769851321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851322", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9040012, - 51.5478038 - ] - }, - "id": "node/4769851322" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851323", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9036143, - 51.5479289 - ] - }, - "id": "node/4769851323" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851324", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9035325, - 51.5478747 - ] - }, - "id": "node/4769851324" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851325", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.90344, - 51.5479406 - ] - }, - "id": "node/4769851325" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851326", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9033005, - 51.5479639 - ] - }, - "id": "node/4769851326" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851327", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9033595, - 51.5478839 - ] - }, - "id": "node/4769851327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851328", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9031047, - 51.547921 - ] - }, - "id": "node/4769851328" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851329", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.902762, - 51.5479581 - ] - }, - "id": "node/4769851329" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851330", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9026433, - 51.5479789 - ] - }, - "id": "node/4769851330" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851331", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9024335, - 51.5480056 - ] - }, - "id": "node/4769851331" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851332", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9018732, - 51.5478449 - ] - }, - "id": "node/4769851332" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851333", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9019979, - 51.5480646 - ] - }, - "id": "node/4769851333" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851334", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9016828, - 51.5481885 - ] - }, - "id": "node/4769851334" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851335", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.901599, - 51.5481117 - ] - }, - "id": "node/4769851335" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851336", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9014313, - 51.5481359 - ] - }, - "id": "node/4769851336" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851338", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9010665, - 51.548181 - ] - }, - "id": "node/4769851338" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851339", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9009713, - 51.5481897 - ] - }, - "id": "node/4769851339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851340", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007909, - 51.5482122 - ] - }, - "id": "node/4769851340" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851341", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007527, - 51.5482164 - ] - }, - "id": "node/4769851341" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851342", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006401, - 51.5482235 - ] - }, - "id": "node/4769851342" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851344", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003216, - 51.5482502 - ] - }, - "id": "node/4769851344" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851345", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000741, - 51.5482727 - ] - }, - "id": "node/4769851345" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851346", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000211, - 51.5482815 - ] - }, - "id": "node/4769851346" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851347", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999031, - 51.5482844 - ] - }, - "id": "node/4769851347" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851348", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900457, - 51.5480309 - ] - }, - "id": "node/4769851348" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851349", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9004168, - 51.5480409 - ] - }, - "id": "node/4769851349" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851350", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003477, - 51.5480763 - ] - }, - "id": "node/4769851350" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851351", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002391, - 51.5480771 - ] - }, - "id": "node/4769851351" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851352", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001318, - 51.5480675 - ] - }, - "id": "node/4769851352" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851353", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000567, - 51.5480667 - ] - }, - "id": "node/4769851353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851354", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997952, - 51.5480846 - ] - }, - "id": "node/4769851354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851355", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996108, - 51.5480926 - ] - }, - "id": "node/4769851355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851356", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994384, - 51.5480746 - ] - }, - "id": "node/4769851356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851357", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990837, - 51.5481405 - ] - }, - "id": "node/4769851357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851358", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8991119, - 51.5481405 - ] - }, - "id": "node/4769851358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851359", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899417, - 51.5481168 - ] - }, - "id": "node/4769851359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851360", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8993144, - 51.5481155 - ] - }, - "id": "node/4769851360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851361", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8985033, - 51.5481065 - ] - }, - "id": "node/4769851361" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851362", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.898388, - 51.5480903 - ] - }, - "id": "node/4769851362" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851363", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8983317, - 51.548207 - ] - }, - "id": "node/4769851363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851364", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8983763, - 51.5482143 - ] - }, - "id": "node/4769851364" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851365", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996168, - 51.5483123 - ] - }, - "id": "node/4769851365" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851366", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.898552, - 51.548392 - ] - }, - "id": "node/4769851366" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851367", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8983414, - 51.5484066 - ] - }, - "id": "node/4769851367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851368", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978794, - 51.5484245 - ] - }, - "id": "node/4769851368" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851369", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8974885, - 51.5484382 - ] - }, - "id": "node/4769851369" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851370", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8973523, - 51.548442 - ] - }, - "id": "node/4769851370" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851371", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8958949, - 51.5484689 - ] - }, - "id": "node/4769851371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851372", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8953558, - 51.5484597 - ] - }, - "id": "node/4769851372" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851373", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8954342, - 51.5484722 - ] - }, - "id": "node/4769851373" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851374", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8950795, - 51.5484756 - ] - }, - "id": "node/4769851374" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851375", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8950084, - 51.5484768 - ] - }, - "id": "node/4769851375" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851376", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8969084, - 51.5480146 - ] - }, - "id": "node/4769851376" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851377", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.897005, - 51.5480955 - ] - }, - "id": "node/4769851377" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851378", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8970546, - 51.5481614 - ] - }, - "id": "node/4769851378" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851379", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8971284, - 51.5482531 - ] - }, - "id": "node/4769851379" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851380", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8972276, - 51.5481864 - ] - }, - "id": "node/4769851380" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851381", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.897123, - 51.5481022 - ] - }, - "id": "node/4769851381" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851382", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8971954, - 51.5480663 - ] - }, - "id": "node/4769851382" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851383", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8971405, - 51.5479245 - ] - }, - "id": "node/4769851383" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851384", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8974261, - 51.5480755 - ] - }, - "id": "node/4769851384" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851385", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8974838, - 51.5480062 - ] - }, - "id": "node/4769851385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851386", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8980993, - 51.5482039 - ] - }, - "id": "node/4769851386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851387", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8980484, - 51.5482072 - ] - }, - "id": "node/4769851387" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851388", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.897984, - 51.5480396 - ] - }, - "id": "node/4769851388" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851389", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978418, - 51.5481163 - ] - }, - "id": "node/4769851389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851390", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8977252, - 51.5480504 - ] - }, - "id": "node/4769851390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851391", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975589, - 51.5480646 - ] - }, - "id": "node/4769851391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851392", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975911, - 51.5481772 - ] - }, - "id": "node/4769851392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851393", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975575, - 51.5482273 - ] - }, - "id": "node/4769851393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851394", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8974744, - 51.5481822 - ] - }, - "id": "node/4769851394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851395", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8967938, - 51.5480663 - ] - }, - "id": "node/4769851395" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851396", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8965826, - 51.5482135 - ] - }, - "id": "node/4769851396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851397", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8964163, - 51.5481147 - ] - }, - "id": "node/4769851397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851398", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962788, - 51.5482464 - ] - }, - "id": "node/4769851398" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851399", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8959086, - 51.548231 - ] - }, - "id": "node/4769851399" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851400", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8958235, - 51.5482573 - ] - }, - "id": "node/4769851400" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851401", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.895739, - 51.5482047 - ] - }, - "id": "node/4769851401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851402", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8957149, - 51.5482606 - ] - }, - "id": "node/4769851402" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851403", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.895629, - 51.5482118 - ] - }, - "id": "node/4769851403" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851404", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.895517, - 51.5482264 - ] - }, - "id": "node/4769851404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851405", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89546, - 51.5482431 - ] - }, - "id": "node/4769851405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851406", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8954158, - 51.5482114 - ] - }, - "id": "node/4769851406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851407", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8953554, - 51.5482489 - ] - }, - "id": "node/4769851407" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851408", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8952488, - 51.5482856 - ] - }, - "id": "node/4769851408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851409", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8951355, - 51.5482256 - ] - }, - "id": "node/4769851409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851410", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8949679, - 51.5482356 - ] - }, - "id": "node/4769851410" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851411", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8949766, - 51.5482919 - ] - }, - "id": "node/4769851411" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851412", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8946017, - 51.5484841 - ] - }, - "id": "node/4769851412" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851413", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8941927, - 51.5484841 - ] - }, - "id": "node/4769851413" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851414", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8938393, - 51.5484895 - ] - }, - "id": "node/4769851414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851415", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8937327, - 51.5484916 - ] - }, - "id": "node/4769851415" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851416", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8933921, - 51.5484979 - ] - }, - "id": "node/4769851416" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851417", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897319, - 51.5502123 - ] - }, - "id": "node/4769851417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851418", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8898137, - 51.5501893 - ] - }, - "id": "node/4769851418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851419", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899511, - 51.5501764 - ] - }, - "id": "node/4769851419" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851420", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899263, - 51.5502277 - ] - }, - "id": "node/4769851420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851521", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8900611, - 51.5502227 - ] - }, - "id": "node/4769851521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851522", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8903575, - 51.5502006 - ] - }, - "id": "node/4769851522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851523", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8902395, - 51.5502465 - ] - }, - "id": "node/4769851523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851524", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.890448, - 51.5502519 - ] - }, - "id": "node/4769851524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851526", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8906787, - 51.5502481 - ] - }, - "id": "node/4769851526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851527", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8912808, - 51.550284 - ] - }, - "id": "node/4769851527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851528", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8915014, - 51.5502961 - ] - }, - "id": "node/4769851528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851535", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8942336, - 51.5503472 - ] - }, - "id": "node/4769851535" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851536", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8941035, - 51.5503472 - ] - }, - "id": "node/4769851536" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851537", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8939929, - 51.5503409 - ] - }, - "id": "node/4769851537" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851538", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.893728, - 51.5503292 - ] - }, - "id": "node/4769851538" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851539", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935825, - 51.5503159 - ] - }, - "id": "node/4769851539" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851540", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.893498, - 51.5503121 - ] - }, - "id": "node/4769851540" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851541", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934383, - 51.5503121 - ] - }, - "id": "node/4769851541" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851542", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932124, - 51.5502967 - ] - }, - "id": "node/4769851542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851543", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8931265, - 51.5502905 - ] - }, - "id": "node/4769851543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851544", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8929227, - 51.5502521 - ] - }, - "id": "node/4769851544" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851545", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8927691, - 51.5502721 - ] - }, - "id": "node/4769851545" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851546", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8927839, - 51.5501662 - ] - }, - "id": "node/4769851546" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851547", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926102, - 51.550137 - ] - }, - "id": "node/4769851547" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851548", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.892804, - 51.5500628 - ] - }, - "id": "node/4769851548" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851549", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926243, - 51.5500336 - ] - }, - "id": "node/4769851549" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851550", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934967, - 51.5499081 - ] - }, - "id": "node/4769851550" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851551", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934779, - 51.5499089 - ] - }, - "id": "node/4769851551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851552", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934336, - 51.5499073 - ] - }, - "id": "node/4769851552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851553", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8933927, - 51.5499081 - ] - }, - "id": "node/4769851553" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851554", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8933599, - 51.5499077 - ] - }, - "id": "node/4769851554" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851555", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.893319, - 51.5499081 - ] - }, - "id": "node/4769851555" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851556", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932378, - 51.5499073 - ] - }, - "id": "node/4769851556" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851557", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.893213, - 51.5499098 - ] - }, - "id": "node/4769851557" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851558", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89315, - 51.5499114 - ] - }, - "id": "node/4769851558" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851559", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8931138, - 51.5499048 - ] - }, - "id": "node/4769851559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851560", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.892975, - 51.5499068 - ] - }, - "id": "node/4769851560" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851561", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8929696, - 51.5498581 - ] - }, - "id": "node/4769851561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851562", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.892979, - 51.5498039 - ] - }, - "id": "node/4769851562" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851563", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8928382, - 51.5498426 - ] - }, - "id": "node/4769851563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851564", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926551, - 51.5497851 - ] - }, - "id": "node/4769851564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851565", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8928697, - 51.5496504 - ] - }, - "id": "node/4769851565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851566", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926752, - 51.5496383 - ] - }, - "id": "node/4769851566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851567", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8930038, - 51.5496408 - ] - }, - "id": "node/4769851567" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851568", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8930192, - 51.5495924 - ] - }, - "id": "node/4769851568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851569", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8928804, - 51.5495507 - ] - }, - "id": "node/4769851569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851570", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926927, - 51.5495136 - ] - }, - "id": "node/4769851570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851571", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8928898, - 51.5494486 - ] - }, - "id": "node/4769851571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851572", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8927175, - 51.5493698 - ] - }, - "id": "node/4769851572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851573", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8927249, - 51.549306 - ] - }, - "id": "node/4769851573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851574", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8929073, - 51.5493323 - ] - }, - "id": "node/4769851574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851575", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8929307, - 51.5492126 - ] - }, - "id": "node/4769851575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851576", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8929394, - 51.5491092 - ] - }, - "id": "node/4769851576" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851577", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8927426, - 51.5492182 - ] - }, - "id": "node/4769851577" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851578", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8931805, - 51.5489476 - ] - }, - "id": "node/4769851578" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851579", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8929478, - 51.5490101 - ] - }, - "id": "node/4769851579" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851580", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89297, - 51.5488463 - ] - }, - "id": "node/4769851580" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851581", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8930021, - 51.5487095 - ] - }, - "id": "node/4769851581" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851582", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8930082, - 51.5486094 - ] - }, - "id": "node/4769851582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851583", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926219, - 51.5488921 - ] - }, - "id": "node/4769851583" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851584", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926427, - 51.5488167 - ] - }, - "id": "node/4769851584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851585", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926548, - 51.5487537 - ] - }, - "id": "node/4769851585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851586", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8923597, - 51.5487387 - ] - }, - "id": "node/4769851586" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851587", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8923504, - 51.5487883 - ] - }, - "id": "node/4769851587" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851588", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8923323, - 51.5488971 - ] - }, - "id": "node/4769851588" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851589", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8918904, - 51.5488788 - ] - }, - "id": "node/4769851589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851590", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919024, - 51.5487612 - ] - }, - "id": "node/4769851590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851591", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919085, - 51.548712 - ] - }, - "id": "node/4769851591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851593", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8912315, - 51.5494261 - ] - }, - "id": "node/4769851593" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851594", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.891253, - 51.5493035 - ] - }, - "id": "node/4769851594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851595", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8912684, - 51.5492201 - ] - }, - "id": "node/4769851595" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851596", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8912899, - 51.5490771 - ] - }, - "id": "node/4769851596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851597", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8912838, - 51.549045 - ] - }, - "id": "node/4769851597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851598", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8908721, - 51.5490283 - ] - }, - "id": "node/4769851598" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851599", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8908037, - 51.5490249 - ] - }, - "id": "node/4769851599" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851600", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8904054, - 51.5494436 - ] - }, - "id": "node/4769851600" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851601", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8901439, - 51.5494252 - ] - }, - "id": "node/4769851601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851602", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897805, - 51.5494836 - ] - }, - "id": "node/4769851602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851603", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897469, - 51.5494352 - ] - }, - "id": "node/4769851603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851604", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8898127, - 51.549296 - ] - }, - "id": "node/4769851604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851605", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.889822, - 51.5491801 - ] - }, - "id": "node/4769851605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851606", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897671, - 51.5490783 - ] - }, - "id": "node/4769851606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851607", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8898542, - 51.5490883 - ] - }, - "id": "node/4769851607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851608", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8898623, - 51.5489757 - ] - }, - "id": "node/4769851608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851609", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.889865, - 51.5488748 - ] - }, - "id": "node/4769851609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851610", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8898851, - 51.5487581 - ] - }, - "id": "node/4769851610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851611", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.889924, - 51.5486705 - ] - }, - "id": "node/4769851611" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851612", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899132, - 51.5485879 - ] - }, - "id": "node/4769851612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851613", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8910626, - 51.5486209 - ] - }, - "id": "node/4769851613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851614", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8910317, - 51.5487572 - ] - }, - "id": "node/4769851614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851615", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8908507, - 51.5487426 - ] - }, - "id": "node/4769851615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851616", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8908681, - 51.5486342 - ] - }, - "id": "node/4769851616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851617", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8906944, - 51.5486855 - ] - }, - "id": "node/4769851617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851618", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8905972, - 51.5486901 - ] - }, - "id": "node/4769851618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851619", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.890441, - 51.5486346 - ] - }, - "id": "node/4769851619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851620", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8902773, - 51.5486125 - ] - }, - "id": "node/4769851620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851621", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8902847, - 51.5485129 - ] - }, - "id": "node/4769851621" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851622", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8904188, - 51.5484679 - ] - }, - "id": "node/4769851622" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851623", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8909633, - 51.5484691 - ] - }, - "id": "node/4769851623" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851624", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8910579, - 51.5486088 - ] - }, - "id": "node/4769851624" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851625", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919363, - 51.5485517 - ] - }, - "id": "node/4769851625" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851626", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8922333, - 51.5485713 - ] - }, - "id": "node/4769851626" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851627", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8920671, - 51.5485554 - ] - }, - "id": "node/4769851627" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851628", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8925411, - 51.5485838 - ] - }, - "id": "node/4769851628" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851629", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8923762, - 51.5485738 - ] - }, - "id": "node/4769851629" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851630", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926645, - 51.5485871 - ] - }, - "id": "node/4769851630" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851631", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8925505, - 51.5484833 - ] - }, - "id": "node/4769851631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851632", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8924721, - 51.5484795 - ] - }, - "id": "node/4769851632" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851633", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8923762, - 51.5484733 - ] - }, - "id": "node/4769851633" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851634", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8922072, - 51.5484499 - ] - }, - "id": "node/4769851634" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851635", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8920811, - 51.5484366 - ] - }, - "id": "node/4769851635" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851636", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8917854, - 51.5484074 - ] - }, - "id": "node/4769851636" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851637", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8916909, - 51.5484157 - ] - }, - "id": "node/4769851637" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851638", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8913589, - 51.5483949 - ] - }, - "id": "node/4769851638" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851639", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8914669, - 51.548163 - ] - }, - "id": "node/4769851639" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851640", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.891247, - 51.548382 - ] - }, - "id": "node/4769851640" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851641", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8909285, - 51.5483619 - ] - }, - "id": "node/4769851641" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851642", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8908285, - 51.5483536 - ] - }, - "id": "node/4769851642" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851643", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8906522, - 51.5481614 - ] - }, - "id": "node/4769851643" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851644", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8908098, - 51.548173 - ] - }, - "id": "node/4769851644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851645", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8908205, - 51.548113 - ] - }, - "id": "node/4769851645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851646", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8902706, - 51.5480788 - ] - }, - "id": "node/4769851646" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769851647", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8901982, - 51.5480746 - ] - }, - "id": "node/4769851647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769856427", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8914103, - 51.5441969 - ] - }, - "id": "node/4769856427" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770017004", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8859952, - 51.5480028 - ] - }, - "id": "node/4770017004" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770017005", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8834871, - 51.547873 - ] - }, - "id": "node/4770017005" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770017006", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8837486, - 51.5478745 - ] - }, - "id": "node/4770017006" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770017007", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8838382, - 51.5478741 - ] - }, - "id": "node/4770017007" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770017008", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.885542, - 51.5479939 - ] - }, - "id": "node/4770017008" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770017009", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8851001, - 51.5479919 - ] - }, - "id": "node/4770017009" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770017010", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8844923, - 51.547991 - ] - }, - "id": "node/4770017010" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770017011", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8839877, - 51.547995 - ] - }, - "id": "node/4770017011" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770017012", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8835493, - 51.5480032 - ] - }, - "id": "node/4770017012" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770303051", - "natural": "tree", - "survey:date": "2017-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9268839, - 51.552347 - ] - }, - "id": "node/4770303051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770303052", - "natural": "tree", - "survey:date": "2017-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9269205, - 51.5522908 - ] - }, - "id": "node/4770303052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770303053", - "natural": "tree", - "survey:date": "2017-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.926957, - 51.5522345 - ] - }, - "id": "node/4770303053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770303054", - "natural": "tree", - "survey:date": "2017-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9269966, - 51.5521748 - ] - }, - "id": "node/4770303054" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770303055", - "natural": "tree", - "survey:date": "2017-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9270361, - 51.5521054 - ] - }, - "id": "node/4770303055" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770303056", - "natural": "tree", - "survey:date": "2017-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9270742, - 51.5520465 - ] - }, - "id": "node/4770303056" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770303064", - "natural": "tree", - "survey:date": "2017-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274998, - 51.5510828 - ] - }, - "id": "node/4770303064" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770303066", - "natural": "tree", - "survey:date": "2017-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274623, - 51.5511622 - ] - }, - "id": "node/4770303066" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770303067", - "natural": "tree", - "survey:date": "2017-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275179, - 51.5510334 - ] - }, - "id": "node/4770303067" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770303068", - "natural": "tree", - "survey:date": "2017-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275699, - 51.5508968 - ] - }, - "id": "node/4770303068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770303069", - "natural": "tree", - "survey:date": "2017-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275991, - 51.5508114 - ] - }, - "id": "node/4770303069" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770303071", - "natural": "tree", - "survey:date": "2017-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276247, - 51.5507304 - ] - }, - "id": "node/4770303071" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770303072", - "natural": "tree", - "survey:date": "2017-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.927679, - 51.55053 - ] - }, - "id": "node/4770303072" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770303073", - "natural": "tree", - "survey:date": "2017-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276894, - 51.5504712 - ] - }, - "id": "node/4770303073" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770303075", - "natural": "tree", - "survey:date": "2017-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277092, - 51.5503868 - ] - }, - "id": "node/4770303075" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770303076", - "natural": "tree", - "survey:date": "2017-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277317, - 51.550245 - ] - }, - "id": "node/4770303076" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770303077", - "natural": "tree", - "survey:date": "2017-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277521, - 51.5501533 - ] - }, - "id": "node/4770303077" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770303078", - "natural": "tree", - "survey:date": "2017-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277726, - 51.5500359 - ] - }, - "id": "node/4770303078" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770303079", - "natural": "tree", - "survey:date": "2017-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277766, - 51.5500019 - ] - }, - "id": "node/4770303079" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770303080", - "natural": "tree", - "survey:date": "2017-03-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277856, - 51.5499521 - ] - }, - "id": "node/4770303080" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309021", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301068, - 51.5422815 - ] - }, - "id": "node/4770309021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309022", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9299063, - 51.5428958 - ] - }, - "id": "node/4770309022" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309023", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301577, - 51.5435639 - ] - }, - "id": "node/4770309023" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309024", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9298775, - 51.5443658 - ] - }, - "id": "node/4770309024" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309025", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9300136, - 51.5439734 - ] - }, - "id": "node/4770309025" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309026", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9281317, - 51.5481416 - ] - }, - "id": "node/4770309026" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309027", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9282462, - 51.5477389 - ] - }, - "id": "node/4770309027" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309028", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9283628, - 51.5473261 - ] - }, - "id": "node/4770309028" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309029", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9284956, - 51.5469253 - ] - }, - "id": "node/4770309029" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309030", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9286358, - 51.5465254 - ] - }, - "id": "node/4770309030" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309031", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9302525, - 51.5455238 - ] - }, - "id": "node/4770309031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309032", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9302242, - 51.5456001 - ] - }, - "id": "node/4770309032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309033", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301959, - 51.5456766 - ] - }, - "id": "node/4770309033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309034", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.930167, - 51.5457544 - ] - }, - "id": "node/4770309034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309035", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301392, - 51.5458296 - ] - }, - "id": "node/4770309035" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309036", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.930111, - 51.5459058 - ] - }, - "id": "node/4770309036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309037", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303698, - 51.5459504 - ] - }, - "id": "node/4770309037" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309038", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9304178, - 51.5458639 - ] - }, - "id": "node/4770309038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309039", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305115, - 51.5456952 - ] - }, - "id": "node/4770309039" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309040", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305464, - 51.5456323 - ] - }, - "id": "node/4770309040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309041", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9304666, - 51.545776 - ] - }, - "id": "node/4770309041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309042", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.930583, - 51.5455663 - ] - }, - "id": "node/4770309042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309043", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307138, - 51.5453937 - ] - }, - "id": "node/4770309043" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309044", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306461, - 51.5453862 - ] - }, - "id": "node/4770309044" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309045", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307762, - 51.5452277 - ] - }, - "id": "node/4770309045" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309046", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307004, - 51.5452185 - ] - }, - "id": "node/4770309046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309047", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309746, - 51.5450292 - ] - }, - "id": "node/4770309047" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309048", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309002, - 51.5450192 - ] - }, - "id": "node/4770309048" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309049", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307581, - 51.545 - ] - }, - "id": "node/4770309049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309050", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309919, - 51.5448615 - ] - }, - "id": "node/4770309050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309051", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931259, - 51.5448503 - ] - }, - "id": "node/4770309051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770309052", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312968, - 51.5447406 - ] - }, - "id": "node/4770309052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362736", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9398745, - 51.55136 - ] - }, - "id": "node/4770362736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362737", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9388254, - 51.5517459 - ] - }, - "id": "node/4770362737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362738", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9388643, - 51.551803 - ] - }, - "id": "node/4770362738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362739", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9388348, - 51.5520115 - ] - }, - "id": "node/4770362739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362740", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9389548, - 51.5519281 - ] - }, - "id": "node/4770362740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362741", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9389923, - 51.5520136 - ] - }, - "id": "node/4770362741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362742", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9390312, - 51.552074 - ] - }, - "id": "node/4770362742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362743", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9389005, - 51.5520336 - ] - }, - "id": "node/4770362743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362744", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9387858, - 51.5519306 - ] - }, - "id": "node/4770362744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362745", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.938871, - 51.5519327 - ] - }, - "id": "node/4770362745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362746", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9389159, - 51.5518806 - ] - }, - "id": "node/4770362746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362747", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9388488, - 51.5518756 - ] - }, - "id": "node/4770362747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362748", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9388032, - 51.5517521 - ] - }, - "id": "node/4770362748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362749", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9388073, - 51.5515841 - ] - }, - "id": "node/4770362749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362750", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9389159, - 51.5514102 - ] - }, - "id": "node/4770362750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362751", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9389789, - 51.5514911 - ] - }, - "id": "node/4770362751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362752", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.938997, - 51.5515687 - ] - }, - "id": "node/4770362752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362753", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9390862, - 51.5517171 - ] - }, - "id": "node/4770362753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362754", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9391566, - 51.5518422 - ] - }, - "id": "node/4770362754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362755", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392083, - 51.5519339 - ] - }, - "id": "node/4770362755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362756", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9393028, - 51.5521003 - ] - }, - "id": "node/4770362756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362757", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.939386, - 51.5522391 - ] - }, - "id": "node/4770362757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362758", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394966, - 51.5523567 - ] - }, - "id": "node/4770362758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362759", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9395777, - 51.5524893 - ] - }, - "id": "node/4770362759" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362760", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9396776, - 51.5526357 - ] - }, - "id": "node/4770362760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362761", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392049, - 51.5533516 - ] - }, - "id": "node/4770362761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362762", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9391982, - 51.5534108 - ] - }, - "id": "node/4770362762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362763", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394396, - 51.5533916 - ] - }, - "id": "node/4770362763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362764", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9397179, - 51.5533111 - ] - }, - "id": "node/4770362764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362766", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9410422, - 51.5541271 - ] - }, - "id": "node/4770362766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362767", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9410979, - 51.5542017 - ] - }, - "id": "node/4770362767" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362768", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9417205, - 51.5552755 - ] - }, - "id": "node/4770362768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362769", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.941687, - 51.55521 - ] - }, - "id": "node/4770362769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362770", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9416246, - 51.5551429 - ] - }, - "id": "node/4770362770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362771", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9415716, - 51.5550537 - ] - }, - "id": "node/4770362771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362772", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9415019, - 51.5549453 - ] - }, - "id": "node/4770362772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362773", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9414482, - 51.5549044 - ] - }, - "id": "node/4770362773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362774", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448302, - 51.5557481 - ] - }, - "id": "node/4770362774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362775", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453961, - 51.5557793 - ] - }, - "id": "node/4770362775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362776", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450602, - 51.5557518 - ] - }, - "id": "node/4770362776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362777", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452707, - 51.5556918 - ] - }, - "id": "node/4770362777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362778", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453519, - 51.5556793 - ] - }, - "id": "node/4770362778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362779", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945437, - 51.5556647 - ] - }, - "id": "node/4770362779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362780", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456147, - 51.555683 - ] - }, - "id": "node/4770362780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362781", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456871, - 51.5556568 - ] - }, - "id": "node/4770362781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362782", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457166, - 51.5556693 - ] - }, - "id": "node/4770362782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362783", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459299, - 51.5556438 - ] - }, - "id": "node/4770362783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362784", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460077, - 51.5556463 - ] - }, - "id": "node/4770362784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362785", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460352, - 51.5556405 - ] - }, - "id": "node/4770362785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362786", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460727, - 51.5555842 - ] - }, - "id": "node/4770362786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362787", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459929, - 51.5555859 - ] - }, - "id": "node/4770362787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362788", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461699, - 51.5555609 - ] - }, - "id": "node/4770362788" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362789", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946243, - 51.5556042 - ] - }, - "id": "node/4770362789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362790", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453307, - 51.5561131 - ] - }, - "id": "node/4770362790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362794", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445076, - 51.5565131 - ] - }, - "id": "node/4770362794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362795", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455973, - 51.5565252 - ] - }, - "id": "node/4770362795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362796", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453452, - 51.5565281 - ] - }, - "id": "node/4770362796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362797", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451755, - 51.5565256 - ] - }, - "id": "node/4770362797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362798", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443772, - 51.5568798 - ] - }, - "id": "node/4770362798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362799", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944455, - 51.5569235 - ] - }, - "id": "node/4770362799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362800", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445817, - 51.5569198 - ] - }, - "id": "node/4770362800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362801", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446917, - 51.5569152 - ] - }, - "id": "node/4770362801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362802", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449646, - 51.5568764 - ] - }, - "id": "node/4770362802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362803", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451504, - 51.5568856 - ] - }, - "id": "node/4770362803" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362804", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461233, - 51.5568435 - ] - }, - "id": "node/4770362804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362805", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460375, - 51.5568514 - ] - }, - "id": "node/4770362805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362806", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458806, - 51.5569065 - ] - }, - "id": "node/4770362806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362807", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456841, - 51.556906 - ] - }, - "id": "node/4770362807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362808", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454172, - 51.5568556 - ] - }, - "id": "node/4770362808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362811", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454481, - 51.5570963 - ] - }, - "id": "node/4770362811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362812", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451826, - 51.5570981 - ] - }, - "id": "node/4770362812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362813", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449854, - 51.5570995 - ] - }, - "id": "node/4770362813" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362814", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447836, - 51.5571009 - ] - }, - "id": "node/4770362814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362815", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445536, - 51.5571026 - ] - }, - "id": "node/4770362815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362816", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9416283, - 51.557023 - ] - }, - "id": "node/4770362816" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362817", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9416095, - 51.5571564 - ] - }, - "id": "node/4770362817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362818", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9418509, - 51.5572514 - ] - }, - "id": "node/4770362818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362819", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.941694, - 51.5573932 - ] - }, - "id": "node/4770362819" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770362820", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9419186, - 51.557407 - ] - }, - "id": "node/4770362820" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363021", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9418858, - 51.5575354 - ] - }, - "id": "node/4770363021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363022", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9415756, - 51.5568335 - ] - }, - "id": "node/4770363022" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363023", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9414737, - 51.5567901 - ] - }, - "id": "node/4770363023" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363024", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9416279, - 51.5567443 - ] - }, - "id": "node/4770363024" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363025", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9420601, - 51.5564493 - ] - }, - "id": "node/4770363025" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363026", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9421252, - 51.5567153 - ] - }, - "id": "node/4770363026" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363027", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9419884, - 51.5565731 - ] - }, - "id": "node/4770363027" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363028", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9420477, - 51.5568689 - ] - }, - "id": "node/4770363028" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363029", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9420397, - 51.5576273 - ] - }, - "id": "node/4770363029" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363030", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9421711, - 51.5575693 - ] - }, - "id": "node/4770363030" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363031", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.942381, - 51.557501 - ] - }, - "id": "node/4770363031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363032", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9424118, - 51.557393 - ] - }, - "id": "node/4770363032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363033", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9426686, - 51.5574092 - ] - }, - "id": "node/4770363033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363034", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9426626, - 51.5575477 - ] - }, - "id": "node/4770363034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363035", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.94296, - 51.5574774 - ] - }, - "id": "node/4770363035" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363036", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445469, - 51.5591706 - ] - }, - "id": "node/4770363036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363037", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445328, - 51.5591098 - ] - }, - "id": "node/4770363037" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363039", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944512, - 51.5590543 - ] - }, - "id": "node/4770363039" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363040", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446562, - 51.559033 - ] - }, - "id": "node/4770363040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363041", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447708, - 51.5590172 - ] - }, - "id": "node/4770363041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363042", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448741, - 51.5589547 - ] - }, - "id": "node/4770363042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363043", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446086, - 51.5589476 - ] - }, - "id": "node/4770363043" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363044", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448587, - 51.5588567 - ] - }, - "id": "node/4770363044" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363045", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444389, - 51.5587933 - ] - }, - "id": "node/4770363045" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363046", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446602, - 51.5586937 - ] - }, - "id": "node/4770363046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363047", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944569, - 51.5587821 - ] - }, - "id": "node/4770363047" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363048", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445703, - 51.558717 - ] - }, - "id": "node/4770363048" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363049", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944402, - 51.5586958 - ] - }, - "id": "node/4770363049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363050", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443698, - 51.5586274 - ] - }, - "id": "node/4770363050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363051", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443444, - 51.5585378 - ] - }, - "id": "node/4770363051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363055", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441828, - 51.5582418 - ] - }, - "id": "node/4770363055" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363056", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9442424, - 51.5583502 - ] - }, - "id": "node/4770363056" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363058", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439591, - 51.5577613 - ] - }, - "id": "node/4770363058" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363059", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943876, - 51.5577617 - ] - }, - "id": "node/4770363059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363060", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440979, - 51.5577009 - ] - }, - "id": "node/4770363060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363061", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439772, - 51.5576863 - ] - }, - "id": "node/4770363061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363062", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439343, - 51.5576708 - ] - }, - "id": "node/4770363062" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363064", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440208, - 51.5578776 - ] - }, - "id": "node/4770363064" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363065", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441165, - 51.5580867 - ] - }, - "id": "node/4770363065" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363066", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944047, - 51.5579402 - ] - }, - "id": "node/4770363066" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363075", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944854, - 51.5575994 - ] - }, - "id": "node/4770363075" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363084", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9438394, - 51.5576661 - ] - }, - "id": "node/4770363084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363085", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943885, - 51.5574122 - ] - }, - "id": "node/4770363085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363086", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443088, - 51.55731 - ] - }, - "id": "node/4770363086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363087", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445824, - 51.5573288 - ] - }, - "id": "node/4770363087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363088", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447091, - 51.5573284 - ] - }, - "id": "node/4770363088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363089", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447856, - 51.5573279 - ] - }, - "id": "node/4770363089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363092", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460073, - 51.5574893 - ] - }, - "id": "node/4770363092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363101", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9438351, - 51.5582791 - ] - }, - "id": "node/4770363101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363102", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9438505, - 51.5583291 - ] - }, - "id": "node/4770363102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363103", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943941, - 51.558473 - ] - }, - "id": "node/4770363103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363104", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437526, - 51.5584984 - ] - }, - "id": "node/4770363104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363105", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437975, - 51.558646 - ] - }, - "id": "node/4770363105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363106", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9438465, - 51.5587035 - ] - }, - "id": "node/4770363106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363107", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447326, - 51.5598822 - ] - }, - "id": "node/4770363107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363108", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446749, - 51.5597117 - ] - }, - "id": "node/4770363108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363109", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446803, - 51.5595983 - ] - }, - "id": "node/4770363109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363110", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448868, - 51.5595788 - ] - }, - "id": "node/4770363110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363111", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451879, - 51.5595612 - ] - }, - "id": "node/4770363111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363112", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451852, - 51.5594283 - ] - }, - "id": "node/4770363112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363113", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450303, - 51.5594328 - ] - }, - "id": "node/4770363113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363114", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445536, - 51.5594583 - ] - }, - "id": "node/4770363114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363115", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9438448, - 51.5597288 - ] - }, - "id": "node/4770363115" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363116", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449733, - 51.5615381 - ] - }, - "id": "node/4770363116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363117", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448754, - 51.5612529 - ] - }, - "id": "node/4770363117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363118", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449338, - 51.5614013 - ] - }, - "id": "node/4770363118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363119", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449069, - 51.5613338 - ] - }, - "id": "node/4770363119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363120", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448513, - 51.5611846 - ] - }, - "id": "node/4770363120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363121", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944797, - 51.5610332 - ] - }, - "id": "node/4770363121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363122", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447809, - 51.5609736 - ] - }, - "id": "node/4770363122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363123", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944748, - 51.5608869 - ] - }, - "id": "node/4770363123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363124", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447199, - 51.5608119 - ] - }, - "id": "node/4770363124" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363125", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446488, - 51.5606305 - ] - }, - "id": "node/4770363125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363126", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446568, - 51.5605976 - ] - }, - "id": "node/4770363126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363127", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448439, - 51.5606339 - ] - }, - "id": "node/4770363127" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363128", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451443, - 51.5608832 - ] - }, - "id": "node/4770363128" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363129", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451638, - 51.560964 - ] - }, - "id": "node/4770363129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363130", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945196, - 51.5610716 - ] - }, - "id": "node/4770363130" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363131", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452784, - 51.5612996 - ] - }, - "id": "node/4770363131" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363132", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453093, - 51.5613463 - ] - }, - "id": "node/4770363132" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363133", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453314, - 51.5613797 - ] - }, - "id": "node/4770363133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363134", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450974, - 51.5612929 - ] - }, - "id": "node/4770363134" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363135", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453589, - 51.5615656 - ] - }, - "id": "node/4770363135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363136", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451815, - 51.5625537 - ] - }, - "id": "node/4770363136" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363137", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452171, - 51.5626404 - ] - }, - "id": "node/4770363137" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363138", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452882, - 51.5627772 - ] - }, - "id": "node/4770363138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363140", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454504, - 51.5629256 - ] - }, - "id": "node/4770363140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363141", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451004, - 51.5621942 - ] - }, - "id": "node/4770363141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363142", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454169, - 51.5628253 - ] - }, - "id": "node/4770363142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363143", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945378, - 51.5627311 - ] - }, - "id": "node/4770363143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363144", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453371, - 51.5626448 - ] - }, - "id": "node/4770363144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363145", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452935, - 51.5625564 - ] - }, - "id": "node/4770363145" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363146", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452405, - 51.5624681 - ] - }, - "id": "node/4770363146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363147", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451909, - 51.5623818 - ] - }, - "id": "node/4770363147" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363148", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451433, - 51.5622897 - ] - }, - "id": "node/4770363148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363150", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456382, - 51.5629891 - ] - }, - "id": "node/4770363150" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363151", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945606, - 51.5629129 - ] - }, - "id": "node/4770363151" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363152", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455792, - 51.5628032 - ] - }, - "id": "node/4770363152" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363153", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945545, - 51.5627044 - ] - }, - "id": "node/4770363153" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363154", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455161, - 51.5626144 - ] - }, - "id": "node/4770363154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363155", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454833, - 51.5625235 - ] - }, - "id": "node/4770363155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363156", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454511, - 51.5624331 - ] - }, - "id": "node/4770363156" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363157", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454182, - 51.5623397 - ] - }, - "id": "node/4770363157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363158", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453948, - 51.5622521 - ] - }, - "id": "node/4770363158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363159", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945311, - 51.5620577 - ] - }, - "id": "node/4770363159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363160", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453455, - 51.5621548 - ] - }, - "id": "node/4770363160" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363161", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450521, - 51.5622717 - ] - }, - "id": "node/4770363161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363162", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451098, - 51.5621838 - ] - }, - "id": "node/4770363162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363163", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450266, - 51.5621496 - ] - }, - "id": "node/4770363163" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363164", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448416, - 51.562037 - ] - }, - "id": "node/4770363164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363165", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449596, - 51.5620362 - ] - }, - "id": "node/4770363165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363166", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449817, - 51.5620816 - ] - }, - "id": "node/4770363166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363167", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450588, - 51.5620992 - ] - }, - "id": "node/4770363167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363168", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450186, - 51.5620079 - ] - }, - "id": "node/4770363168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363169", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451926, - 51.5620754 - ] - }, - "id": "node/4770363169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363170", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451574, - 51.561981 - ] - }, - "id": "node/4770363170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363171", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945319, - 51.5619691 - ] - }, - "id": "node/4770363171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363172", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454752, - 51.5619516 - ] - }, - "id": "node/4770363172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363173", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456114, - 51.5619378 - ] - }, - "id": "node/4770363173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363174", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456865, - 51.5619728 - ] - }, - "id": "node/4770363174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363175", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458105, - 51.5619549 - ] - }, - "id": "node/4770363175" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363176", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458943, - 51.5619799 - ] - }, - "id": "node/4770363176" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363177", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459614, - 51.5619545 - ] - }, - "id": "node/4770363177" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363178", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460533, - 51.5619783 - ] - }, - "id": "node/4770363178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363179", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462088, - 51.5619895 - ] - }, - "id": "node/4770363179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363180", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946406, - 51.5620029 - ] - }, - "id": "node/4770363180" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363181", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465354, - 51.5620191 - ] - }, - "id": "node/4770363181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363182", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946581, - 51.5619145 - ] - }, - "id": "node/4770363182" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363183", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465434, - 51.5618261 - ] - }, - "id": "node/4770363183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363184", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466112, - 51.5618461 - ] - }, - "id": "node/4770363184" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363185", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946463, - 51.5618782 - ] - }, - "id": "node/4770363185" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363186", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464133, - 51.561799 - ] - }, - "id": "node/4770363186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363187", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460633, - 51.561809 - ] - }, - "id": "node/4770363187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363188", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462102, - 51.5617753 - ] - }, - "id": "node/4770363188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363189", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461116, - 51.5617636 - ] - }, - "id": "node/4770363189" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363190", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459795, - 51.5617527 - ] - }, - "id": "node/4770363190" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363191", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459124, - 51.5617457 - ] - }, - "id": "node/4770363191" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363192", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945901, - 51.5617973 - ] - }, - "id": "node/4770363192" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363193", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456476, - 51.5617903 - ] - }, - "id": "node/4770363193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363194", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457723, - 51.5617932 - ] - }, - "id": "node/4770363194" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363195", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945781, - 51.5617398 - ] - }, - "id": "node/4770363195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363196", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456469, - 51.5617377 - ] - }, - "id": "node/4770363196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363197", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454498, - 51.5617302 - ] - }, - "id": "node/4770363197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363198", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444787, - 51.561632 - ] - }, - "id": "node/4770363198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363199", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443668, - 51.5617002 - ] - }, - "id": "node/4770363199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363200", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444788, - 51.5617265 - ] - }, - "id": "node/4770363200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363201", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445975, - 51.5617615 - ] - }, - "id": "node/4770363201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363202", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447651, - 51.5618019 - ] - }, - "id": "node/4770363202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363203", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448261, - 51.5618132 - ] - }, - "id": "node/4770363203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363260", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9380608, - 51.5497091 - ] - }, - "id": "node/4770363260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363261", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9379958, - 51.5497133 - ] - }, - "id": "node/4770363261" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363262", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9378751, - 51.5497058 - ] - }, - "id": "node/4770363262" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363263", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9379019, - 51.5499359 - ] - }, - "id": "node/4770363263" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363264", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9379985, - 51.5499505 - ] - }, - "id": "node/4770363264" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363265", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9378556, - 51.5499722 - ] - }, - "id": "node/4770363265" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363266", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9378107, - 51.5498554 - ] - }, - "id": "node/4770363266" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363267", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.937796, - 51.5500381 - ] - }, - "id": "node/4770363267" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363268", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9382533, - 51.5500314 - ] - }, - "id": "node/4770363268" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363269", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9381648, - 51.5499847 - ] - }, - "id": "node/4770363269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363270", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9382767, - 51.5499805 - ] - }, - "id": "node/4770363270" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363271", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9382037, - 51.5498521 - ] - }, - "id": "node/4770363271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363272", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9380897, - 51.5498688 - ] - }, - "id": "node/4770363272" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363273", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9383089, - 51.5498967 - ] - }, - "id": "node/4770363273" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363274", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9383109, - 51.5497933 - ] - }, - "id": "node/4770363274" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363275", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9382955, - 51.5496736 - ] - }, - "id": "node/4770363275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363276", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9383398, - 51.5496099 - ] - }, - "id": "node/4770363276" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363277", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9383358, - 51.5494835 - ] - }, - "id": "node/4770363277" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363278", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9382707, - 51.5493959 - ] - }, - "id": "node/4770363278" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363279", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.938844, - 51.5491829 - ] - }, - "id": "node/4770363279" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363280", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9384357, - 51.5490678 - ] - }, - "id": "node/4770363280" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363281", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9385, - 51.5491437 - ] - }, - "id": "node/4770363281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363282", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9388682, - 51.5490303 - ] - }, - "id": "node/4770363282" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363283", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9388916, - 51.5489206 - ] - }, - "id": "node/4770363283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363284", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9386261, - 51.5488868 - ] - }, - "id": "node/4770363284" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363285", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9389392, - 51.5486546 - ] - }, - "id": "node/4770363285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363286", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392417, - 51.5474799 - ] - }, - "id": "node/4770363286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363287", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9391988, - 51.5476071 - ] - }, - "id": "node/4770363287" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363288", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.938891, - 51.5479486 - ] - }, - "id": "node/4770363288" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363289", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9391136, - 51.5478227 - ] - }, - "id": "node/4770363289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363290", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9390573, - 51.5484198 - ] - }, - "id": "node/4770363290" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363291", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.938313, - 51.548517 - ] - }, - "id": "node/4770363291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363292", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9380749, - 51.548474 - ] - }, - "id": "node/4770363292" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363293", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.937914, - 51.5483297 - ] - }, - "id": "node/4770363293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363294", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9380937, - 51.5483531 - ] - }, - "id": "node/4770363294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363295", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9382754, - 51.5484144 - ] - }, - "id": "node/4770363295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363296", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9385704, - 51.5484582 - ] - }, - "id": "node/4770363296" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363297", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.938545, - 51.5483914 - ] - }, - "id": "node/4770363297" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363298", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9384638, - 51.5483068 - ] - }, - "id": "node/4770363298" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363299", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9381587, - 51.5482643 - ] - }, - "id": "node/4770363299" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363300", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9380434, - 51.5482563 - ] - }, - "id": "node/4770363300" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363301", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9378925, - 51.5482793 - ] - }, - "id": "node/4770363301" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363302", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9376739, - 51.5482276 - ] - }, - "id": "node/4770363302" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363303", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9374982, - 51.5481921 - ] - }, - "id": "node/4770363303" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363304", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9375157, - 51.5481242 - ] - }, - "id": "node/4770363304" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363305", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9377309, - 51.5481613 - ] - }, - "id": "node/4770363305" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363306", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9378657, - 51.5479736 - ] - }, - "id": "node/4770363306" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363307", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9382285, - 51.5479069 - ] - }, - "id": "node/4770363307" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363308", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.93827, - 51.5477918 - ] - }, - "id": "node/4770363308" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363309", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.93769, - 51.5474937 - ] - }, - "id": "node/4770363309" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363310", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9376404, - 51.5476167 - ] - }, - "id": "node/4770363310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363311", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9377832, - 51.5477259 - ] - }, - "id": "node/4770363311" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363312", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9376578, - 51.5477084 - ] - }, - "id": "node/4770363312" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363313", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.937853, - 51.5475345 - ] - }, - "id": "node/4770363313" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363314", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9379059, - 51.5474982 - ] - }, - "id": "node/4770363314" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363315", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9380555, - 51.5474499 - ] - }, - "id": "node/4770363315" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363316", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9380796, - 51.5473765 - ] - }, - "id": "node/4770363316" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363317", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9381111, - 51.5472772 - ] - }, - "id": "node/4770363317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363318", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9384792, - 51.5473356 - ] - }, - "id": "node/4770363318" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363319", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9386643, - 51.5472981 - ] - }, - "id": "node/4770363319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363320", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9382902, - 51.5472222 - ] - }, - "id": "node/4770363320" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363321", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9381969, - 51.5472051 - ] - }, - "id": "node/4770363321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363322", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9385349, - 51.5473365 - ] - }, - "id": "node/4770363322" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363323", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9386127, - 51.5473782 - ] - }, - "id": "node/4770363323" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363324", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9387106, - 51.5473982 - ] - }, - "id": "node/4770363324" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363325", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9388139, - 51.5474232 - ] - }, - "id": "node/4770363325" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363326", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9389909, - 51.5474549 - ] - }, - "id": "node/4770363326" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363327", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9390834, - 51.5473269 - ] - }, - "id": "node/4770363327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363328", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392899, - 51.5473485 - ] - }, - "id": "node/4770363328" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363329", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392175, - 51.5470963 - ] - }, - "id": "node/4770363329" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363330", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9393838, - 51.547128 - ] - }, - "id": "node/4770363330" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363331", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9391947, - 51.5470625 - ] - }, - "id": "node/4770363331" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363332", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392524, - 51.5469236 - ] - }, - "id": "node/4770363332" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363333", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392524, - 51.5469766 - ] - }, - "id": "node/4770363333" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363334", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394717, - 51.5468857 - ] - }, - "id": "node/4770363334" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363335", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9393362, - 51.5467739 - ] - }, - "id": "node/4770363335" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363336", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9393127, - 51.5467614 - ] - }, - "id": "node/4770363336" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363337", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9393724, - 51.5466663 - ] - }, - "id": "node/4770363337" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363338", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9395924, - 51.5465642 - ] - }, - "id": "node/4770363338" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363339", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394106, - 51.5465108 - ] - }, - "id": "node/4770363339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363340", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394167, - 51.5464211 - ] - }, - "id": "node/4770363340" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363342", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9395018, - 51.5463106 - ] - }, - "id": "node/4770363342" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363343", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9399598, - 51.5456684 - ] - }, - "id": "node/4770363343" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363346", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9403662, - 51.5451201 - ] - }, - "id": "node/4770363346" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363347", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9404225, - 51.5451067 - ] - }, - "id": "node/4770363347" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363348", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9400799, - 51.5447852 - ] - }, - "id": "node/4770363348" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770363349", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9404212, - 51.5449378 - ] - }, - "id": "node/4770363349" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364755", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9414422, - 51.5510672 - ] - }, - "id": "node/4770364755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364756", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9412484, - 51.5510686 - ] - }, - "id": "node/4770364756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364757", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9410681, - 51.5510699 - ] - }, - "id": "node/4770364757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364758", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9408696, - 51.5510714 - ] - }, - "id": "node/4770364758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364759", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9406872, - 51.5510727 - ] - }, - "id": "node/4770364759" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364760", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9404974, - 51.5510741 - ] - }, - "id": "node/4770364760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364761", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9403077, - 51.5510755 - ] - }, - "id": "node/4770364761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364762", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9396529, - 51.5507129 - ] - }, - "id": "node/4770364762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364763", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9397353, - 51.5507092 - ] - }, - "id": "node/4770364763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364764", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9399157, - 51.5506525 - ] - }, - "id": "node/4770364764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364765", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9398292, - 51.5506558 - ] - }, - "id": "node/4770364765" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364766", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9398654, - 51.5507079 - ] - }, - "id": "node/4770364766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364767", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9397434, - 51.5506387 - ] - }, - "id": "node/4770364767" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364768", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9398366, - 51.5505774 - ] - }, - "id": "node/4770364768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364769", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9393934, - 51.5505311 - ] - }, - "id": "node/4770364769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364770", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392861, - 51.5505332 - ] - }, - "id": "node/4770364770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364771", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392794, - 51.5505983 - ] - }, - "id": "node/4770364771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364772", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394101, - 51.5507534 - ] - }, - "id": "node/4770364772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364773", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9393417, - 51.5507088 - ] - }, - "id": "node/4770364773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364774", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392619, - 51.5506737 - ] - }, - "id": "node/4770364774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364775", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.939382, - 51.5506491 - ] - }, - "id": "node/4770364775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364776", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9402879, - 51.5511708 - ] - }, - "id": "node/4770364776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364778", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9397179, - 51.551217 - ] - }, - "id": "node/4770364778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364779", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9395898, - 51.5512191 - ] - }, - "id": "node/4770364779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364780", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394611, - 51.5512162 - ] - }, - "id": "node/4770364780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364781", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9393357, - 51.5511862 - ] - }, - "id": "node/4770364781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364782", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9391546, - 51.5511599 - ] - }, - "id": "node/4770364782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364783", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392914, - 51.5507634 - ] - }, - "id": "node/4770364783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364784", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9391875, - 51.5507792 - ] - }, - "id": "node/4770364784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364785", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9390956, - 51.5507876 - ] - }, - "id": "node/4770364785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364786", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9391335, - 51.5508733 - ] - }, - "id": "node/4770364786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364787", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9384791, - 51.5507482 - ] - }, - "id": "node/4770364787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364788", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.938935, - 51.550606 - ] - }, - "id": "node/4770364788" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364789", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9389464, - 51.5505222 - ] - }, - "id": "node/4770364789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364791", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9390886, - 51.5504575 - ] - }, - "id": "node/4770364791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364792", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9391637, - 51.5505251 - ] - }, - "id": "node/4770364792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364793", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394064, - 51.550458 - ] - }, - "id": "node/4770364793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364794", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392837, - 51.5504609 - ] - }, - "id": "node/4770364794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364797", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9397058, - 51.5504786 - ] - }, - "id": "node/4770364797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364798", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9396703, - 51.5505286 - ] - }, - "id": "node/4770364798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364799", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9395965, - 51.5503998 - ] - }, - "id": "node/4770364799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364803", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.939679, - 51.5501855 - ] - }, - "id": "node/4770364803" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364804", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9397957, - 51.5501659 - ] - }, - "id": "node/4770364804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4770364805", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9393236, - 51.5502009 - ] - }, - "id": "node/4770364805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145874", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464495, - 51.5485378 - ] - }, - "id": "node/4771145874" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145875", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946317, - 51.5485352 - ] - }, - "id": "node/4771145875" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145876", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465914, - 51.5483971 - ] - }, - "id": "node/4771145876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145877", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946332, - 51.5482401 - ] - }, - "id": "node/4771145877" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145878", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465991, - 51.5482453 - ] - }, - "id": "node/4771145878" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145879", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466069, - 51.5480911 - ] - }, - "id": "node/4771145879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145880", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465037, - 51.548089 - ] - }, - "id": "node/4771145880" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145881", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463728, - 51.5480864 - ] - }, - "id": "node/4771145881" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145882", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466147, - 51.5479375 - ] - }, - "id": "node/4771145882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145883", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465115, - 51.5479355 - ] - }, - "id": "node/4771145883" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145884", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464138, - 51.5479336 - ] - }, - "id": "node/4771145884" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145885", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9467788, - 51.5478058 - ] - }, - "id": "node/4771145885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145886", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946636, - 51.5477916 - ] - }, - "id": "node/4771145886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145887", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464654, - 51.5477921 - ] - }, - "id": "node/4771145887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145888", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462531, - 51.5477927 - ] - }, - "id": "node/4771145888" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145889", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464645, - 51.5482427 - ] - }, - "id": "node/4771145889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145890", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464568, - 51.5483945 - ] - }, - "id": "node/4771145890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145891", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463243, - 51.5483919 - ] - }, - "id": "node/4771145891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145892", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461069, - 51.5484697 - ] - }, - "id": "node/4771145892" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145893", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461172, - 51.548425 - ] - }, - "id": "node/4771145893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145894", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461374, - 51.5483373 - ] - }, - "id": "node/4771145894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145895", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460115, - 51.548171 - ] - }, - "id": "node/4771145895" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145896", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460304, - 51.5480813 - ] - }, - "id": "node/4771145896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145897", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460548, - 51.5479652 - ] - }, - "id": "node/4771145897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145898", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460777, - 51.5478563 - ] - }, - "id": "node/4771145898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145899", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454698, - 51.547864 - ] - }, - "id": "node/4771145899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145900", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455904, - 51.5478229 - ] - }, - "id": "node/4771145900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771145901", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457142, - 51.5478276 - ] - }, - "id": "node/4771145901" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771146429", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9432754, - 51.547949 - ] - }, - "id": "node/4771146429" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771146438", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9393401, - 51.5499383 - ] - }, - "id": "node/4771146438" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771146444", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9399801, - 51.5499273 - ] - }, - "id": "node/4771146444" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224568", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461424, - 51.5523535 - ] - }, - "id": "node/4771224568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224569", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946251, - 51.5523614 - ] - }, - "id": "node/4771224569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224570", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463731, - 51.5523622 - ] - }, - "id": "node/4771224570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224571", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464831, - 51.5523585 - ] - }, - "id": "node/4771224571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224572", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463831, - 51.5523085 - ] - }, - "id": "node/4771224572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224573", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465615, - 51.5522492 - ] - }, - "id": "node/4771224573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224574", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464381, - 51.5522505 - ] - }, - "id": "node/4771224574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224575", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463188, - 51.5522672 - ] - }, - "id": "node/4771224575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224576", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462182, - 51.5522171 - ] - }, - "id": "node/4771224576" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224577", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461236, - 51.5522184 - ] - }, - "id": "node/4771224577" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224578", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460452, - 51.5521729 - ] - }, - "id": "node/4771224578" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224579", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462303, - 51.5520625 - ] - }, - "id": "node/4771224579" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224580", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455081, - 51.5516113 - ] - }, - "id": "node/4771224580" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224581", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455577, - 51.5516638 - ] - }, - "id": "node/4771224581" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224582", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457441, - 51.5521988 - ] - }, - "id": "node/4771224582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224583", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457253, - 51.5519478 - ] - }, - "id": "node/4771224583" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224584", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458159, - 51.5519515 - ] - }, - "id": "node/4771224584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224585", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456227, - 51.5519536 - ] - }, - "id": "node/4771224585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224586", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455456, - 51.5519645 - ] - }, - "id": "node/4771224586" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224587", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455919, - 51.5518377 - ] - }, - "id": "node/4771224587" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224588", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.94572, - 51.5518252 - ] - }, - "id": "node/4771224588" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224589", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456636, - 51.551437 - ] - }, - "id": "node/4771224589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224590", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456462, - 51.5513666 - ] - }, - "id": "node/4771224590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224591", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456898, - 51.5514007 - ] - }, - "id": "node/4771224591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224592", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457213, - 51.5513386 - ] - }, - "id": "node/4771224592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224593", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457106, - 51.5512827 - ] - }, - "id": "node/4771224593" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224594", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456569, - 51.5511781 - ] - }, - "id": "node/4771224594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224595", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456965, - 51.5510638 - ] - }, - "id": "node/4771224595" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224596", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457133, - 51.5508032 - ] - }, - "id": "node/4771224596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224597", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.94572, - 51.5509325 - ] - }, - "id": "node/4771224597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224598", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456281, - 51.5509021 - ] - }, - "id": "node/4771224598" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224599", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456355, - 51.5509871 - ] - }, - "id": "node/4771224599" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224600", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457213, - 51.5496195 - ] - }, - "id": "node/4771224600" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224601", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945724, - 51.549524 - ] - }, - "id": "node/4771224601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224602", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457025, - 51.5494272 - ] - }, - "id": "node/4771224602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224603", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456073, - 51.549333 - ] - }, - "id": "node/4771224603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224604", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457454, - 51.5493643 - ] - }, - "id": "node/4771224604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224605", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451064, - 51.549225 - ] - }, - "id": "node/4771224605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224606", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449589, - 51.5491975 - ] - }, - "id": "node/4771224606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224607", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447799, - 51.5491087 - ] - }, - "id": "node/4771224607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224608", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944975, - 51.5491249 - ] - }, - "id": "node/4771224608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224609", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449448, - 51.5490199 - ] - }, - "id": "node/4771224609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224610", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451279, - 51.5490382 - ] - }, - "id": "node/4771224610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224611", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452566, - 51.5490445 - ] - }, - "id": "node/4771224611" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224612", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455644, - 51.5492317 - ] - }, - "id": "node/4771224612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224613", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455208, - 51.5491525 - ] - }, - "id": "node/4771224613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224614", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454075, - 51.549062 - ] - }, - "id": "node/4771224614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224615", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455148, - 51.5490682 - ] - }, - "id": "node/4771224615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224616", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456636, - 51.5490415 - ] - }, - "id": "node/4771224616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224617", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458071, - 51.5490524 - ] - }, - "id": "node/4771224617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224618", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457937, - 51.5491537 - ] - }, - "id": "node/4771224618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224619", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458635, - 51.549112 - ] - }, - "id": "node/4771224619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224620", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459862, - 51.5490457 - ] - }, - "id": "node/4771224620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224721", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460579, - 51.5491074 - ] - }, - "id": "node/4771224721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224722", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946135, - 51.5490941 - ] - }, - "id": "node/4771224722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224723", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462282, - 51.5491516 - ] - }, - "id": "node/4771224723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224724", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468452, - 51.5502531 - ] - }, - "id": "node/4771224724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224725", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468438, - 51.5503056 - ] - }, - "id": "node/4771224725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224726", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468438, - 51.5503711 - ] - }, - "id": "node/4771224726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224727", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468666, - 51.5516753 - ] - }, - "id": "node/4771224727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224728", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468673, - 51.5516311 - ] - }, - "id": "node/4771224728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224729", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468431, - 51.552031 - ] - }, - "id": "node/4771224729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224730", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468411, - 51.5520798 - ] - }, - "id": "node/4771224730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224731", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468304, - 51.5523166 - ] - }, - "id": "node/4771224731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224732", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468264, - 51.5524175 - ] - }, - "id": "node/4771224732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224733", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468203, - 51.5525288 - ] - }, - "id": "node/4771224733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224734", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468136, - 51.5526618 - ] - }, - "id": "node/4771224734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224735", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468083, - 51.5527594 - ] - }, - "id": "node/4771224735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224736", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468009, - 51.5529862 - ] - }, - "id": "node/4771224736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224737", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468083, - 51.5529137 - ] - }, - "id": "node/4771224737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224738", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468083, - 51.552859 - ] - }, - "id": "node/4771224738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224739", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946935, - 51.552839 - ] - }, - "id": "node/4771224739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224740", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9467975, - 51.5530667 - ] - }, - "id": "node/4771224740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224741", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9467942, - 51.5531046 - ] - }, - "id": "node/4771224741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224742", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9467875, - 51.553188 - ] - }, - "id": "node/4771224742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224743", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465675, - 51.5531009 - ] - }, - "id": "node/4771224743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224745", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465105, - 51.5532356 - ] - }, - "id": "node/4771224745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224746", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452989, - 51.553326 - ] - }, - "id": "node/4771224746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224747", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451393, - 51.5533352 - ] - }, - "id": "node/4771224747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224748", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450179, - 51.5532789 - ] - }, - "id": "node/4771224748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224749", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448731, - 51.5532885 - ] - }, - "id": "node/4771224749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224750", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448033, - 51.5532572 - ] - }, - "id": "node/4771224750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224751", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945376, - 51.5533961 - ] - }, - "id": "node/4771224751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224752", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454464, - 51.5533727 - ] - }, - "id": "node/4771224752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224753", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457206, - 51.5533314 - ] - }, - "id": "node/4771224753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224754", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458326, - 51.5533289 - ] - }, - "id": "node/4771224754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224755", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945602, - 51.5533998 - ] - }, - "id": "node/4771224755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224756", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458105, - 51.5534186 - ] - }, - "id": "node/4771224756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224757", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459171, - 51.553389 - ] - }, - "id": "node/4771224757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224758", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459721, - 51.5533923 - ] - }, - "id": "node/4771224758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224760", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461542, - 51.55342 - ] - }, - "id": "node/4771224760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224761", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9430513, - 51.5534841 - ] - }, - "id": "node/4771224761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224778", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459564, - 51.5500479 - ] - }, - "id": "node/4771224778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224779", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459371, - 51.5500049 - ] - }, - "id": "node/4771224779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224780", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460067, - 51.550016 - ] - }, - "id": "node/4771224780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224781", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466202, - 51.5499469 - ] - }, - "id": "node/4771224781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224782", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946531, - 51.5499479 - ] - }, - "id": "node/4771224782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224783", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464388, - 51.549949 - ] - }, - "id": "node/4771224783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771224784", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462612, - 51.5499492 - ] - }, - "id": "node/4771224784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771268305", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452207, - 51.5492782 - ] - }, - "id": "node/4771268305" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771268309", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9434686, - 51.5488312 - ] - }, - "id": "node/4771268309" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771268310", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437301, - 51.5487895 - ] - }, - "id": "node/4771268310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771268311", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9436697, - 51.548852 - ] - }, - "id": "node/4771268311" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771268312", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9435497, - 51.5487453 - ] - }, - "id": "node/4771268312" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771268313", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9438716, - 51.5482832 - ] - }, - "id": "node/4771268313" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771268315", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944068, - 51.5486673 - ] - }, - "id": "node/4771268315" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771268316", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441244, - 51.5485805 - ] - }, - "id": "node/4771268316" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771268317", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440191, - 51.5485864 - ] - }, - "id": "node/4771268317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771268318", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443235, - 51.5485213 - ] - }, - "id": "node/4771268318" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771268319", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443953, - 51.5485964 - ] - }, - "id": "node/4771268319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771268320", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446246, - 51.5484751 - ] - }, - "id": "node/4771268320" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269621", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444985, - 51.5485188 - ] - }, - "id": "node/4771269621" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269622", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446957, - 51.5488086 - ] - }, - "id": "node/4771269622" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269623", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447205, - 51.5485167 - ] - }, - "id": "node/4771269623" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269624", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450189, - 51.5485564 - ] - }, - "id": "node/4771269624" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269625", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451242, - 51.5485593 - ] - }, - "id": "node/4771269625" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269626", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463171, - 51.5485543 - ] - }, - "id": "node/4771269626" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269627", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464405, - 51.5485526 - ] - }, - "id": "node/4771269627" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269628", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461488, - 51.5485693 - ] - }, - "id": "node/4771269628" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269629", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461702, - 51.5485651 - ] - }, - "id": "node/4771269629" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269630", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462433, - 51.5485889 - ] - }, - "id": "node/4771269630" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269631", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463486, - 51.548591 - ] - }, - "id": "node/4771269631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269632", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946647, - 51.5485939 - ] - }, - "id": "node/4771269632" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269633", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465967, - 51.5485843 - ] - }, - "id": "node/4771269633" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269634", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465156, - 51.548596 - ] - }, - "id": "node/4771269634" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269635", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466557, - 51.5488566 - ] - }, - "id": "node/4771269635" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269636", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466617, - 51.5487995 - ] - }, - "id": "node/4771269636" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269637", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946708, - 51.5488157 - ] - }, - "id": "node/4771269637" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269638", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466986, - 51.5486844 - ] - }, - "id": "node/4771269638" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269639", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466316, - 51.5486923 - ] - }, - "id": "node/4771269639" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269640", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465886, - 51.5486627 - ] - }, - "id": "node/4771269640" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269641", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465337, - 51.5486765 - ] - }, - "id": "node/4771269641" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269642", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463285, - 51.548691 - ] - }, - "id": "node/4771269642" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269643", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461689, - 51.5486948 - ] - }, - "id": "node/4771269643" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269644", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461012, - 51.5486744 - ] - }, - "id": "node/4771269644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269645", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459691, - 51.5486477 - ] - }, - "id": "node/4771269645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269646", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458577, - 51.5486385 - ] - }, - "id": "node/4771269646" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269647", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457082, - 51.5486243 - ] - }, - "id": "node/4771269647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269648", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456365, - 51.5486114 - ] - }, - "id": "node/4771269648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269649", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454514, - 51.5485818 - ] - }, - "id": "node/4771269649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269650", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945332, - 51.5485593 - ] - }, - "id": "node/4771269650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269651", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454239, - 51.5487419 - ] - }, - "id": "node/4771269651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269652", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.94567, - 51.5488328 - ] - }, - "id": "node/4771269652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269653", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458242, - 51.5488324 - ] - }, - "id": "node/4771269653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269654", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945896, - 51.5488599 - ] - }, - "id": "node/4771269654" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269655", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460395, - 51.5488874 - ] - }, - "id": "node/4771269655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269656", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461226, - 51.5488524 - ] - }, - "id": "node/4771269656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269657", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462058, - 51.5488574 - ] - }, - "id": "node/4771269657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269658", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461769, - 51.5489175 - ] - }, - "id": "node/4771269658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269659", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9467657, - 51.5490209 - ] - }, - "id": "node/4771269659" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269660", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946765, - 51.5492898 - ] - }, - "id": "node/4771269660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269661", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468012, - 51.5491827 - ] - }, - "id": "node/4771269661" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269662", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9467422, - 51.5491314 - ] - }, - "id": "node/4771269662" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269663", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466336, - 51.5490818 - ] - }, - "id": "node/4771269663" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269664", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466872, - 51.549008 - ] - }, - "id": "node/4771269664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269665", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465209, - 51.5490105 - ] - }, - "id": "node/4771269665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269666", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463955, - 51.5490004 - ] - }, - "id": "node/4771269666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269667", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464743, - 51.5493872 - ] - }, - "id": "node/4771269667" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269668", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463583, - 51.5493347 - ] - }, - "id": "node/4771269668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269669", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457669, - 51.5492717 - ] - }, - "id": "node/4771269669" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771269670", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458742, - 51.5492533 - ] - }, - "id": "node/4771269670" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320821", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441172, - 51.5513988 - ] - }, - "id": "node/4771320821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320822", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441923, - 51.5514885 - ] - }, - "id": "node/4771320822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320823", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441555, - 51.5514338 - ] - }, - "id": "node/4771320823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320824", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441172, - 51.551493 - ] - }, - "id": "node/4771320824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320825", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441535, - 51.5515718 - ] - }, - "id": "node/4771320825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320826", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9442319, - 51.5515689 - ] - }, - "id": "node/4771320826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320827", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9442178, - 51.5515185 - ] - }, - "id": "node/4771320827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320828", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445082, - 51.5514689 - ] - }, - "id": "node/4771320828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320829", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443506, - 51.5514976 - ] - }, - "id": "node/4771320829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320830", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443459, - 51.5514593 - ] - }, - "id": "node/4771320830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320831", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9442788, - 51.5514197 - ] - }, - "id": "node/4771320831" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320832", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441531, - 51.551408 - ] - }, - "id": "node/4771320832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320833", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440499, - 51.5513573 - ] - }, - "id": "node/4771320833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320834", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441001, - 51.5513035 - ] - }, - "id": "node/4771320834" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320835", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443439, - 51.5512733 - ] - }, - "id": "node/4771320835" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320836", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441863, - 51.5511661 - ] - }, - "id": "node/4771320836" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320837", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441384, - 51.5511684 - ] - }, - "id": "node/4771320837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320838", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440314, - 51.5511676 - ] - }, - "id": "node/4771320838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320839", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443315, - 51.5511092 - ] - }, - "id": "node/4771320839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320840", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944424, - 51.5511124 - ] - }, - "id": "node/4771320840" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320841", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944428, - 51.5511557 - ] - }, - "id": "node/4771320841" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320842", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445239, - 51.5511993 - ] - }, - "id": "node/4771320842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320843", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445263, - 51.5512804 - ] - }, - "id": "node/4771320843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320844", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445109, - 51.5513406 - ] - }, - "id": "node/4771320844" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320845", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445152, - 51.551403 - ] - }, - "id": "node/4771320845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320846", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444525, - 51.5514053 - ] - }, - "id": "node/4771320846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320847", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444039, - 51.5513342 - ] - }, - "id": "node/4771320847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320848", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443338, - 51.5513777 - ] - }, - "id": "node/4771320848" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771320849", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9442755, - 51.5513886 - ] - }, - "id": "node/4771320849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771420563", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9436097, - 51.5529542 - ] - }, - "id": "node/4771420563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771420564", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437404, - 51.5529526 - ] - }, - "id": "node/4771420564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771420565", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.942265, - 51.5529709 - ] - }, - "id": "node/4771420565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771420566", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9424172, - 51.552969 - ] - }, - "id": "node/4771420566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771420567", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9426036, - 51.5529667 - ] - }, - "id": "node/4771420567" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771420568", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9427337, - 51.5529651 - ] - }, - "id": "node/4771420568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771420569", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9429386, - 51.5529625 - ] - }, - "id": "node/4771420569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771420570", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9430693, - 51.5529609 - ] - }, - "id": "node/4771420570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771420571", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9432691, - 51.5529584 - ] - }, - "id": "node/4771420571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771420572", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9434076, - 51.5529567 - ] - }, - "id": "node/4771420572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771475527", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9433638, - 51.5475547 - ] - }, - "id": "node/4771475527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771475528", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9433506, - 51.5476089 - ] - }, - "id": "node/4771475528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771475529", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9433365, - 51.5476667 - ] - }, - "id": "node/4771475529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771475530", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9433215, - 51.5477282 - ] - }, - "id": "node/4771475530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771475583", - "natural": "tree", - "survey:date": "2025-04-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9405263, - 51.5511623 - ] - }, - "id": "node/4771475583" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771532781", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9531593, - 51.5492366 - ] - }, - "id": "node/4771532781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771532782", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9535436, - 51.5492241 - ] - }, - "id": "node/4771532782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771532783", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9536334, - 51.5491782 - ] - }, - "id": "node/4771532783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771532796", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9536587, - 51.5489046 - ] - }, - "id": "node/4771532796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771532797", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9534903, - 51.5489074 - ] - }, - "id": "node/4771532797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771532799", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9533216, - 51.5489102 - ] - }, - "id": "node/4771532799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771532800", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9531541, - 51.548913 - ] - }, - "id": "node/4771532800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771532801", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9529848, - 51.5489158 - ] - }, - "id": "node/4771532801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771532805", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9531607, - 51.549067 - ] - }, - "id": "node/4771532805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771532806", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9533283, - 51.5490643 - ] - }, - "id": "node/4771532806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771532808", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9534969, - 51.5490614 - ] - }, - "id": "node/4771532808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535122", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9539734, - 51.5507474 - ] - }, - "id": "node/4771535122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535123", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9541075, - 51.5507479 - ] - }, - "id": "node/4771535123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535124", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9542412, - 51.5507485 - ] - }, - "id": "node/4771535124" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535125", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9543767, - 51.5507491 - ] - }, - "id": "node/4771535125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535126", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9545104, - 51.5507496 - ] - }, - "id": "node/4771535126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535127", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9546443, - 51.5507502 - ] - }, - "id": "node/4771535127" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535128", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9547777, - 51.5507507 - ] - }, - "id": "node/4771535128" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535129", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9539684, - 51.5512062 - ] - }, - "id": "node/4771535129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535130", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9541026, - 51.5512067 - ] - }, - "id": "node/4771535130" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535131", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9542363, - 51.5512073 - ] - }, - "id": "node/4771535131" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535132", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9543717, - 51.5512079 - ] - }, - "id": "node/4771535132" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535133", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9545055, - 51.5512084 - ] - }, - "id": "node/4771535133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535134", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9546394, - 51.551209 - ] - }, - "id": "node/4771535134" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535135", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9547728, - 51.5512095 - ] - }, - "id": "node/4771535135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535136", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9547744, - 51.551057 - ] - }, - "id": "node/4771535136" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535137", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.954641, - 51.5510564 - ] - }, - "id": "node/4771535137" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535138", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9545071, - 51.5510559 - ] - }, - "id": "node/4771535138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535139", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9543734, - 51.5510553 - ] - }, - "id": "node/4771535139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535140", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9542379, - 51.5510547 - ] - }, - "id": "node/4771535140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535141", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9541042, - 51.5510542 - ] - }, - "id": "node/4771535141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535142", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9539701, - 51.5510536 - ] - }, - "id": "node/4771535142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535143", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9539717, - 51.5509001 - ] - }, - "id": "node/4771535143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535144", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9541059, - 51.5509007 - ] - }, - "id": "node/4771535144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535145", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9542395, - 51.5509012 - ] - }, - "id": "node/4771535145" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535146", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.954375, - 51.5509018 - ] - }, - "id": "node/4771535146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535147", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9545088, - 51.5509024 - ] - }, - "id": "node/4771535147" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535148", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9547761, - 51.5509035 - ] - }, - "id": "node/4771535148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771535149", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9546427, - 51.5509029 - ] - }, - "id": "node/4771535149" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605146", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9532706, - 51.5506122 - ] - }, - "id": "node/4771605146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605147", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9532169, - 51.550641 - ] - }, - "id": "node/4771605147" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605148", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9535498, - 51.5499015 - ] - }, - "id": "node/4771605148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605149", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9535646, - 51.5502835 - ] - }, - "id": "node/4771605149" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605150", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9535587, - 51.5501321 - ] - }, - "id": "node/4771605150" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605151", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9535539, - 51.5500069 - ] - }, - "id": "node/4771605151" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605152", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9539659, - 51.5494385 - ] - }, - "id": "node/4771605152" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605153", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9539056, - 51.5493555 - ] - }, - "id": "node/4771605153" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605154", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9520056, - 51.5490417 - ] - }, - "id": "node/4771605154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605155", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9526144, - 51.5488261 - ] - }, - "id": "node/4771605155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605156", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9524615, - 51.5487636 - ] - }, - "id": "node/4771605156" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605157", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9524495, - 51.5489829 - ] - }, - "id": "node/4771605157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605158", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9525132, - 51.5490363 - ] - }, - "id": "node/4771605158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605159", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9527043, - 51.5490613 - ] - }, - "id": "node/4771605159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605160", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9520458, - 51.5492331 - ] - }, - "id": "node/4771605160" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605161", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9521879, - 51.5493886 - ] - }, - "id": "node/4771605161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605162", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.952247, - 51.5493282 - ] - }, - "id": "node/4771605162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605163", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9522791, - 51.549603 - ] - }, - "id": "node/4771605163" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605164", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9522054, - 51.5497539 - ] - }, - "id": "node/4771605164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605165", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.952023, - 51.5498331 - ] - }, - "id": "node/4771605165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605166", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9520786, - 51.5499908 - ] - }, - "id": "node/4771605166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605167", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9514393, - 51.5506669 - ] - }, - "id": "node/4771605167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605168", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9513897, - 51.5507027 - ] - }, - "id": "node/4771605168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605169", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9516243, - 51.5508804 - ] - }, - "id": "node/4771605169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605170", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9519543, - 51.5507148 - ] - }, - "id": "node/4771605170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605171", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9520884, - 51.5504576 - ] - }, - "id": "node/4771605171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605172", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9522879, - 51.5505382 - ] - }, - "id": "node/4771605172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605173", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9523221, - 51.5505603 - ] - }, - "id": "node/4771605173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605174", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9522181, - 51.5506237 - ] - }, - "id": "node/4771605174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605175", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9520947, - 51.5513759 - ] - }, - "id": "node/4771605175" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605176", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9520143, - 51.5514259 - ] - }, - "id": "node/4771605176" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605177", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9514758, - 51.5519509 - ] - }, - "id": "node/4771605177" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605178", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9514363, - 51.551988 - ] - }, - "id": "node/4771605178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605179", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9516421, - 51.5516911 - ] - }, - "id": "node/4771605179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605180", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9519787, - 51.5517591 - ] - }, - "id": "node/4771605180" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605181", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9517521, - 51.5518062 - ] - }, - "id": "node/4771605181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605182", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.951742, - 51.5518375 - ] - }, - "id": "node/4771605182" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605183", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9518486, - 51.5517816 - ] - }, - "id": "node/4771605183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605184", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9518802, - 51.5518671 - ] - }, - "id": "node/4771605184" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605185", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9517769, - 51.5519038 - ] - }, - "id": "node/4771605185" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605186", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9493358, - 51.5521546 - ] - }, - "id": "node/4771605186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605187", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9491688, - 51.5522555 - ] - }, - "id": "node/4771605187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605188", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9491125, - 51.5522275 - ] - }, - "id": "node/4771605188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605189", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9491031, - 51.5521554 - ] - }, - "id": "node/4771605189" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605190", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9491064, - 51.5520558 - ] - }, - "id": "node/4771605190" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605191", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.949205, - 51.5519286 - ] - }, - "id": "node/4771605191" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605192", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9491138, - 51.5519544 - ] - }, - "id": "node/4771605192" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605193", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9492298, - 51.5519123 - ] - }, - "id": "node/4771605193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605194", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9491842, - 51.5520216 - ] - }, - "id": "node/4771605194" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605195", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9492265, - 51.5520541 - ] - }, - "id": "node/4771605195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605196", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9492506, - 51.5517364 - ] - }, - "id": "node/4771605196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605197", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9493773, - 51.5516801 - ] - }, - "id": "node/4771605197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605198", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9492667, - 51.551658 - ] - }, - "id": "node/4771605198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605199", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9491983, - 51.5514716 - ] - }, - "id": "node/4771605199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605200", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.949203, - 51.5513644 - ] - }, - "id": "node/4771605200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605201", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9487946, - 51.5513478 - ] - }, - "id": "node/4771605201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605202", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.948865, - 51.5513457 - ] - }, - "id": "node/4771605202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605203", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9489643, - 51.5511606 - ] - }, - "id": "node/4771605203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605204", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9491292, - 51.5512073 - ] - }, - "id": "node/4771605204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605205", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9492962, - 51.5511818 - ] - }, - "id": "node/4771605205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605206", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9493404, - 51.551241 - ] - }, - "id": "node/4771605206" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605207", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9494565, - 51.5513986 - ] - }, - "id": "node/4771605207" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605208", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9494484, - 51.5513578 - ] - }, - "id": "node/4771605208" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605209", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9495658, - 51.5512998 - ] - }, - "id": "node/4771605209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605210", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9498313, - 51.5511576 - ] - }, - "id": "node/4771605210" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605211", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9496482, - 51.5511614 - ] - }, - "id": "node/4771605211" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605212", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9497448, - 51.5511214 - ] - }, - "id": "node/4771605212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605213", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.949779, - 51.5511047 - ] - }, - "id": "node/4771605213" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605214", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9496824, - 51.5510797 - ] - }, - "id": "node/4771605214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605215", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9496831, - 51.5511276 - ] - }, - "id": "node/4771605215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605216", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9496831, - 51.5511964 - ] - }, - "id": "node/4771605216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605217", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9494585, - 51.5508191 - ] - }, - "id": "node/4771605217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605218", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9498159, - 51.5506022 - ] - }, - "id": "node/4771605218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605219", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9497542, - 51.550626 - ] - }, - "id": "node/4771605219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771605220", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9496214, - 51.5507619 - ] - }, - "id": "node/4771605220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607421", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9496288, - 51.5506731 - ] - }, - "id": "node/4771607421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607422", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9494984, - 51.5493882 - ] - }, - "id": "node/4771607422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607423", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9496533, - 51.5495016 - ] - }, - "id": "node/4771607423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607424", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9499979, - 51.5495992 - ] - }, - "id": "node/4771607424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607425", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9499403, - 51.5495759 - ] - }, - "id": "node/4771607425" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607426", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9499577, - 51.5495546 - ] - }, - "id": "node/4771607426" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607427", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9499905, - 51.5496426 - ] - }, - "id": "node/4771607427" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607428", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9499731, - 51.5496997 - ] - }, - "id": "node/4771607428" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607429", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9500093, - 51.5497939 - ] - }, - "id": "node/4771607429" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607430", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9500234, - 51.5499065 - ] - }, - "id": "node/4771607430" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607431", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9500382, - 51.5499724 - ] - }, - "id": "node/4771607431" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607432", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9500241, - 51.5500566 - ] - }, - "id": "node/4771607432" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607433", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9500388, - 51.5501596 - ] - }, - "id": "node/4771607433" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607434", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9499691, - 51.550155 - ] - }, - "id": "node/4771607434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607435", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.950018, - 51.5502309 - ] - }, - "id": "node/4771607435" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607436", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9500321, - 51.5502793 - ] - }, - "id": "node/4771607436" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607437", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9499999, - 51.5503694 - ] - }, - "id": "node/4771607437" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607438", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9499946, - 51.5504803 - ] - }, - "id": "node/4771607438" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607439", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9500013, - 51.5505357 - ] - }, - "id": "node/4771607439" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607440", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9499456, - 51.5506212 - ] - }, - "id": "node/4771607440" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607441", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9501042, - 51.5475475 - ] - }, - "id": "node/4771607441" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607442", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9503241, - 51.5474599 - ] - }, - "id": "node/4771607442" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607443", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9501786, - 51.5474957 - ] - }, - "id": "node/4771607443" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607444", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9501585, - 51.5472768 - ] - }, - "id": "node/4771607444" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607445", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9503406, - 51.5473025 - ] - }, - "id": "node/4771607445" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607446", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9506504, - 51.547345 - ] - }, - "id": "node/4771607446" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607447", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9508525, - 51.5473565 - ] - }, - "id": "node/4771607447" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607448", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9509974, - 51.5473638 - ] - }, - "id": "node/4771607448" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607449", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9512398, - 51.5473444 - ] - }, - "id": "node/4771607449" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607450", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.951419, - 51.5473943 - ] - }, - "id": "node/4771607450" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607451", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9523745, - 51.5474471 - ] - }, - "id": "node/4771607451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607452", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9522776, - 51.5474306 - ] - }, - "id": "node/4771607452" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607453", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9521945, - 51.5474316 - ] - }, - "id": "node/4771607453" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607454", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9521174, - 51.5474293 - ] - }, - "id": "node/4771607454" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607455", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.951937, - 51.5473999 - ] - }, - "id": "node/4771607455" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607456", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9518612, - 51.5474085 - ] - }, - "id": "node/4771607456" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607457", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.95171, - 51.5473951 - ] - }, - "id": "node/4771607457" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607458", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9519647, - 51.5475756 - ] - }, - "id": "node/4771607458" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607459", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9517876, - 51.547565 - ] - }, - "id": "node/4771607459" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607460", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9516455, - 51.5475566 - ] - }, - "id": "node/4771607460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607461", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9514992, - 51.5475478 - ] - }, - "id": "node/4771607461" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607462", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.951359, - 51.5475395 - ] - }, - "id": "node/4771607462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607463", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9512149, - 51.5475309 - ] - }, - "id": "node/4771607463" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607464", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9510702, - 51.5475222 - ] - }, - "id": "node/4771607464" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607465", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9509274, - 51.5475137 - ] - }, - "id": "node/4771607465" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607466", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9507839, - 51.5475052 - ] - }, - "id": "node/4771607466" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607467", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9506398, - 51.5474966 - ] - }, - "id": "node/4771607467" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4771607468", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9504968, - 51.547488 - ] - }, - "id": "node/4771607468" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876441", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9135109, - 51.5552441 - ] - }, - "id": "node/4779876441" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876442", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9133379, - 51.5552015 - ] - }, - "id": "node/4779876442" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876443", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9138756, - 51.5558936 - ] - }, - "id": "node/4779876443" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876444", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9136275, - 51.5557552 - ] - }, - "id": "node/4779876444" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876445", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9133043, - 51.5565807 - ] - }, - "id": "node/4779876445" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876446", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9132534, - 51.5562855 - ] - }, - "id": "node/4779876446" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876447", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9135565, - 51.556278 - ] - }, - "id": "node/4779876447" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876448", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.913594, - 51.5564665 - ] - }, - "id": "node/4779876448" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876449", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9137214, - 51.5563731 - ] - }, - "id": "node/4779876449" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876450", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9137469, - 51.5562822 - ] - }, - "id": "node/4779876450" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876451", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9138367, - 51.5561004 - ] - }, - "id": "node/4779876451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876452", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9137979, - 51.5560512 - ] - }, - "id": "node/4779876452" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876453", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9135551, - 51.5560262 - ] - }, - "id": "node/4779876453" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876454", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9136396, - 51.5559111 - ] - }, - "id": "node/4779876454" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876455", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9136597, - 51.5555117 - ] - }, - "id": "node/4779876455" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876456", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9135632, - 51.5556218 - ] - }, - "id": "node/4779876456" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876457", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9136906, - 51.5556626 - ] - }, - "id": "node/4779876457" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876458", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9136503, - 51.5557435 - ] - }, - "id": "node/4779876458" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876459", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9139145, - 51.555686 - ] - }, - "id": "node/4779876459" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876460", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9138502, - 51.5555117 - ] - }, - "id": "node/4779876460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876461", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9137777, - 51.5553583 - ] - }, - "id": "node/4779876461" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876462", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9138207, - 51.555134 - ] - }, - "id": "node/4779876462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876463", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9137965, - 51.555084 - ] - }, - "id": "node/4779876463" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876464", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9136611, - 51.5549389 - ] - }, - "id": "node/4779876464" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876465", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9137811, - 51.5549668 - ] - }, - "id": "node/4779876465" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876466", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9138294, - 51.5546941 - ] - }, - "id": "node/4779876466" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876467", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9137469, - 51.554622 - ] - }, - "id": "node/4779876467" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876468", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9137583, - 51.5544915 - ] - }, - "id": "node/4779876468" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876469", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9139776, - 51.5545953 - ] - }, - "id": "node/4779876469" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876470", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9139454, - 51.5545019 - ] - }, - "id": "node/4779876470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876471", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9141258, - 51.5543556 - ] - }, - "id": "node/4779876471" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876472", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9141834, - 51.5543831 - ] - }, - "id": "node/4779876472" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876473", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9142035, - 51.554416 - ] - }, - "id": "node/4779876473" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876474", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9145891, - 51.5544536 - ] - }, - "id": "node/4779876474" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876475", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9150179, - 51.5548895 - ] - }, - "id": "node/4779876475" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876476", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9148235, - 51.5548165 - ] - }, - "id": "node/4779876476" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876477", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9147068, - 51.5548411 - ] - }, - "id": "node/4779876477" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876478", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9147779, - 51.5548899 - ] - }, - "id": "node/4779876478" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876479", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9147195, - 51.5549703 - ] - }, - "id": "node/4779876479" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876480", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9143464, - 51.5550631 - ] - }, - "id": "node/4779876480" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876481", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9141076, - 51.5552124 - ] - }, - "id": "node/4779876481" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876482", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9140647, - 51.5551048 - ] - }, - "id": "node/4779876482" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876483", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9141331, - 51.5548105 - ] - }, - "id": "node/4779876483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876484", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9143953, - 51.5544715 - ] - }, - "id": "node/4779876484" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876485", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9144248, - 51.5543844 - ] - }, - "id": "node/4779876485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876486", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9147413, - 51.554424 - ] - }, - "id": "node/4779876486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876487", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9147614, - 51.554431 - ] - }, - "id": "node/4779876487" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876488", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9148932, - 51.5546977 - ] - }, - "id": "node/4779876488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876506", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.915211, - 51.5485683 - ] - }, - "id": "node/4779876506" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876507", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9153956, - 51.5485973 - ] - }, - "id": "node/4779876507" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876508", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.915682, - 51.5486391 - ] - }, - "id": "node/4779876508" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876509", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9162493, - 51.5487247 - ] - }, - "id": "node/4779876509" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876510", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9159304, - 51.5486766 - ] - }, - "id": "node/4779876510" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876519", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.919221, - 51.5485958 - ] - }, - "id": "node/4779876519" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876520", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9191935, - 51.5485257 - ] - }, - "id": "node/4779876520" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876921", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9190896, - 51.5486012 - ] - }, - "id": "node/4779876921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876922", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9188837, - 51.548542 - ] - }, - "id": "node/4779876922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876923", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186839, - 51.5485487 - ] - }, - "id": "node/4779876923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876924", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186839, - 51.5486633 - ] - }, - "id": "node/4779876924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876925", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9187881, - 51.5486677 - ] - }, - "id": "node/4779876925" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876926", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9188576, - 51.5487597 - ] - }, - "id": "node/4779876926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876927", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9190409, - 51.5487592 - ] - }, - "id": "node/4779876927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876928", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9191838, - 51.5487601 - ] - }, - "id": "node/4779876928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876929", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9193712, - 51.5487588 - ] - }, - "id": "node/4779876929" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876930", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194165, - 51.5487052 - ] - }, - "id": "node/4779876930" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876931", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9195489, - 51.5487636 - ] - }, - "id": "node/4779876931" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876932", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196045, - 51.5487186 - ] - }, - "id": "node/4779876932" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876933", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196991, - 51.5487726 - ] - }, - "id": "node/4779876933" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876934", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9199715, - 51.548737 - ] - }, - "id": "node/4779876934" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876935", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9205359, - 51.548895 - ] - }, - "id": "node/4779876935" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876936", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9208199, - 51.5489638 - ] - }, - "id": "node/4779876936" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876964", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9210018, - 51.549195 - ] - }, - "id": "node/4779876964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876965", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9208487, - 51.5491438 - ] - }, - "id": "node/4779876965" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876966", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9206978, - 51.5491025 - ] - }, - "id": "node/4779876966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876967", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.920557, - 51.5490629 - ] - }, - "id": "node/4779876967" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876968", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9204015, - 51.549045 - ] - }, - "id": "node/4779876968" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876969", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9201896, - 51.5489695 - ] - }, - "id": "node/4779876969" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876970", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9200467, - 51.5489345 - ] - }, - "id": "node/4779876970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876971", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9199012, - 51.5488911 - ] - }, - "id": "node/4779876971" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876991", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.920583, - 51.5493316 - ] - }, - "id": "node/4779876991" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876992", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9209128, - 51.5493744 - ] - }, - "id": "node/4779876992" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876993", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9208315, - 51.5493639 - ] - }, - "id": "node/4779876993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876994", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9207478, - 51.549353 - ] - }, - "id": "node/4779876994" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876995", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9202813, - 51.5492924 - ] - }, - "id": "node/4779876995" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4779876996", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9201826, - 51.5492796 - ] - }, - "id": "node/4779876996" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4780111959", - "natural": "tree", - "source": "survey 2017-04-06" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9295686, - 51.5420376 - ] - }, - "id": "node/4780111959" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782346489", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9323992, - 51.5494213 - ] - }, - "id": "node/4782346489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782346490", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9323281, - 51.549412 - ] - }, - "id": "node/4782346490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782346491", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9322215, - 51.549398 - ] - }, - "id": "node/4782346491" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782346492", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9320793, - 51.5493794 - ] - }, - "id": "node/4782346492" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782346493", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9319207, - 51.5493587 - ] - }, - "id": "node/4782346493" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782346494", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318151, - 51.5493448 - ] - }, - "id": "node/4782346494" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782346495", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317095, - 51.549331 - ] - }, - "id": "node/4782346495" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539142", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.936636, - 51.5394181 - ] - }, - "id": "node/4782539142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539143", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9366213, - 51.5394561 - ] - }, - "id": "node/4782539143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539154", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9330727, - 51.5424849 - ] - }, - "id": "node/4782539154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539155", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9331835, - 51.5425177 - ] - }, - "id": "node/4782539155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539156", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9334729, - 51.5425984 - ] - }, - "id": "node/4782539156" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539157", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.933587, - 51.5426319 - ] - }, - "id": "node/4782539157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539158", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9337815, - 51.5425068 - ] - }, - "id": "node/4782539158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539159", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9337956, - 51.5424905 - ] - }, - "id": "node/4782539159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539160", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9338251, - 51.5424647 - ] - }, - "id": "node/4782539160" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539161", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340323, - 51.5424688 - ] - }, - "id": "node/4782539161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539162", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.933983, - 51.5425767 - ] - }, - "id": "node/4782539162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539163", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339921, - 51.5426886 - ] - }, - "id": "node/4782539163" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539164", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339917, - 51.5427493 - ] - }, - "id": "node/4782539164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539165", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340631, - 51.542771 - ] - }, - "id": "node/4782539165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539166", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9341949, - 51.5428108 - ] - }, - "id": "node/4782539166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539167", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9344886, - 51.5428429 - ] - }, - "id": "node/4782539167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539168", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9353157, - 51.5430977 - ] - }, - "id": "node/4782539168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539169", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9352024, - 51.5431109 - ] - }, - "id": "node/4782539169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539170", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9355355, - 51.5431398 - ] - }, - "id": "node/4782539170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539171", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9359901, - 51.5432674 - ] - }, - "id": "node/4782539171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539172", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361886, - 51.5433032 - ] - }, - "id": "node/4782539172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539173", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9362309, - 51.5433224 - ] - }, - "id": "node/4782539173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539174", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364823, - 51.5433912 - ] - }, - "id": "node/4782539174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539175", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364984, - 51.5433504 - ] - }, - "id": "node/4782539175" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539176", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364508, - 51.543357 - ] - }, - "id": "node/4782539176" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539177", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9371629, - 51.5436018 - ] - }, - "id": "node/4782539177" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539178", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9377014, - 51.5437453 - ] - }, - "id": "node/4782539178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539179", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.937759, - 51.543764 - ] - }, - "id": "node/4782539179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539180", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9379227, - 51.5438896 - ] - }, - "id": "node/4782539180" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539181", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.937865, - 51.543857 - ] - }, - "id": "node/4782539181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539182", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9386744, - 51.5440739 - ] - }, - "id": "node/4782539182" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539183", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9388601, - 51.5440689 - ] - }, - "id": "node/4782539183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539184", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9387387, - 51.5440606 - ] - }, - "id": "node/4782539184" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539185", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9389017, - 51.5441548 - ] - }, - "id": "node/4782539185" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539186", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9390713, - 51.5441869 - ] - }, - "id": "node/4782539186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539187", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.940108, - 51.5443792 - ] - }, - "id": "node/4782539187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539188", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392054, - 51.5442236 - ] - }, - "id": "node/4782539188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539189", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.939532, - 51.5443337 - ] - }, - "id": "node/4782539189" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539190", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.939591, - 51.5443508 - ] - }, - "id": "node/4782539190" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539191", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9396433, - 51.5443637 - ] - }, - "id": "node/4782539191" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539192", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9396762, - 51.5443775 - ] - }, - "id": "node/4782539192" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539193", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.939813, - 51.5444317 - ] - }, - "id": "node/4782539193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539194", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9399598, - 51.5444542 - ] - }, - "id": "node/4782539194" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539195", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9399021, - 51.5444463 - ] - }, - "id": "node/4782539195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539196", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.940676, - 51.5446027 - ] - }, - "id": "node/4782539196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539197", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9408087, - 51.5446256 - ] - }, - "id": "node/4782539197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539198", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9408617, - 51.5446406 - ] - }, - "id": "node/4782539198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539199", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9410803, - 51.5446686 - ] - }, - "id": "node/4782539199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539200", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9422544, - 51.5446381 - ] - }, - "id": "node/4782539200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539201", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9424563, - 51.5445622 - ] - }, - "id": "node/4782539201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539202", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9425542, - 51.5445777 - ] - }, - "id": "node/4782539202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539203", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.942705, - 51.5446056 - ] - }, - "id": "node/4782539203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539204", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9433025, - 51.5447328 - ] - }, - "id": "node/4782539204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539205", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9433977, - 51.5447491 - ] - }, - "id": "node/4782539205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539206", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9431805, - 51.5447782 - ] - }, - "id": "node/4782539206" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539207", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9431597, - 51.5446848 - ] - }, - "id": "node/4782539207" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539208", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9429531, - 51.5447716 - ] - }, - "id": "node/4782539208" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539209", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943387, - 51.5449784 - ] - }, - "id": "node/4782539209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539210", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9432468, - 51.5449486 - ] - }, - "id": "node/4782539210" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539211", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9420497, - 51.5448394 - ] - }, - "id": "node/4782539211" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539212", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9415582, - 51.5447396 - ] - }, - "id": "node/4782539212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539213", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9429421, - 51.5452167 - ] - }, - "id": "node/4782539213" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539214", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9426789, - 51.5451717 - ] - }, - "id": "node/4782539214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539215", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9424147, - 51.5451262 - ] - }, - "id": "node/4782539215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539216", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9420942, - 51.5450685 - ] - }, - "id": "node/4782539216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539217", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9418387, - 51.5450232 - ] - }, - "id": "node/4782539217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539218", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9416774, - 51.5449959 - ] - }, - "id": "node/4782539218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539219", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9415212, - 51.5449669 - ] - }, - "id": "node/4782539219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539220", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9393912, - 51.5445059 - ] - }, - "id": "node/4782539220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539321", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392376, - 51.5444569 - ] - }, - "id": "node/4782539321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539322", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9390475, - 51.5444013 - ] - }, - "id": "node/4782539322" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539323", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9389647, - 51.5443771 - ] - }, - "id": "node/4782539323" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539324", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9388785, - 51.5443508 - ] - }, - "id": "node/4782539324" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539325", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9387957, - 51.5443241 - ] - }, - "id": "node/4782539325" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539326", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9387049, - 51.5442976 - ] - }, - "id": "node/4782539326" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539327", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9385349, - 51.5442465 - ] - }, - "id": "node/4782539327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539328", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9384279, - 51.5442138 - ] - }, - "id": "node/4782539328" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539329", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9380692, - 51.5441066 - ] - }, - "id": "node/4782539329" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539330", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.937973, - 51.5440766 - ] - }, - "id": "node/4782539330" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539331", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9378808, - 51.5440468 - ] - }, - "id": "node/4782539331" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539332", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9376595, - 51.5439807 - ] - }, - "id": "node/4782539332" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539333", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9375542, - 51.543945 - ] - }, - "id": "node/4782539333" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539334", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9373353, - 51.5438781 - ] - }, - "id": "node/4782539334" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539335", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360609, - 51.5435017 - ] - }, - "id": "node/4782539335" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539336", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9358084, - 51.543425 - ] - }, - "id": "node/4782539336" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539337", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9356622, - 51.5433691 - ] - }, - "id": "node/4782539337" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539338", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9350309, - 51.5431796 - ] - }, - "id": "node/4782539338" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539339", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9346504, - 51.5430659 - ] - }, - "id": "node/4782539339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539340", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9342004, - 51.5429287 - ] - }, - "id": "node/4782539340" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539341", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339128, - 51.5428432 - ] - }, - "id": "node/4782539341" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539342", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9338387, - 51.5428255 - ] - }, - "id": "node/4782539342" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539343", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9335926, - 51.542793 - ] - }, - "id": "node/4782539343" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539344", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9334732, - 51.542773 - ] - }, - "id": "node/4782539344" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539345", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9333891, - 51.5427505 - ] - }, - "id": "node/4782539345" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539346", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9331513, - 51.5426821 - ] - }, - "id": "node/4782539346" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539347", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361038, - 51.5407211 - ] - }, - "id": "node/4782539347" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539348", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361618, - 51.5404946 - ] - }, - "id": "node/4782539348" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539349", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361206, - 51.5406308 - ] - }, - "id": "node/4782539349" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539350", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360223, - 51.5405722 - ] - }, - "id": "node/4782539350" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539351", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363569, - 51.5402724 - ] - }, - "id": "node/4782539351" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539352", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363495, - 51.5403337 - ] - }, - "id": "node/4782539352" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539353", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363368, - 51.5402369 - ] - }, - "id": "node/4782539353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539354", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363938, - 51.5401614 - ] - }, - "id": "node/4782539354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539355", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360518, - 51.5402421 - ] - }, - "id": "node/4782539355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4782539356", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363303, - 51.5399555 - ] - }, - "id": "node/4782539356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317345", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931443, - 51.5524624 - ] - }, - "id": "node/4783317345" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317346", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314471, - 51.5525583 - ] - }, - "id": "node/4783317346" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317347", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314491, - 51.5526467 - ] - }, - "id": "node/4783317347" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317348", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314511, - 51.552738 - ] - }, - "id": "node/4783317348" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317349", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314531, - 51.5528273 - ] - }, - "id": "node/4783317349" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317350", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314531, - 51.5529282 - ] - }, - "id": "node/4783317350" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317351", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314565, - 51.553017 - ] - }, - "id": "node/4783317351" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317352", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314511, - 51.5531075 - ] - }, - "id": "node/4783317352" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317353", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314484, - 51.5531959 - ] - }, - "id": "node/4783317353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317354", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314464, - 51.553273 - ] - }, - "id": "node/4783317354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317355", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314451, - 51.5533676 - ] - }, - "id": "node/4783317355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317356", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314498, - 51.5534527 - ] - }, - "id": "node/4783317356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317357", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314544, - 51.5535432 - ] - }, - "id": "node/4783317357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317358", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316536, - 51.5537408 - ] - }, - "id": "node/4783317358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317359", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931657, - 51.5538058 - ] - }, - "id": "node/4783317359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317360", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316603, - 51.5538638 - ] - }, - "id": "node/4783317360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317361", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316684, - 51.5539672 - ] - }, - "id": "node/4783317361" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317362", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316724, - 51.5540272 - ] - }, - "id": "node/4783317362" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317363", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316764, - 51.5540918 - ] - }, - "id": "node/4783317363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317364", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316804, - 51.5541502 - ] - }, - "id": "node/4783317364" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317365", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314987, - 51.553968 - ] - }, - "id": "node/4783317365" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317366", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315074, - 51.5540485 - ] - }, - "id": "node/4783317366" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317367", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315074, - 51.5541323 - ] - }, - "id": "node/4783317367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317368", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315121, - 51.5542044 - ] - }, - "id": "node/4783317368" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317369", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315282, - 51.5543491 - ] - }, - "id": "node/4783317369" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317370", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315322, - 51.5544792 - ] - }, - "id": "node/4783317370" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317371", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315356, - 51.5545751 - ] - }, - "id": "node/4783317371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317372", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316965, - 51.5544683 - ] - }, - "id": "node/4783317372" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317373", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317012, - 51.5545405 - ] - }, - "id": "node/4783317373" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317374", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317039, - 51.5545942 - ] - }, - "id": "node/4783317374" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317375", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317086, - 51.5546601 - ] - }, - "id": "node/4783317375" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317376", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317146, - 51.5547177 - ] - }, - "id": "node/4783317376" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317377", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317146, - 51.5547931 - ] - }, - "id": "node/4783317377" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317378", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315363, - 51.5546785 - ] - }, - "id": "node/4783317378" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317379", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315349, - 51.5547719 - ] - }, - "id": "node/4783317379" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317380", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315336, - 51.5548577 - ] - }, - "id": "node/4783317380" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317381", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315356, - 51.5549482 - ] - }, - "id": "node/4783317381" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317382", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315416, - 51.5550441 - ] - }, - "id": "node/4783317382" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317383", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317448, - 51.5550954 - ] - }, - "id": "node/4783317383" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317384", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317461, - 51.5551546 - ] - }, - "id": "node/4783317384" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317385", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315456, - 51.5551358 - ] - }, - "id": "node/4783317385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317386", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317609, - 51.5554027 - ] - }, - "id": "node/4783317386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317387", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315859, - 51.5555165 - ] - }, - "id": "node/4783317387" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317388", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313519, - 51.5555623 - ] - }, - "id": "node/4783317388" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317389", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313586, - 51.5556482 - ] - }, - "id": "node/4783317389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317390", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313586, - 51.5557425 - ] - }, - "id": "node/4783317390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317391", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313659, - 51.5558275 - ] - }, - "id": "node/4783317391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317392", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315879, - 51.5557058 - ] - }, - "id": "node/4783317392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317393", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315879, - 51.5557954 - ] - }, - "id": "node/4783317393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317394", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315919, - 51.5558946 - ] - }, - "id": "node/4783317394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317395", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315946, - 51.5559826 - ] - }, - "id": "node/4783317395" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317396", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316073, - 51.5560681 - ] - }, - "id": "node/4783317396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317397", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316053, - 51.556161 - ] - }, - "id": "node/4783317397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317398", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931612, - 51.5562623 - ] - }, - "id": "node/4783317398" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317399", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316134, - 51.5563428 - ] - }, - "id": "node/4783317399" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317400", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316114, - 51.5564241 - ] - }, - "id": "node/4783317400" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317401", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316134, - 51.5565188 - ] - }, - "id": "node/4783317401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317402", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316134, - 51.5566126 - ] - }, - "id": "node/4783317402" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317403", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318176, - 51.5563549 - ] - }, - "id": "node/4783317403" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317404", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318139, - 51.5562849 - ] - }, - "id": "node/4783317404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317405", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318021, - 51.5561623 - ] - }, - "id": "node/4783317405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317406", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317961, - 51.5560347 - ] - }, - "id": "node/4783317406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317407", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317904, - 51.5558953 - ] - }, - "id": "node/4783317407" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317408", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317827, - 51.5557823 - ] - }, - "id": "node/4783317408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317409", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317681, - 51.5555856 - ] - }, - "id": "node/4783317409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317410", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317678, - 51.555526 - ] - }, - "id": "node/4783317410" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317411", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317585, - 51.5553387 - ] - }, - "id": "node/4783317411" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317412", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9333177, - 51.554961 - ] - }, - "id": "node/4783317412" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317413", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9333077, - 51.5548022 - ] - }, - "id": "node/4783317413" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317414", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9332996, - 51.5547292 - ] - }, - "id": "node/4783317414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317415", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9332835, - 51.5544695 - ] - }, - "id": "node/4783317415" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317416", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9332802, - 51.5543999 - ] - }, - "id": "node/4783317416" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317417", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9332614, - 51.5541639 - ] - }, - "id": "node/4783317417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317418", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9332661, - 51.5542398 - ] - }, - "id": "node/4783317418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317419", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9332721, - 51.5543236 - ] - }, - "id": "node/4783317419" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317420", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.933248, - 51.5538962 - ] - }, - "id": "node/4783317420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317721", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9332473, - 51.5538257 - ] - }, - "id": "node/4783317721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317722", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9332346, - 51.5536448 - ] - }, - "id": "node/4783317722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317723", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9332219, - 51.5534505 - ] - }, - "id": "node/4783317723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317724", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9332172, - 51.55335 - ] - }, - "id": "node/4783317724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317725", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9332111, - 51.5531812 - ] - }, - "id": "node/4783317725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317726", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9332017, - 51.5530669 - ] - }, - "id": "node/4783317726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317727", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9331763, - 51.5526529 - ] - }, - "id": "node/4783317727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317728", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336336, - 51.5524598 - ] - }, - "id": "node/4783317728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317729", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.933596, - 51.552459 - ] - }, - "id": "node/4783317729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317730", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.933541, - 51.5524565 - ] - }, - "id": "node/4783317730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317731", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.934451, - 51.5519862 - ] - }, - "id": "node/4783317731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317732", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.934626, - 51.5521075 - ] - }, - "id": "node/4783317732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317733", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9344523, - 51.5521033 - ] - }, - "id": "node/4783317733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317734", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9343316, - 51.5520988 - ] - }, - "id": "node/4783317734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317735", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9341888, - 51.5520992 - ] - }, - "id": "node/4783317735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317736", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.933934, - 51.5521038 - ] - }, - "id": "node/4783317736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317737", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9337804, - 51.5521071 - ] - }, - "id": "node/4783317737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317738", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9335605, - 51.55211 - ] - }, - "id": "node/4783317738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317739", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9331535, - 51.5522472 - ] - }, - "id": "node/4783317739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317742", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9331592, - 51.5522985 - ] - }, - "id": "node/4783317742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783317772", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9331691, - 51.5524766 - ] - }, - "id": "node/4783317772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321023", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311555, - 51.5514454 - ] - }, - "id": "node/4783321023" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321024", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311508, - 51.5514024 - ] - }, - "id": "node/4783321024" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321025", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311495, - 51.5513453 - ] - }, - "id": "node/4783321025" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321026", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311461, - 51.5512924 - ] - }, - "id": "node/4783321026" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321027", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311475, - 51.5512269 - ] - }, - "id": "node/4783321027" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321028", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311468, - 51.5511631 - ] - }, - "id": "node/4783321028" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321029", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311428, - 51.551101 - ] - }, - "id": "node/4783321029" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321030", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311441, - 51.5510022 - ] - }, - "id": "node/4783321030" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321031", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311441, - 51.5509563 - ] - }, - "id": "node/4783321031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321032", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311414, - 51.5509 - ] - }, - "id": "node/4783321032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321033", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311421, - 51.550835 - ] - }, - "id": "node/4783321033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321034", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311387, - 51.5507749 - ] - }, - "id": "node/4783321034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321035", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311354, - 51.5507119 - ] - }, - "id": "node/4783321035" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321036", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931132, - 51.5506511 - ] - }, - "id": "node/4783321036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321037", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931126, - 51.5505222 - ] - }, - "id": "node/4783321037" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321038", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311213, - 51.550458 - ] - }, - "id": "node/4783321038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321039", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311106, - 51.5500886 - ] - }, - "id": "node/4783321039" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321040", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311019, - 51.5500173 - ] - }, - "id": "node/4783321040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321041", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9310992, - 51.549976 - ] - }, - "id": "node/4783321041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321042", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312997, - 51.5490657 - ] - }, - "id": "node/4783321042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321043", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313024, - 51.5491458 - ] - }, - "id": "node/4783321043" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321044", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313037, - 51.5492446 - ] - }, - "id": "node/4783321044" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321045", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931305, - 51.5493368 - ] - }, - "id": "node/4783321045" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321046", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313017, - 51.5494214 - ] - }, - "id": "node/4783321046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321047", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931303, - 51.5495127 - ] - }, - "id": "node/4783321047" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321048", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931307, - 51.5496316 - ] - }, - "id": "node/4783321048" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321049", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313104, - 51.5497166 - ] - }, - "id": "node/4783321049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321050", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313117, - 51.5498075 - ] - }, - "id": "node/4783321050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321051", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313164, - 51.5499193 - ] - }, - "id": "node/4783321051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321052", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313191, - 51.5500156 - ] - }, - "id": "node/4783321052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321053", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313238, - 51.550104 - ] - }, - "id": "node/4783321053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321054", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313339, - 51.5504334 - ] - }, - "id": "node/4783321054" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321055", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313365, - 51.5505231 - ] - }, - "id": "node/4783321055" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321056", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313439, - 51.5506427 - ] - }, - "id": "node/4783321056" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321057", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313486, - 51.5507324 - ] - }, - "id": "node/4783321057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321058", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931352, - 51.5508229 - ] - }, - "id": "node/4783321058" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321059", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313573, - 51.5509129 - ] - }, - "id": "node/4783321059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321060", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313634, - 51.5510005 - ] - }, - "id": "node/4783321060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321061", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313667, - 51.5511126 - ] - }, - "id": "node/4783321061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321062", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313721, - 51.551189 - ] - }, - "id": "node/4783321062" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321063", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313741, - 51.5512698 - ] - }, - "id": "node/4783321063" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321064", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313748, - 51.5513574 - ] - }, - "id": "node/4783321064" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321065", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313788, - 51.5514658 - ] - }, - "id": "node/4783321065" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321066", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313788, - 51.551686 - ] - }, - "id": "node/4783321066" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321067", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313788, - 51.5517781 - ] - }, - "id": "node/4783321067" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783321068", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313809, - 51.5518682 - ] - }, - "id": "node/4783321068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488490", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9261331, - 51.5607884 - ] - }, - "id": "node/4783488490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488491", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9261954, - 51.5606605 - ] - }, - "id": "node/4783488491" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488492", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.926461, - 51.5607655 - ] - }, - "id": "node/4783488492" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488493", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9266018, - 51.5606709 - ] - }, - "id": "node/4783488493" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488494", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9264308, - 51.5606721 - ] - }, - "id": "node/4783488494" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488514", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9236575, - 51.5629391 - ] - }, - "id": "node/4783488514" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488515", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9242422, - 51.5625164 - ] - }, - "id": "node/4783488515" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488516", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9242395, - 51.5625935 - ] - }, - "id": "node/4783488516" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488517", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9250562, - 51.5627911 - ] - }, - "id": "node/4783488517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488518", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9255384, - 51.5629149 - ] - }, - "id": "node/4783488518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488519", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9254673, - 51.5629107 - ] - }, - "id": "node/4783488519" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488520", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9253969, - 51.5629112 - ] - }, - "id": "node/4783488520" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488822", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9250281, - 51.5629332 - ] - }, - "id": "node/4783488822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488823", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9249463, - 51.5629349 - ] - }, - "id": "node/4783488823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488824", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9242841, - 51.5628447 - ] - }, - "id": "node/4783488824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488876", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9225789, - 51.5623878 - ] - }, - "id": "node/4783488876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488877", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9227432, - 51.5623565 - ] - }, - "id": "node/4783488877" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488878", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9228411, - 51.562344 - ] - }, - "id": "node/4783488878" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488879", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9230074, - 51.5623173 - ] - }, - "id": "node/4783488879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488880", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9231515, - 51.5622907 - ] - }, - "id": "node/4783488880" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488881", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9232629, - 51.562274 - ] - }, - "id": "node/4783488881" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488882", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9236256, - 51.562206 - ] - }, - "id": "node/4783488882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488883", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9234654, - 51.5622311 - ] - }, - "id": "node/4783488883" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488884", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9242512, - 51.5621164 - ] - }, - "id": "node/4783488884" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488885", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9243867, - 51.5620993 - ] - }, - "id": "node/4783488885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488886", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9244558, - 51.5620893 - ] - }, - "id": "node/4783488886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488887", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.924555, - 51.5620764 - ] - }, - "id": "node/4783488887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488888", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9246395, - 51.5620631 - ] - }, - "id": "node/4783488888" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488889", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9247602, - 51.5620422 - ] - }, - "id": "node/4783488889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488890", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9248534, - 51.5620222 - ] - }, - "id": "node/4783488890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488891", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9249339, - 51.5620014 - ] - }, - "id": "node/4783488891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488892", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9251303, - 51.5619747 - ] - }, - "id": "node/4783488892" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488893", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9252708, - 51.5619474 - ] - }, - "id": "node/4783488893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488894", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9254036, - 51.5619265 - ] - }, - "id": "node/4783488894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488895", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9255551, - 51.5619055 - ] - }, - "id": "node/4783488895" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488896", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9256839, - 51.5618803 - ] - }, - "id": "node/4783488896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488897", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9258093, - 51.5618555 - ] - }, - "id": "node/4783488897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488907", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196963, - 51.5624827 - ] - }, - "id": "node/4783488907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488908", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196198, - 51.5626115 - ] - }, - "id": "node/4783488908" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488909", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196835, - 51.562579 - ] - }, - "id": "node/4783488909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488910", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196634, - 51.5628312 - ] - }, - "id": "node/4783488910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488911", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196708, - 51.5627545 - ] - }, - "id": "node/4783488911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488912", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9170925, - 51.5625521 - ] - }, - "id": "node/4783488912" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488913", - "diameter_crown": "0m", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9173111, - 51.5625677 - ] - }, - "id": "node/4783488913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488914", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9179615, - 51.5626019 - ] - }, - "id": "node/4783488914" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488915", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9181731, - 51.562615 - ] - }, - "id": "node/4783488915" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488916", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.918387, - 51.5626194 - ] - }, - "id": "node/4783488916" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488917", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185878, - 51.5626263 - ] - }, - "id": "node/4783488917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783488918", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9188313, - 51.5626054 - ] - }, - "id": "node/4783488918" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489238", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9230044, - 51.5602454 - ] - }, - "id": "node/4783489238" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489239", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9231902, - 51.5601645 - ] - }, - "id": "node/4783489239" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489240", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9233203, - 51.5603075 - ] - }, - "id": "node/4783489240" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489241", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9234222, - 51.5602958 - ] - }, - "id": "node/4783489241" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489242", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9236509, - 51.56027 - ] - }, - "id": "node/4783489242" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489243", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9238014, - 51.5602535 - ] - }, - "id": "node/4783489243" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489244", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9241759, - 51.5602126 - ] - }, - "id": "node/4783489244" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489245", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9242765, - 51.5602037 - ] - }, - "id": "node/4783489245" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489246", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9244096, - 51.5601926 - ] - }, - "id": "node/4783489246" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489247", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.924653, - 51.560173 - ] - }, - "id": "node/4783489247" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489248", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9249648, - 51.5601486 - ] - }, - "id": "node/4783489248" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489249", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9249391, - 51.559957 - ] - }, - "id": "node/4783489249" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489285", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.924992, - 51.5600321 - ] - }, - "id": "node/4783489285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489286", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9253473, - 51.560123 - ] - }, - "id": "node/4783489286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489287", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.925582, - 51.5599988 - ] - }, - "id": "node/4783489287" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489288", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9257081, - 51.5599921 - ] - }, - "id": "node/4783489288" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489289", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.925863, - 51.559985 - ] - }, - "id": "node/4783489289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489290", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9265704, - 51.5599592 - ] - }, - "id": "node/4783489290" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489291", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9266858, - 51.5599583 - ] - }, - "id": "node/4783489291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489292", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9267904, - 51.5599554 - ] - }, - "id": "node/4783489292" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489293", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9269681, - 51.5599508 - ] - }, - "id": "node/4783489293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489294", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9271082, - 51.5599462 - ] - }, - "id": "node/4783489294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489295", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9272564, - 51.5599442 - ] - }, - "id": "node/4783489295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489454", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274604, - 51.5601088 - ] - }, - "id": "node/4783489454" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489455", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9273471, - 51.5601111 - ] - }, - "id": "node/4783489455" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489459", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9273387, - 51.5584028 - ] - }, - "id": "node/4783489459" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489460", - "genus": "Acer", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9270536, - 51.5585391 - ] - }, - "id": "node/4783489460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489461", - "genus": "Acer", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9271706, - 51.5585369 - ] - }, - "id": "node/4783489461" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489462", - "genus": "Acer", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.927178, - 51.5586902 - ] - }, - "id": "node/4783489462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489463", - "genus": "Acer", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.927061, - 51.5586924 - ] - }, - "id": "node/4783489463" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489486", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275657, - 51.5577149 - ] - }, - "id": "node/4783489486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489487", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275684, - 51.5577791 - ] - }, - "id": "node/4783489487" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489500", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9267223, - 51.557444 - ] - }, - "id": "node/4783489500" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489501", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9265906, - 51.5574132 - ] - }, - "id": "node/4783489501" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489502", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.926731, - 51.5574443 - ] - }, - "id": "node/4783489502" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489503", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9265125, - 51.5574003 - ] - }, - "id": "node/4783489503" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489504", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9264082, - 51.5573792 - ] - }, - "id": "node/4783489504" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489505", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9263425, - 51.5573648 - ] - }, - "id": "node/4783489505" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489506", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9262221, - 51.5573413 - ] - }, - "id": "node/4783489506" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489507", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9262841, - 51.5573521 - ] - }, - "id": "node/4783489507" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489508", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9261961, - 51.5574744 - ] - }, - "id": "node/4783489508" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489511", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.926719, - 51.5576442 - ] - }, - "id": "node/4783489511" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489512", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9266452, - 51.5576453 - ] - }, - "id": "node/4783489512" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489513", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9265929, - 51.5576461 - ] - }, - "id": "node/4783489513" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489514", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9265319, - 51.5576471 - ] - }, - "id": "node/4783489514" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489515", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9264253, - 51.5576488 - ] - }, - "id": "node/4783489515" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489516", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9263067, - 51.5576506 - ] - }, - "id": "node/4783489516" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489517", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9262288, - 51.5576519 - ] - }, - "id": "node/4783489517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783489518", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9261755, - 51.5576527 - ] - }, - "id": "node/4783489518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522665", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9606362, - 51.5583836 - ] - }, - "id": "node/4783522665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522666", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9606885, - 51.5585366 - ] - }, - "id": "node/4783522666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522667", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9606302, - 51.5585182 - ] - }, - "id": "node/4783522667" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522668", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9605222, - 51.5586975 - ] - }, - "id": "node/4783522668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522669", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9605571, - 51.5586616 - ] - }, - "id": "node/4783522669" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522670", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9606269, - 51.5586558 - ] - }, - "id": "node/4783522670" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522671", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9633074, - 51.5561804 - ] - }, - "id": "node/4783522671" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522672", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9630372, - 51.5562609 - ] - }, - "id": "node/4783522672" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522673", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9633597, - 51.5562855 - ] - }, - "id": "node/4783522673" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522674", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.963412, - 51.5562997 - ] - }, - "id": "node/4783522674" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522675", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9619244, - 51.5586241 - ] - }, - "id": "node/4783522675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522676", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9621235, - 51.5587358 - ] - }, - "id": "node/4783522676" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522677", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9617822, - 51.557759 - ] - }, - "id": "node/4783522677" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522678", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9621376, - 51.5577403 - ] - }, - "id": "node/4783522678" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522679", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9620377, - 51.5577328 - ] - }, - "id": "node/4783522679" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522680", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9618855, - 51.5577211 - ] - }, - "id": "node/4783522680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522681", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9619076, - 51.5578341 - ] - }, - "id": "node/4783522681" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522682", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9619995, - 51.5578316 - ] - }, - "id": "node/4783522682" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522683", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9619599, - 51.5577803 - ] - }, - "id": "node/4783522683" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522684", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9620826, - 51.5578812 - ] - }, - "id": "node/4783522684" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522685", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9621785, - 51.5578395 - ] - }, - "id": "node/4783522685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522686", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9622, - 51.5578666 - ] - }, - "id": "node/4783522686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522687", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9623549, - 51.5578941 - ] - }, - "id": "node/4783522687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522688", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9623917, - 51.5580121 - ] - }, - "id": "node/4783522688" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522689", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9624166, - 51.5580584 - ] - }, - "id": "node/4783522689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522690", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.96232, - 51.5581443 - ] - }, - "id": "node/4783522690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522691", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9623019, - 51.5580917 - ] - }, - "id": "node/4783522691" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522692", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9622234, - 51.5580896 - ] - }, - "id": "node/4783522692" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522693", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9620893, - 51.5582018 - ] - }, - "id": "node/4783522693" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522694", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9620437, - 51.5582272 - ] - }, - "id": "node/4783522694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522695", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9620478, - 51.5582906 - ] - }, - "id": "node/4783522695" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522696", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9620853, - 51.5582564 - ] - }, - "id": "node/4783522696" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522697", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9621349, - 51.558221 - ] - }, - "id": "node/4783522697" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522698", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9618479, - 51.5584136 - ] - }, - "id": "node/4783522698" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522699", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9617909, - 51.5584553 - ] - }, - "id": "node/4783522699" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522700", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9619639, - 51.5581551 - ] - }, - "id": "node/4783522700" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522701", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9619224, - 51.5582089 - ] - }, - "id": "node/4783522701" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522702", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.961915, - 51.5582952 - ] - }, - "id": "node/4783522702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522703", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9617225, - 51.558376 - ] - }, - "id": "node/4783522703" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522704", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9617708, - 51.5583556 - ] - }, - "id": "node/4783522704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522705", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9618265, - 51.5582697 - ] - }, - "id": "node/4783522705" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522706", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9618258, - 51.5582331 - ] - }, - "id": "node/4783522706" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522707", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9617829, - 51.558241 - ] - }, - "id": "node/4783522707" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522708", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9617011, - 51.5582005 - ] - }, - "id": "node/4783522708" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522709", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9616979, - 51.5579784 - ] - }, - "id": "node/4783522709" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522710", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9617603, - 51.5578867 - ] - }, - "id": "node/4783522710" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522711", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9609278, - 51.5570377 - ] - }, - "id": "node/4783522711" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522712", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.959825, - 51.5576624 - ] - }, - "id": "node/4783522712" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522713", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598103, - 51.5578129 - ] - }, - "id": "node/4783522713" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522714", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598713, - 51.5580706 - ] - }, - "id": "node/4783522714" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522715", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598304, - 51.5579351 - ] - }, - "id": "node/4783522715" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522716", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600497, - 51.558033 - ] - }, - "id": "node/4783522716" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522717", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9599605, - 51.5581389 - ] - }, - "id": "node/4783522717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522718", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9599149, - 51.558199 - ] - }, - "id": "node/4783522718" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522719", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9599793, - 51.5583265 - ] - }, - "id": "node/4783522719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783522720", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600524, - 51.5584454 - ] - }, - "id": "node/4783522720" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524521", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9609261, - 51.559207 - ] - }, - "id": "node/4783524521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524522", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9615963, - 51.5600264 - ] - }, - "id": "node/4783524522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524523", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9615588, - 51.5599318 - ] - }, - "id": "node/4783524523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524524", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9614796, - 51.5599526 - ] - }, - "id": "node/4783524524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524525", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9613442, - 51.5598463 - ] - }, - "id": "node/4783524525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524526", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.961249, - 51.5596996 - ] - }, - "id": "node/4783524526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524527", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9612174, - 51.55973 - ] - }, - "id": "node/4783524527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524528", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.961196, - 51.5596791 - ] - }, - "id": "node/4783524528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524529", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9610867, - 51.5596129 - ] - }, - "id": "node/4783524529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524530", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9610438, - 51.559542 - ] - }, - "id": "node/4783524530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524531", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9609727, - 51.5595028 - ] - }, - "id": "node/4783524531" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524532", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.960854, - 51.559389 - ] - }, - "id": "node/4783524532" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524533", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9607393, - 51.5592814 - ] - }, - "id": "node/4783524533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524534", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9606327, - 51.5591655 - ] - }, - "id": "node/4783524534" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524535", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.960516, - 51.5590488 - ] - }, - "id": "node/4783524535" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524536", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9604262, - 51.5589308 - ] - }, - "id": "node/4783524536" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524537", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9602398, - 51.5586982 - ] - }, - "id": "node/4783524537" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524538", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9603337, - 51.5588208 - ] - }, - "id": "node/4783524538" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524539", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9623245, - 51.5597542 - ] - }, - "id": "node/4783524539" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524540", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9625485, - 51.5600172 - ] - }, - "id": "node/4783524540" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524541", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9624754, - 51.5599968 - ] - }, - "id": "node/4783524541" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524542", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9624218, - 51.5599918 - ] - }, - "id": "node/4783524542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524543", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9623011, - 51.5599226 - ] - }, - "id": "node/4783524543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524544", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9620107, - 51.5599193 - ] - }, - "id": "node/4783524544" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524545", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9619792, - 51.5599063 - ] - }, - "id": "node/4783524545" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524546", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9618826, - 51.5599639 - ] - }, - "id": "node/4783524546" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524547", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9620657, - 51.5599322 - ] - }, - "id": "node/4783524547" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524548", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9617995, - 51.5598817 - ] - }, - "id": "node/4783524548" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524549", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9617827, - 51.559853 - ] - }, - "id": "node/4783524549" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524550", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9618082, - 51.5598021 - ] - }, - "id": "node/4783524550" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524551", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9616888, - 51.55971 - ] - }, - "id": "node/4783524551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524552", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9616768, - 51.5596779 - ] - }, - "id": "node/4783524552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524553", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9616312, - 51.5596379 - ] - }, - "id": "node/4783524553" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524554", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9612939, - 51.5594111 - ] - }, - "id": "node/4783524554" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524555", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9615634, - 51.5595186 - ] - }, - "id": "node/4783524555" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524556", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9615165, - 51.5594711 - ] - }, - "id": "node/4783524556" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524557", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9615856, - 51.559469 - ] - }, - "id": "node/4783524557" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524558", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9615507, - 51.5593202 - ] - }, - "id": "node/4783524558" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524559", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9615621, - 51.559251 - ] - }, - "id": "node/4783524559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524560", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9615219, - 51.5591163 - ] - }, - "id": "node/4783524560" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524561", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9614193, - 51.5592043 - ] - }, - "id": "node/4783524561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524562", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9611625, - 51.5591943 - ] - }, - "id": "node/4783524562" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524563", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9611014, - 51.5592093 - ] - }, - "id": "node/4783524563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524564", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.960964, - 51.5591534 - ] - }, - "id": "node/4783524564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524565", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9609553, - 51.5590959 - ] - }, - "id": "node/4783524565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524566", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9614756, - 51.5589508 - ] - }, - "id": "node/4783524566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524567", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9613053, - 51.5590992 - ] - }, - "id": "node/4783524567" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524568", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9611443, - 51.5590596 - ] - }, - "id": "node/4783524568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524569", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.961204, - 51.5590109 - ] - }, - "id": "node/4783524569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524570", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.961149, - 51.5590009 - ] - }, - "id": "node/4783524570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524571", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.96097, - 51.5589792 - ] - }, - "id": "node/4783524571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524572", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9609217, - 51.5589479 - ] - }, - "id": "node/4783524572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524573", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9606877, - 51.5588316 - ] - }, - "id": "node/4783524573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524574", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9607293, - 51.5587866 - ] - }, - "id": "node/4783524574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524575", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9607796, - 51.5588299 - ] - }, - "id": "node/4783524575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524576", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.960905, - 51.5587649 - ] - }, - "id": "node/4783524576" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524577", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9608158, - 51.5586665 - ] - }, - "id": "node/4783524577" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524578", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9607722, - 51.5586344 - ] - }, - "id": "node/4783524578" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524579", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9608325, - 51.5586152 - ] - }, - "id": "node/4783524579" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524580", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9614015, - 51.5584479 - ] - }, - "id": "node/4783524580" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524581", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9615752, - 51.5584341 - ] - }, - "id": "node/4783524581" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524582", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9615162, - 51.5584337 - ] - }, - "id": "node/4783524582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524583", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9614652, - 51.5584683 - ] - }, - "id": "node/4783524583" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524584", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9614451, - 51.5584283 - ] - }, - "id": "node/4783524584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524585", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9615316, - 51.5583382 - ] - }, - "id": "node/4783524585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524586", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9612225, - 51.5583853 - ] - }, - "id": "node/4783524586" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524587", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9611594, - 51.5583957 - ] - }, - "id": "node/4783524587" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524588", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9611333, - 51.5583699 - ] - }, - "id": "node/4783524588" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524589", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9608966, - 51.5584149 - ] - }, - "id": "node/4783524589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524590", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9608168, - 51.5583891 - ] - }, - "id": "node/4783524590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524591", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9603588, - 51.5583737 - ] - }, - "id": "node/4783524591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524592", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9603648, - 51.5582215 - ] - }, - "id": "node/4783524592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524593", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9605412, - 51.5583595 - ] - }, - "id": "node/4783524593" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524594", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9606277, - 51.5583257 - ] - }, - "id": "node/4783524594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524595", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9605573, - 51.5583015 - ] - }, - "id": "node/4783524595" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524596", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.96079, - 51.5582402 - ] - }, - "id": "node/4783524596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524597", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9606907, - 51.5581927 - ] - }, - "id": "node/4783524597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524598", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9606049, - 51.5581252 - ] - }, - "id": "node/4783524598" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524599", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9606719, - 51.5581006 - ] - }, - "id": "node/4783524599" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524600", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.960686, - 51.5580351 - ] - }, - "id": "node/4783524600" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524601", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9607665, - 51.5580501 - ] - }, - "id": "node/4783524601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524602", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9608228, - 51.5579847 - ] - }, - "id": "node/4783524602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524603", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9614176, - 51.5577883 - ] - }, - "id": "node/4783524603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524604", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9610253, - 51.5578334 - ] - }, - "id": "node/4783524604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524605", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9611058, - 51.5579151 - ] - }, - "id": "node/4783524605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524606", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9613546, - 51.5579789 - ] - }, - "id": "node/4783524606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524607", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9615544, - 51.5579051 - ] - }, - "id": "node/4783524607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524608", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9615108, - 51.5579238 - ] - }, - "id": "node/4783524608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524609", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9615564, - 51.5579326 - ] - }, - "id": "node/4783524609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524610", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9614793, - 51.5579972 - ] - }, - "id": "node/4783524610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524611", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9614283, - 51.5579834 - ] - }, - "id": "node/4783524611" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524612", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9614639, - 51.5580385 - ] - }, - "id": "node/4783524612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524613", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9615155, - 51.5580618 - ] - }, - "id": "node/4783524613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524614", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9615886, - 51.5580985 - ] - }, - "id": "node/4783524614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524615", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9615772, - 51.5581677 - ] - }, - "id": "node/4783524615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524616", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9616013, - 51.5581268 - ] - }, - "id": "node/4783524616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524617", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.961191, - 51.5582711 - ] - }, - "id": "node/4783524617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524618", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9612526, - 51.5582215 - ] - }, - "id": "node/4783524618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524619", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9614223, - 51.5581506 - ] - }, - "id": "node/4783524619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524620", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9613626, - 51.5581185 - ] - }, - "id": "node/4783524620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524621", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9612848, - 51.5581106 - ] - }, - "id": "node/4783524621" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524622", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9612889, - 51.5580581 - ] - }, - "id": "node/4783524622" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524623", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9611454, - 51.5580543 - ] - }, - "id": "node/4783524623" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524624", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9612178, - 51.5580539 - ] - }, - "id": "node/4783524624" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524625", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9611467, - 51.5580151 - ] - }, - "id": "node/4783524625" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524626", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9610481, - 51.5579972 - ] - }, - "id": "node/4783524626" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524627", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9609308, - 51.5579713 - ] - }, - "id": "node/4783524627" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524628", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9609187, - 51.5580222 - ] - }, - "id": "node/4783524628" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524629", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9609871, - 51.5580614 - ] - }, - "id": "node/4783524629" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524630", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9611353, - 51.5581481 - ] - }, - "id": "node/4783524630" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524631", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9608329, - 51.5581323 - ] - }, - "id": "node/4783524631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524632", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9607759, - 51.5581193 - ] - }, - "id": "node/4783524632" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524638", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9639613, - 51.5575465 - ] - }, - "id": "node/4783524638" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524639", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9639003, - 51.5575565 - ] - }, - "id": "node/4783524639" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524640", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9637642, - 51.5574948 - ] - }, - "id": "node/4783524640" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524641", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9624211, - 51.5569433 - ] - }, - "id": "node/4783524641" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524642", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.962468, - 51.5570333 - ] - }, - "id": "node/4783524642" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524643", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9628777, - 51.557035 - ] - }, - "id": "node/4783524643" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524644", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9630035, - 51.5573383 - ] - }, - "id": "node/4783524644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524645", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9632683, - 51.5574096 - ] - }, - "id": "node/4783524645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524646", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9626407, - 51.5573329 - ] - }, - "id": "node/4783524646" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524647", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9628412, - 51.5574058 - ] - }, - "id": "node/4783524647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524648", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9629599, - 51.5574338 - ] - }, - "id": "node/4783524648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524649", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.963277, - 51.5575384 - ] - }, - "id": "node/4783524649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524650", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9634272, - 51.5575922 - ] - }, - "id": "node/4783524650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524651", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9635667, - 51.557641 - ] - }, - "id": "node/4783524651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524652", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9636774, - 51.5576781 - ] - }, - "id": "node/4783524652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524653", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.963792, - 51.557716 - ] - }, - "id": "node/4783524653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524654", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9638939, - 51.5577556 - ] - }, - "id": "node/4783524654" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524655", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9639892, - 51.5577865 - ] - }, - "id": "node/4783524655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524656", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9642701, - 51.5579251 - ] - }, - "id": "node/4783524656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783524657", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.964355, - 51.5579601 - ] - }, - "id": "node/4783524657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783527063", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.96013, - 51.5585124 - ] - }, - "id": "node/4783527063" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633122", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9481402, - 51.5595155 - ] - }, - "id": "node/4783633122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633123", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9479973, - 51.5595059 - ] - }, - "id": "node/4783633123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633124", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.947768, - 51.5595163 - ] - }, - "id": "node/4783633124" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633125", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9476909, - 51.5595497 - ] - }, - "id": "node/4783633125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633126", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9476466, - 51.5595501 - ] - }, - "id": "node/4783633126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633127", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9472396, - 51.5595163 - ] - }, - "id": "node/4783633127" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633128", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.947196, - 51.5594563 - ] - }, - "id": "node/4783633128" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633129", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9473067, - 51.5593892 - ] - }, - "id": "node/4783633129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633130", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9474039, - 51.5593763 - ] - }, - "id": "node/4783633130" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633131", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9472443, - 51.5589531 - ] - }, - "id": "node/4783633131" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633132", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9475132, - 51.559004 - ] - }, - "id": "node/4783633132" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633133", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9474126, - 51.5589648 - ] - }, - "id": "node/4783633133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633134", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9473033, - 51.5590974 - ] - }, - "id": "node/4783633134" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633135", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.947473, - 51.5590928 - ] - }, - "id": "node/4783633135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633136", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9474233, - 51.559049 - ] - }, - "id": "node/4783633136" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633137", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9473543, - 51.5590774 - ] - }, - "id": "node/4783633137" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633138", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9476044, - 51.5592033 - ] - }, - "id": "node/4783633138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633139", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9476191, - 51.5591407 - ] - }, - "id": "node/4783633139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633140", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9474468, - 51.5592074 - ] - }, - "id": "node/4783633140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633141", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9471967, - 51.5591899 - ] - }, - "id": "node/4783633141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633142", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9469399, - 51.5589777 - ] - }, - "id": "node/4783633142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633143", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9467809, - 51.559029 - ] - }, - "id": "node/4783633143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633144", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9467427, - 51.5589169 - ] - }, - "id": "node/4783633144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633145", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9467729, - 51.5588385 - ] - }, - "id": "node/4783633145" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633151", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448208, - 51.5597001 - ] - }, - "id": "node/4783633151" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633152", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450561, - 51.5596319 - ] - }, - "id": "node/4783633152" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633153", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451114, - 51.5596292 - ] - }, - "id": "node/4783633153" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633154", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454015, - 51.5595838 - ] - }, - "id": "node/4783633154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633155", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455852, - 51.5596332 - ] - }, - "id": "node/4783633155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633156", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453922, - 51.5596514 - ] - }, - "id": "node/4783633156" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633157", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454162, - 51.5594535 - ] - }, - "id": "node/4783633157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633158", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456288, - 51.5594746 - ] - }, - "id": "node/4783633158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633159", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457984, - 51.5595037 - ] - }, - "id": "node/4783633159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633160", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460465, - 51.5595475 - ] - }, - "id": "node/4783633160" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633161", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946252, - 51.5595879 - ] - }, - "id": "node/4783633161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633162", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946673, - 51.5596347 - ] - }, - "id": "node/4783633162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633163", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468849, - 51.5596304 - ] - }, - "id": "node/4783633163" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633164", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9470478, - 51.5596316 - ] - }, - "id": "node/4783633164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633165", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9476336, - 51.5596214 - ] - }, - "id": "node/4783633165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633166", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9477204, - 51.5596222 - ] - }, - "id": "node/4783633166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633167", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9477784, - 51.5596231 - ] - }, - "id": "node/4783633167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633168", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.94794, - 51.5596206 - ] - }, - "id": "node/4783633168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633169", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9480231, - 51.5596262 - ] - }, - "id": "node/4783633169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633805", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9491695, - 51.5568525 - ] - }, - "id": "node/4783633805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633806", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490622, - 51.5568708 - ] - }, - "id": "node/4783633806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633807", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9489851, - 51.5568483 - ] - }, - "id": "node/4783633807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633808", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9484151, - 51.5568462 - ] - }, - "id": "node/4783633808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633809", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9487377, - 51.5569104 - ] - }, - "id": "node/4783633809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633810", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9486203, - 51.5568725 - ] - }, - "id": "node/4783633810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633811", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9485365, - 51.5568621 - ] - }, - "id": "node/4783633811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633812", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9484077, - 51.5567124 - ] - }, - "id": "node/4783633812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633813", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9484158, - 51.5565857 - ] - }, - "id": "node/4783633813" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633814", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9483548, - 51.5565515 - ] - }, - "id": "node/4783633814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783633815", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9484027, - 51.556289 - ] - }, - "id": "node/4783633815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783634294", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455996, - 51.5561767 - ] - }, - "id": "node/4783634294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783634295", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454374, - 51.5566405 - ] - }, - "id": "node/4783634295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783634296", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945305, - 51.5566414 - ] - }, - "id": "node/4783634296" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783634297", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451702, - 51.5566424 - ] - }, - "id": "node/4783634297" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783634298", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449717, - 51.5566438 - ] - }, - "id": "node/4783634298" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783634299", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447736, - 51.5566452 - ] - }, - "id": "node/4783634299" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783634300", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445409, - 51.5566468 - ] - }, - "id": "node/4783634300" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783634302", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459239, - 51.5562069 - ] - }, - "id": "node/4783634302" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783634303", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460292, - 51.5562108 - ] - }, - "id": "node/4783634303" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783634304", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459383, - 51.556284 - ] - }, - "id": "node/4783634304" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708201", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9623332, - 51.5610361 - ] - }, - "id": "node/4783708201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708202", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9630698, - 51.560767 - ] - }, - "id": "node/4783708202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708203", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9627466, - 51.5607587 - ] - }, - "id": "node/4783708203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708204", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9622719, - 51.5604639 - ] - }, - "id": "node/4783708204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708205", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.962063, - 51.5604108 - ] - }, - "id": "node/4783708205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708206", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9619718, - 51.5603924 - ] - }, - "id": "node/4783708206" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708207", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.962173, - 51.5604525 - ] - }, - "id": "node/4783708207" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708208", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9619718, - 51.5607643 - ] - }, - "id": "node/4783708208" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708209", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.961898, - 51.5607435 - ] - }, - "id": "node/4783708209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708210", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9619101, - 51.5606968 - ] - }, - "id": "node/4783708210" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708211", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9620845, - 51.5606818 - ] - }, - "id": "node/4783708211" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708212", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9620174, - 51.5607176 - ] - }, - "id": "node/4783708212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708213", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9619839, - 51.5606959 - ] - }, - "id": "node/4783708213" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708214", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9622212, - 51.5607009 - ] - }, - "id": "node/4783708214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708215", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9624331, - 51.5607143 - ] - }, - "id": "node/4783708215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708216", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9625337, - 51.5605925 - ] - }, - "id": "node/4783708216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708217", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9624191, - 51.5605609 - ] - }, - "id": "node/4783708217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708218", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.962236, - 51.56056 - ] - }, - "id": "node/4783708218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708219", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9615748, - 51.5608335 - ] - }, - "id": "node/4783708219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708220", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9612925, - 51.5608523 - ] - }, - "id": "node/4783708220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708821", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9613603, - 51.5607205 - ] - }, - "id": "node/4783708821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708822", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9612375, - 51.5607197 - ] - }, - "id": "node/4783708822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708823", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9608862, - 51.5605388 - ] - }, - "id": "node/4783708823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708824", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9608339, - 51.5604441 - ] - }, - "id": "node/4783708824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708825", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.960797, - 51.5603975 - ] - }, - "id": "node/4783708825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708826", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9608614, - 51.5598534 - ] - }, - "id": "node/4783708826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708827", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9609646, - 51.5599993 - ] - }, - "id": "node/4783708827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708828", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9610411, - 51.5599168 - ] - }, - "id": "node/4783708828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708829", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9610867, - 51.5600806 - ] - }, - "id": "node/4783708829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708830", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9611363, - 51.5600323 - ] - }, - "id": "node/4783708830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708831", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9611303, - 51.5604245 - ] - }, - "id": "node/4783708831" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708832", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9611826, - 51.5603908 - ] - }, - "id": "node/4783708832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708833", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9610914, - 51.5603441 - ] - }, - "id": "node/4783708833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708834", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.961029, - 51.5602999 - ] - }, - "id": "node/4783708834" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708835", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9611309, - 51.5602695 - ] - }, - "id": "node/4783708835" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708836", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9615185, - 51.5604354 - ] - }, - "id": "node/4783708836" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708837", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9613991, - 51.5603066 - ] - }, - "id": "node/4783708837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708838", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9613006, - 51.5601382 - ] - }, - "id": "node/4783708838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708839", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9613294, - 51.5600969 - ] - }, - "id": "node/4783708839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708840", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9614441, - 51.5601936 - ] - }, - "id": "node/4783708840" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708841", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9613831, - 51.5601565 - ] - }, - "id": "node/4783708841" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708842", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9615098, - 51.560184 - ] - }, - "id": "node/4783708842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708843", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9618766, - 51.5603358 - ] - }, - "id": "node/4783708843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708844", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9616808, - 51.5603207 - ] - }, - "id": "node/4783708844" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708845", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.961717, - 51.5605071 - ] - }, - "id": "node/4783708845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708846", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9616181, - 51.5606765 - ] - }, - "id": "node/4783708846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708917", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601242, - 51.5609272 - ] - }, - "id": "node/4783708917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708918", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600095, - 51.5608422 - ] - }, - "id": "node/4783708918" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708919", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601845, - 51.5608168 - ] - }, - "id": "node/4783708919" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708920", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.960159, - 51.5604845 - ] - }, - "id": "node/4783708920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708921", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600813, - 51.5606379 - ] - }, - "id": "node/4783708921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708922", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600839, - 51.56069 - ] - }, - "id": "node/4783708922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708923", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600645, - 51.5607463 - ] - }, - "id": "node/4783708923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708934", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600509, - 51.5608842 - ] - }, - "id": "node/4783708934" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708935", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9599342, - 51.5609226 - ] - }, - "id": "node/4783708935" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708936", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9599, - 51.5609763 - ] - }, - "id": "node/4783708936" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708937", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600388, - 51.5610097 - ] - }, - "id": "node/4783708937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708938", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9599047, - 51.5610384 - ] - }, - "id": "node/4783708938" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708939", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9595554, - 51.5610718 - ] - }, - "id": "node/4783708939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708940", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9592798, - 51.5607471 - ] - }, - "id": "node/4783708940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708941", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.959314, - 51.5607946 - ] - }, - "id": "node/4783708941" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708942", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9594763, - 51.5608017 - ] - }, - "id": "node/4783708942" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708943", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9593958, - 51.5608563 - ] - }, - "id": "node/4783708943" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708944", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9595802, - 51.5609126 - ] - }, - "id": "node/4783708944" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708945", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9594682, - 51.5608859 - ] - }, - "id": "node/4783708945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708946", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9591061, - 51.5608229 - ] - }, - "id": "node/4783708946" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708947", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9592382, - 51.5609126 - ] - }, - "id": "node/4783708947" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708948", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9590954, - 51.5609993 - ] - }, - "id": "node/4783708948" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783708949", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9593368, - 51.5610418 - ] - }, - "id": "node/4783708949" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709014", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9595063, - 51.5576417 - ] - }, - "id": "node/4783709014" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709015", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9594889, - 51.5577134 - ] - }, - "id": "node/4783709015" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709016", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9593501, - 51.557708 - ] - }, - "id": "node/4783709016" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709017", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.959269, - 51.5577084 - ] - }, - "id": "node/4783709017" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709018", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9592227, - 51.5576988 - ] - }, - "id": "node/4783709018" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709019", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9592234, - 51.5579269 - ] - }, - "id": "node/4783709019" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709020", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9595117, - 51.5579285 - ] - }, - "id": "node/4783709020" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709021", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9594225, - 51.5580303 - ] - }, - "id": "node/4783709021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709022", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9596666, - 51.5582887 - ] - }, - "id": "node/4783709022" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709023", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9596177, - 51.5582429 - ] - }, - "id": "node/4783709023" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709024", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9595379, - 51.5582491 - ] - }, - "id": "node/4783709024" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709025", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9593266, - 51.5582529 - ] - }, - "id": "node/4783709025" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709026", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9592448, - 51.5583817 - ] - }, - "id": "node/4783709026" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709027", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9592341, - 51.5582867 - ] - }, - "id": "node/4783709027" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709028", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9593729, - 51.5584776 - ] - }, - "id": "node/4783709028" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709029", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9593199, - 51.558403 - ] - }, - "id": "node/4783709029" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709030", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9595003, - 51.5584063 - ] - }, - "id": "node/4783709030" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709031", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9596338, - 51.5585126 - ] - }, - "id": "node/4783709031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709032", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9597967, - 51.5584397 - ] - }, - "id": "node/4783709032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709033", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598812, - 51.5585456 - ] - }, - "id": "node/4783709033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709034", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598322, - 51.558576 - ] - }, - "id": "node/4783709034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709035", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598651, - 51.5586381 - ] - }, - "id": "node/4783709035" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709036", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.959912, - 51.5586694 - ] - }, - "id": "node/4783709036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709037", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598443, - 51.5586965 - ] - }, - "id": "node/4783709037" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709038", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9597759, - 51.5586485 - ] - }, - "id": "node/4783709038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709039", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9596398, - 51.5586293 - ] - }, - "id": "node/4783709039" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709040", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600321, - 51.5589654 - ] - }, - "id": "node/4783709040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709041", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598477, - 51.5589566 - ] - }, - "id": "node/4783709041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709042", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598161, - 51.559253 - ] - }, - "id": "node/4783709042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709043", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598088, - 51.5591821 - ] - }, - "id": "node/4783709043" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709044", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598316, - 51.559509 - ] - }, - "id": "node/4783709044" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709045", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598242, - 51.5595703 - ] - }, - "id": "node/4783709045" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709046", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598703, - 51.5592211 - ] - }, - "id": "node/4783709046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709047", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600607, - 51.5601269 - ] - }, - "id": "node/4783709047" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709048", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600543, - 51.559943 - ] - }, - "id": "node/4783709048" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709049", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600493, - 51.559799 - ] - }, - "id": "node/4783709049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709050", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600447, - 51.5596662 - ] - }, - "id": "node/4783709050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709051", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600385, - 51.5594854 - ] - }, - "id": "node/4783709051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709052", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600321, - 51.5593014 - ] - }, - "id": "node/4783709052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709053", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600257, - 51.5591176 - ] - }, - "id": "node/4783709053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709054", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598668, - 51.5591197 - ] - }, - "id": "node/4783709054" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709055", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598732, - 51.5593035 - ] - }, - "id": "node/4783709055" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709056", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598796, - 51.5594876 - ] - }, - "id": "node/4783709056" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709057", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598858, - 51.5596684 - ] - }, - "id": "node/4783709057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709058", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598904, - 51.5598011 - ] - }, - "id": "node/4783709058" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709059", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598954, - 51.5599451 - ] - }, - "id": "node/4783709059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709060", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9599018, - 51.560129 - ] - }, - "id": "node/4783709060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783709061", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598477, - 51.5600424 - ] - }, - "id": "node/4783709061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715943", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9578219, - 51.5596996 - ] - }, - "id": "node/4783715943" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715944", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.957838, - 51.5598364 - ] - }, - "id": "node/4783715944" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715945", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9576221, - 51.5596859 - ] - }, - "id": "node/4783715945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715946", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9575731, - 51.5594816 - ] - }, - "id": "node/4783715946" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715948", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9571778, - 51.5597791 - ] - }, - "id": "node/4783715948" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715949", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9577619, - 51.5604302 - ] - }, - "id": "node/4783715949" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715951", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9576948, - 51.5601667 - ] - }, - "id": "node/4783715951" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715952", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9576653, - 51.5599683 - ] - }, - "id": "node/4783715952" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715953", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9575687, - 51.5598649 - ] - }, - "id": "node/4783715953" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715954", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.957444, - 51.5597615 - ] - }, - "id": "node/4783715954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715955", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9571859, - 51.5599416 - ] - }, - "id": "node/4783715955" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715956", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9590671, - 51.5606163 - ] - }, - "id": "node/4783715956" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715957", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9590684, - 51.5606885 - ] - }, - "id": "node/4783715957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715958", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9588659, - 51.5605676 - ] - }, - "id": "node/4783715958" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715959", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9589189, - 51.5606284 - ] - }, - "id": "node/4783715959" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715960", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9589223, - 51.560668 - ] - }, - "id": "node/4783715960" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715961", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9586406, - 51.5606818 - ] - }, - "id": "node/4783715961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715962", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9586876, - 51.5605776 - ] - }, - "id": "node/4783715962" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715963", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.958654, - 51.5605997 - ] - }, - "id": "node/4783715963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715964", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9581977, - 51.5608629 - ] - }, - "id": "node/4783715964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715965", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9582929, - 51.56086 - ] - }, - "id": "node/4783715965" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715966", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9584384, - 51.5608116 - ] - }, - "id": "node/4783715966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715967", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9584029, - 51.5606299 - ] - }, - "id": "node/4783715967" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715968", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.958427, - 51.5607045 - ] - }, - "id": "node/4783715968" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715969", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.958303, - 51.5606832 - ] - }, - "id": "node/4783715969" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715970", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9582185, - 51.5606832 - ] - }, - "id": "node/4783715970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715972", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9580133, - 51.5606716 - ] - }, - "id": "node/4783715972" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715975", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9580086, - 51.5608721 - ] - }, - "id": "node/4783715975" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715976", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9580998, - 51.5608721 - ] - }, - "id": "node/4783715976" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715977", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9581263, - 51.5612516 - ] - }, - "id": "node/4783715977" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715978", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9582658, - 51.5612387 - ] - }, - "id": "node/4783715978" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715979", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9583841, - 51.5609104 - ] - }, - "id": "node/4783715979" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715980", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9668031, - 51.5606037 - ] - }, - "id": "node/4783715980" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715981", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9671762, - 51.5608309 - ] - }, - "id": "node/4783715981" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715983", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9671217, - 51.5607977 - ] - }, - "id": "node/4783715983" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715984", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9670694, - 51.5607658 - ] - }, - "id": "node/4783715984" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715985", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9670226, - 51.5607374 - ] - }, - "id": "node/4783715985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715987", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9669703, - 51.5607055 - ] - }, - "id": "node/4783715987" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715988", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9669168, - 51.5606729 - ] - }, - "id": "node/4783715988" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783715989", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9668632, - 51.5606403 - ] - }, - "id": "node/4783715989" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726449", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9632835, - 51.5579864 - ] - }, - "id": "node/4783726449" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726450", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9629697, - 51.5579018 - ] - }, - "id": "node/4783726450" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726451", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9630388, - 51.5579697 - ] - }, - "id": "node/4783726451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726452", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9631729, - 51.5580836 - ] - }, - "id": "node/4783726452" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726458", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9647036, - 51.5585193 - ] - }, - "id": "node/4783726458" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726459", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9644401, - 51.5584505 - ] - }, - "id": "node/4783726459" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726460", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9642369, - 51.5584405 - ] - }, - "id": "node/4783726460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726461", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9644132, - 51.5583255 - ] - }, - "id": "node/4783726461" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726462", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9642235, - 51.5582934 - ] - }, - "id": "node/4783726462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726463", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9640907, - 51.558373 - ] - }, - "id": "node/4783726463" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726464", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9632954, - 51.5582533 - ] - }, - "id": "node/4783726464" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726465", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9633625, - 51.5581141 - ] - }, - "id": "node/4783726465" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726466", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9634383, - 51.5581754 - ] - }, - "id": "node/4783726466" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726467", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.963632, - 51.558167 - ] - }, - "id": "node/4783726467" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726468", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9637004, - 51.55827 - ] - }, - "id": "node/4783726468" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726469", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9637695, - 51.5581804 - ] - }, - "id": "node/4783726469" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726470", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9638721, - 51.5582437 - ] - }, - "id": "node/4783726470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726471", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9639874, - 51.5581295 - ] - }, - "id": "node/4783726471" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726472", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9643247, - 51.5580857 - ] - }, - "id": "node/4783726472" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726473", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9634999, - 51.5578973 - ] - }, - "id": "node/4783726473" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726474", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9634222, - 51.5578969 - ] - }, - "id": "node/4783726474" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726475", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9637675, - 51.5580057 - ] - }, - "id": "node/4783726475" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726476", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9636119, - 51.5579869 - ] - }, - "id": "node/4783726476" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726477", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9634543, - 51.5578164 - ] - }, - "id": "node/4783726477" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726478", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9628924, - 51.5576647 - ] - }, - "id": "node/4783726478" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726479", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9632237, - 51.5578398 - ] - }, - "id": "node/4783726479" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726480", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9630889, - 51.5577143 - ] - }, - "id": "node/4783726480" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726481", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9629729, - 51.557723 - ] - }, - "id": "node/4783726481" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726482", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9628609, - 51.5578277 - ] - }, - "id": "node/4783726482" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726483", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9627422, - 51.5577647 - ] - }, - "id": "node/4783726483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726484", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9624371, - 51.5574762 - ] - }, - "id": "node/4783726484" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726485", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9624096, - 51.5575417 - ] - }, - "id": "node/4783726485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726486", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9626195, - 51.5575029 - ] - }, - "id": "node/4783726486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726487", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9627201, - 51.5575359 - ] - }, - "id": "node/4783726487" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726488", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9626705, - 51.5575642 - ] - }, - "id": "node/4783726488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726489", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9628106, - 51.5575434 - ] - }, - "id": "node/4783726489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726490", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9629447, - 51.5575621 - ] - }, - "id": "node/4783726490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726491", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9631653, - 51.5576267 - ] - }, - "id": "node/4783726491" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726492", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9632324, - 51.5576626 - ] - }, - "id": "node/4783726492" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726493", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9633189, - 51.5576788 - ] - }, - "id": "node/4783726493" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726494", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9634778, - 51.5577276 - ] - }, - "id": "node/4783726494" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726495", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9634114, - 51.5576872 - ] - }, - "id": "node/4783726495" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726496", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9635254, - 51.5577264 - ] - }, - "id": "node/4783726496" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726497", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9636247, - 51.5577514 - ] - }, - "id": "node/4783726497" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726498", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9637125, - 51.5577943 - ] - }, - "id": "node/4783726498" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726499", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9637876, - 51.5578198 - ] - }, - "id": "node/4783726499" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726500", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9638969, - 51.5578727 - ] - }, - "id": "node/4783726500" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783726501", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9643187, - 51.5580845 - ] - }, - "id": "node/4783726501" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743607", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9566006, - 51.5580876 - ] - }, - "id": "node/4783743607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743608", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9569232, - 51.5586108 - ] - }, - "id": "node/4783743608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743609", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.957119, - 51.5593216 - ] - }, - "id": "node/4783743609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743610", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9567763, - 51.5593216 - ] - }, - "id": "node/4783743610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743613", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9572893, - 51.5587021 - ] - }, - "id": "node/4783743613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743614", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9570801, - 51.5586471 - ] - }, - "id": "node/4783743614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743615", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9568407, - 51.5586267 - ] - }, - "id": "node/4783743615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743616", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9567616, - 51.5585128 - ] - }, - "id": "node/4783743616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743617", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9567207, - 51.5584345 - ] - }, - "id": "node/4783743617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743618", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9566583, - 51.5584883 - ] - }, - "id": "node/4783743618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743619", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9567455, - 51.5580488 - ] - }, - "id": "node/4783743619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743620", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9567475, - 51.5581231 - ] - }, - "id": "node/4783743620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743646", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.957582, - 51.5577374 - ] - }, - "id": "node/4783743646" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743647", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9575243, - 51.5576278 - ] - }, - "id": "node/4783743647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743648", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9575096, - 51.5574185 - ] - }, - "id": "node/4783743648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743649", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9575129, - 51.5573576 - ] - }, - "id": "node/4783743649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743650", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9577402, - 51.5570645 - ] - }, - "id": "node/4783743650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743651", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9577697, - 51.557027 - ] - }, - "id": "node/4783743651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743652", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9577919, - 51.5570545 - ] - }, - "id": "node/4783743652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743653", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9578106, - 51.5570287 - ] - }, - "id": "node/4783743653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743654", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9578314, - 51.5570304 - ] - }, - "id": "node/4783743654" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743655", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.957936, - 51.5569574 - ] - }, - "id": "node/4783743655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743656", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.957981, - 51.556967 - ] - }, - "id": "node/4783743656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743657", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9579883, - 51.5569511 - ] - }, - "id": "node/4783743657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743658", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9580447, - 51.5569245 - ] - }, - "id": "node/4783743658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743659", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9581942, - 51.5569882 - ] - }, - "id": "node/4783743659" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743660", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.958331, - 51.5570937 - ] - }, - "id": "node/4783743660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743661", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9583337, - 51.5569762 - ] - }, - "id": "node/4783743661" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743662", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9583853, - 51.5569107 - ] - }, - "id": "node/4783743662" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743663", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9585067, - 51.5570516 - ] - }, - "id": "node/4783743663" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743664", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9586334, - 51.556972 - ] - }, - "id": "node/4783743664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743665", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9587561, - 51.5569862 - ] - }, - "id": "node/4783743665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743666", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9589559, - 51.5567052 - ] - }, - "id": "node/4783743666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743667", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9586488, - 51.5567756 - ] - }, - "id": "node/4783743667" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743668", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9587937, - 51.5568553 - ] - }, - "id": "node/4783743668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743669", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9588312, - 51.5568294 - ] - }, - "id": "node/4783743669" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743670", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9588922, - 51.5568265 - ] - }, - "id": "node/4783743670" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743671", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.959029, - 51.5568936 - ] - }, - "id": "node/4783743671" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743672", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9592436, - 51.5567865 - ] - }, - "id": "node/4783743672" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743673", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9596815, - 51.5568448 - ] - }, - "id": "node/4783743673" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743674", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9597385, - 51.5567394 - ] - }, - "id": "node/4783743674" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743675", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9597727, - 51.5566518 - ] - }, - "id": "node/4783743675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743676", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9597023, - 51.5566368 - ] - }, - "id": "node/4783743676" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743677", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9595977, - 51.5566001 - ] - }, - "id": "node/4783743677" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743678", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.959709, - 51.5565822 - ] - }, - "id": "node/4783743678" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743679", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9597532, - 51.5565759 - ] - }, - "id": "node/4783743679" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743680", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9597861, - 51.5565747 - ] - }, - "id": "node/4783743680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743681", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598257, - 51.5565659 - ] - }, - "id": "node/4783743681" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743724", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9563398, - 51.5576022 - ] - }, - "id": "node/4783743724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743725", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9562413, - 51.5574225 - ] - }, - "id": "node/4783743725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743726", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9566168, - 51.5574608 - ] - }, - "id": "node/4783743726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743727", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9564129, - 51.5575225 - ] - }, - "id": "node/4783743727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743728", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9563915, - 51.5574275 - ] - }, - "id": "node/4783743728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743729", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9567958, - 51.5572603 - ] - }, - "id": "node/4783743729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743730", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9569286, - 51.5572428 - ] - }, - "id": "node/4783743730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743731", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9569836, - 51.557232 - ] - }, - "id": "node/4783743731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743732", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9570385, - 51.5572161 - ] - }, - "id": "node/4783743732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743733", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9571411, - 51.5571773 - ] - }, - "id": "node/4783743733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743734", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.957465, - 51.5571115 - ] - }, - "id": "node/4783743734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743735", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9574268, - 51.5571294 - ] - }, - "id": "node/4783743735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743736", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9573812, - 51.5571286 - ] - }, - "id": "node/4783743736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743737", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9573302, - 51.5571719 - ] - }, - "id": "node/4783743737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743738", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.957117, - 51.5573683 - ] - }, - "id": "node/4783743738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743739", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.957115, - 51.5573049 - ] - }, - "id": "node/4783743739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743740", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9566644, - 51.5573328 - ] - }, - "id": "node/4783743740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743741", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9567804, - 51.5573679 - ] - }, - "id": "node/4783743741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743742", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9568367, - 51.5573629 - ] - }, - "id": "node/4783743742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743743", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9568883, - 51.5574237 - ] - }, - "id": "node/4783743743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743744", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9569178, - 51.5573991 - ] - }, - "id": "node/4783743744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743745", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.957408, - 51.5573758 - ] - }, - "id": "node/4783743745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743746", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.95741, - 51.5574283 - ] - }, - "id": "node/4783743746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743747", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9574288, - 51.5575847 - ] - }, - "id": "node/4783743747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743748", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9572411, - 51.5576855 - ] - }, - "id": "node/4783743748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743749", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9572122, - 51.5575776 - ] - }, - "id": "node/4783743749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743750", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9571318, - 51.5575067 - ] - }, - "id": "node/4783743750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743751", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9571076, - 51.5575667 - ] - }, - "id": "node/4783743751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743752", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9569748, - 51.5576805 - ] - }, - "id": "node/4783743752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743753", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9567442, - 51.5577356 - ] - }, - "id": "node/4783743753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743754", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9566463, - 51.5577548 - ] - }, - "id": "node/4783743754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743755", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9565886, - 51.5579015 - ] - }, - "id": "node/4783743755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743756", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9568327, - 51.5579603 - ] - }, - "id": "node/4783743756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743757", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9568374, - 51.5578656 - ] - }, - "id": "node/4783743757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743758", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9569125, - 51.5579057 - ] - }, - "id": "node/4783743758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743759", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9570332, - 51.5579624 - ] - }, - "id": "node/4783743759" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743760", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9570124, - 51.5579057 - ] - }, - "id": "node/4783743760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743761", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.957056, - 51.5578056 - ] - }, - "id": "node/4783743761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743762", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9571532, - 51.5578369 - ] - }, - "id": "node/4783743762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743763", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9570982, - 51.5578861 - ] - }, - "id": "node/4783743763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743764", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9576072, - 51.5580737 - ] - }, - "id": "node/4783743764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743772", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9574675, - 51.5591193 - ] - }, - "id": "node/4783743772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743773", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9574635, - 51.5590205 - ] - }, - "id": "node/4783743773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743774", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9577257, - 51.5589863 - ] - }, - "id": "node/4783743774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743775", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9576874, - 51.5588813 - ] - }, - "id": "node/4783743775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743776", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9577303, - 51.5588508 - ] - }, - "id": "node/4783743776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743777", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9576787, - 51.5588279 - ] - }, - "id": "node/4783743777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743778", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9575835, - 51.5588104 - ] - }, - "id": "node/4783743778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743779", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9575842, - 51.5587441 - ] - }, - "id": "node/4783743779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743780", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9574997, - 51.5586908 - ] - }, - "id": "node/4783743780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743781", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9576103, - 51.5586003 - ] - }, - "id": "node/4783743781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743782", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9575587, - 51.5586107 - ] - }, - "id": "node/4783743782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743783", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9576244, - 51.5585269 - ] - }, - "id": "node/4783743783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743784", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9574876, - 51.5584719 - ] - }, - "id": "node/4783743784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743785", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9574843, - 51.5584085 - ] - }, - "id": "node/4783743785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743786", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9575211, - 51.5583935 - ] - }, - "id": "node/4783743786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743787", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9576673, - 51.5583468 - ] - }, - "id": "node/4783743787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743788", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9576606, - 51.5582543 - ] - }, - "id": "node/4783743788" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743789", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9574923, - 51.5582609 - ] - }, - "id": "node/4783743789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743790", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9575285, - 51.5581963 - ] - }, - "id": "node/4783743790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783743791", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9574796, - 51.5582193 - ] - }, - "id": "node/4783743791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784195248", - "natural": "tree", - "survey:date": "2017-04-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9534939, - 51.5585814 - ] - }, - "id": "node/4784195248" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784195249", - "natural": "tree", - "survey:date": "2017-04-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9534928, - 51.5585281 - ] - }, - "id": "node/4784195249" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784195250", - "natural": "tree", - "survey:date": "2017-04-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9534916, - 51.5584741 - ] - }, - "id": "node/4784195250" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784195251", - "natural": "tree", - "survey:date": "2017-04-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9534905, - 51.5584203 - ] - }, - "id": "node/4784195251" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784195252", - "natural": "tree", - "survey:date": "2017-04-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9534892, - 51.5583617 - ] - }, - "id": "node/4784195252" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784233618", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490744, - 51.5596147 - ] - }, - "id": "node/4784233618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784233619", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490289, - 51.5596164 - ] - }, - "id": "node/4784233619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784233620", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9489092, - 51.5596162 - ] - }, - "id": "node/4784233620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784235421", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9486269, - 51.5596135 - ] - }, - "id": "node/4784235421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784235422", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9484998, - 51.5596176 - ] - }, - "id": "node/4784235422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784235423", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9483665, - 51.5596181 - ] - }, - "id": "node/4784235423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784235424", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9482653, - 51.5596202 - ] - }, - "id": "node/4784235424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784235429", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9494295, - 51.5596107 - ] - }, - "id": "node/4784235429" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784235430", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9495338, - 51.5596118 - ] - }, - "id": "node/4784235430" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784235431", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9500394, - 51.5596126 - ] - }, - "id": "node/4784235431" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784235432", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9498506, - 51.5596059 - ] - }, - "id": "node/4784235432" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784669331", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9477601, - 51.5612238 - ] - }, - "id": "node/4784669331" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784669332", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9469889, - 51.561178 - ] - }, - "id": "node/4784669332" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784669335", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9473376, - 51.5611254 - ] - }, - "id": "node/4784669335" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784669336", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9474147, - 51.5611913 - ] - }, - "id": "node/4784669336" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784669337", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9472424, - 51.5611767 - ] - }, - "id": "node/4784669337" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784669338", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9470124, - 51.5612651 - ] - }, - "id": "node/4784669338" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784669339", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9471881, - 51.5612647 - ] - }, - "id": "node/4784669339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784669340", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9473779, - 51.5612672 - ] - }, - "id": "node/4784669340" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784669341", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9473839, - 51.561712 - ] - }, - "id": "node/4784669341" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784669342", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9472028, - 51.5617124 - ] - }, - "id": "node/4784669342" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784669343", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9470191, - 51.561714 - ] - }, - "id": "node/4784669343" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784669344", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9473775, - 51.5614181 - ] - }, - "id": "node/4784669344" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784669345", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9471961, - 51.5614191 - ] - }, - "id": "node/4784669345" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4784669346", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9470198, - 51.56142 - ] - }, - "id": "node/4784669346" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4785235091", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360735, - 51.5384205 - ] - }, - "id": "node/4785235091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4785235092", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9359313, - 51.538398 - ] - }, - "id": "node/4785235092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4785235093", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9357871, - 51.538378 - ] - }, - "id": "node/4785235093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4785235094", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9352921, - 51.5383994 - ] - }, - "id": "node/4785235094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4785235095", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9351191, - 51.5384144 - ] - }, - "id": "node/4785235095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607878", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9638519, - 51.5560552 - ] - }, - "id": "node/4786607878" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607879", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9645342, - 51.5555134 - ] - }, - "id": "node/4786607879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607880", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9639151, - 51.5557057 - ] - }, - "id": "node/4786607880" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607881", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9638742, - 51.5556965 - ] - }, - "id": "node/4786607881" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607882", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9638326, - 51.5556886 - ] - }, - "id": "node/4786607882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607883", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.963376, - 51.5555735 - ] - }, - "id": "node/4786607883" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607884", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9635362, - 51.5556444 - ] - }, - "id": "node/4786607884" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607885", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9638346, - 51.5556036 - ] - }, - "id": "node/4786607885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607886", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9639828, - 51.5555656 - ] - }, - "id": "node/4786607886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607887", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9639929, - 51.5554013 - ] - }, - "id": "node/4786607887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607888", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9636576, - 51.5554826 - ] - }, - "id": "node/4786607888" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607889", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9637126, - 51.5554831 - ] - }, - "id": "node/4786607889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607890", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9637414, - 51.5554927 - ] - }, - "id": "node/4786607890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607891", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9637931, - 51.5554964 - ] - }, - "id": "node/4786607891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607892", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9543373, - 51.5577167 - ] - }, - "id": "node/4786607892" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607893", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9546424, - 51.5577742 - ] - }, - "id": "node/4786607893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607894", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9538824, - 51.557465 - ] - }, - "id": "node/4786607894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607895", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9549877, - 51.5576866 - ] - }, - "id": "node/4786607895" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607896", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9548523, - 51.5576912 - ] - }, - "id": "node/4786607896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607898", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9556623, - 51.5575562 - ] - }, - "id": "node/4786607898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607899", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9554839, - 51.5576116 - ] - }, - "id": "node/4786607899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607900", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9555288, - 51.5577 - ] - }, - "id": "node/4786607900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607901", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9552915, - 51.5577458 - ] - }, - "id": "node/4786607901" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607902", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9552492, - 51.5576299 - ] - }, - "id": "node/4786607902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607904", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9532125, - 51.5576888 - ] - }, - "id": "node/4786607904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607905", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9531186, - 51.5577259 - ] - }, - "id": "node/4786607905" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607906", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9534049, - 51.55767 - ] - }, - "id": "node/4786607906" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607910", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9518591, - 51.5580964 - ] - }, - "id": "node/4786607910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607911", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.951778, - 51.5580193 - ] - }, - "id": "node/4786607911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607913", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9518337, - 51.5577537 - ] - }, - "id": "node/4786607913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607914", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9517901, - 51.5576841 - ] - }, - "id": "node/4786607914" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607915", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9522507, - 51.5577308 - ] - }, - "id": "node/4786607915" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607916", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.952118, - 51.5576587 - ] - }, - "id": "node/4786607916" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607917", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9520449, - 51.5576553 - ] - }, - "id": "node/4786607917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607918", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9520583, - 51.5577337 - ] - }, - "id": "node/4786607918" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607919", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9521381, - 51.5577345 - ] - }, - "id": "node/4786607919" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786607920", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9524103, - 51.5577433 - ] - }, - "id": "node/4786607920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786608021", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9526055, - 51.5577249 - ] - }, - "id": "node/4786608021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786608022", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9526048, - 51.5576391 - ] - }, - "id": "node/4786608022" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786608023", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9528304, - 51.5576138 - ] - }, - "id": "node/4786608023" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662275", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9530051, - 51.5611932 - ] - }, - "id": "node/4786662275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662278", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9520673, - 51.561089 - ] - }, - "id": "node/4786662278" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662279", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9523302, - 51.5610673 - ] - }, - "id": "node/4786662279" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662280", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9527265, - 51.5610652 - ] - }, - "id": "node/4786662280" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662281", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9528143, - 51.5611607 - ] - }, - "id": "node/4786662281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662282", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.95323, - 51.5611586 - ] - }, - "id": "node/4786662282" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662283", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9530939, - 51.5611648 - ] - }, - "id": "node/4786662283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662284", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9530678, - 51.5610485 - ] - }, - "id": "node/4786662284" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662285", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9527948, - 51.5610881 - ] - }, - "id": "node/4786662285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662289", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.952006, - 51.5588067 - ] - }, - "id": "node/4786662289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662290", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9520127, - 51.5588922 - ] - }, - "id": "node/4786662290" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662291", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9519892, - 51.5590406 - ] - }, - "id": "node/4786662291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662292", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9520958, - 51.5590394 - ] - }, - "id": "node/4786662292" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662293", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9529903, - 51.5587096 - ] - }, - "id": "node/4786662293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662294", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9529763, - 51.5587917 - ] - }, - "id": "node/4786662294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662295", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9529816, - 51.5589326 - ] - }, - "id": "node/4786662295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662296", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.952983, - 51.5589839 - ] - }, - "id": "node/4786662296" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662297", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9529166, - 51.5590177 - ] - }, - "id": "node/4786662297" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662298", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9524626, - 51.5590202 - ] - }, - "id": "node/4786662298" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662299", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9525994, - 51.5590018 - ] - }, - "id": "node/4786662299" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662300", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9526933, - 51.5589706 - ] - }, - "id": "node/4786662300" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662301", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9526772, - 51.5589093 - ] - }, - "id": "node/4786662301" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662302", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9525806, - 51.558918 - ] - }, - "id": "node/4786662302" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662303", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9524633, - 51.5587542 - ] - }, - "id": "node/4786662303" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662304", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9524673, - 51.5586883 - ] - }, - "id": "node/4786662304" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662305", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9526799, - 51.5587138 - ] - }, - "id": "node/4786662305" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662306", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9525558, - 51.55873 - ] - }, - "id": "node/4786662306" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662307", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9525826, - 51.5588205 - ] - }, - "id": "node/4786662307" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662311", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9517124, - 51.5591866 - ] - }, - "id": "node/4786662311" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662312", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9516829, - 51.55924 - ] - }, - "id": "node/4786662312" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662313", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9517466, - 51.5592258 - ] - }, - "id": "node/4786662313" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662314", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.951343, - 51.5589507 - ] - }, - "id": "node/4786662314" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662315", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9511009, - 51.55852 - ] - }, - "id": "node/4786662315" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662316", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9513302, - 51.5585826 - ] - }, - "id": "node/4786662316" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662317", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9513356, - 51.5586576 - ] - }, - "id": "node/4786662317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662318", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9512015, - 51.5587093 - ] - }, - "id": "node/4786662318" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662320", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9514777, - 51.5587476 - ] - }, - "id": "node/4786662320" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662921", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9515347, - 51.5587564 - ] - }, - "id": "node/4786662921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662922", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9515736, - 51.5587514 - ] - }, - "id": "node/4786662922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662923", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9516561, - 51.5588243 - ] - }, - "id": "node/4786662923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662924", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9516152, - 51.5588523 - ] - }, - "id": "node/4786662924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662961", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9536061, - 51.5591619 - ] - }, - "id": "node/4786662961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662962", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9536912, - 51.559417 - ] - }, - "id": "node/4786662962" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786662963", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9536168, - 51.5594162 - ] - }, - "id": "node/4786662963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786671620", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9496645, - 51.5613579 - ] - }, - "id": "node/4786671620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672121", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9495023, - 51.5613496 - ] - }, - "id": "node/4786672121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672122", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9493199, - 51.5613342 - ] - }, - "id": "node/4786672122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672123", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9491442, - 51.5613229 - ] - }, - "id": "node/4786672123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672124", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9489745, - 51.5613108 - ] - }, - "id": "node/4786672124" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672125", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9487968, - 51.5612987 - ] - }, - "id": "node/4786672125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672126", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9486218, - 51.5612871 - ] - }, - "id": "node/4786672126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672127", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9484602, - 51.5612725 - ] - }, - "id": "node/4786672127" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672128", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9479459, - 51.5611653 - ] - }, - "id": "node/4786672128" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672129", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9480981, - 51.5611762 - ] - }, - "id": "node/4786672129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672131", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9485548, - 51.5612066 - ] - }, - "id": "node/4786672131" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672132", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9486761, - 51.5612124 - ] - }, - "id": "node/4786672132" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672133", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9487626, - 51.5612195 - ] - }, - "id": "node/4786672133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672134", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9489417, - 51.5612341 - ] - }, - "id": "node/4786672134" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672135", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9492421, - 51.561255 - ] - }, - "id": "node/4786672135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672136", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9494433, - 51.5612687 - ] - }, - "id": "node/4786672136" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672137", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9495881, - 51.5612775 - ] - }, - "id": "node/4786672137" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672138", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.94992, - 51.5613017 - ] - }, - "id": "node/4786672138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672139", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9497631, - 51.5612854 - ] - }, - "id": "node/4786672139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672140", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9502721, - 51.5612641 - ] - }, - "id": "node/4786672140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672141", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9502566, - 51.5613246 - ] - }, - "id": "node/4786672141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672142", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.950091, - 51.5613137 - ] - }, - "id": "node/4786672142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672143", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9500608, - 51.5611391 - ] - }, - "id": "node/4786672143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672144", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9498007, - 51.5611424 - ] - }, - "id": "node/4786672144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672145", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9498489, - 51.5612266 - ] - }, - "id": "node/4786672145" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672146", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9503277, - 51.561004 - ] - }, - "id": "node/4786672146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672147", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9502439, - 51.5609598 - ] - }, - "id": "node/4786672147" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672148", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9501279, - 51.5609227 - ] - }, - "id": "node/4786672148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672149", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9499073, - 51.5603162 - ] - }, - "id": "node/4786672149" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672150", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9499851, - 51.560262 - ] - }, - "id": "node/4786672150" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672151", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.950028, - 51.5602374 - ] - }, - "id": "node/4786672151" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672152", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9499804, - 51.5602174 - ] - }, - "id": "node/4786672152" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672153", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9500863, - 51.559956 - ] - }, - "id": "node/4786672153" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672154", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9500394, - 51.5601753 - ] - }, - "id": "node/4786672154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672155", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9497725, - 51.5600444 - ] - }, - "id": "node/4786672155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672156", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9503995, - 51.5602707 - ] - }, - "id": "node/4786672156" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672157", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9503183, - 51.5602645 - ] - }, - "id": "node/4786672157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672158", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9502949, - 51.5602887 - ] - }, - "id": "node/4786672158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672159", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9502566, - 51.5602611 - ] - }, - "id": "node/4786672159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672160", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9501205, - 51.5602903 - ] - }, - "id": "node/4786672160" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672161", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.950097, - 51.5605338 - ] - }, - "id": "node/4786672161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672162", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9500575, - 51.5604371 - ] - }, - "id": "node/4786672162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672163", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9497745, - 51.5605663 - ] - }, - "id": "node/4786672163" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672164", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9500012, - 51.5606072 - ] - }, - "id": "node/4786672164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672165", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.949969, - 51.5605659 - ] - }, - "id": "node/4786672165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672166", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9499281, - 51.5609094 - ] - }, - "id": "node/4786672166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672167", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9500508, - 51.5608985 - ] - }, - "id": "node/4786672167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672168", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9501339, - 51.5608781 - ] - }, - "id": "node/4786672168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672169", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9505654, - 51.5601863 - ] - }, - "id": "node/4786672169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672170", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9506479, - 51.5600788 - ] - }, - "id": "node/4786672170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672171", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9510429, - 51.5599358 - ] - }, - "id": "node/4786672171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672172", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9511387, - 51.5599395 - ] - }, - "id": "node/4786672172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672173", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9515981, - 51.5600808 - ] - }, - "id": "node/4786672173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672174", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9515753, - 51.5600292 - ] - }, - "id": "node/4786672174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672175", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9515967, - 51.5596106 - ] - }, - "id": "node/4786672175" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672176", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9516785, - 51.5597123 - ] - }, - "id": "node/4786672176" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672177", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9517127, - 51.559764 - ] - }, - "id": "node/4786672177" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672178", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.951753, - 51.5598174 - ] - }, - "id": "node/4786672178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672179", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9517959, - 51.5599099 - ] - }, - "id": "node/4786672179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672180", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9518556, - 51.5599758 - ] - }, - "id": "node/4786672180" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672181", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.951867, - 51.5600083 - ] - }, - "id": "node/4786672181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672182", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.951928, - 51.5600558 - ] - }, - "id": "node/4786672182" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672183", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9521409, - 51.5602482 - ] - }, - "id": "node/4786672183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672184", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9521013, - 51.5602049 - ] - }, - "id": "node/4786672184" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672185", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.952049, - 51.5601669 - ] - }, - "id": "node/4786672185" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672186", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9516842, - 51.5604166 - ] - }, - "id": "node/4786672186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672187", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9520088, - 51.5604692 - ] - }, - "id": "node/4786672187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672188", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9519391, - 51.5604458 - ] - }, - "id": "node/4786672188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672189", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9515468, - 51.5604583 - ] - }, - "id": "node/4786672189" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672190", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.951591, - 51.5603945 - ] - }, - "id": "node/4786672190" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672191", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9515528, - 51.5603408 - ] - }, - "id": "node/4786672191" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672192", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9514938, - 51.560395 - ] - }, - "id": "node/4786672192" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672193", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9514542, - 51.5604612 - ] - }, - "id": "node/4786672193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672194", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9513134, - 51.5604662 - ] - }, - "id": "node/4786672194" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672195", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9511525, - 51.5606905 - ] - }, - "id": "node/4786672195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672196", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9511512, - 51.5606618 - ] - }, - "id": "node/4786672196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672197", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9511558, - 51.560603 - ] - }, - "id": "node/4786672197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672198", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9511619, - 51.5605571 - ] - }, - "id": "node/4786672198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672199", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9512014, - 51.5605 - ] - }, - "id": "node/4786672199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672200", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9508943, - 51.560397 - ] - }, - "id": "node/4786672200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672201", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9509822, - 51.5603579 - ] - }, - "id": "node/4786672201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672202", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9510392, - 51.5603191 - ] - }, - "id": "node/4786672202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672203", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9511599, - 51.5603124 - ] - }, - "id": "node/4786672203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672204", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9512142, - 51.5603675 - ] - }, - "id": "node/4786672204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672205", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.951296, - 51.5603887 - ] - }, - "id": "node/4786672205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672206", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9511216, - 51.5604287 - ] - }, - "id": "node/4786672206" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672207", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9510707, - 51.5604166 - ] - }, - "id": "node/4786672207" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672208", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9505993, - 51.5605442 - ] - }, - "id": "node/4786672208" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672209", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.950673, - 51.5604963 - ] - }, - "id": "node/4786672209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672210", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9506308, - 51.5606192 - ] - }, - "id": "node/4786672210" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672211", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9506791, - 51.5605792 - ] - }, - "id": "node/4786672211" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672212", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9509721, - 51.5606267 - ] - }, - "id": "node/4786672212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672213", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9509406, - 51.5605855 - ] - }, - "id": "node/4786672213" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672214", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9508695, - 51.560553 - ] - }, - "id": "node/4786672214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672215", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9507683, - 51.5605475 - ] - }, - "id": "node/4786672215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672216", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9507535, - 51.5604738 - ] - }, - "id": "node/4786672216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672217", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9509084, - 51.5604671 - ] - }, - "id": "node/4786672217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672218", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9509862, - 51.5604958 - ] - }, - "id": "node/4786672218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672219", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9509413, - 51.5607539 - ] - }, - "id": "node/4786672219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672220", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9510486, - 51.5606918 - ] - }, - "id": "node/4786672220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672321", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9510419, - 51.5606413 - ] - }, - "id": "node/4786672321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786672322", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9510305, - 51.5605525 - ] - }, - "id": "node/4786672322" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786684012", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9476534, - 51.5613422 - ] - }, - "id": "node/4786684012" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786684013", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9469362, - 51.5612516 - ] - }, - "id": "node/4786684013" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786684017", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9467894, - 51.5610469 - ] - }, - "id": "node/4786684017" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786684018", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9467176, - 51.5609852 - ] - }, - "id": "node/4786684018" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786684019", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465762, - 51.5606963 - ] - }, - "id": "node/4786684019" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786684020", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465426, - 51.5606079 - ] - }, - "id": "node/4786684020" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685721", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464957, - 51.5605049 - ] - }, - "id": "node/4786685721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685722", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464454, - 51.5603953 - ] - }, - "id": "node/4786685722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685724", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457554, - 51.559707 - ] - }, - "id": "node/4786685724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685725", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460565, - 51.5599709 - ] - }, - "id": "node/4786685725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685726", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945915, - 51.5598304 - ] - }, - "id": "node/4786685726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685727", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945866, - 51.55979 - ] - }, - "id": "node/4786685727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685728", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459666, - 51.5598825 - ] - }, - "id": "node/4786685728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685729", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461302, - 51.560071 - ] - }, - "id": "node/4786685729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685730", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463555, - 51.5601889 - ] - }, - "id": "node/4786685730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685731", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461872, - 51.5601689 - ] - }, - "id": "node/4786685731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685732", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462972, - 51.5600943 - ] - }, - "id": "node/4786685732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685733", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462322, - 51.5599776 - ] - }, - "id": "node/4786685733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685734", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466063, - 51.5597637 - ] - }, - "id": "node/4786685734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685735", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464333, - 51.5597391 - ] - }, - "id": "node/4786685735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685736", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461443, - 51.559878 - ] - }, - "id": "node/4786685736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685737", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460504, - 51.5597687 - ] - }, - "id": "node/4786685737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685738", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461812, - 51.5597541 - ] - }, - "id": "node/4786685738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685739", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461081, - 51.5596724 - ] - }, - "id": "node/4786685739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685740", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462979, - 51.5597079 - ] - }, - "id": "node/4786685740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685741", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465446, - 51.5597154 - ] - }, - "id": "node/4786685741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685742", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9467693, - 51.5597216 - ] - }, - "id": "node/4786685742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685743", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9469704, - 51.5597266 - ] - }, - "id": "node/4786685743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685744", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9472071, - 51.559722 - ] - }, - "id": "node/4786685744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685745", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9474204, - 51.55972 - ] - }, - "id": "node/4786685745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685746", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9504654, - 51.5596674 - ] - }, - "id": "node/4786685746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685747", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9502454, - 51.5596899 - ] - }, - "id": "node/4786685747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685748", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.949375, - 51.5597054 - ] - }, - "id": "node/4786685748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685749", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9495883, - 51.5597029 - ] - }, - "id": "node/4786685749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685750", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9497995, - 51.5597045 - ] - }, - "id": "node/4786685750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786685751", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9500215, - 51.5597037 - ] - }, - "id": "node/4786685751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698293", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9487554, - 51.5595404 - ] - }, - "id": "node/4786698293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698294", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9491256, - 51.559362 - ] - }, - "id": "node/4786698294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698295", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9491738, - 51.5594587 - ] - }, - "id": "node/4786698295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698296", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9489888, - 51.5594954 - ] - }, - "id": "node/4786698296" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698297", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490994, - 51.5590452 - ] - }, - "id": "node/4786698297" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698298", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490706, - 51.5590231 - ] - }, - "id": "node/4786698298" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698299", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9493422, - 51.5587921 - ] - }, - "id": "node/4786698299" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698300", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9495192, - 51.5586237 - ] - }, - "id": "node/4786698300" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698301", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9493462, - 51.5585753 - ] - }, - "id": "node/4786698301" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698302", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9495031, - 51.558542 - ] - }, - "id": "node/4786698302" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698303", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9494675, - 51.5585228 - ] - }, - "id": "node/4786698303" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698304", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.949715, - 51.5585203 - ] - }, - "id": "node/4786698304" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698305", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9495849, - 51.5584845 - ] - }, - "id": "node/4786698305" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698306", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9495125, - 51.5584048 - ] - }, - "id": "node/4786698306" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698307", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9495554, - 51.5584078 - ] - }, - "id": "node/4786698307" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698308", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9493878, - 51.5584115 - ] - }, - "id": "node/4786698308" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698309", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9496573, - 51.558404 - ] - }, - "id": "node/4786698309" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698310", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9501797, - 51.5581989 - ] - }, - "id": "node/4786698310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698311", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.950295, - 51.5583194 - ] - }, - "id": "node/4786698311" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698312", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9502098, - 51.5583235 - ] - }, - "id": "node/4786698312" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698313", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9503071, - 51.5582243 - ] - }, - "id": "node/4786698313" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698314", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9510293, - 51.5588213 - ] - }, - "id": "node/4786698314" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698315", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.950983, - 51.5588459 - ] - }, - "id": "node/4786698315" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698316", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9508643, - 51.5587759 - ] - }, - "id": "node/4786698316" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698317", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9507926, - 51.5587659 - ] - }, - "id": "node/4786698317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698318", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9503574, - 51.5585624 - ] - }, - "id": "node/4786698318" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698319", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9504606, - 51.5586008 - ] - }, - "id": "node/4786698319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786698320", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9505217, - 51.5586383 - ] - }, - "id": "node/4786698320" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786700121", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9502648, - 51.5584419 - ] - }, - "id": "node/4786700121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4786700122", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9497566, - 51.558778 - ] - }, - "id": "node/4786700122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184138", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9627896, - 51.5589557 - ] - }, - "id": "node/4787184138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184139", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9627601, - 51.5588877 - ] - }, - "id": "node/4787184139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184140", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9632691, - 51.5586947 - ] - }, - "id": "node/4787184140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184141", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9632449, - 51.5586463 - ] - }, - "id": "node/4787184141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184142", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9632221, - 51.558583 - ] - }, - "id": "node/4787184142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184143", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9633153, - 51.558578 - ] - }, - "id": "node/4787184143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184144", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9634421, - 51.5584421 - ] - }, - "id": "node/4787184144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184145", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9633422, - 51.5584521 - ] - }, - "id": "node/4787184145" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184146", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9633884, - 51.5585025 - ] - }, - "id": "node/4787184146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184147", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9628671, - 51.5583589 - ] - }, - "id": "node/4787184147" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184148", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9631567, - 51.5583772 - ] - }, - "id": "node/4787184148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184149", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9630609, - 51.5584023 - ] - }, - "id": "node/4787184149" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184150", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9631065, - 51.5583952 - ] - }, - "id": "node/4787184150" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184151", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9631661, - 51.5582659 - ] - }, - "id": "node/4787184151" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184152", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9630669, - 51.5582939 - ] - }, - "id": "node/4787184152" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184153", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9629918, - 51.5582876 - ] - }, - "id": "node/4787184153" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184154", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9629563, - 51.5581725 - ] - }, - "id": "node/4787184154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184155", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9628449, - 51.558198 - ] - }, - "id": "node/4787184155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184156", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9628563, - 51.5582609 - ] - }, - "id": "node/4787184156" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184157", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9627531, - 51.5582789 - ] - }, - "id": "node/4787184157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184158", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9625787, - 51.5582955 - ] - }, - "id": "node/4787184158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184159", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9623105, - 51.5582443 - ] - }, - "id": "node/4787184159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184160", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9624252, - 51.5582722 - ] - }, - "id": "node/4787184160" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184161", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9625177, - 51.558153 - ] - }, - "id": "node/4787184161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184162", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9626525, - 51.5581321 - ] - }, - "id": "node/4787184162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184163", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9626143, - 51.5581734 - ] - }, - "id": "node/4787184163" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184164", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9626096, - 51.5581154 - ] - }, - "id": "node/4787184164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184165", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9627048, - 51.5580787 - ] - }, - "id": "node/4787184165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184166", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9627537, - 51.5580566 - ] - }, - "id": "node/4787184166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4787184167", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9628242, - 51.5580091 - ] - }, - "id": "node/4787184167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443396", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.909957, - 51.5431895 - ] - }, - "id": "node/4792443396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443397", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9098979, - 51.5431636 - ] - }, - "id": "node/4792443397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443398", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9098456, - 51.5431378 - ] - }, - "id": "node/4792443398" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443399", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9097055, - 51.5430665 - ] - }, - "id": "node/4792443399" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443400", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9109869, - 51.5435565 - ] - }, - "id": "node/4792443400" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443401", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9109849, - 51.5436294 - ] - }, - "id": "node/4792443401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443402", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9110848, - 51.5436303 - ] - }, - "id": "node/4792443402" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443404", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9118261, - 51.5433507 - ] - }, - "id": "node/4792443404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443405", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9121376, - 51.5433094 - ] - }, - "id": "node/4792443405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443406", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9120571, - 51.543246 - ] - }, - "id": "node/4792443406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443407", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9128967, - 51.542967 - ] - }, - "id": "node/4792443407" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443408", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9128145, - 51.5429034 - ] - }, - "id": "node/4792443408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443409", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9132873, - 51.5427912 - ] - }, - "id": "node/4792443409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443410", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9132118, - 51.5427251 - ] - }, - "id": "node/4792443410" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443411", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9135354, - 51.5425704 - ] - }, - "id": "node/4792443411" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443412", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9140306, - 51.5423066 - ] - }, - "id": "node/4792443412" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443413", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9141248, - 51.5423652 - ] - }, - "id": "node/4792443413" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443414", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9145828, - 51.5420829 - ] - }, - "id": "node/4792443414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443415", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9144963, - 51.5420201 - ] - }, - "id": "node/4792443415" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443416", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9148165, - 51.5419242 - ] - }, - "id": "node/4792443416" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443417", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9147229, - 51.5418687 - ] - }, - "id": "node/4792443417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443418", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9152342, - 51.5415891 - ] - }, - "id": "node/4792443418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443419", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9151262, - 51.5415432 - ] - }, - "id": "node/4792443419" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443420", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9151383, - 51.5412667 - ] - }, - "id": "node/4792443420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443421", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9152959, - 51.5411883 - ] - }, - "id": "node/4792443421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443422", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9168093, - 51.5410444 - ] - }, - "id": "node/4792443422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443423", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.91692, - 51.5410749 - ] - }, - "id": "node/4792443423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443424", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9171439, - 51.5410857 - ] - }, - "id": "node/4792443424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443425", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9171366, - 51.5410382 - ] - }, - "id": "node/4792443425" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443426", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9172921, - 51.5410732 - ] - }, - "id": "node/4792443426" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443427", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9174309, - 51.5410961 - ] - }, - "id": "node/4792443427" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443428", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175476, - 51.5411086 - ] - }, - "id": "node/4792443428" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443429", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9178299, - 51.5411187 - ] - }, - "id": "node/4792443429" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443430", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9181605, - 51.5412079 - ] - }, - "id": "node/4792443430" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443431", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9180586, - 51.5411954 - ] - }, - "id": "node/4792443431" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443432", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9180807, - 51.5411057 - ] - }, - "id": "node/4792443432" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443433", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9181337, - 51.5411245 - ] - }, - "id": "node/4792443433" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443434", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9192186, - 51.5411387 - ] - }, - "id": "node/4792443434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443435", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9191757, - 51.5413801 - ] - }, - "id": "node/4792443435" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443436", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9204156, - 51.541313 - ] - }, - "id": "node/4792443436" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443437", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.920612, - 51.5412342 - ] - }, - "id": "node/4792443437" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443438", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9212853, - 51.540833 - ] - }, - "id": "node/4792443438" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443439", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.921522, - 51.5407675 - ] - }, - "id": "node/4792443439" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443440", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9216239, - 51.5407396 - ] - }, - "id": "node/4792443440" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443441", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9263345, - 51.539093 - ] - }, - "id": "node/4792443441" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443442", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9264271, - 51.5390909 - ] - }, - "id": "node/4792443442" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443443", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9265504, - 51.5390646 - ] - }, - "id": "node/4792443443" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443444", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9298566, - 51.5378466 - ] - }, - "id": "node/4792443444" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443445", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9300454, - 51.537769 - ] - }, - "id": "node/4792443445" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443446", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9302395, - 51.5376076 - ] - }, - "id": "node/4792443446" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443447", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303595, - 51.5374941 - ] - }, - "id": "node/4792443447" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792443448", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303977, - 51.5374608 - ] - }, - "id": "node/4792443448" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227868", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9265328, - 51.5358269 - ] - }, - "id": "node/4793227868" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227869", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9266465, - 51.5357848 - ] - }, - "id": "node/4793227869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227870", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.926586, - 51.5357215 - ] - }, - "id": "node/4793227870" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227871", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9264722, - 51.5357637 - ] - }, - "id": "node/4793227871" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227872", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9264139, - 51.5357028 - ] - }, - "id": "node/4793227872" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227873", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9265276, - 51.5356607 - ] - }, - "id": "node/4793227873" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227874", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9264682, - 51.5355986 - ] - }, - "id": "node/4793227874" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227875", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9263544, - 51.5356408 - ] - }, - "id": "node/4793227875" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227876", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9262938, - 51.5355775 - ] - }, - "id": "node/4793227876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227877", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9264076, - 51.5355353 - ] - }, - "id": "node/4793227877" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227878", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9263485, - 51.5354737 - ] - }, - "id": "node/4793227878" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227879", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9262348, - 51.5355159 - ] - }, - "id": "node/4793227879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227880", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9261766, - 51.5354551 - ] - }, - "id": "node/4793227880" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227881", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9262903, - 51.535413 - ] - }, - "id": "node/4793227881" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227882", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9262308, - 51.5353509 - ] - }, - "id": "node/4793227882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227883", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9261171, - 51.5353931 - ] - }, - "id": "node/4793227883" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227884", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9260555, - 51.5353288 - ] - }, - "id": "node/4793227884" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227885", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9261693, - 51.5352866 - ] - }, - "id": "node/4793227885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227886", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9265899, - 51.5358866 - ] - }, - "id": "node/4793227886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227889", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9267037, - 51.5358444 - ] - }, - "id": "node/4793227889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227910", - "genus": "Platanus", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9269937, - 51.5357367 - ] - }, - "id": "node/4793227910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227911", - "genus": "Platanus", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.92688, - 51.5357789 - ] - }, - "id": "node/4793227911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227912", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9268228, - 51.5357193 - ] - }, - "id": "node/4793227912" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227913", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9269366, - 51.5356771 - ] - }, - "id": "node/4793227913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227914", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.926876, - 51.5356139 - ] - }, - "id": "node/4793227914" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227915", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9267622, - 51.535656 - ] - }, - "id": "node/4793227915" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227916", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9267039, - 51.5355952 - ] - }, - "id": "node/4793227916" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227917", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9268177, - 51.535553 - ] - }, - "id": "node/4793227917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227918", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9267582, - 51.5354909 - ] - }, - "id": "node/4793227918" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227919", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9266444, - 51.5355331 - ] - }, - "id": "node/4793227919" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227920", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9265838, - 51.5354698 - ] - }, - "id": "node/4793227920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227921", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9266976, - 51.5354277 - ] - }, - "id": "node/4793227921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227922", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9266386, - 51.5353661 - ] - }, - "id": "node/4793227922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227923", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9265248, - 51.5354082 - ] - }, - "id": "node/4793227923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227924", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9264666, - 51.5353475 - ] - }, - "id": "node/4793227924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227925", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9265804, - 51.5353053 - ] - }, - "id": "node/4793227925" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227926", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9265209, - 51.5352432 - ] - }, - "id": "node/4793227926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227927", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9264071, - 51.5352854 - ] - }, - "id": "node/4793227927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227928", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9263456, - 51.5352211 - ] - }, - "id": "node/4793227928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227929", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9264593, - 51.535179 - ] - }, - "id": "node/4793227929" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227930", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9271902, - 51.5354798 - ] - }, - "id": "node/4793227930" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227931", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9271675, - 51.5354102 - ] - }, - "id": "node/4793227931" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227932", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9271499, - 51.5353562 - ] - }, - "id": "node/4793227932" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227933", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.927112, - 51.53524 - ] - }, - "id": "node/4793227933" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227934", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9270733, - 51.5351216 - ] - }, - "id": "node/4793227934" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227935", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9270363, - 51.535008 - ] - }, - "id": "node/4793227935" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793227965", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9358374, - 51.5290102 - ] - }, - "id": "node/4793227965" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273382", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9322183, - 51.539008 - ] - }, - "id": "node/4793273382" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273383", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9320748, - 51.5391023 - ] - }, - "id": "node/4793273383" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273384", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9319085, - 51.5392461 - ] - }, - "id": "node/4793273384" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273385", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931702, - 51.5395373 - ] - }, - "id": "node/4793273385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273386", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317469, - 51.5393825 - ] - }, - "id": "node/4793273386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273387", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316953, - 51.5396253 - ] - }, - "id": "node/4793273387" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273388", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9295582, - 51.5385655 - ] - }, - "id": "node/4793273388" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273389", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9294657, - 51.5385346 - ] - }, - "id": "node/4793273389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273390", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9299753, - 51.5379699 - ] - }, - "id": "node/4793273390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273391", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.930104, - 51.5379657 - ] - }, - "id": "node/4793273391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273392", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301939, - 51.5381447 - ] - }, - "id": "node/4793273392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273393", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9299257, - 51.5382644 - ] - }, - "id": "node/4793273393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273394", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9299746, - 51.5382047 - ] - }, - "id": "node/4793273394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273395", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.929927, - 51.5381634 - ] - }, - "id": "node/4793273395" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273396", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9298499, - 51.5382673 - ] - }, - "id": "node/4793273396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273397", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9297621, - 51.5382264 - ] - }, - "id": "node/4793273397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273398", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9300175, - 51.5385672 - ] - }, - "id": "node/4793273398" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273399", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301262, - 51.5387515 - ] - }, - "id": "node/4793273399" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273400", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301007, - 51.5386376 - ] - }, - "id": "node/4793273400" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273401", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303595, - 51.5391194 - ] - }, - "id": "node/4793273401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273402", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303749, - 51.539141 - ] - }, - "id": "node/4793273402" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273403", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303897, - 51.5392144 - ] - }, - "id": "node/4793273403" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273404", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9304085, - 51.5392949 - ] - }, - "id": "node/4793273404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273405", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303615, - 51.5401462 - ] - }, - "id": "node/4793273405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273406", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9304869, - 51.5401228 - ] - }, - "id": "node/4793273406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273407", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305211, - 51.5400215 - ] - }, - "id": "node/4793273407" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273408", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306096, - 51.5398776 - ] - }, - "id": "node/4793273408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273409", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305044, - 51.5396724 - ] - }, - "id": "node/4793273409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273411", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307813, - 51.5397195 - ] - }, - "id": "node/4793273411" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273412", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308557, - 51.5392891 - ] - }, - "id": "node/4793273412" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273413", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308913, - 51.5393692 - ] - }, - "id": "node/4793273413" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273414", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9310663, - 51.5394505 - ] - }, - "id": "node/4793273414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273415", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315363, - 51.5390977 - ] - }, - "id": "node/4793273415" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273416", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313535, - 51.5388597 - ] - }, - "id": "node/4793273416" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273417", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312812, - 51.5388883 - ] - }, - "id": "node/4793273417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273418", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312024, - 51.5389195 - ] - }, - "id": "node/4793273418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273419", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311384, - 51.5389448 - ] - }, - "id": "node/4793273419" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273420", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9310676, - 51.5389729 - ] - }, - "id": "node/4793273420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273521", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.930996, - 51.5390012 - ] - }, - "id": "node/4793273521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273522", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309216, - 51.5390307 - ] - }, - "id": "node/4793273522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273523", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.930683, - 51.5388507 - ] - }, - "id": "node/4793273523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273524", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.930735, - 51.5388995 - ] - }, - "id": "node/4793273524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273525", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307831, - 51.5389446 - ] - }, - "id": "node/4793273525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273526", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308331, - 51.5389914 - ] - }, - "id": "node/4793273526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273527", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309109, - 51.5389593 - ] - }, - "id": "node/4793273527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273528", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309877, - 51.5389276 - ] - }, - "id": "node/4793273528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273529", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9310611, - 51.5388972 - ] - }, - "id": "node/4793273529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273612", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9280879, - 51.5364676 - ] - }, - "id": "node/4793273612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273613", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9281938, - 51.5365286 - ] - }, - "id": "node/4793273613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793273614", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9282964, - 51.5365878 - ] - }, - "id": "node/4793273614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793314111", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276978, - 51.5403669 - ] - }, - "id": "node/4793314111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793314112", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276831, - 51.5402818 - ] - }, - "id": "node/4793314112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793314113", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275443, - 51.5402826 - ] - }, - "id": "node/4793314113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793314114", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275349, - 51.540369 - ] - }, - "id": "node/4793314114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793314115", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275195, - 51.5405542 - ] - }, - "id": "node/4793314115" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793314116", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275181, - 51.5406413 - ] - }, - "id": "node/4793314116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793314117", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275181, - 51.5407439 - ] - }, - "id": "node/4793314117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793314118", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275228, - 51.5408194 - ] - }, - "id": "node/4793314118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793314119", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275261, - 51.5409083 - ] - }, - "id": "node/4793314119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793314120", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274054, - 51.5420768 - ] - }, - "id": "node/4793314120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793314421", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274141, - 51.5419922 - ] - }, - "id": "node/4793314421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793314422", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274101, - 51.5419004 - ] - }, - "id": "node/4793314422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793314423", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274074, - 51.5418145 - ] - }, - "id": "node/4793314423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793314424", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274027, - 51.5417194 - ] - }, - "id": "node/4793314424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793314425", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274014, - 51.5416377 - ] - }, - "id": "node/4793314425" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793314426", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9273987, - 51.5415476 - ] - }, - "id": "node/4793314426" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793314427", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9273793, - 51.5414588 - ] - }, - "id": "node/4793314427" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793314428", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277152, - 51.5415931 - ] - }, - "id": "node/4793314428" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793314429", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277152, - 51.5414963 - ] - }, - "id": "node/4793314429" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793314430", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275818, - 51.5414921 - ] - }, - "id": "node/4793314430" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793314431", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275885, - 51.541676 - ] - }, - "id": "node/4793314431" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793314432", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275939, - 51.5417695 - ] - }, - "id": "node/4793314432" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793314433", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275959, - 51.5418671 - ] - }, - "id": "node/4793314433" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793314434", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275825, - 51.541968 - ] - }, - "id": "node/4793314434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793314435", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.927563, - 51.5420664 - ] - }, - "id": "node/4793314435" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795549301", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311049, - 51.5208794 - ] - }, - "id": "node/4795549301" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795549302", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9300642, - 51.5214056 - ] - }, - "id": "node/4795549302" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795549303", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308112, - 51.5213004 - ] - }, - "id": "node/4795549303" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795549304", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.930557, - 51.521179 - ] - }, - "id": "node/4795549304" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795549305", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305369, - 51.5212958 - ] - }, - "id": "node/4795549305" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795549306", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9302479, - 51.5213434 - ] - }, - "id": "node/4795549306" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795549307", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9335309, - 51.5232718 - ] - }, - "id": "node/4795549307" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795549308", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9330293, - 51.5232468 - ] - }, - "id": "node/4795549308" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795549309", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.932218, - 51.5232025 - ] - }, - "id": "node/4795549309" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795549310", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9320725, - 51.5231909 - ] - }, - "id": "node/4795549310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795549311", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9326907, - 51.523218 - ] - }, - "id": "node/4795549311" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795549312", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9325734, - 51.5232138 - ] - }, - "id": "node/4795549312" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795549313", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9324279, - 51.5232055 - ] - }, - "id": "node/4795549313" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795549314", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.932344, - 51.5231929 - ] - }, - "id": "node/4795549314" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795549315", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318619, - 51.5231892 - ] - }, - "id": "node/4795549315" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795549316", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313959, - 51.5231683 - ] - }, - "id": "node/4795549316" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795549317", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931133, - 51.5231308 - ] - }, - "id": "node/4795549317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795549318", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311028, - 51.5231308 - ] - }, - "id": "node/4795549318" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795549319", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309922, - 51.5231446 - ] - }, - "id": "node/4795549319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795549320", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308702, - 51.5231274 - ] - }, - "id": "node/4795549320" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551521", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307682, - 51.5231078 - ] - }, - "id": "node/4795551521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551522", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9296484, - 51.5225158 - ] - }, - "id": "node/4795551522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551523", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9297141, - 51.5225892 - ] - }, - "id": "node/4795551523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551524", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9298717, - 51.5225922 - ] - }, - "id": "node/4795551524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551525", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9299408, - 51.5226481 - ] - }, - "id": "node/4795551525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551526", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305081, - 51.5230444 - ] - }, - "id": "node/4795551526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551527", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9302824, - 51.5229856 - ] - }, - "id": "node/4795551527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551528", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301269, - 51.5228661 - ] - }, - "id": "node/4795551528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551529", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9300618, - 51.5227989 - ] - }, - "id": "node/4795551529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551530", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301198, - 51.5225006 - ] - }, - "id": "node/4795551530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551531", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301409, - 51.5225625 - ] - }, - "id": "node/4795551531" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551559", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301886, - 51.5226694 - ] - }, - "id": "node/4795551559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551560", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9302095, - 51.5225795 - ] - }, - "id": "node/4795551560" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551561", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9302329, - 51.5224789 - ] - }, - "id": "node/4795551561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551562", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9302555, - 51.5223817 - ] - }, - "id": "node/4795551562" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551563", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9304311, - 51.5218469 - ] - }, - "id": "node/4795551563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551564", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9304081, - 51.5219457 - ] - }, - "id": "node/4795551564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551565", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303847, - 51.522046 - ] - }, - "id": "node/4795551565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551566", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303615, - 51.5221457 - ] - }, - "id": "node/4795551566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551567", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303383, - 51.5222453 - ] - }, - "id": "node/4795551567" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551568", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303176, - 51.5223344 - ] - }, - "id": "node/4795551568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551569", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9302945, - 51.5224335 - ] - }, - "id": "node/4795551569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551570", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9302712, - 51.522534 - ] - }, - "id": "node/4795551570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551571", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.930248, - 51.5226335 - ] - }, - "id": "node/4795551571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551572", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9302284, - 51.5227178 - ] - }, - "id": "node/4795551572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551573", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9304231, - 51.5228008 - ] - }, - "id": "node/4795551573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551574", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.930446, - 51.5227025 - ] - }, - "id": "node/4795551574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551575", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9304692, - 51.5226029 - ] - }, - "id": "node/4795551575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551576", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9304926, - 51.5225023 - ] - }, - "id": "node/4795551576" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551577", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305152, - 51.522405 - ] - }, - "id": "node/4795551577" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551580", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305595, - 51.5222147 - ] - }, - "id": "node/4795551580" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551581", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305828, - 51.5221145 - ] - }, - "id": "node/4795551581" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551582", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.930606, - 51.522015 - ] - }, - "id": "node/4795551582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551583", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306294, - 51.5219141 - ] - }, - "id": "node/4795551583" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551584", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306528, - 51.5218137 - ] - }, - "id": "node/4795551584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551585", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303618, - 51.5228479 - ] - }, - "id": "node/4795551585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551586", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303854, - 51.5227466 - ] - }, - "id": "node/4795551586" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551587", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9304083, - 51.5226479 - ] - }, - "id": "node/4795551587" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551588", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9304316, - 51.522548 - ] - }, - "id": "node/4795551588" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551589", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9304549, - 51.522448 - ] - }, - "id": "node/4795551589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551590", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9304779, - 51.5223489 - ] - }, - "id": "node/4795551590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551591", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9304987, - 51.5222598 - ] - }, - "id": "node/4795551591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551592", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305218, - 51.5221602 - ] - }, - "id": "node/4795551592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551593", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305451, - 51.5220604 - ] - }, - "id": "node/4795551593" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551594", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305684, - 51.5219601 - ] - }, - "id": "node/4795551594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551595", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305914, - 51.5218613 - ] - }, - "id": "node/4795551595" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551596", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306106, - 51.5217788 - ] - }, - "id": "node/4795551596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551597", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.930712, - 51.5217698 - ] - }, - "id": "node/4795551597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551598", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306884, - 51.5218709 - ] - }, - "id": "node/4795551598" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551599", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306656, - 51.5219689 - ] - }, - "id": "node/4795551599" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551600", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306423, - 51.5220692 - ] - }, - "id": "node/4795551600" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551601", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306191, - 51.5221689 - ] - }, - "id": "node/4795551601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551602", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305959, - 51.5222685 - ] - }, - "id": "node/4795551602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551603", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305752, - 51.5223576 - ] - }, - "id": "node/4795551603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551604", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305521, - 51.5224567 - ] - }, - "id": "node/4795551604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551605", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305291, - 51.5225556 - ] - }, - "id": "node/4795551605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551606", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305056, - 51.5226567 - ] - }, - "id": "node/4795551606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551607", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9304829, - 51.5227544 - ] - }, - "id": "node/4795551607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551608", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9304591, - 51.5228566 - ] - }, - "id": "node/4795551608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551609", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306806, - 51.522824 - ] - }, - "id": "node/4795551609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551610", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307035, - 51.5227257 - ] - }, - "id": "node/4795551610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551611", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307266, - 51.5226261 - ] - }, - "id": "node/4795551611" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551612", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307501, - 51.5225255 - ] - }, - "id": "node/4795551612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551613", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307727, - 51.5224282 - ] - }, - "id": "node/4795551613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551614", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.930817, - 51.5222379 - ] - }, - "id": "node/4795551614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551615", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308403, - 51.5221377 - ] - }, - "id": "node/4795551615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551616", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308635, - 51.5220382 - ] - }, - "id": "node/4795551616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551617", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308869, - 51.5219373 - ] - }, - "id": "node/4795551617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551618", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309103, - 51.5218369 - ] - }, - "id": "node/4795551618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551619", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309284, - 51.5217593 - ] - }, - "id": "node/4795551619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795551620", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308719, - 51.5217843 - ] - }, - "id": "node/4795551620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552021", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308486, - 51.5218845 - ] - }, - "id": "node/4795552021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552022", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308256, - 51.5219833 - ] - }, - "id": "node/4795552022" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552023", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308023, - 51.5220836 - ] - }, - "id": "node/4795552023" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552024", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307791, - 51.5221833 - ] - }, - "id": "node/4795552024" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552025", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307559, - 51.5222829 - ] - }, - "id": "node/4795552025" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552026", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307351, - 51.522372 - ] - }, - "id": "node/4795552026" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552027", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307121, - 51.5224712 - ] - }, - "id": "node/4795552027" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552028", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306887, - 51.5225716 - ] - }, - "id": "node/4795552028" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552029", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306656, - 51.5226711 - ] - }, - "id": "node/4795552029" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552030", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306426, - 51.5227697 - ] - }, - "id": "node/4795552030" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552031", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.930619, - 51.522871 - ] - }, - "id": "node/4795552031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552032", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306057, - 51.5229284 - ] - }, - "id": "node/4795552032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552037", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309695, - 51.521793 - ] - }, - "id": "node/4795552037" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552038", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309461, - 51.5218933 - ] - }, - "id": "node/4795552038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552039", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309231, - 51.5219921 - ] - }, - "id": "node/4795552039" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552040", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308998, - 51.5220924 - ] - }, - "id": "node/4795552040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552041", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308766, - 51.5221921 - ] - }, - "id": "node/4795552041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552042", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308534, - 51.5222917 - ] - }, - "id": "node/4795552042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552043", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308327, - 51.5223808 - ] - }, - "id": "node/4795552043" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552044", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308096, - 51.5224799 - ] - }, - "id": "node/4795552044" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552045", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307862, - 51.5225804 - ] - }, - "id": "node/4795552045" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552046", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307631, - 51.5226799 - ] - }, - "id": "node/4795552046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552047", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307401, - 51.5227785 - ] - }, - "id": "node/4795552047" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552048", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307032, - 51.5229371 - ] - }, - "id": "node/4795552048" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552049", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309109, - 51.5229558 - ] - }, - "id": "node/4795552049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552050", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309362, - 51.522847 - ] - }, - "id": "node/4795552050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552051", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309591, - 51.5227487 - ] - }, - "id": "node/4795552051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552052", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309822, - 51.5226491 - ] - }, - "id": "node/4795552052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552053", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9310056, - 51.5225485 - ] - }, - "id": "node/4795552053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552054", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9310283, - 51.5224513 - ] - }, - "id": "node/4795552054" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552057", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9310726, - 51.5222609 - ] - }, - "id": "node/4795552057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552058", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9310959, - 51.5221607 - ] - }, - "id": "node/4795552058" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552059", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931119, - 51.5220612 - ] - }, - "id": "node/4795552059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552060", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311425, - 51.5219603 - ] - }, - "id": "node/4795552060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552061", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311659, - 51.52186 - ] - }, - "id": "node/4795552061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552062", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311879, - 51.5217652 - ] - }, - "id": "node/4795552062" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552063", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931208, - 51.5216789 - ] - }, - "id": "node/4795552063" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552064", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312666, - 51.5216438 - ] - }, - "id": "node/4795552064" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552065", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9296762, - 51.5218478 - ] - }, - "id": "node/4795552065" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552066", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9295974, - 51.5219288 - ] - }, - "id": "node/4795552066" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552067", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9295512, - 51.5219978 - ] - }, - "id": "node/4795552067" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552068", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9295264, - 51.5220781 - ] - }, - "id": "node/4795552068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552069", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9294204, - 51.5222805 - ] - }, - "id": "node/4795552069" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552070", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9295103, - 51.5222292 - ] - }, - "id": "node/4795552070" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552071", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9295639, - 51.5224251 - ] - }, - "id": "node/4795552071" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552072", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9297188, - 51.5224426 - ] - }, - "id": "node/4795552072" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552073", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9296434, - 51.5223558 - ] - }, - "id": "node/4795552073" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552074", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9296072, - 51.5220859 - ] - }, - "id": "node/4795552074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552075", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.929633, - 51.5220174 - ] - }, - "id": "node/4795552075" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552076", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9296695, - 51.5219551 - ] - }, - "id": "node/4795552076" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552077", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9297285, - 51.5218941 - ] - }, - "id": "node/4795552077" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552078", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9297587, - 51.5218015 - ] - }, - "id": "node/4795552078" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552079", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9298083, - 51.521842 - ] - }, - "id": "node/4795552079" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552080", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315099, - 51.5203285 - ] - }, - "id": "node/4795552080" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552081", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931499, - 51.5203914 - ] - }, - "id": "node/4795552081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552082", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314877, - 51.5204568 - ] - }, - "id": "node/4795552082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552083", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314732, - 51.5205188 - ] - }, - "id": "node/4795552083" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552084", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314587, - 51.5205812 - ] - }, - "id": "node/4795552084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552085", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314455, - 51.5206376 - ] - }, - "id": "node/4795552085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552086", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314296, - 51.5207055 - ] - }, - "id": "node/4795552086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552087", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314146, - 51.52077 - ] - }, - "id": "node/4795552087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552088", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314005, - 51.5208301 - ] - }, - "id": "node/4795552088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552089", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313851, - 51.5208959 - ] - }, - "id": "node/4795552089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552090", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313697, - 51.5209594 - ] - }, - "id": "node/4795552090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552091", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313559, - 51.5210165 - ] - }, - "id": "node/4795552091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552092", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313404, - 51.5210805 - ] - }, - "id": "node/4795552092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552093", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313253, - 51.5211429 - ] - }, - "id": "node/4795552093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552094", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313104, - 51.5212042 - ] - }, - "id": "node/4795552094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552095", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931296, - 51.5212639 - ] - }, - "id": "node/4795552095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552096", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312805, - 51.5213276 - ] - }, - "id": "node/4795552096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552097", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312527, - 51.521388 - ] - }, - "id": "node/4795552097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552098", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312118, - 51.5214458 - ] - }, - "id": "node/4795552098" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552099", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311528, - 51.5214982 - ] - }, - "id": "node/4795552099" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552100", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.93108, - 51.5215428 - ] - }, - "id": "node/4795552100" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552101", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309942, - 51.5215766 - ] - }, - "id": "node/4795552101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552102", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309027, - 51.5216061 - ] - }, - "id": "node/4795552102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552103", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308054, - 51.5216236 - ] - }, - "id": "node/4795552103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552104", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307088, - 51.5216366 - ] - }, - "id": "node/4795552104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552105", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306067, - 51.5216503 - ] - }, - "id": "node/4795552105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552106", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305095, - 51.5216634 - ] - }, - "id": "node/4795552106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552107", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9304102, - 51.5216767 - ] - }, - "id": "node/4795552107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552108", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303133, - 51.5216898 - ] - }, - "id": "node/4795552108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552109", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9302125, - 51.5217033 - ] - }, - "id": "node/4795552109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552110", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301154, - 51.5217164 - ] - }, - "id": "node/4795552110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552111", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9300253, - 51.521746 - ] - }, - "id": "node/4795552111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552112", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9299663, - 51.5217698 - ] - }, - "id": "node/4795552112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552113", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9299854, - 51.5217047 - ] - }, - "id": "node/4795552113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552114", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.930096, - 51.5216663 - ] - }, - "id": "node/4795552114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552115", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301995, - 51.5216529 - ] - }, - "id": "node/4795552115" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552116", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9302973, - 51.5216401 - ] - }, - "id": "node/4795552116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552117", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303968, - 51.5216272 - ] - }, - "id": "node/4795552117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552118", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9304967, - 51.5216142 - ] - }, - "id": "node/4795552118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552119", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305945, - 51.5216014 - ] - }, - "id": "node/4795552119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552120", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306904, - 51.5215889 - ] - }, - "id": "node/4795552120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552821", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307904, - 51.5215739 - ] - }, - "id": "node/4795552821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552822", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308759, - 51.5215572 - ] - }, - "id": "node/4795552822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552823", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309573, - 51.5215335 - ] - }, - "id": "node/4795552823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552824", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9310297, - 51.5215045 - ] - }, - "id": "node/4795552824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552825", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9310918, - 51.5214636 - ] - }, - "id": "node/4795552825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552826", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311414, - 51.5214177 - ] - }, - "id": "node/4795552826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552827", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311796, - 51.521368 - ] - }, - "id": "node/4795552827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552828", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312027, - 51.5213113 - ] - }, - "id": "node/4795552828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552829", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312148, - 51.5212597 - ] - }, - "id": "node/4795552829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552830", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312275, - 51.5212059 - ] - }, - "id": "node/4795552830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552831", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312434, - 51.5211381 - ] - }, - "id": "node/4795552831" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552832", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312582, - 51.5210747 - ] - }, - "id": "node/4795552832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552833", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312738, - 51.5210083 - ] - }, - "id": "node/4795552833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552834", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312881, - 51.5209473 - ] - }, - "id": "node/4795552834" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552835", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313022, - 51.5208872 - ] - }, - "id": "node/4795552835" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552836", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313168, - 51.5208252 - ] - }, - "id": "node/4795552836" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552837", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313318, - 51.5207612 - ] - }, - "id": "node/4795552837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552838", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313465, - 51.5206982 - ] - }, - "id": "node/4795552838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552839", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313614, - 51.5206346 - ] - }, - "id": "node/4795552839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552840", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313752, - 51.520576 - ] - }, - "id": "node/4795552840" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552841", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313895, - 51.5205149 - ] - }, - "id": "node/4795552841" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552842", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931404, - 51.5204532 - ] - }, - "id": "node/4795552842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552843", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931419, - 51.5203892 - ] - }, - "id": "node/4795552843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552844", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314297, - 51.5203076 - ] - }, - "id": "node/4795552844" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552845", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313996, - 51.5202665 - ] - }, - "id": "node/4795552845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552846", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317727, - 51.5202847 - ] - }, - "id": "node/4795552846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552847", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317219, - 51.5203614 - ] - }, - "id": "node/4795552847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552848", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316975, - 51.520466 - ] - }, - "id": "node/4795552848" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552849", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316753, - 51.5205615 - ] - }, - "id": "node/4795552849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552850", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316521, - 51.5206614 - ] - }, - "id": "node/4795552850" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552851", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316286, - 51.5207623 - ] - }, - "id": "node/4795552851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552852", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316057, - 51.5208605 - ] - }, - "id": "node/4795552852" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552853", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315825, - 51.5209604 - ] - }, - "id": "node/4795552853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552854", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315596, - 51.521059 - ] - }, - "id": "node/4795552854" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552855", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315361, - 51.5211597 - ] - }, - "id": "node/4795552855" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552856", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315128, - 51.5212601 - ] - }, - "id": "node/4795552856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552857", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314879, - 51.521367 - ] - }, - "id": "node/4795552857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552858", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314692, - 51.5214474 - ] - }, - "id": "node/4795552858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552859", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314494, - 51.5215323 - ] - }, - "id": "node/4795552859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552860", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931425, - 51.5216371 - ] - }, - "id": "node/4795552860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552861", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314036, - 51.5217294 - ] - }, - "id": "node/4795552861" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552862", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313801, - 51.52183 - ] - }, - "id": "node/4795552862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552863", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313568, - 51.5219303 - ] - }, - "id": "node/4795552863" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552864", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313338, - 51.5220291 - ] - }, - "id": "node/4795552864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552865", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313105, - 51.5221294 - ] - }, - "id": "node/4795552865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552866", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312641, - 51.5223287 - ] - }, - "id": "node/4795552866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552867", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312434, - 51.5224178 - ] - }, - "id": "node/4795552867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552868", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311969, - 51.5226174 - ] - }, - "id": "node/4795552868" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552869", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311738, - 51.5227169 - ] - }, - "id": "node/4795552869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552870", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311508, - 51.5228155 - ] - }, - "id": "node/4795552870" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552871", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311273, - 51.5229168 - ] - }, - "id": "node/4795552871" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552872", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311139, - 51.5229741 - ] - }, - "id": "node/4795552872" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552873", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309502, - 51.5230036 - ] - }, - "id": "node/4795552873" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552874", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309736, - 51.522903 - ] - }, - "id": "node/4795552874" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552875", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309972, - 51.5228017 - ] - }, - "id": "node/4795552875" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552876", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9310202, - 51.522703 - ] - }, - "id": "node/4795552876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552877", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9310433, - 51.5226036 - ] - }, - "id": "node/4795552877" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552878", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9310667, - 51.5225031 - ] - }, - "id": "node/4795552878" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552879", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9310897, - 51.522404 - ] - }, - "id": "node/4795552879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552880", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311105, - 51.5223149 - ] - }, - "id": "node/4795552880" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552881", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311337, - 51.5222153 - ] - }, - "id": "node/4795552881" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552882", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311569, - 51.5221155 - ] - }, - "id": "node/4795552882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552883", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311802, - 51.5220153 - ] - }, - "id": "node/4795552883" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552884", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312032, - 51.5219164 - ] - }, - "id": "node/4795552884" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552885", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312265, - 51.5218162 - ] - }, - "id": "node/4795552885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552886", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312499, - 51.5217156 - ] - }, - "id": "node/4795552886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552887", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311511, - 51.5217067 - ] - }, - "id": "node/4795552887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552888", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311277, - 51.5218073 - ] - }, - "id": "node/4795552888" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552889", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311044, - 51.5219075 - ] - }, - "id": "node/4795552889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552890", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9310814, - 51.5220064 - ] - }, - "id": "node/4795552890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552891", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931058, - 51.5221066 - ] - }, - "id": "node/4795552891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552892", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9310348, - 51.5222064 - ] - }, - "id": "node/4795552892" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552893", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9310116, - 51.522306 - ] - }, - "id": "node/4795552893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552894", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309909, - 51.5223951 - ] - }, - "id": "node/4795552894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552895", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309678, - 51.5224942 - ] - }, - "id": "node/4795552895" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552896", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309445, - 51.5225947 - ] - }, - "id": "node/4795552896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552897", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309213, - 51.5226941 - ] - }, - "id": "node/4795552897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552898", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308984, - 51.5227928 - ] - }, - "id": "node/4795552898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552899", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308748, - 51.5228941 - ] - }, - "id": "node/4795552899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795552900", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308556, - 51.5229766 - ] - }, - "id": "node/4795552900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795553725", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-04-15" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.932031, - 51.5238083 - ] - }, - "id": "node/4795553725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795553726", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-04-15" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9320981, - 51.5238114 - ] - }, - "id": "node/4795553726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795553727", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-04-15" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9321653, - 51.5238146 - ] - }, - "id": "node/4795553727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728712", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9321086, - 51.5152145 - ] - }, - "id": "node/4795728712" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728713", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9353772, - 51.5145861 - ] - }, - "id": "node/4795728713" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728714", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.932743, - 51.5150924 - ] - }, - "id": "node/4795728714" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728715", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9328637, - 51.5150692 - ] - }, - "id": "node/4795728715" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728716", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9329722, - 51.5150484 - ] - }, - "id": "node/4795728716" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728717", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9330998, - 51.5150239 - ] - }, - "id": "node/4795728717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728718", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9332102, - 51.5150026 - ] - }, - "id": "node/4795728718" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728719", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9334519, - 51.5149562 - ] - }, - "id": "node/4795728719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728720", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9335693, - 51.5149336 - ] - }, - "id": "node/4795728720" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728721", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336801, - 51.5149123 - ] - }, - "id": "node/4795728721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728722", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9337912, - 51.5148909 - ] - }, - "id": "node/4795728722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728723", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339081, - 51.5148685 - ] - }, - "id": "node/4795728723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728724", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340374, - 51.5148436 - ] - }, - "id": "node/4795728724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728725", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9341403, - 51.5148238 - ] - }, - "id": "node/4795728725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728726", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9342356, - 51.5148055 - ] - }, - "id": "node/4795728726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728727", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.934351, - 51.5147833 - ] - }, - "id": "node/4795728727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728728", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.934465, - 51.5147614 - ] - }, - "id": "node/4795728728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728729", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9345745, - 51.5147404 - ] - }, - "id": "node/4795728729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728730", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9346894, - 51.5147183 - ] - }, - "id": "node/4795728730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728731", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9348152, - 51.5146941 - ] - }, - "id": "node/4795728731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728732", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9349098, - 51.5146759 - ] - }, - "id": "node/4795728732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728733", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.935044, - 51.5146501 - ] - }, - "id": "node/4795728733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728734", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9351558, - 51.5146286 - ] - }, - "id": "node/4795728734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728735", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392911, - 51.514 - ] - }, - "id": "node/4795728735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728736", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9391498, - 51.5140298 - ] - }, - "id": "node/4795728736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728737", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9390291, - 51.5140524 - ] - }, - "id": "node/4795728737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728738", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9389131, - 51.5140728 - ] - }, - "id": "node/4795728738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728739", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9387938, - 51.5140937 - ] - }, - "id": "node/4795728739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728740", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9386516, - 51.5141162 - ] - }, - "id": "node/4795728740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728741", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9385329, - 51.514135 - ] - }, - "id": "node/4795728741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728742", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9383894, - 51.5141575 - ] - }, - "id": "node/4795728742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728743", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.938252, - 51.5141788 - ] - }, - "id": "node/4795728743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728744", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9381179, - 51.5142001 - ] - }, - "id": "node/4795728744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728745", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9378228, - 51.5142427 - ] - }, - "id": "node/4795728745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728746", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9376834, - 51.5142602 - ] - }, - "id": "node/4795728746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728747", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9375573, - 51.5142781 - ] - }, - "id": "node/4795728747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728748", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9374232, - 51.5142931 - ] - }, - "id": "node/4795728748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728749", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9373072, - 51.5143107 - ] - }, - "id": "node/4795728749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728750", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9371959, - 51.5143274 - ] - }, - "id": "node/4795728750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728751", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.937043, - 51.5143474 - ] - }, - "id": "node/4795728751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728752", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9369203, - 51.5143637 - ] - }, - "id": "node/4795728752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728753", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9368076, - 51.5143779 - ] - }, - "id": "node/4795728753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728754", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9366829, - 51.5143958 - ] - }, - "id": "node/4795728754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728755", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9365642, - 51.5144112 - ] - }, - "id": "node/4795728755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728756", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364334, - 51.5144309 - ] - }, - "id": "node/4795728756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728757", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.936296, - 51.5144496 - ] - }, - "id": "node/4795728757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728758", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361726, - 51.5144655 - ] - }, - "id": "node/4795728758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728759", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.936066, - 51.5144784 - ] - }, - "id": "node/4795728759" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728760", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9359681, - 51.5144943 - ] - }, - "id": "node/4795728760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728761", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9358554, - 51.5145068 - ] - }, - "id": "node/4795728761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728762", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9357455, - 51.5145235 - ] - }, - "id": "node/4795728762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795728763", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9356261, - 51.5145419 - ] - }, - "id": "node/4795728763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795749934", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9482286, - 51.5216344 - ] - }, - "id": "node/4795749934" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795749935", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9480549, - 51.5216632 - ] - }, - "id": "node/4795749935" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4795750233", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.942655, - 51.5137866 - ] - }, - "id": "node/4795750233" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517838", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9475401, - 51.5120532 - ] - }, - "id": "node/4796517838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517839", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9474365, - 51.5120294 - ] - }, - "id": "node/4796517839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517841", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9472906, - 51.5119255 - ] - }, - "id": "node/4796517841" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517842", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9473962, - 51.5119134 - ] - }, - "id": "node/4796517842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517843", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9472514, - 51.5117959 - ] - }, - "id": "node/4796517843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517844", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9473543, - 51.5117773 - ] - }, - "id": "node/4796517844" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517845", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9472008, - 51.5117339 - ] - }, - "id": "node/4796517845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517846", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9471183, - 51.5116882 - ] - }, - "id": "node/4796517846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517847", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9469218, - 51.5116348 - ] - }, - "id": "node/4796517847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517848", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9471263, - 51.5115829 - ] - }, - "id": "node/4796517848" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517849", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.947011, - 51.5115856 - ] - }, - "id": "node/4796517849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517850", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946782, - 51.5115046 - ] - }, - "id": "node/4796517850" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517851", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946729, - 51.5115689 - ] - }, - "id": "node/4796517851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517852", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465896, - 51.5114579 - ] - }, - "id": "node/4796517852" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517853", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466808, - 51.5114178 - ] - }, - "id": "node/4796517853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517854", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463304, - 51.5114602 - ] - }, - "id": "node/4796517854" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517855", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946437, - 51.5114368 - ] - }, - "id": "node/4796517855" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517856", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946493, - 51.5114854 - ] - }, - "id": "node/4796517856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517857", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465286, - 51.5113277 - ] - }, - "id": "node/4796517857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517858", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466368, - 51.5113323 - ] - }, - "id": "node/4796517858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517859", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466127, - 51.5111831 - ] - }, - "id": "node/4796517859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517860", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465027, - 51.5111929 - ] - }, - "id": "node/4796517860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517861", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465866, - 51.5110474 - ] - }, - "id": "node/4796517861" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517862", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464742, - 51.511055 - ] - }, - "id": "node/4796517862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517863", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462127, - 51.5110105 - ] - }, - "id": "node/4796517863" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517864", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461028, - 51.5110179 - ] - }, - "id": "node/4796517864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517865", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460058, - 51.5110244 - ] - }, - "id": "node/4796517865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517866", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459091, - 51.5110309 - ] - }, - "id": "node/4796517866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517867", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458297, - 51.5110363 - ] - }, - "id": "node/4796517867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517868", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457383, - 51.5110424 - ] - }, - "id": "node/4796517868" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517869", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457021, - 51.5108841 - ] - }, - "id": "node/4796517869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517870", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460608, - 51.5108882 - ] - }, - "id": "node/4796517870" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517871", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461178, - 51.5108448 - ] - }, - "id": "node/4796517871" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517872", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463227, - 51.5108315 - ] - }, - "id": "node/4796517872" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517873", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462315, - 51.5108348 - ] - }, - "id": "node/4796517873" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517874", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464105, - 51.5109665 - ] - }, - "id": "node/4796517874" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517875", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466154, - 51.5109533 - ] - }, - "id": "node/4796517875" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517876", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465936, - 51.5108308 - ] - }, - "id": "node/4796517876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517877", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463857, - 51.5108444 - ] - }, - "id": "node/4796517877" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517878", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464152, - 51.5107173 - ] - }, - "id": "node/4796517878" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517879", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465252, - 51.5107107 - ] - }, - "id": "node/4796517879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517880", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465094, - 51.5106328 - ] - }, - "id": "node/4796517880" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517881", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463991, - 51.5106389 - ] - }, - "id": "node/4796517881" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517882", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462929, - 51.5104456 - ] - }, - "id": "node/4796517882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517883", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464648, - 51.5104077 - ] - }, - "id": "node/4796517883" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517884", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463572, - 51.5104141 - ] - }, - "id": "node/4796517884" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517885", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462734, - 51.5103332 - ] - }, - "id": "node/4796517885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517886", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462687, - 51.51029 - ] - }, - "id": "node/4796517886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517887", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464441, - 51.5102839 - ] - }, - "id": "node/4796517887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517888", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463334, - 51.5102912 - ] - }, - "id": "node/4796517888" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517889", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456159, - 51.5102326 - ] - }, - "id": "node/4796517889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517890", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450037, - 51.5096704 - ] - }, - "id": "node/4796517890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517891", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449856, - 51.5095832 - ] - }, - "id": "node/4796517891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517892", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449957, - 51.5097234 - ] - }, - "id": "node/4796517892" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517893", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452776, - 51.5097556 - ] - }, - "id": "node/4796517893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517894", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945399, - 51.509747 - ] - }, - "id": "node/4796517894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517895", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454687, - 51.5096924 - ] - }, - "id": "node/4796517895" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517896", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455422, - 51.5096646 - ] - }, - "id": "node/4796517896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517897", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458225, - 51.5096527 - ] - }, - "id": "node/4796517897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517898", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945851, - 51.5096907 - ] - }, - "id": "node/4796517898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517899", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456951, - 51.5098301 - ] - }, - "id": "node/4796517899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517900", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455992, - 51.5098188 - ] - }, - "id": "node/4796517900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517901", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455167, - 51.5098113 - ] - }, - "id": "node/4796517901" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517902", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455197, - 51.5098628 - ] - }, - "id": "node/4796517902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517903", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455274, - 51.5098923 - ] - }, - "id": "node/4796517903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517904", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455408, - 51.5099661 - ] - }, - "id": "node/4796517904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517905", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455609, - 51.5100726 - ] - }, - "id": "node/4796517905" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517906", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455459, - 51.510001 - ] - }, - "id": "node/4796517906" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517907", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456153, - 51.5100659 - ] - }, - "id": "node/4796517907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517908", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457373, - 51.5100538 - ] - }, - "id": "node/4796517908" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517909", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458526, - 51.5100477 - ] - }, - "id": "node/4796517909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517910", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459465, - 51.5100408 - ] - }, - "id": "node/4796517910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517911", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460535, - 51.5100346 - ] - }, - "id": "node/4796517911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517912", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945794, - 51.5100847 - ] - }, - "id": "node/4796517912" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517913", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459971, - 51.5102017 - ] - }, - "id": "node/4796517913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517914", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460454, - 51.5101973 - ] - }, - "id": "node/4796517914" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517915", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461038, - 51.5101913 - ] - }, - "id": "node/4796517915" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517916", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461557, - 51.5101886 - ] - }, - "id": "node/4796517916" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517917", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462265, - 51.5101831 - ] - }, - "id": "node/4796517917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517918", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464669, - 51.5101516 - ] - }, - "id": "node/4796517918" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517919", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462623, - 51.5101627 - ] - }, - "id": "node/4796517919" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796517920", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462399, - 51.5100402 - ] - }, - "id": "node/4796517920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532721", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464457, - 51.5100264 - ] - }, - "id": "node/4796532721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532722", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461152, - 51.5099766 - ] - }, - "id": "node/4796532722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532723", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461976, - 51.5099732 - ] - }, - "id": "node/4796532723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532724", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946197, - 51.5099175 - ] - }, - "id": "node/4796532724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532725", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462647, - 51.5099077 - ] - }, - "id": "node/4796532725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532726", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463723, - 51.5099 - ] - }, - "id": "node/4796532726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532727", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463445, - 51.5097648 - ] - }, - "id": "node/4796532727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532728", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462362, - 51.5097721 - ] - }, - "id": "node/4796532728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532729", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461765, - 51.5097552 - ] - }, - "id": "node/4796532729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532730", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461587, - 51.5096746 - ] - }, - "id": "node/4796532730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532731", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946209, - 51.509621 - ] - }, - "id": "node/4796532731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532732", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463244, - 51.5096427 - ] - }, - "id": "node/4796532732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532733", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463036, - 51.5095521 - ] - }, - "id": "node/4796532733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532734", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461222, - 51.5095628 - ] - }, - "id": "node/4796532734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532735", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462432, - 51.5094716 - ] - }, - "id": "node/4796532735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532736", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461091, - 51.5094737 - ] - }, - "id": "node/4796532736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532737", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459794, - 51.5094614 - ] - }, - "id": "node/4796532737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532738", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459274, - 51.5093337 - ] - }, - "id": "node/4796532738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532739", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458614, - 51.5093946 - ] - }, - "id": "node/4796532739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532740", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452424, - 51.5095538 - ] - }, - "id": "node/4796532740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532741", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454195, - 51.5094891 - ] - }, - "id": "node/4796532741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532742", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457437, - 51.5094365 - ] - }, - "id": "node/4796532742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532743", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455723, - 51.5094637 - ] - }, - "id": "node/4796532743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532744", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456377, - 51.5094113 - ] - }, - "id": "node/4796532744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532745", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456122, - 51.5093462 - ] - }, - "id": "node/4796532745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532746", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454684, - 51.5093664 - ] - }, - "id": "node/4796532746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532747", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453249, - 51.5093887 - ] - }, - "id": "node/4796532747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532748", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452676, - 51.509467 - ] - }, - "id": "node/4796532748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532749", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450835, - 51.5094236 - ] - }, - "id": "node/4796532749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532750", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450476, - 51.5095275 - ] - }, - "id": "node/4796532750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532751", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449236, - 51.5095154 - ] - }, - "id": "node/4796532751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532752", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9426229, - 51.5121118 - ] - }, - "id": "node/4796532752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532753", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9426404, - 51.512178 - ] - }, - "id": "node/4796532753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532754", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9428858, - 51.5121611 - ] - }, - "id": "node/4796532754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532755", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9428717, - 51.512096 - ] - }, - "id": "node/4796532755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532756", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9431024, - 51.512145 - ] - }, - "id": "node/4796532756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532757", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9431527, - 51.5120757 - ] - }, - "id": "node/4796532757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532758", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9433149, - 51.5121268 - ] - }, - "id": "node/4796532758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532759", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9434158, - 51.5120307 - ] - }, - "id": "node/4796532759" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532760", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9435117, - 51.5120645 - ] - }, - "id": "node/4796532760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532761", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9436579, - 51.5119637 - ] - }, - "id": "node/4796532761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532762", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943794, - 51.5118564 - ] - }, - "id": "node/4796532762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532763", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437277, - 51.5117942 - ] - }, - "id": "node/4796532763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532764", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437159, - 51.511736 - ] - }, - "id": "node/4796532764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532765", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9438742, - 51.5117312 - ] - }, - "id": "node/4796532765" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532766", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943783, - 51.511562 - ] - }, - "id": "node/4796532766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532767", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9438926, - 51.5115712 - ] - }, - "id": "node/4796532767" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532768", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9438976, - 51.5113471 - ] - }, - "id": "node/4796532768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532769", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437873, - 51.5113168 - ] - }, - "id": "node/4796532769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532770", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440881, - 51.5113049 - ] - }, - "id": "node/4796532770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532771", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439965, - 51.5113026 - ] - }, - "id": "node/4796532771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532772", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439456, - 51.5112672 - ] - }, - "id": "node/4796532772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532773", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9438973, - 51.5112782 - ] - }, - "id": "node/4796532773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532774", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437907, - 51.5111866 - ] - }, - "id": "node/4796532774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532775", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439543, - 51.5111699 - ] - }, - "id": "node/4796532775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532776", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943793, - 51.5110702 - ] - }, - "id": "node/4796532776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532777", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437967, - 51.5109863 - ] - }, - "id": "node/4796532777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532778", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439067, - 51.51094 - ] - }, - "id": "node/4796532778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532779", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437974, - 51.5108525 - ] - }, - "id": "node/4796532779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532780", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439053, - 51.5108621 - ] - }, - "id": "node/4796532780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532781", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9438356, - 51.5107104 - ] - }, - "id": "node/4796532781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532782", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9436871, - 51.5107349 - ] - }, - "id": "node/4796532782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532783", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437659, - 51.5106105 - ] - }, - "id": "node/4796532783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532784", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437226, - 51.5104899 - ] - }, - "id": "node/4796532784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532785", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437213, - 51.5104104 - ] - }, - "id": "node/4796532785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532786", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943722, - 51.5103478 - ] - }, - "id": "node/4796532786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532787", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9436163, - 51.5103424 - ] - }, - "id": "node/4796532787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532788", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943726, - 51.5102249 - ] - }, - "id": "node/4796532788" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532789", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9436173, - 51.5102207 - ] - }, - "id": "node/4796532789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532790", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943731, - 51.5100842 - ] - }, - "id": "node/4796532790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532791", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9436247, - 51.510011 - ] - }, - "id": "node/4796532791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532792", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437696, - 51.5099196 - ] - }, - "id": "node/4796532792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532793", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437327, - 51.509832 - ] - }, - "id": "node/4796532793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532794", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439007, - 51.5098132 - ] - }, - "id": "node/4796532794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532795", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943904, - 51.5097126 - ] - }, - "id": "node/4796532795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532796", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440509, - 51.5097141 - ] - }, - "id": "node/4796532796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532797", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441652, - 51.5095684 - ] - }, - "id": "node/4796532797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532798", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944193, - 51.5096354 - ] - }, - "id": "node/4796532798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532799", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446879, - 51.5095525 - ] - }, - "id": "node/4796532799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532800", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445699, - 51.5095701 - ] - }, - "id": "node/4796532800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532801", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444311, - 51.5095895 - ] - }, - "id": "node/4796532801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532802", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444046, - 51.5095235 - ] - }, - "id": "node/4796532802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532803", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445474, - 51.5095029 - ] - }, - "id": "node/4796532803" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532804", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446634, - 51.5094864 - ] - }, - "id": "node/4796532804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532805", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441115, - 51.509251 - ] - }, - "id": "node/4796532805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532806", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446466, - 51.509428 - ] - }, - "id": "node/4796532806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532807", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444723, - 51.5094397 - ] - }, - "id": "node/4796532807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532808", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444173, - 51.5094376 - ] - }, - "id": "node/4796532808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532809", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443214, - 51.5093933 - ] - }, - "id": "node/4796532809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532810", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443804, - 51.5093612 - ] - }, - "id": "node/4796532810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532811", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445575, - 51.5093249 - ] - }, - "id": "node/4796532811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532812", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445491, - 51.5092172 - ] - }, - "id": "node/4796532812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532813", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444689, - 51.5093297 - ] - }, - "id": "node/4796532813" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532814", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443982, - 51.509289 - ] - }, - "id": "node/4796532814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532815", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944313, - 51.5092731 - ] - }, - "id": "node/4796532815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532816", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944253, - 51.5093105 - ] - }, - "id": "node/4796532816" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532817", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9442121, - 51.5093276 - ] - }, - "id": "node/4796532817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532818", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439067, - 51.5091771 - ] - }, - "id": "node/4796532818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532819", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9436767, - 51.5089914 - ] - }, - "id": "node/4796532819" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532820", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9422692, - 51.5092356 - ] - }, - "id": "node/4796532820" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532821", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9423664, - 51.5091734 - ] - }, - "id": "node/4796532821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532822", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9422417, - 51.5091079 - ] - }, - "id": "node/4796532822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532823", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9422216, - 51.5090423 - ] - }, - "id": "node/4796532823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532824", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9426541, - 51.5089255 - ] - }, - "id": "node/4796532824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532825", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9428003, - 51.5088441 - ] - }, - "id": "node/4796532825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532826", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9428077, - 51.5087536 - ] - }, - "id": "node/4796532826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532827", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9429136, - 51.5087139 - ] - }, - "id": "node/4796532827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532828", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.942933, - 51.5087431 - ] - }, - "id": "node/4796532828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532829", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9429015, - 51.5088282 - ] - }, - "id": "node/4796532829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532830", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9429927, - 51.508759 - ] - }, - "id": "node/4796532830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532831", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9430142, - 51.5087944 - ] - }, - "id": "node/4796532831" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532832", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9435721, - 51.5085424 - ] - }, - "id": "node/4796532832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532833", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9433756, - 51.5085632 - ] - }, - "id": "node/4796532833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532845", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9410076, - 51.5124232 - ] - }, - "id": "node/4796532845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532846", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9400109, - 51.5121647 - ] - }, - "id": "node/4796532846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532847", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9402285, - 51.5121236 - ] - }, - "id": "node/4796532847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532848", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9404625, - 51.512061 - ] - }, - "id": "node/4796532848" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532849", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9409852, - 51.5123247 - ] - }, - "id": "node/4796532849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532852", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9402731, - 51.5123658 - ] - }, - "id": "node/4796532852" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532854", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9396987, - 51.5124929 - ] - }, - "id": "node/4796532854" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532855", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9396947, - 51.5124441 - ] - }, - "id": "node/4796532855" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532856", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9396119, - 51.5124524 - ] - }, - "id": "node/4796532856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532857", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.93975, - 51.5124057 - ] - }, - "id": "node/4796532857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532858", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9395653, - 51.5122277 - ] - }, - "id": "node/4796532858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532859", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9395834, - 51.5123084 - ] - }, - "id": "node/4796532859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532860", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9396377, - 51.5122598 - ] - }, - "id": "node/4796532860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532861", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.939742, - 51.5122571 - ] - }, - "id": "node/4796532861" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532862", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9397249, - 51.5121588 - ] - }, - "id": "node/4796532862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532863", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9397544, - 51.5120862 - ] - }, - "id": "node/4796532863" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532864", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9398499, - 51.5120724 - ] - }, - "id": "node/4796532864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532865", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9399559, - 51.5120576 - ] - }, - "id": "node/4796532865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532866", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9400488, - 51.512043 - ] - }, - "id": "node/4796532866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532867", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9401326, - 51.5120297 - ] - }, - "id": "node/4796532867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532868", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.940202, - 51.5120144 - ] - }, - "id": "node/4796532868" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532869", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9402674, - 51.5120326 - ] - }, - "id": "node/4796532869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532870", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.940558, - 51.5119141 - ] - }, - "id": "node/4796532870" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532871", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9406295, - 51.5118961 - ] - }, - "id": "node/4796532871" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532872", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9407213, - 51.5118709 - ] - }, - "id": "node/4796532872" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532873", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9408179, - 51.5118496 - ] - }, - "id": "node/4796532873" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796532875", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9408896, - 51.5118492 - ] - }, - "id": "node/4796532875" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536641", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452414, - 51.5115369 - ] - }, - "id": "node/4796536641" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536642", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451777, - 51.5115653 - ] - }, - "id": "node/4796536642" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536643", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452884, - 51.5117343 - ] - }, - "id": "node/4796536643" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536644", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455338, - 51.5117752 - ] - }, - "id": "node/4796536644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536645", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462969, - 51.5119067 - ] - }, - "id": "node/4796536645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536646", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461286, - 51.5120498 - ] - }, - "id": "node/4796536646" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536647", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461373, - 51.5119818 - ] - }, - "id": "node/4796536647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536648", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460991, - 51.5119 - ] - }, - "id": "node/4796536648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536649", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461809, - 51.5122293 - ] - }, - "id": "node/4796536649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536650", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463351, - 51.5122485 - ] - }, - "id": "node/4796536650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536651", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459127, - 51.5123094 - ] - }, - "id": "node/4796536651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536652", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457497, - 51.512339 - ] - }, - "id": "node/4796536652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536653", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456243, - 51.5123603 - ] - }, - "id": "node/4796536653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536654", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454942, - 51.5123866 - ] - }, - "id": "node/4796536654" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536655", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452817, - 51.5124271 - ] - }, - "id": "node/4796536655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536656", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440633, - 51.5126741 - ] - }, - "id": "node/4796536656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536657", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439231, - 51.5126975 - ] - }, - "id": "node/4796536657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536658", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437542, - 51.5127321 - ] - }, - "id": "node/4796536658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536659", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9436221, - 51.5127618 - ] - }, - "id": "node/4796536659" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536660", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9434967, - 51.5127972 - ] - }, - "id": "node/4796536660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536661", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9433431, - 51.5128431 - ] - }, - "id": "node/4796536661" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536662", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9431761, - 51.5128836 - ] - }, - "id": "node/4796536662" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536663", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9430595, - 51.5129178 - ] - }, - "id": "node/4796536663" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536664", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9429555, - 51.5129458 - ] - }, - "id": "node/4796536664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536665", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9428697, - 51.5129712 - ] - }, - "id": "node/4796536665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536667", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9428559, - 51.5098873 - ] - }, - "id": "node/4796536667" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536668", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9427922, - 51.5096406 - ] - }, - "id": "node/4796536668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536669", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9423389, - 51.5094223 - ] - }, - "id": "node/4796536669" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536670", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.942351, - 51.5094691 - ] - }, - "id": "node/4796536670" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536671", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9421861, - 51.5096744 - ] - }, - "id": "node/4796536671" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536672", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9422317, - 51.5098109 - ] - }, - "id": "node/4796536672" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536673", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9423168, - 51.5099135 - ] - }, - "id": "node/4796536673" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536674", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9425046, - 51.5105153 - ] - }, - "id": "node/4796536674" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536675", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.942518, - 51.5104761 - ] - }, - "id": "node/4796536675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536676", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9424583, - 51.5104369 - ] - }, - "id": "node/4796536676" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536677", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9425072, - 51.5103643 - ] - }, - "id": "node/4796536677" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536678", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9427044, - 51.510373 - ] - }, - "id": "node/4796536678" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536679", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.942807, - 51.5103818 - ] - }, - "id": "node/4796536679" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536680", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9428925, - 51.5103926 - ] - }, - "id": "node/4796536680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536681", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9430799, - 51.5103968 - ] - }, - "id": "node/4796536681" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536682", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9431778, - 51.5103987 - ] - }, - "id": "node/4796536682" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536683", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943273, - 51.5103968 - ] - }, - "id": "node/4796536683" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536684", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9434581, - 51.5103991 - ] - }, - "id": "node/4796536684" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536685", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9433676, - 51.5103972 - ] - }, - "id": "node/4796536685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536686", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9438443, - 51.5103643 - ] - }, - "id": "node/4796536686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536687", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439382, - 51.5103678 - ] - }, - "id": "node/4796536687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536688", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440317, - 51.5103726 - ] - }, - "id": "node/4796536688" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536689", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441256, - 51.5103728 - ] - }, - "id": "node/4796536689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536690", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9442182, - 51.5103726 - ] - }, - "id": "node/4796536690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536691", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443147, - 51.5103714 - ] - }, - "id": "node/4796536691" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536692", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444076, - 51.5103705 - ] - }, - "id": "node/4796536692" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536693", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944594, - 51.5103772 - ] - }, - "id": "node/4796536693" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536694", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448119, - 51.5103042 - ] - }, - "id": "node/4796536694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536695", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944771, - 51.5102875 - ] - }, - "id": "node/4796536695" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536696", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448468, - 51.5103538 - ] - }, - "id": "node/4796536696" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536697", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448562, - 51.5104177 - ] - }, - "id": "node/4796536697" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536698", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447435, - 51.5099378 - ] - }, - "id": "node/4796536698" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536699", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448421, - 51.5098464 - ] - }, - "id": "node/4796536699" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536700", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448093, - 51.5097838 - ] - }, - "id": "node/4796536700" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536701", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447616, - 51.5096122 - ] - }, - "id": "node/4796536701" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536702", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449722, - 51.5098393 - ] - }, - "id": "node/4796536702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536703", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450017, - 51.5100408 - ] - }, - "id": "node/4796536703" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536704", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450285, - 51.5101205 - ] - }, - "id": "node/4796536704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536705", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450265, - 51.5101894 - ] - }, - "id": "node/4796536705" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536706", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450406, - 51.51027 - ] - }, - "id": "node/4796536706" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536707", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450916, - 51.5103972 - ] - }, - "id": "node/4796536707" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536708", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450755, - 51.5104807 - ] - }, - "id": "node/4796536708" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536709", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9472253, - 51.5104989 - ] - }, - "id": "node/4796536709" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536710", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9470985, - 51.510492 - ] - }, - "id": "node/4796536710" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536711", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457259, - 51.5105268 - ] - }, - "id": "node/4796536711" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536712", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457427, - 51.5105817 - ] - }, - "id": "node/4796536712" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536713", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456659, - 51.5106101 - ] - }, - "id": "node/4796536713" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536714", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452438, - 51.5106347 - ] - }, - "id": "node/4796536714" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536715", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454238, - 51.5106443 - ] - }, - "id": "node/4796536715" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536716", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453376, - 51.5106512 - ] - }, - "id": "node/4796536716" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536717", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455576, - 51.5106412 - ] - }, - "id": "node/4796536717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536718", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455381, - 51.510516 - ] - }, - "id": "node/4796536718" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536719", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454946, - 51.510541 - ] - }, - "id": "node/4796536719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536720", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453987, - 51.5105406 - ] - }, - "id": "node/4796536720" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536721", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453162, - 51.5105481 - ] - }, - "id": "node/4796536721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536722", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452377, - 51.5105602 - ] - }, - "id": "node/4796536722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536723", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944932, - 51.5104976 - ] - }, - "id": "node/4796536723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536724", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945103, - 51.5105598 - ] - }, - "id": "node/4796536724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536725", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449789, - 51.5106324 - ] - }, - "id": "node/4796536725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536726", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451271, - 51.5107522 - ] - }, - "id": "node/4796536726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536727", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449977, - 51.510738 - ] - }, - "id": "node/4796536727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536728", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449883, - 51.5109007 - ] - }, - "id": "node/4796536728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536729", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451271, - 51.510859 - ] - }, - "id": "node/4796536729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536730", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451687, - 51.5110322 - ] - }, - "id": "node/4796536730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536731", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451988, - 51.51122 - ] - }, - "id": "node/4796536731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536732", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452082, - 51.5113056 - ] - }, - "id": "node/4796536732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536733", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945224, - 51.5113719 - ] - }, - "id": "node/4796536733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536734", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455123, - 51.5114654 - ] - }, - "id": "node/4796536734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536735", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456075, - 51.5115061 - ] - }, - "id": "node/4796536735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536736", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460548, - 51.5113346 - ] - }, - "id": "node/4796536736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536737", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458064, - 51.5113396 - ] - }, - "id": "node/4796536737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536738", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458741, - 51.5113377 - ] - }, - "id": "node/4796536738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536739", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459291, - 51.5113369 - ] - }, - "id": "node/4796536739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536740", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459978, - 51.5113698 - ] - }, - "id": "node/4796536740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536741", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461343, - 51.5114345 - ] - }, - "id": "node/4796536741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536742", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468635, - 51.5117886 - ] - }, - "id": "node/4796536742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536743", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946952, - 51.5118525 - ] - }, - "id": "node/4796536743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536744", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946898, - 51.5118009 - ] - }, - "id": "node/4796536744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536745", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468119, - 51.5117801 - ] - }, - "id": "node/4796536745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536746", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468987, - 51.5116941 - ] - }, - "id": "node/4796536746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536747", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9469346, - 51.5117465 - ] - }, - "id": "node/4796536747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536748", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9469909, - 51.5117435 - ] - }, - "id": "node/4796536748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536749", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.947001, - 51.5117851 - ] - }, - "id": "node/4796536749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536750", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9470911, - 51.5117617 - ] - }, - "id": "node/4796536750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536751", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9470687, - 51.5118101 - ] - }, - "id": "node/4796536751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536752", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9471146, - 51.5118414 - ] - }, - "id": "node/4796536752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536753", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.947124, - 51.5120377 - ] - }, - "id": "node/4796536753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536754", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9470643, - 51.5121516 - ] - }, - "id": "node/4796536754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796536755", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9471679, - 51.512139 - ] - }, - "id": "node/4796536755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547458", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9481703, - 51.51028 - ] - }, - "id": "node/4796547458" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547459", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9481166, - 51.5103388 - ] - }, - "id": "node/4796547459" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547460", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9481904, - 51.5116956 - ] - }, - "id": "node/4796547460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547461", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9481776, - 51.5116213 - ] - }, - "id": "node/4796547461" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547462", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9481709, - 51.511562 - ] - }, - "id": "node/4796547462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547463", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9481535, - 51.5114961 - ] - }, - "id": "node/4796547463" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547464", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9481414, - 51.5114356 - ] - }, - "id": "node/4796547464" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547465", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9480449, - 51.5109181 - ] - }, - "id": "node/4796547465" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547466", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9470115, - 51.5113863 - ] - }, - "id": "node/4796547466" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547467", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9471296, - 51.5113342 - ] - }, - "id": "node/4796547467" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547468", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9469914, - 51.5113225 - ] - }, - "id": "node/4796547468" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547469", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466468, - 51.5111017 - ] - }, - "id": "node/4796547469" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547470", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466836, - 51.5112674 - ] - }, - "id": "node/4796547470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547471", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466709, - 51.511219 - ] - }, - "id": "node/4796547471" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547472", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.947318, - 51.5111877 - ] - }, - "id": "node/4796547472" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547473", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9473247, - 51.5111313 - ] - }, - "id": "node/4796547473" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547474", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9473281, - 51.5110737 - ] - }, - "id": "node/4796547474" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547475", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466796, - 51.5109702 - ] - }, - "id": "node/4796547475" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547476", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468761, - 51.5109569 - ] - }, - "id": "node/4796547476" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547477", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9469592, - 51.5109498 - ] - }, - "id": "node/4796547477" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547478", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9470236, - 51.5109456 - ] - }, - "id": "node/4796547478" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547479", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9471705, - 51.5109348 - ] - }, - "id": "node/4796547479" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547480", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9472087, - 51.5109314 - ] - }, - "id": "node/4796547480" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547481", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9472335, - 51.5109319 - ] - }, - "id": "node/4796547481" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547482", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9472918, - 51.5109243 - ] - }, - "id": "node/4796547482" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547483", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.94778, - 51.5105124 - ] - }, - "id": "node/4796547483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547484", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.947829, - 51.5105187 - ] - }, - "id": "node/4796547484" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547485", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9479792, - 51.5110692 - ] - }, - "id": "node/4796547485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547487", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9475111, - 51.5114811 - ] - }, - "id": "node/4796547487" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547488", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9479899, - 51.5112156 - ] - }, - "id": "node/4796547488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547489", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9478236, - 51.5115649 - ] - }, - "id": "node/4796547489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547490", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.948016, - 51.5115729 - ] - }, - "id": "node/4796547490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547491", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9479765, - 51.5115946 - ] - }, - "id": "node/4796547491" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547492", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9476935, - 51.5118333 - ] - }, - "id": "node/4796547492" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547493", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9480107, - 51.5117786 - ] - }, - "id": "node/4796547493" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547494", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9477418, - 51.5118166 - ] - }, - "id": "node/4796547494" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547495", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9478196, - 51.511769 - ] - }, - "id": "node/4796547495" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547496", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9480569, - 51.5116906 - ] - }, - "id": "node/4796547496" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547497", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9473435, - 51.5104139 - ] - }, - "id": "node/4796547497" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547498", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9474568, - 51.5104144 - ] - }, - "id": "node/4796547498" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547499", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9475728, - 51.5104123 - ] - }, - "id": "node/4796547499" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547500", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9476841, - 51.5104156 - ] - }, - "id": "node/4796547500" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547501", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9477653, - 51.5104223 - ] - }, - "id": "node/4796547501" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547502", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9478055, - 51.5104452 - ] - }, - "id": "node/4796547502" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547503", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9478511, - 51.5104323 - ] - }, - "id": "node/4796547503" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547504", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9478779, - 51.5103847 - ] - }, - "id": "node/4796547504" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547505", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9478142, - 51.5104006 - ] - }, - "id": "node/4796547505" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547506", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9478122, - 51.510371 - ] - }, - "id": "node/4796547506" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547507", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9477807, - 51.5103355 - ] - }, - "id": "node/4796547507" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547508", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9478363, - 51.5103459 - ] - }, - "id": "node/4796547508" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547509", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9478779, - 51.5103171 - ] - }, - "id": "node/4796547509" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547510", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.947833, - 51.5103159 - ] - }, - "id": "node/4796547510" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547511", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9478062, - 51.5102867 - ] - }, - "id": "node/4796547511" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547512", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9484532, - 51.5099966 - ] - }, - "id": "node/4796547512" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547513", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9482413, - 51.5100208 - ] - }, - "id": "node/4796547513" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547514", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9485773, - 51.5102195 - ] - }, - "id": "node/4796547514" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547515", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9479966, - 51.5102186 - ] - }, - "id": "node/4796547515" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547516", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9481984, - 51.5102466 - ] - }, - "id": "node/4796547516" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547517", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9482313, - 51.5102558 - ] - }, - "id": "node/4796547517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547518", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9482822, - 51.5102508 - ] - }, - "id": "node/4796547518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547519", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9483325, - 51.5102587 - ] - }, - "id": "node/4796547519" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547520", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9485699, - 51.510161 - ] - }, - "id": "node/4796547520" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547721", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9485364, - 51.5101356 - ] - }, - "id": "node/4796547721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547722", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9484962, - 51.5101105 - ] - }, - "id": "node/4796547722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547723", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9482266, - 51.510131 - ] - }, - "id": "node/4796547723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547724", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9479805, - 51.5101172 - ] - }, - "id": "node/4796547724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547725", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9478129, - 51.5100112 - ] - }, - "id": "node/4796547725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547726", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9478015, - 51.5099507 - ] - }, - "id": "node/4796547726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547727", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9477921, - 51.5098948 - ] - }, - "id": "node/4796547727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547728", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.94778, - 51.5098359 - ] - }, - "id": "node/4796547728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547729", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9476539, - 51.5096248 - ] - }, - "id": "node/4796547729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547730", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9477036, - 51.5095997 - ] - }, - "id": "node/4796547730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547731", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9476325, - 51.5095784 - ] - }, - "id": "node/4796547731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547732", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.947664, - 51.5095254 - ] - }, - "id": "node/4796547732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547733", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9476888, - 51.5094607 - ] - }, - "id": "node/4796547733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547734", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9476439, - 51.5091248 - ] - }, - "id": "node/4796547734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547735", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9476774, - 51.509293 - ] - }, - "id": "node/4796547735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547736", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.947666, - 51.5092358 - ] - }, - "id": "node/4796547736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547737", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9476566, - 51.5091703 - ] - }, - "id": "node/4796547737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547738", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9476204, - 51.5089399 - ] - }, - "id": "node/4796547738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547739", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9476023, - 51.5088619 - ] - }, - "id": "node/4796547739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547740", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9475782, - 51.5087479 - ] - }, - "id": "node/4796547740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547741", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9475889, - 51.5088013 - ] - }, - "id": "node/4796547741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547742", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9475024, - 51.5083473 - ] - }, - "id": "node/4796547742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547743", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9474897, - 51.5082909 - ] - }, - "id": "node/4796547743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547744", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9474789, - 51.5082321 - ] - }, - "id": "node/4796547744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547745", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9474702, - 51.5081728 - ] - }, - "id": "node/4796547745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547746", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9474561, - 51.5081119 - ] - }, - "id": "node/4796547746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547756", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9485548, - 51.5107466 - ] - }, - "id": "node/4796547756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547757", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9486373, - 51.5107662 - ] - }, - "id": "node/4796547757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547758", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9487392, - 51.5107578 - ] - }, - "id": "node/4796547758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547759", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490799, - 51.5106714 - ] - }, - "id": "node/4796547759" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547760", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9493038, - 51.5106009 - ] - }, - "id": "node/4796547760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547761", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9493374, - 51.5105972 - ] - }, - "id": "node/4796547761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547762", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9494742, - 51.510686 - ] - }, - "id": "node/4796547762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547763", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.949222, - 51.5107649 - ] - }, - "id": "node/4796547763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547764", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9489739, - 51.5110971 - ] - }, - "id": "node/4796547764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547765", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490266, - 51.5112398 - ] - }, - "id": "node/4796547765" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547766", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490567, - 51.5114368 - ] - }, - "id": "node/4796547766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547767", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490641, - 51.5115007 - ] - }, - "id": "node/4796547767" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547768", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490762, - 51.5116071 - ] - }, - "id": "node/4796547768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547769", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490829, - 51.5116851 - ] - }, - "id": "node/4796547769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547770", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9491439, - 51.5118011 - ] - }, - "id": "node/4796547770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547771", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9494738, - 51.5117878 - ] - }, - "id": "node/4796547771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547772", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9418396, - 51.5132864 - ] - }, - "id": "node/4796547772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547773", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9424176, - 51.5131082 - ] - }, - "id": "node/4796547773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547774", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9422674, - 51.5131553 - ] - }, - "id": "node/4796547774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547775", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9434523, - 51.5087525 - ] - }, - "id": "node/4796547775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547776", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9435337, - 51.508884 - ] - }, - "id": "node/4796547776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547777", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445597, - 51.5092583 - ] - }, - "id": "node/4796547777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547778", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439555, - 51.5095885 - ] - }, - "id": "node/4796547778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547779", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9431857, - 51.5092362 - ] - }, - "id": "node/4796547779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547780", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9430555, - 51.5096106 - ] - }, - "id": "node/4796547780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547781", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9430005, - 51.5096106 - ] - }, - "id": "node/4796547781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547782", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.942812, - 51.5095659 - ] - }, - "id": "node/4796547782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547783", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9432633, - 51.5096607 - ] - }, - "id": "node/4796547783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547784", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9432748, - 51.5100309 - ] - }, - "id": "node/4796547784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547785", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9442651, - 51.511524 - ] - }, - "id": "node/4796547785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547786", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9442443, - 51.5115449 - ] - }, - "id": "node/4796547786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547787", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441666, - 51.5113066 - ] - }, - "id": "node/4796547787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547788", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9442517, - 51.5113066 - ] - }, - "id": "node/4796547788" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547789", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441666, - 51.5112624 - ] - }, - "id": "node/4796547789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547790", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443831, - 51.5112691 - ] - }, - "id": "node/4796547790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547791", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9442812, - 51.511176 - ] - }, - "id": "node/4796547791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547792", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9442524, - 51.5111201 - ] - }, - "id": "node/4796547792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547793", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439587, - 51.5108413 - ] - }, - "id": "node/4796547793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547794", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9442893, - 51.5108044 - ] - }, - "id": "node/4796547794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547795", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9442876, - 51.5108467 - ] - }, - "id": "node/4796547795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547796", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444458, - 51.5108503 - ] - }, - "id": "node/4796547796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547797", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443426, - 51.510849 - ] - }, - "id": "node/4796547797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547798", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441106, - 51.5107224 - ] - }, - "id": "node/4796547798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547799", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437887, - 51.5104419 - ] - }, - "id": "node/4796547799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547800", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9438269, - 51.5106005 - ] - }, - "id": "node/4796547800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547801", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9429116, - 51.510694 - ] - }, - "id": "node/4796547801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547802", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9432382, - 51.5107658 - ] - }, - "id": "node/4796547802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547803", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943432, - 51.5114339 - ] - }, - "id": "node/4796547803" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547804", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437253, - 51.5116883 - ] - }, - "id": "node/4796547804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547805", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439614, - 51.5116259 - ] - }, - "id": "node/4796547805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547806", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439406, - 51.5117056 - ] - }, - "id": "node/4796547806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547807", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441971, - 51.5117095 - ] - }, - "id": "node/4796547807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547808", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444398, - 51.5117158 - ] - }, - "id": "node/4796547808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796547809", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445551, - 51.5116682 - ] - }, - "id": "node/4796547809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796568594", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9522189, - 51.5106196 - ] - }, - "id": "node/4796568594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796568595", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9520378, - 51.5107056 - ] - }, - "id": "node/4796568595" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796568596", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.951952, - 51.5105796 - ] - }, - "id": "node/4796568596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796568597", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9514618, - 51.51034 - ] - }, - "id": "node/4796568597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796568598", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9515624, - 51.5103784 - ] - }, - "id": "node/4796568598" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796568599", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9509683, - 51.5103601 - ] - }, - "id": "node/4796568599" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796568600", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9507698, - 51.5103475 - ] - }, - "id": "node/4796568600" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796568601", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9506947, - 51.51035 - ] - }, - "id": "node/4796568601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796568602", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9506384, - 51.5103559 - ] - }, - "id": "node/4796568602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796568603", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9505794, - 51.510368 - ] - }, - "id": "node/4796568603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796568604", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9504889, - 51.5103884 - ] - }, - "id": "node/4796568604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796568605", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9501475, - 51.5103534 - ] - }, - "id": "node/4796568605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796568606", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9500812, - 51.5105261 - ] - }, - "id": "node/4796568606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796568607", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9497258, - 51.5104681 - ] - }, - "id": "node/4796568607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796568608", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.949878, - 51.51058 - ] - }, - "id": "node/4796568608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796568609", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9498766, - 51.5104398 - ] - }, - "id": "node/4796568609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569022", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9470583, - 51.5086993 - ] - }, - "id": "node/4796569022" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569023", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9469953, - 51.5082582 - ] - }, - "id": "node/4796569023" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569024", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9475666, - 51.5080428 - ] - }, - "id": "node/4796569024" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569025", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9480823, - 51.5077669 - ] - }, - "id": "node/4796569025" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569026", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9479388, - 51.5077298 - ] - }, - "id": "node/4796569026" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569027", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9473098, - 51.5070374 - ] - }, - "id": "node/4796569027" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569028", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9432308, - 51.50859 - ] - }, - "id": "node/4796569028" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569029", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9430142, - 51.5081192 - ] - }, - "id": "node/4796569029" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569030", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9430672, - 51.508082 - ] - }, - "id": "node/4796569030" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569031", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9438289, - 51.5078946 - ] - }, - "id": "node/4796569031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569032", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944639, - 51.5078867 - ] - }, - "id": "node/4796569032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569033", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446329, - 51.5077999 - ] - }, - "id": "node/4796569033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569034", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440891, - 51.5079176 - ] - }, - "id": "node/4796569034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569035", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441696, - 51.5078796 - ] - }, - "id": "node/4796569035" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569036", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443258, - 51.5078671 - ] - }, - "id": "node/4796569036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569037", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444519, - 51.50785 - ] - }, - "id": "node/4796569037" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569038", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944411, - 51.5078542 - ] - }, - "id": "node/4796569038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569039", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944822, - 51.5077465 - ] - }, - "id": "node/4796569039" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569040", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449803, - 51.5077319 - ] - }, - "id": "node/4796569040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569041", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451533, - 51.5077064 - ] - }, - "id": "node/4796569041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569042", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452223, - 51.5077006 - ] - }, - "id": "node/4796569042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569043", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452679, - 51.5076993 - ] - }, - "id": "node/4796569043" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569044", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453135, - 51.5076951 - ] - }, - "id": "node/4796569044" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569045", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453927, - 51.5076801 - ] - }, - "id": "node/4796569045" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569046", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454436, - 51.5076739 - ] - }, - "id": "node/4796569046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569047", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456039, - 51.5076534 - ] - }, - "id": "node/4796569047" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569048", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459586, - 51.5076063 - ] - }, - "id": "node/4796569048" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569049", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946135, - 51.5076021 - ] - }, - "id": "node/4796569049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569050", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461564, - 51.5075549 - ] - }, - "id": "node/4796569050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569051", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463033, - 51.5075436 - ] - }, - "id": "node/4796569051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569052", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468531, - 51.5074827 - ] - }, - "id": "node/4796569052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569053", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9469182, - 51.5074927 - ] - }, - "id": "node/4796569053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569054", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9469658, - 51.5075015 - ] - }, - "id": "node/4796569054" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569055", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9470898, - 51.5074819 - ] - }, - "id": "node/4796569055" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569056", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9471616, - 51.5075186 - ] - }, - "id": "node/4796569056" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569057", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9472461, - 51.5075866 - ] - }, - "id": "node/4796569057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569058", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9472823, - 51.5076584 - ] - }, - "id": "node/4796569058" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569059", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9472729, - 51.5077886 - ] - }, - "id": "node/4796569059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569060", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9473145, - 51.5078608 - ] - }, - "id": "node/4796569060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569061", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9467807, - 51.5080215 - ] - }, - "id": "node/4796569061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569062", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466694, - 51.5081 - ] - }, - "id": "node/4796569062" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569063", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465708, - 51.5081108 - ] - }, - "id": "node/4796569063" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569064", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464991, - 51.5081213 - ] - }, - "id": "node/4796569064" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569065", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462389, - 51.5081592 - ] - }, - "id": "node/4796569065" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569066", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460833, - 51.5081876 - ] - }, - "id": "node/4796569066" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569067", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458674, - 51.5082135 - ] - }, - "id": "node/4796569067" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569068", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456455, - 51.5082419 - ] - }, - "id": "node/4796569068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569069", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455201, - 51.5082569 - ] - }, - "id": "node/4796569069" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569070", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448059, - 51.5083592 - ] - }, - "id": "node/4796569070" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569071", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447865, - 51.5083571 - ] - }, - "id": "node/4796569071" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569072", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446591, - 51.5083375 - ] - }, - "id": "node/4796569072" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569073", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943959, - 51.5084881 - ] - }, - "id": "node/4796569073" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569074", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441065, - 51.5084385 - ] - }, - "id": "node/4796569074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569075", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441951, - 51.5084464 - ] - }, - "id": "node/4796569075" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569076", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9442474, - 51.5084435 - ] - }, - "id": "node/4796569076" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569077", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443412, - 51.5084084 - ] - }, - "id": "node/4796569077" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569078", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443862, - 51.5084309 - ] - }, - "id": "node/4796569078" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569079", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445518, - 51.5084042 - ] - }, - "id": "node/4796569079" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569080", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447194, - 51.5083804 - ] - }, - "id": "node/4796569080" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569081", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448911, - 51.508355 - ] - }, - "id": "node/4796569081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569082", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447188, - 51.5087961 - ] - }, - "id": "node/4796569082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569083", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446879, - 51.5090029 - ] - }, - "id": "node/4796569083" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569084", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447939, - 51.5089854 - ] - }, - "id": "node/4796569084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569085", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450037, - 51.5091515 - ] - }, - "id": "node/4796569085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569086", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449843, - 51.5090722 - ] - }, - "id": "node/4796569086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569087", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450326, - 51.5089729 - ] - }, - "id": "node/4796569087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569088", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450473, - 51.50901 - ] - }, - "id": "node/4796569088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569089", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451721, - 51.5089649 - ] - }, - "id": "node/4796569089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569090", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945165, - 51.5089013 - ] - }, - "id": "node/4796569090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569091", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458597, - 51.5090067 - ] - }, - "id": "node/4796569091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569092", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468776, - 51.5087442 - ] - }, - "id": "node/4796569092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569093", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9470573, - 51.509 - ] - }, - "id": "node/4796569093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569094", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468219, - 51.5088356 - ] - }, - "id": "node/4796569094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569095", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946604, - 51.5089533 - ] - }, - "id": "node/4796569095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569096", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466784, - 51.5089516 - ] - }, - "id": "node/4796569096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569097", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466456, - 51.5088923 - ] - }, - "id": "node/4796569097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569098", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463968, - 51.508889 - ] - }, - "id": "node/4796569098" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569099", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462694, - 51.5089278 - ] - }, - "id": "node/4796569099" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569100", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460843, - 51.5088431 - ] - }, - "id": "node/4796569100" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569101", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460964, - 51.5088827 - ] - }, - "id": "node/4796569101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569102", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461165, - 51.5089307 - ] - }, - "id": "node/4796569102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569103", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460233, - 51.508798 - ] - }, - "id": "node/4796569103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569104", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458724, - 51.5088034 - ] - }, - "id": "node/4796569104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569105", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458161, - 51.508826 - ] - }, - "id": "node/4796569105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569106", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457256, - 51.5088339 - ] - }, - "id": "node/4796569106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569107", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458382, - 51.5089265 - ] - }, - "id": "node/4796569107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569108", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457558, - 51.5088936 - ] - }, - "id": "node/4796569108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569109", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457699, - 51.5089445 - ] - }, - "id": "node/4796569109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569110", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457873, - 51.5090104 - ] - }, - "id": "node/4796569110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569111", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458154, - 51.5090993 - ] - }, - "id": "node/4796569111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569112", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458537, - 51.5092537 - ] - }, - "id": "node/4796569112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569113", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459435, - 51.5092441 - ] - }, - "id": "node/4796569113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569114", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459422, - 51.5092834 - ] - }, - "id": "node/4796569114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569115", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460884, - 51.5092554 - ] - }, - "id": "node/4796569115" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569116", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461299, - 51.5093351 - ] - }, - "id": "node/4796569116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569117", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461943, - 51.5092884 - ] - }, - "id": "node/4796569117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569118", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462734, - 51.509245 - ] - }, - "id": "node/4796569118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569119", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464035, - 51.5092262 - ] - }, - "id": "node/4796569119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569120", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464994, - 51.5092191 - ] - }, - "id": "node/4796569120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569121", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946604, - 51.5092191 - ] - }, - "id": "node/4796569121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569122", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466999, - 51.5092012 - ] - }, - "id": "node/4796569122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569123", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468038, - 51.5091945 - ] - }, - "id": "node/4796569123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569124", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9469453, - 51.5091966 - ] - }, - "id": "node/4796569124" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796569125", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9470131, - 51.5091899 - ] - }, - "id": "node/4796569125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796950699", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451516, - 51.5235631 - ] - }, - "id": "node/4796950699" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796950700", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449256, - 51.5233011 - ] - }, - "id": "node/4796950700" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796950701", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944715, - 51.5233458 - ] - }, - "id": "node/4796950701" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796950702", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944644, - 51.5233695 - ] - }, - "id": "node/4796950702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796950703", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445145, - 51.5233211 - ] - }, - "id": "node/4796950703" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796950704", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445937, - 51.5233003 - ] - }, - "id": "node/4796950704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796950705", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452401, - 51.5232135 - ] - }, - "id": "node/4796950705" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796950706", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452656, - 51.5230992 - ] - }, - "id": "node/4796950706" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796950707", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450154, - 51.5230316 - ] - }, - "id": "node/4796950707" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796950708", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446218, - 51.5230324 - ] - }, - "id": "node/4796950708" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796950709", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444019, - 51.5229448 - ] - }, - "id": "node/4796950709" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796950710", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441484, - 51.5232164 - ] - }, - "id": "node/4796950710" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796950711", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441384, - 51.5233316 - ] - }, - "id": "node/4796950711" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796950712", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441256, - 51.5234859 - ] - }, - "id": "node/4796950712" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796950713", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9442973, - 51.5234446 - ] - }, - "id": "node/4796950713" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796950714", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9442436, - 51.5235439 - ] - }, - "id": "node/4796950714" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796950715", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444602, - 51.5235373 - ] - }, - "id": "node/4796950715" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796950716", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445246, - 51.5235364 - ] - }, - "id": "node/4796950716" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796950717", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446969, - 51.5235535 - ] - }, - "id": "node/4796950717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796950718", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.94488, - 51.5235681 - ] - }, - "id": "node/4796950718" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796950719", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447888, - 51.5235544 - ] - }, - "id": "node/4796950719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956540", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9404439, - 51.5235592 - ] - }, - "id": "node/4796956540" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956541", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9407658, - 51.5235704 - ] - }, - "id": "node/4796956541" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956542", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9412064, - 51.5235821 - ] - }, - "id": "node/4796956542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956543", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9415705, - 51.5235938 - ] - }, - "id": "node/4796956543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956544", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9419567, - 51.5236071 - ] - }, - "id": "node/4796956544" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956545", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.942231, - 51.523613 - ] - }, - "id": "node/4796956545" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956546", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9426286, - 51.5236247 - ] - }, - "id": "node/4796956546" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956547", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.942689, - 51.5236293 - ] - }, - "id": "node/4796956547" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956548", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9428908, - 51.5236305 - ] - }, - "id": "node/4796956548" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956549", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9431644, - 51.5236422 - ] - }, - "id": "node/4796956549" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956550", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9433608, - 51.5236493 - ] - }, - "id": "node/4796956550" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956551", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9435831, - 51.523656 - ] - }, - "id": "node/4796956551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956552", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437944, - 51.5236589 - ] - }, - "id": "node/4796956552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956553", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440871, - 51.5235631 - ] - }, - "id": "node/4796956553" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956554", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9442198, - 51.5236726 - ] - }, - "id": "node/4796956554" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956555", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445196, - 51.5236827 - ] - }, - "id": "node/4796956555" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956556", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944594, - 51.5236831 - ] - }, - "id": "node/4796956556" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956557", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9473003, - 51.5247551 - ] - }, - "id": "node/4796956557" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956558", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9473285, - 51.5246458 - ] - }, - "id": "node/4796956558" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956559", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9473319, - 51.5245557 - ] - }, - "id": "node/4796956559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956560", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9473298, - 51.5244464 - ] - }, - "id": "node/4796956560" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956561", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.947417, - 51.5242232 - ] - }, - "id": "node/4796956561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956562", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9474056, - 51.5242983 - ] - }, - "id": "node/4796956562" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956563", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9472065, - 51.5242803 - ] - }, - "id": "node/4796956563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956564", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.947244, - 51.5242215 - ] - }, - "id": "node/4796956564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956565", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9473547, - 51.5241426 - ] - }, - "id": "node/4796956565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956566", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9473332, - 51.524068 - ] - }, - "id": "node/4796956566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956567", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9473419, - 51.5239274 - ] - }, - "id": "node/4796956567" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956568", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9473721, - 51.5237984 - ] - }, - "id": "node/4796956568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956569", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9474586, - 51.5237655 - ] - }, - "id": "node/4796956569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956570", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465869, - 51.5244893 - ] - }, - "id": "node/4796956570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956571", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466298, - 51.5244551 - ] - }, - "id": "node/4796956571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956572", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463039, - 51.5253083 - ] - }, - "id": "node/4796956572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956573", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466057, - 51.525156 - ] - }, - "id": "node/4796956573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956574", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466197, - 51.5250413 - ] - }, - "id": "node/4796956574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956575", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9468926, - 51.5249182 - ] - }, - "id": "node/4796956575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956576", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9467559, - 51.5249232 - ] - }, - "id": "node/4796956576" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956577", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461389, - 51.5249795 - ] - }, - "id": "node/4796956577" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956578", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461403, - 51.5247876 - ] - }, - "id": "node/4796956578" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956579", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946316, - 51.5248723 - ] - }, - "id": "node/4796956579" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956580", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464387, - 51.5248498 - ] - }, - "id": "node/4796956580" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956581", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465252, - 51.5248786 - ] - }, - "id": "node/4796956581" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956582", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465829, - 51.5248882 - ] - }, - "id": "node/4796956582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956583", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457192, - 51.5247764 - ] - }, - "id": "node/4796956583" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956584", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457178, - 51.5248506 - ] - }, - "id": "node/4796956584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956585", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458211, - 51.5249186 - ] - }, - "id": "node/4796956585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956586", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457011, - 51.5249378 - ] - }, - "id": "node/4796956586" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956587", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456897, - 51.5250338 - ] - }, - "id": "node/4796956587" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956588", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449608, - 51.5251948 - ] - }, - "id": "node/4796956588" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956589", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450205, - 51.5251873 - ] - }, - "id": "node/4796956589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956590", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944995, - 51.5250943 - ] - }, - "id": "node/4796956590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956591", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451908, - 51.5251314 - ] - }, - "id": "node/4796956591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956592", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451881, - 51.5249491 - ] - }, - "id": "node/4796956592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956593", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450091, - 51.5250217 - ] - }, - "id": "node/4796956593" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956594", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450138, - 51.5249178 - ] - }, - "id": "node/4796956594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956595", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450915, - 51.5248869 - ] - }, - "id": "node/4796956595" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956596", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451821, - 51.5249449 - ] - }, - "id": "node/4796956596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956597", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450527, - 51.5247246 - ] - }, - "id": "node/4796956597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956598", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945176, - 51.5247417 - ] - }, - "id": "node/4796956598" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956604", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451868, - 51.5240033 - ] - }, - "id": "node/4796956604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956605", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450071, - 51.5237797 - ] - }, - "id": "node/4796956605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956606", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454751, - 51.5240821 - ] - }, - "id": "node/4796956606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956607", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455261, - 51.5237742 - ] - }, - "id": "node/4796956607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956608", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462389, - 51.5238472 - ] - }, - "id": "node/4796956608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956609", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461745, - 51.5238164 - ] - }, - "id": "node/4796956609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956610", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461208, - 51.5240358 - ] - }, - "id": "node/4796956610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956611", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461503, - 51.5239912 - ] - }, - "id": "node/4796956611" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956612", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462308, - 51.5240684 - ] - }, - "id": "node/4796956612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956613", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459908, - 51.5241572 - ] - }, - "id": "node/4796956613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956614", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459653, - 51.5244514 - ] - }, - "id": "node/4796956614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956615", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462436, - 51.524516 - ] - }, - "id": "node/4796956615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956616", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461698, - 51.5244906 - ] - }, - "id": "node/4796956616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956617", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460545, - 51.5244622 - ] - }, - "id": "node/4796956617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956618", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461584, - 51.5243921 - ] - }, - "id": "node/4796956618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956619", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946084, - 51.5243037 - ] - }, - "id": "node/4796956619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956620", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461718, - 51.5242528 - ] - }, - "id": "node/4796956620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956721", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461691, - 51.5241652 - ] - }, - "id": "node/4796956721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956722", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460001, - 51.5240976 - ] - }, - "id": "node/4796956722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956723", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9485482, - 51.522427 - ] - }, - "id": "node/4796956723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956724", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9484919, - 51.5225017 - ] - }, - "id": "node/4796956724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956725", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.948227, - 51.5225026 - ] - }, - "id": "node/4796956725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956726", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9482029, - 51.5223653 - ] - }, - "id": "node/4796956726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956727", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9483048, - 51.5223478 - ] - }, - "id": "node/4796956727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956728", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9480004, - 51.5223328 - ] - }, - "id": "node/4796956728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956729", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9480748, - 51.522281 - ] - }, - "id": "node/4796956729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956730", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9474894, - 51.5227224 - ] - }, - "id": "node/4796956730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956731", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9477536, - 51.5228092 - ] - }, - "id": "node/4796956731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956732", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9476316, - 51.5227566 - ] - }, - "id": "node/4796956732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956733", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9478294, - 51.522697 - ] - }, - "id": "node/4796956733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956734", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9479132, - 51.5227763 - ] - }, - "id": "node/4796956734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956735", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9479454, - 51.5228718 - ] - }, - "id": "node/4796956735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956736", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9478797, - 51.5232123 - ] - }, - "id": "node/4796956736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956737", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9477791, - 51.523178 - ] - }, - "id": "node/4796956737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956738", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9471944, - 51.5231084 - ] - }, - "id": "node/4796956738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956739", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9472447, - 51.5229953 - ] - }, - "id": "node/4796956739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956740", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9473835, - 51.5230583 - ] - }, - "id": "node/4796956740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956741", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9474546, - 51.5231146 - ] - }, - "id": "node/4796956741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956742", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9475826, - 51.5231338 - ] - }, - "id": "node/4796956742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956743", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459686, - 51.5233424 - ] - }, - "id": "node/4796956743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956744", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946025, - 51.523304 - ] - }, - "id": "node/4796956744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956745", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460095, - 51.5232239 - ] - }, - "id": "node/4796956745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956746", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460518, - 51.5231947 - ] - }, - "id": "node/4796956746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956747", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.946149, - 51.5232014 - ] - }, - "id": "node/4796956747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956748", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462214, - 51.5232085 - ] - }, - "id": "node/4796956748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956749", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463046, - 51.5232198 - ] - }, - "id": "node/4796956749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956750", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465775, - 51.5232039 - ] - }, - "id": "node/4796956750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956751", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460712, - 51.5223532 - ] - }, - "id": "node/4796956751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956752", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461047, - 51.5228952 - ] - }, - "id": "node/4796956752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956753", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458855, - 51.5227229 - ] - }, - "id": "node/4796956753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956754", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458761, - 51.5227838 - ] - }, - "id": "node/4796956754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956755", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456749, - 51.5227066 - ] - }, - "id": "node/4796956755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956756", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458674, - 51.5226594 - ] - }, - "id": "node/4796956756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956757", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457708, - 51.5226361 - ] - }, - "id": "node/4796956757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956758", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456186, - 51.5225831 - ] - }, - "id": "node/4796956758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956759", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.94529, - 51.522319 - ] - }, - "id": "node/4796956759" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956760", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453839, - 51.5223302 - ] - }, - "id": "node/4796956760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956761", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455401, - 51.5223423 - ] - }, - "id": "node/4796956761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956762", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456635, - 51.5224179 - ] - }, - "id": "node/4796956762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956763", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456796, - 51.5220507 - ] - }, - "id": "node/4796956763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956764", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455408, - 51.5220424 - ] - }, - "id": "node/4796956764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956765", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945347, - 51.5220344 - ] - }, - "id": "node/4796956765" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956766", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453055, - 51.522034 - ] - }, - "id": "node/4796956766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956767", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452699, - 51.5220349 - ] - }, - "id": "node/4796956767" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956768", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451666, - 51.5220369 - ] - }, - "id": "node/4796956768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956769", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449172, - 51.5220253 - ] - }, - "id": "node/4796956769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956770", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450372, - 51.5220286 - ] - }, - "id": "node/4796956770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956771", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450594, - 51.522175 - ] - }, - "id": "node/4796956771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956772", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450406, - 51.5222631 - ] - }, - "id": "node/4796956772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956773", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448709, - 51.522117 - ] - }, - "id": "node/4796956773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956774", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449548, - 51.5221763 - ] - }, - "id": "node/4796956774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956775", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450292, - 51.5221074 - ] - }, - "id": "node/4796956775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956776", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448287, - 51.5223123 - ] - }, - "id": "node/4796956776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956777", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453055, - 51.522314 - ] - }, - "id": "node/4796956777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956778", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451579, - 51.5223223 - ] - }, - "id": "node/4796956778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956779", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446624, - 51.5222318 - ] - }, - "id": "node/4796956779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956780", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447194, - 51.5222464 - ] - }, - "id": "node/4796956780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956781", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447791, - 51.5222627 - ] - }, - "id": "node/4796956781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956782", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448931, - 51.5223494 - ] - }, - "id": "node/4796956782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956783", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449467, - 51.5223423 - ] - }, - "id": "node/4796956783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956784", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446215, - 51.5224642 - ] - }, - "id": "node/4796956784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956785", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446604, - 51.5223019 - ] - }, - "id": "node/4796956785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956786", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446671, - 51.5223261 - ] - }, - "id": "node/4796956786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956787", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448944, - 51.5222581 - ] - }, - "id": "node/4796956787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956788", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450332, - 51.5223302 - ] - }, - "id": "node/4796956788" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956789", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449889, - 51.5223945 - ] - }, - "id": "node/4796956789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956790", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449789, - 51.5224746 - ] - }, - "id": "node/4796956790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956791", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449621, - 51.5225551 - ] - }, - "id": "node/4796956791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956792", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445886, - 51.5225576 - ] - }, - "id": "node/4796956792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956793", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448341, - 51.5227395 - ] - }, - "id": "node/4796956793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956794", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447248, - 51.5227024 - ] - }, - "id": "node/4796956794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956795", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449454, - 51.5227049 - ] - }, - "id": "node/4796956795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956796", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449776, - 51.5227404 - ] - }, - "id": "node/4796956796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956797", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450808, - 51.5227003 - ] - }, - "id": "node/4796956797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956798", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452954, - 51.5228726 - ] - }, - "id": "node/4796956798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956799", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455267, - 51.5229027 - ] - }, - "id": "node/4796956799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956800", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456917, - 51.5229273 - ] - }, - "id": "node/4796956800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956801", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456481, - 51.5233808 - ] - }, - "id": "node/4796956801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956802", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457386, - 51.5232127 - ] - }, - "id": "node/4796956802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956803", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461772, - 51.5236136 - ] - }, - "id": "node/4796956803" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956804", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458238, - 51.5235686 - ] - }, - "id": "node/4796956804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796956805", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456736, - 51.5235686 - ] - }, - "id": "node/4796956805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796957043", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465612, - 51.5238073 - ] - }, - "id": "node/4796957043" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796957044", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463463, - 51.5237372 - ] - }, - "id": "node/4796957044" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796957045", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459933, - 51.5237262 - ] - }, - "id": "node/4796957045" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796957046", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457619, - 51.5237207 - ] - }, - "id": "node/4796957046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796957047", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455852, - 51.5237145 - ] - }, - "id": "node/4796957047" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796957048", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453844, - 51.5237084 - ] - }, - "id": "node/4796957048" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796957049", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451353, - 51.5237011 - ] - }, - "id": "node/4796957049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796957050", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450448, - 51.5236963 - ] - }, - "id": "node/4796957050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796995744", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9442354, - 51.5212899 - ] - }, - "id": "node/4796995744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796995745", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443601, - 51.5212778 - ] - }, - "id": "node/4796995745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796995746", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443078, - 51.521269 - ] - }, - "id": "node/4796995746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796995789", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9425809, - 51.5224283 - ] - }, - "id": "node/4796995789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796995790", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.94259, - 51.5223067 - ] - }, - "id": "node/4796995790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796995791", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.942649, - 51.5216562 - ] - }, - "id": "node/4796995791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796995807", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447243, - 51.5217063 - ] - }, - "id": "node/4796995807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796995808", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447424, - 51.5218348 - ] - }, - "id": "node/4796995808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796995809", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447585, - 51.5220242 - ] - }, - "id": "node/4796995809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796995810", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447612, - 51.5219737 - ] - }, - "id": "node/4796995810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796995811", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446895, - 51.5220121 - ] - }, - "id": "node/4796995811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796995812", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944438, - 51.5220672 - ] - }, - "id": "node/4796995812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796995813", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444347, - 51.5219892 - ] - }, - "id": "node/4796995813" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796995814", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444501, - 51.5216929 - ] - }, - "id": "node/4796995814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796995820", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9430243, - 51.5211508 - ] - }, - "id": "node/4796995820" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996629", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9421493, - 51.522174 - ] - }, - "id": "node/4796996629" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996630", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9423076, - 51.5218573 - ] - }, - "id": "node/4796996630" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996631", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9419971, - 51.5218469 - ] - }, - "id": "node/4796996631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996632", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9415036, - 51.5217922 - ] - }, - "id": "node/4796996632" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996633", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9413245, - 51.521743 - ] - }, - "id": "node/4796996633" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996634", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9414399, - 51.5217301 - ] - }, - "id": "node/4796996634" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996635", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9411355, - 51.5218194 - ] - }, - "id": "node/4796996635" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996636", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9411348, - 51.5217159 - ] - }, - "id": "node/4796996636" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996637", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9412327, - 51.5214276 - ] - }, - "id": "node/4796996637" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996638", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9413085, - 51.5214117 - ] - }, - "id": "node/4796996638" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996639", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9416196, - 51.5213508 - ] - }, - "id": "node/4796996639" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996640", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9415297, - 51.5213717 - ] - }, - "id": "node/4796996640" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996641", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9418261, - 51.521466 - ] - }, - "id": "node/4796996641" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996642", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9417544, - 51.521375 - ] - }, - "id": "node/4796996642" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996643", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9414546, - 51.5213199 - ] - }, - "id": "node/4796996643" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996644", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9414627, - 51.5213738 - ] - }, - "id": "node/4796996644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996646", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9413346, - 51.5208338 - ] - }, - "id": "node/4796996646" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996647", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9417128, - 51.5207704 - ] - }, - "id": "node/4796996647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996648", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9420588, - 51.5208318 - ] - }, - "id": "node/4796996648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996649", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.94238, - 51.5208409 - ] - }, - "id": "node/4796996649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996650", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9424229, - 51.5211226 - ] - }, - "id": "node/4796996650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996651", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9423559, - 51.5211301 - ] - }, - "id": "node/4796996651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996652", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9422117, - 51.5211372 - ] - }, - "id": "node/4796996652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996653", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9419354, - 51.5211176 - ] - }, - "id": "node/4796996653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996654", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9416806, - 51.5212181 - ] - }, - "id": "node/4796996654" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996655", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9415431, - 51.521158 - ] - }, - "id": "node/4796996655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996656", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.941694, - 51.5209724 - ] - }, - "id": "node/4796996656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996657", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9415807, - 51.5210007 - ] - }, - "id": "node/4796996657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996658", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9414271, - 51.5209674 - ] - }, - "id": "node/4796996658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796996659", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9411059, - 51.5212227 - ] - }, - "id": "node/4796996659" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002052", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9418831, - 51.5254047 - ] - }, - "id": "node/4797002052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002053", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9411274, - 51.5253717 - ] - }, - "id": "node/4797002053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002054", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9410167, - 51.5253584 - ] - }, - "id": "node/4797002054" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002055", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9410073, - 51.5255152 - ] - }, - "id": "node/4797002055" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002056", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9416497, - 51.5255503 - ] - }, - "id": "node/4797002056" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002057", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9415988, - 51.52563 - ] - }, - "id": "node/4797002057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002058", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9414754, - 51.5256733 - ] - }, - "id": "node/4797002058" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002059", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9413252, - 51.5257534 - ] - }, - "id": "node/4797002059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002060", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9413842, - 51.5258532 - ] - }, - "id": "node/4797002060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002061", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9413989, - 51.5257722 - ] - }, - "id": "node/4797002061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002063", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9413104, - 51.5266049 - ] - }, - "id": "node/4797002063" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002064", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9413607, - 51.5264556 - ] - }, - "id": "node/4797002064" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002066", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.941301, - 51.5261786 - ] - }, - "id": "node/4797002066" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002067", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.941411, - 51.5262837 - ] - }, - "id": "node/4797002067" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002071", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443628, - 51.5247876 - ] - }, - "id": "node/4797002071" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002072", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441187, - 51.5247693 - ] - }, - "id": "node/4797002072" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002080", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9422797, - 51.5244941 - ] - }, - "id": "node/4797002080" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002081", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9407421, - 51.5240064 - ] - }, - "id": "node/4797002081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002082", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.940832, - 51.5239964 - ] - }, - "id": "node/4797002082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002083", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9406912, - 51.523913 - ] - }, - "id": "node/4797002083" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002084", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9406757, - 51.5239739 - ] - }, - "id": "node/4797002084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002085", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9411626, - 51.5240348 - ] - }, - "id": "node/4797002085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002086", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9411062, - 51.5238095 - ] - }, - "id": "node/4797002086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002087", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.941123, - 51.5239042 - ] - }, - "id": "node/4797002087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002088", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9412424, - 51.5239088 - ] - }, - "id": "node/4797002088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002089", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9414113, - 51.5239201 - ] - }, - "id": "node/4797002089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002090", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9413906, - 51.5240231 - ] - }, - "id": "node/4797002090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002091", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9415542, - 51.5240047 - ] - }, - "id": "node/4797002091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002104", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9407036, - 51.5245688 - ] - }, - "id": "node/4797002104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002105", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.940719, - 51.5245396 - ] - }, - "id": "node/4797002105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002106", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9407244, - 51.5244645 - ] - }, - "id": "node/4797002106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002107", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9417905, - 51.524588 - ] - }, - "id": "node/4797002107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002108", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9416859, - 51.5245684 - ] - }, - "id": "node/4797002108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002109", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.941645, - 51.5244774 - ] - }, - "id": "node/4797002109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002110", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9417315, - 51.5244007 - ] - }, - "id": "node/4797002110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002111", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9417175, - 51.5243164 - ] - }, - "id": "node/4797002111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002112", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9418281, - 51.5242334 - ] - }, - "id": "node/4797002112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002113", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9417651, - 51.5242284 - ] - }, - "id": "node/4797002113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002114", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9411716, - 51.5242755 - ] - }, - "id": "node/4797002114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002115", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9412199, - 51.5244003 - ] - }, - "id": "node/4797002115" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002118", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9411783, - 51.5245784 - ] - }, - "id": "node/4797002118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797002623", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.941919, - 51.5247632 - ] - }, - "id": "node/4797002623" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056568", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9334672, - 51.5211419 - ] - }, - "id": "node/4797056568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056569", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9334505, - 51.520868 - ] - }, - "id": "node/4797056569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056570", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9332798, - 51.520923 - ] - }, - "id": "node/4797056570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056571", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9333039, - 51.5210399 - ] - }, - "id": "node/4797056571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056572", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9333308, - 51.5212372 - ] - }, - "id": "node/4797056572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056573", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9333616, - 51.5214508 - ] - }, - "id": "node/4797056573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056574", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.933367, - 51.5214825 - ] - }, - "id": "node/4797056574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056575", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.933512, - 51.5213969 - ] - }, - "id": "node/4797056575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056576", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9338638, - 51.5216373 - ] - }, - "id": "node/4797056576" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056577", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9337126, - 51.5217004 - ] - }, - "id": "node/4797056577" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056578", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.933668, - 51.5216244 - ] - }, - "id": "node/4797056578" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056579", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9335442, - 51.5216424 - ] - }, - "id": "node/4797056579" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056580", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9334065, - 51.5217942 - ] - }, - "id": "node/4797056580" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056581", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9335587, - 51.5219273 - ] - }, - "id": "node/4797056581" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056582", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9335842, - 51.5221756 - ] - }, - "id": "node/4797056582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056583", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336278, - 51.5225273 - ] - }, - "id": "node/4797056583" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056584", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.933662, - 51.5227234 - ] - }, - "id": "node/4797056584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056585", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9335192, - 51.5226161 - ] - }, - "id": "node/4797056585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056586", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9334803, - 51.5222928 - ] - }, - "id": "node/4797056586" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056588", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.933839, - 51.5232487 - ] - }, - "id": "node/4797056588" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056589", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340012, - 51.5232564 - ] - }, - "id": "node/4797056589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056591", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9346567, - 51.5232876 - ] - }, - "id": "node/4797056591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056592", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9346917, - 51.5232893 - ] - }, - "id": "node/4797056592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056594", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9348955, - 51.523299 - ] - }, - "id": "node/4797056594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056595", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9349863, - 51.5233033 - ] - }, - "id": "node/4797056595" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056596", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9353012, - 51.5233175 - ] - }, - "id": "node/4797056596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056597", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9354215, - 51.5233235 - ] - }, - "id": "node/4797056597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056600", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9373789, - 51.5234151 - ] - }, - "id": "node/4797056600" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056601", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9372508, - 51.5234091 - ] - }, - "id": "node/4797056601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056602", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9371824, - 51.5234058 - ] - }, - "id": "node/4797056602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056603", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9369854, - 51.5233965 - ] - }, - "id": "node/4797056603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056604", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9368898, - 51.523392 - ] - }, - "id": "node/4797056604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056605", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9368015, - 51.5233879 - ] - }, - "id": "node/4797056605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056606", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.93666, - 51.5233812 - ] - }, - "id": "node/4797056606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056616", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9367157, - 51.5212258 - ] - }, - "id": "node/4797056616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056617", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.936192, - 51.521215 - ] - }, - "id": "node/4797056617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056618", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360371, - 51.521215 - ] - }, - "id": "node/4797056618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797056619", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9358339, - 51.521192 - ] - }, - "id": "node/4797056619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057029", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9369055, - 51.5224008 - ] - }, - "id": "node/4797057029" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057030", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9367137, - 51.5223432 - ] - }, - "id": "node/4797057030" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057031", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9356147, - 51.5223273 - ] - }, - "id": "node/4797057031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057032", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9358105, - 51.5223286 - ] - }, - "id": "node/4797057032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057033", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9357508, - 51.5222977 - ] - }, - "id": "node/4797057033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057034", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9357474, - 51.5222497 - ] - }, - "id": "node/4797057034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057035", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9357065, - 51.5221696 - ] - }, - "id": "node/4797057035" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057036", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9357018, - 51.5221112 - ] - }, - "id": "node/4797057036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057037", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9356898, - 51.5220444 - ] - }, - "id": "node/4797057037" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057038", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.935797, - 51.5220127 - ] - }, - "id": "node/4797057038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057039", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9357508, - 51.5219401 - ] - }, - "id": "node/4797057039" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057040", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9357199, - 51.521888 - ] - }, - "id": "node/4797057040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057041", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9357199, - 51.5217845 - ] - }, - "id": "node/4797057041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057042", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9358299, - 51.5217457 - ] - }, - "id": "node/4797057042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057043", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9358976, - 51.5217478 - ] - }, - "id": "node/4797057043" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057044", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9359379, - 51.5217499 - ] - }, - "id": "node/4797057044" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057045", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.936243, - 51.5217812 - ] - }, - "id": "node/4797057045" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057046", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363657, - 51.5218287 - ] - }, - "id": "node/4797057046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057047", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363395, - 51.5223302 - ] - }, - "id": "node/4797057047" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057048", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363616, - 51.5221584 - ] - }, - "id": "node/4797057048" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057049", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363777, - 51.522009 - ] - }, - "id": "node/4797057049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057050", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9368143, - 51.5221225 - ] - }, - "id": "node/4797057050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057051", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.936817, - 51.5220545 - ] - }, - "id": "node/4797057051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057052", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9368082, - 51.5220086 - ] - }, - "id": "node/4797057052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057053", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9369095, - 51.5218463 - ] - }, - "id": "node/4797057053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057054", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9370718, - 51.5215429 - ] - }, - "id": "node/4797057054" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057055", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9371998, - 51.5217403 - ] - }, - "id": "node/4797057055" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057057", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9372354, - 51.5218901 - ] - }, - "id": "node/4797057057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057060", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9374158, - 51.5218711 - ] - }, - "id": "node/4797057060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057061", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9374312, - 51.5219241 - ] - }, - "id": "node/4797057061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057062", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.937521, - 51.5223108 - ] - }, - "id": "node/4797057062" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057063", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9375432, - 51.5224039 - ] - }, - "id": "node/4797057063" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057064", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9375679, - 51.5224972 - ] - }, - "id": "node/4797057064" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057065", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9372763, - 51.5225687 - ] - }, - "id": "node/4797057065" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057066", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9373863, - 51.5225745 - ] - }, - "id": "node/4797057066" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057067", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9371348, - 51.5227235 - ] - }, - "id": "node/4797057067" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057068", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9368498, - 51.5226271 - ] - }, - "id": "node/4797057068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057069", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9366138, - 51.5225382 - ] - }, - "id": "node/4797057069" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057070", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9359714, - 51.5225211 - ] - }, - "id": "node/4797057070" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057071", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361679, - 51.5225224 - ] - }, - "id": "node/4797057071" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057072", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9362416, - 51.5225165 - ] - }, - "id": "node/4797057072" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057073", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.936312, - 51.5225795 - ] - }, - "id": "node/4797057073" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057074", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364616, - 51.5225791 - ] - }, - "id": "node/4797057074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057075", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361752, - 51.5226284 - ] - }, - "id": "node/4797057075" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057076", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9352257, - 51.5227477 - ] - }, - "id": "node/4797057076" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057077", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.935555, - 51.5228011 - ] - }, - "id": "node/4797057077" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057078", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9354343, - 51.5225195 - ] - }, - "id": "node/4797057078" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057079", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9349005, - 51.5225583 - ] - }, - "id": "node/4797057079" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057080", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9350145, - 51.5224744 - ] - }, - "id": "node/4797057080" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057081", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9349595, - 51.5225182 - ] - }, - "id": "node/4797057081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057082", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9352599, - 51.5224836 - ] - }, - "id": "node/4797057082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057083", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9350728, - 51.5225157 - ] - }, - "id": "node/4797057083" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057084", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.93469, - 51.5226196 - ] - }, - "id": "node/4797057084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057085", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9346839, - 51.5226784 - ] - }, - "id": "node/4797057085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057086", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9341609, - 51.5227197 - ] - }, - "id": "node/4797057086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057087", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9341736, - 51.5224293 - ] - }, - "id": "node/4797057087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057088", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9341193, - 51.5224723 - ] - }, - "id": "node/4797057088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057089", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9341575, - 51.5225658 - ] - }, - "id": "node/4797057089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057090", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9343205, - 51.5224135 - ] - }, - "id": "node/4797057090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057091", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9341019, - 51.5222445 - ] - }, - "id": "node/4797057091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057092", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9337163, - 51.5219875 - ] - }, - "id": "node/4797057092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057093", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.934118, - 51.5219958 - ] - }, - "id": "node/4797057093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057094", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9344593, - 51.5219533 - ] - }, - "id": "node/4797057094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057097", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9346987, - 51.5219178 - ] - }, - "id": "node/4797057097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057098", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9346779, - 51.5218431 - ] - }, - "id": "node/4797057098" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057099", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9351573, - 51.5214109 - ] - }, - "id": "node/4797057099" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057102", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9343721, - 51.5216212 - ] - }, - "id": "node/4797057102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057104", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9345056, - 51.5216387 - ] - }, - "id": "node/4797057104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057105", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9342977, - 51.5216462 - ] - }, - "id": "node/4797057105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057106", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9341488, - 51.5216303 - ] - }, - "id": "node/4797057106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057108", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336519, - 51.5214468 - ] - }, - "id": "node/4797057108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057109", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336506, - 51.5213788 - ] - }, - "id": "node/4797057109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057110", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336439, - 51.5212815 - ] - }, - "id": "node/4797057110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057111", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9338377, - 51.5213178 - ] - }, - "id": "node/4797057111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057112", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9337753, - 51.5213045 - ] - }, - "id": "node/4797057112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057113", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339752, - 51.5213057 - ] - }, - "id": "node/4797057113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057114", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340529, - 51.5213212 - ] - }, - "id": "node/4797057114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057115", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9341837, - 51.5213362 - ] - }, - "id": "node/4797057115" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057116", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9343171, - 51.5213996 - ] - }, - "id": "node/4797057116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057117", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9342816, - 51.5213466 - ] - }, - "id": "node/4797057117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057118", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9345351, - 51.5213796 - ] - }, - "id": "node/4797057118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057119", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9346551, - 51.5214171 - ] - }, - "id": "node/4797057119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057120", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9347081, - 51.5214217 - ] - }, - "id": "node/4797057120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057221", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9348368, - 51.521438 - ] - }, - "id": "node/4797057221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057222", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9347704, - 51.5214259 - ] - }, - "id": "node/4797057222" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057223", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9346001, - 51.5214835 - ] - }, - "id": "node/4797057223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057248", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363006, - 51.5213658 - ] - }, - "id": "node/4797057248" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057249", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364481, - 51.5214184 - ] - }, - "id": "node/4797057249" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057250", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9365568, - 51.5215185 - ] - }, - "id": "node/4797057250" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057251", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.936587, - 51.521524 - ] - }, - "id": "node/4797057251" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057252", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363992, - 51.5214822 - ] - }, - "id": "node/4797057252" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057253", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9354128, - 51.521612 - ] - }, - "id": "node/4797057253" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057254", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9356395, - 51.5214359 - ] - }, - "id": "node/4797057254" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057255", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9357977, - 51.5216771 - ] - }, - "id": "node/4797057255" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057256", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360498, - 51.5215736 - ] - }, - "id": "node/4797057256" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057257", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.936247, - 51.5215698 - ] - }, - "id": "node/4797057257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057258", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364575, - 51.521501 - ] - }, - "id": "node/4797057258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057259", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.936711, - 51.5215035 - ] - }, - "id": "node/4797057259" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057260", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9365856, - 51.5214964 - ] - }, - "id": "node/4797057260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057261", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.936308, - 51.5213667 - ] - }, - "id": "node/4797057261" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057262", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9367888, - 51.5214317 - ] - }, - "id": "node/4797057262" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057263", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9368907, - 51.5214618 - ] - }, - "id": "node/4797057263" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057264", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9371019, - 51.5214292 - ] - }, - "id": "node/4797057264" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057265", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9370798, - 51.5212565 - ] - }, - "id": "node/4797057265" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057267", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9338042, - 51.5211028 - ] - }, - "id": "node/4797057267" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057268", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9337572, - 51.5211537 - ] - }, - "id": "node/4797057268" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057269", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340704, - 51.5209559 - ] - }, - "id": "node/4797057269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057270", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340275, - 51.521051 - ] - }, - "id": "node/4797057270" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057271", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339182, - 51.5210122 - ] - }, - "id": "node/4797057271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057272", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340791, - 51.5204982 - ] - }, - "id": "node/4797057272" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057273", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340516, - 51.5205841 - ] - }, - "id": "node/4797057273" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057274", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340972, - 51.5207335 - ] - }, - "id": "node/4797057274" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057275", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339249, - 51.5207193 - ] - }, - "id": "node/4797057275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057276", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339262, - 51.5205074 - ] - }, - "id": "node/4797057276" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057277", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9346014, - 51.5204961 - ] - }, - "id": "node/4797057277" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057278", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9344506, - 51.5205399 - ] - }, - "id": "node/4797057278" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057279", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9344197, - 51.5207594 - ] - }, - "id": "node/4797057279" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057280", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9344747, - 51.5211453 - ] - }, - "id": "node/4797057280" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057281", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9344687, - 51.5209292 - ] - }, - "id": "node/4797057281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057282", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9359727, - 51.5205891 - ] - }, - "id": "node/4797057282" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057283", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361806, - 51.520509 - ] - }, - "id": "node/4797057283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057284", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360237, - 51.5205503 - ] - }, - "id": "node/4797057284" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057285", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.936088, - 51.5206588 - ] - }, - "id": "node/4797057285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057286", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361498, - 51.5210506 - ] - }, - "id": "node/4797057286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057287", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360921, - 51.5209863 - ] - }, - "id": "node/4797057287" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057288", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9359446, - 51.520983 - ] - }, - "id": "node/4797057288" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057289", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360197, - 51.5208244 - ] - }, - "id": "node/4797057289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057290", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9350541, - 51.5211107 - ] - }, - "id": "node/4797057290" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057291", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9349696, - 51.5208549 - ] - }, - "id": "node/4797057291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057292", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9350675, - 51.5208053 - ] - }, - "id": "node/4797057292" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057293", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9349347, - 51.5207018 - ] - }, - "id": "node/4797057293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057294", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9349226, - 51.5205374 - ] - }, - "id": "node/4797057294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057295", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9354551, - 51.5205649 - ] - }, - "id": "node/4797057295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057296", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9355992, - 51.5206409 - ] - }, - "id": "node/4797057296" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057297", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9354202, - 51.5207051 - ] - }, - "id": "node/4797057297" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057298", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364542, - 51.5208249 - ] - }, - "id": "node/4797057298" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057299", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364783, - 51.5209742 - ] - }, - "id": "node/4797057299" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057300", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9366614, - 51.5210873 - ] - }, - "id": "node/4797057300" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057301", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9370228, - 51.5210535 - ] - }, - "id": "node/4797057301" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057302", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9369524, - 51.5207748 - ] - }, - "id": "node/4797057302" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057303", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9366721, - 51.5206409 - ] - }, - "id": "node/4797057303" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057304", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364434, - 51.5206317 - ] - }, - "id": "node/4797057304" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057305", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9366553, - 51.5206071 - ] - }, - "id": "node/4797057305" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057306", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9371931, - 51.5206067 - ] - }, - "id": "node/4797057306" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057421", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9393367, - 51.521989 - ] - }, - "id": "node/4797057421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057422", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394567, - 51.5218429 - ] - }, - "id": "node/4797057422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057423", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9395439, - 51.5218262 - ] - }, - "id": "node/4797057423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057424", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9395842, - 51.5218408 - ] - }, - "id": "node/4797057424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057425", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9396673, - 51.5216973 - ] - }, - "id": "node/4797057425" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057426", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394172, - 51.5215546 - ] - }, - "id": "node/4797057426" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057427", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9396197, - 51.5215701 - ] - }, - "id": "node/4797057427" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057428", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9396411, - 51.5216089 - ] - }, - "id": "node/4797057428" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057429", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9395245, - 51.5215634 - ] - }, - "id": "node/4797057429" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057430", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9398289, - 51.5215936 - ] - }, - "id": "node/4797057430" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057431", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.939936, - 51.5216062 - ] - }, - "id": "node/4797057431" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057432", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9400138, - 51.5216154 - ] - }, - "id": "node/4797057432" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057433", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9401101, - 51.5216267 - ] - }, - "id": "node/4797057433" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797057434", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9402349, - 51.5216414 - ] - }, - "id": "node/4797057434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071848", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.942, - 51.52382 - ] - }, - "id": "node/4797071848" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071849", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454091, - 51.5243766 - ] - }, - "id": "node/4797071849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071850", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9431225, - 51.523878 - ] - }, - "id": "node/4797071850" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071851", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439479, - 51.5239485 - ] - }, - "id": "node/4797071851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071852", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944021, - 51.5238271 - ] - }, - "id": "node/4797071852" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071853", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439184, - 51.5238872 - ] - }, - "id": "node/4797071853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071854", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443462, - 51.5239047 - ] - }, - "id": "node/4797071854" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071855", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944416, - 51.523911 - ] - }, - "id": "node/4797071855" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071856", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944593, - 51.5239147 - ] - }, - "id": "node/4797071856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071857", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446178, - 51.52414 - ] - }, - "id": "node/4797071857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071858", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443603, - 51.5241421 - ] - }, - "id": "node/4797071858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071859", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944188, - 51.52413 - ] - }, - "id": "node/4797071859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071860", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943838, - 51.5241329 - ] - }, - "id": "node/4797071860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071861", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9434745, - 51.5241605 - ] - }, - "id": "node/4797071861" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071862", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9435537, - 51.5241275 - ] - }, - "id": "node/4797071862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071863", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9436234, - 51.5241304 - ] - }, - "id": "node/4797071863" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071864", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943677, - 51.5241317 - ] - }, - "id": "node/4797071864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071865", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439459, - 51.5241371 - ] - }, - "id": "node/4797071865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071866", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439915, - 51.5241701 - ] - }, - "id": "node/4797071866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071867", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9438856, - 51.5240265 - ] - }, - "id": "node/4797071867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071868", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9430782, - 51.5241108 - ] - }, - "id": "node/4797071868" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071869", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9431165, - 51.5241359 - ] - }, - "id": "node/4797071869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071870", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9432023, - 51.5241851 - ] - }, - "id": "node/4797071870" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071871", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9433169, - 51.5241429 - ] - }, - "id": "node/4797071871" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071872", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9433907, - 51.5241183 - ] - }, - "id": "node/4797071872" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071873", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9427403, - 51.5240987 - ] - }, - "id": "node/4797071873" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071874", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9428704, - 51.5240962 - ] - }, - "id": "node/4797071874" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071875", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9431942, - 51.5237403 - ] - }, - "id": "node/4797071875" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071876", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9430239, - 51.5239748 - ] - }, - "id": "node/4797071876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071877", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9431131, - 51.5239573 - ] - }, - "id": "node/4797071877" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071878", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9435919, - 51.5238868 - ] - }, - "id": "node/4797071878" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071879", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9435047, - 51.5238025 - ] - }, - "id": "node/4797071879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071880", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9435879, - 51.5237161 - ] - }, - "id": "node/4797071880" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797071881", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439325, - 51.5237395 - ] - }, - "id": "node/4797071881" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797184968", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9328426, - 51.526698 - ] - }, - "id": "node/4797184968" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797184969", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.933028, - 51.5267555 - ] - }, - "id": "node/4797184969" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797184970", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9331643, - 51.5267856 - ] - }, - "id": "node/4797184970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797184972", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.933894, - 51.5269463 - ] - }, - "id": "node/4797184972" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797184973", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9334655, - 51.5268274 - ] - }, - "id": "node/4797184973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797184974", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336365, - 51.5268612 - ] - }, - "id": "node/4797184974" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797184975", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9337854, - 51.5269066 - ] - }, - "id": "node/4797184975" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797184976", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9338541, - 51.5270666 - ] - }, - "id": "node/4797184976" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797184977", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339899, - 51.5269897 - ] - }, - "id": "node/4797184977" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797184978", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339638, - 51.5271069 - ] - }, - "id": "node/4797184978" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797184996", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9322796, - 51.526404 - ] - }, - "id": "node/4797184996" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188222", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9373231, - 51.524825 - ] - }, - "id": "node/4797188222" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188223", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9373969, - 51.5246018 - ] - }, - "id": "node/4797188223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188224", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9374184, - 51.5245346 - ] - }, - "id": "node/4797188224" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188225", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9374633, - 51.5243606 - ] - }, - "id": "node/4797188225" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188226", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9375022, - 51.5242597 - ] - }, - "id": "node/4797188226" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188227", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.937525, - 51.5241733 - ] - }, - "id": "node/4797188227" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188228", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9375471, - 51.524109 - ] - }, - "id": "node/4797188228" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188229", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9375746, - 51.5240206 - ] - }, - "id": "node/4797188229" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188230", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9376041, - 51.5239209 - ] - }, - "id": "node/4797188230" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188231", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9376262, - 51.5238554 - ] - }, - "id": "node/4797188231" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188232", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9376745, - 51.5235275 - ] - }, - "id": "node/4797188232" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188234", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.938685, - 51.5244232 - ] - }, - "id": "node/4797188234" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188235", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.938909, - 51.5247561 - ] - }, - "id": "node/4797188235" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188238", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9385385, - 51.523477 - ] - }, - "id": "node/4797188238" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188239", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9388148, - 51.5235254 - ] - }, - "id": "node/4797188239" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188240", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392285, - 51.5239488 - ] - }, - "id": "node/4797188240" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188241", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.939136, - 51.5239313 - ] - }, - "id": "node/4797188241" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188242", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394405, - 51.5240428 - ] - }, - "id": "node/4797188242" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188243", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9397468, - 51.5241701 - ] - }, - "id": "node/4797188243" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188245", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.938672, - 51.5251546 - ] - }, - "id": "node/4797188245" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188246", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9393036, - 51.5251133 - ] - }, - "id": "node/4797188246" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188247", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.939199, - 51.5250031 - ] - }, - "id": "node/4797188247" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188248", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9379431, - 51.5248279 - ] - }, - "id": "node/4797188248" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188249", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9382341, - 51.524802 - ] - }, - "id": "node/4797188249" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188251", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9387464, - 51.5248442 - ] - }, - "id": "node/4797188251" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188252", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9390763, - 51.5246343 - ] - }, - "id": "node/4797188252" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188253", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9389455, - 51.5244616 - ] - }, - "id": "node/4797188253" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188254", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9387967, - 51.5241862 - ] - }, - "id": "node/4797188254" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188255", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9388148, - 51.5241003 - ] - }, - "id": "node/4797188255" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188256", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9388315, - 51.5239384 - ] - }, - "id": "node/4797188256" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188257", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9386158, - 51.5239643 - ] - }, - "id": "node/4797188257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188258", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9383863, - 51.5238633 - ] - }, - "id": "node/4797188258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188259", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9381315, - 51.5238934 - ] - }, - "id": "node/4797188259" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188260", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9381067, - 51.523971 - ] - }, - "id": "node/4797188260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188261", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9381791, - 51.5241883 - ] - }, - "id": "node/4797188261" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188262", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9380376, - 51.5241433 - ] - }, - "id": "node/4797188262" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188263", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9382884, - 51.5243681 - ] - }, - "id": "node/4797188263" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188264", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.937939, - 51.524432 - ] - }, - "id": "node/4797188264" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797188265", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9380269, - 51.5245496 - ] - }, - "id": "node/4797188265" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797221714", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9539338, - 51.5287132 - ] - }, - "id": "node/4797221714" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797221715", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9538997, - 51.5288802 - ] - }, - "id": "node/4797221715" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797221716", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9538829, - 51.5289626 - ] - }, - "id": "node/4797221716" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797221717", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9538461, - 51.5291427 - ] - }, - "id": "node/4797221717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797221718", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9538252, - 51.5292451 - ] - }, - "id": "node/4797221718" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797221719", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9538132, - 51.529304 - ] - }, - "id": "node/4797221719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797221720", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9537964, - 51.5293861 - ] - }, - "id": "node/4797221720" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797221921", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9537906, - 51.5294146 - ] - }, - "id": "node/4797221921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797221922", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9537811, - 51.5294612 - ] - }, - "id": "node/4797221922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797221923", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.953714, - 51.5297896 - ] - }, - "id": "node/4797221923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797221924", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9537501, - 51.5296132 - ] - }, - "id": "node/4797221924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797221925", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9536911, - 51.5299021 - ] - }, - "id": "node/4797221925" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797221926", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9536782, - 51.5299705 - ] - }, - "id": "node/4797221926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797221927", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9536292, - 51.5302306 - ] - }, - "id": "node/4797221927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797221928", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.953612, - 51.5303217 - ] - }, - "id": "node/4797221928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797221929", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9536064, - 51.5303515 - ] - }, - "id": "node/4797221929" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797221930", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9535013, - 51.5309094 - ] - }, - "id": "node/4797221930" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797221931", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9534874, - 51.530983 - ] - }, - "id": "node/4797221931" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797221932", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9534822, - 51.5310107 - ] - }, - "id": "node/4797221932" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797221933", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9534591, - 51.5311335 - ] - }, - "id": "node/4797221933" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4797221934", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.953447, - 51.5311978 - ] - }, - "id": "node/4797221934" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799322918", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9295901, - 51.537618 - ] - }, - "id": "node/4799322918" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799322919", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274094, - 51.5372147 - ] - }, - "id": "node/4799322919" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799322920", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275985, - 51.5371392 - ] - }, - "id": "node/4799322920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799323421", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.928312, - 51.5369152 - ] - }, - "id": "node/4799323421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799323422", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9283402, - 51.5369415 - ] - }, - "id": "node/4799323422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799323423", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9282839, - 51.5369607 - ] - }, - "id": "node/4799323423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799323424", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9282664, - 51.5369336 - ] - }, - "id": "node/4799323424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799323425", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9281665, - 51.5369227 - ] - }, - "id": "node/4799323425" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799323426", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9281336, - 51.5369436 - ] - }, - "id": "node/4799323426" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799323427", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9279948, - 51.5369878 - ] - }, - "id": "node/4799323427" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799323428", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277213, - 51.5370875 - ] - }, - "id": "node/4799323428" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799323429", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9278735, - 51.5370404 - ] - }, - "id": "node/4799323429" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782587", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9411433, - 51.5285397 - ] - }, - "id": "node/4799782587" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782588", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9410521, - 51.528742 - ] - }, - "id": "node/4799782588" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782589", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9415611, - 51.5281008 - ] - }, - "id": "node/4799782589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782590", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9413043, - 51.5278764 - ] - }, - "id": "node/4799782590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782591", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9412332, - 51.5279849 - ] - }, - "id": "node/4799782591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782592", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9409091, - 51.5279555 - ] - }, - "id": "node/4799782592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782593", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9405022, - 51.5279187 - ] - }, - "id": "node/4799782593" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782594", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9400817, - 51.5278806 - ] - }, - "id": "node/4799782594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782595", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9398654, - 51.527861 - ] - }, - "id": "node/4799782595" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782596", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392933, - 51.5278092 - ] - }, - "id": "node/4799782596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782597", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9395532, - 51.5278328 - ] - }, - "id": "node/4799782597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782600", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.939186, - 51.5282836 - ] - }, - "id": "node/4799782600" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782601", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9400081, - 51.5285543 - ] - }, - "id": "node/4799782601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782602", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9399608, - 51.528522 - ] - }, - "id": "node/4799782602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782603", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9399052, - 51.528479 - ] - }, - "id": "node/4799782603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782604", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.939186, - 51.5285322 - ] - }, - "id": "node/4799782604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782605", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9393188, - 51.5286384 - ] - }, - "id": "node/4799782605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782606", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394676, - 51.5286465 - ] - }, - "id": "node/4799782606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782607", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9396242, - 51.5285891 - ] - }, - "id": "node/4799782607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782608", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9397188, - 51.5285981 - ] - }, - "id": "node/4799782608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782609", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9400111, - 51.528853 - ] - }, - "id": "node/4799782609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782610", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.939765, - 51.5291888 - ] - }, - "id": "node/4799782610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782611", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9396443, - 51.5292196 - ] - }, - "id": "node/4799782611" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782612", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394009, - 51.5291913 - ] - }, - "id": "node/4799782612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782613", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392983, - 51.5291954 - ] - }, - "id": "node/4799782613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782614", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.939128, - 51.5289906 - ] - }, - "id": "node/4799782614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782615", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394224, - 51.5288797 - ] - }, - "id": "node/4799782615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782616", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9396081, - 51.5289068 - ] - }, - "id": "node/4799782616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782617", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9398723, - 51.5289823 - ] - }, - "id": "node/4799782617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782618", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9397784, - 51.5289727 - ] - }, - "id": "node/4799782618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782619", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9396919, - 51.5289552 - ] - }, - "id": "node/4799782619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799782620", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9395813, - 51.5289585 - ] - }, - "id": "node/4799782620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783721", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394103, - 51.5289406 - ] - }, - "id": "node/4799783721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783722", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9393084, - 51.5289243 - ] - }, - "id": "node/4799783722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783723", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392138, - 51.5289122 - ] - }, - "id": "node/4799783723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783724", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.939122, - 51.5289055 - ] - }, - "id": "node/4799783724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783725", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9396319, - 51.5292492 - ] - }, - "id": "node/4799783725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783726", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9391545, - 51.5293407 - ] - }, - "id": "node/4799783726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783727", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9393218, - 51.5293512 - ] - }, - "id": "node/4799783727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783728", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394908, - 51.5293635 - ] - }, - "id": "node/4799783728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783729", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9391313, - 51.5294763 - ] - }, - "id": "node/4799783729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783730", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392933, - 51.5294895 - ] - }, - "id": "node/4799783730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783731", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394626, - 51.5294997 - ] - }, - "id": "node/4799783731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783732", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9396584, - 51.5295159 - ] - }, - "id": "node/4799783732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783761", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112573, - 51.5410315 - ] - }, - "id": "node/4799783761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783762", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112661, - 51.5409938 - ] - }, - "id": "node/4799783762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783763", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112783, - 51.540941 - ] - }, - "id": "node/4799783763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783764", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112885, - 51.540897 - ] - }, - "id": "node/4799783764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783765", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112996, - 51.540849 - ] - }, - "id": "node/4799783765" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783766", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113101, - 51.5408038 - ] - }, - "id": "node/4799783766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783767", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113259, - 51.5407355 - ] - }, - "id": "node/4799783767" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783768", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113428, - 51.5406623 - ] - }, - "id": "node/4799783768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783769", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113563, - 51.5406042 - ] - }, - "id": "node/4799783769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783770", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113721, - 51.540536 - ] - }, - "id": "node/4799783770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783771", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113874, - 51.5404698 - ] - }, - "id": "node/4799783771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783772", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114013, - 51.5404101 - ] - }, - "id": "node/4799783772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783773", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114182, - 51.5403367 - ] - }, - "id": "node/4799783773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783774", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111909, - 51.5413068 - ] - }, - "id": "node/4799783774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783775", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112164, - 51.5411925 - ] - }, - "id": "node/4799783775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783776", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9103581, - 51.5412275 - ] - }, - "id": "node/4799783776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783777", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9104118, - 51.5413497 - ] - }, - "id": "node/4799783777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783778", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9103407, - 51.5414436 - ] - }, - "id": "node/4799783778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783779", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9103487, - 51.5411362 - ] - }, - "id": "node/4799783779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783780", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9105224, - 51.5411579 - ] - }, - "id": "node/4799783780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783782", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9107953, - 51.5413543 - ] - }, - "id": "node/4799783782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783783", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9106806, - 51.541273 - ] - }, - "id": "node/4799783783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783785", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9110132, - 51.5415111 - ] - }, - "id": "node/4799783785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783786", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9106739, - 51.5419261 - ] - }, - "id": "node/4799783786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783787", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108436, - 51.5419257 - ] - }, - "id": "node/4799783787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783788", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9107296, - 51.5420233 - ] - }, - "id": "node/4799783788" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783789", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9109388, - 51.5421092 - ] - }, - "id": "node/4799783789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783790", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9109261, - 51.5420299 - ] - }, - "id": "node/4799783790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783791", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108329, - 51.5421605 - ] - }, - "id": "node/4799783791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783792", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.910851, - 51.542208 - ] - }, - "id": "node/4799783792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783793", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108845, - 51.5423961 - ] - }, - "id": "node/4799783793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783794", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108208, - 51.5425925 - ] - }, - "id": "node/4799783794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783795", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.910743, - 51.5427122 - ] - }, - "id": "node/4799783795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783796", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9106947, - 51.5428152 - ] - }, - "id": "node/4799783796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783797", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108054, - 51.5428674 - ] - }, - "id": "node/4799783797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783798", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9106733, - 51.542912 - ] - }, - "id": "node/4799783798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783799", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9109013, - 51.5434249 - ] - }, - "id": "node/4799783799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783800", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9109274, - 51.5432869 - ] - }, - "id": "node/4799783800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783801", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9109469, - 51.5431801 - ] - }, - "id": "node/4799783801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783802", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9109656, - 51.5430659 - ] - }, - "id": "node/4799783802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783803", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9110126, - 51.5428569 - ] - }, - "id": "node/4799783803" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783804", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9110434, - 51.5427289 - ] - }, - "id": "node/4799783804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783805", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9110682, - 51.5426338 - ] - }, - "id": "node/4799783805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783806", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9110924, - 51.5425325 - ] - }, - "id": "node/4799783806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783807", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111131, - 51.542424 - ] - }, - "id": "node/4799783807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783808", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.911138, - 51.5423235 - ] - }, - "id": "node/4799783808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783809", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111587, - 51.5422193 - ] - }, - "id": "node/4799783809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783810", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.911199, - 51.542042 - ] - }, - "id": "node/4799783810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783811", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111883, - 51.5421125 - ] - }, - "id": "node/4799783811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783812", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9115369, - 51.5420028 - ] - }, - "id": "node/4799783812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783813", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116415, - 51.5419036 - ] - }, - "id": "node/4799783813" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783814", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112392, - 51.5418973 - ] - }, - "id": "node/4799783814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783815", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112888, - 51.5416721 - ] - }, - "id": "node/4799783815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783816", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113981, - 51.5415512 - ] - }, - "id": "node/4799783816" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783817", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113505, - 51.5414244 - ] - }, - "id": "node/4799783817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783818", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113747, - 51.5413068 - ] - }, - "id": "node/4799783818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783819", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114001, - 51.5411992 - ] - }, - "id": "node/4799783819" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783820", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114431, - 51.5410023 - ] - }, - "id": "node/4799783820" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783921", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114189, - 51.5411154 - ] - }, - "id": "node/4799783921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783922", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114706, - 51.5408672 - ] - }, - "id": "node/4799783922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783923", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114934, - 51.5407721 - ] - }, - "id": "node/4799783923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783924", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9115135, - 51.5406712 - ] - }, - "id": "node/4799783924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783925", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9115416, - 51.5405598 - ] - }, - "id": "node/4799783925" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783926", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9115691, - 51.5404389 - ] - }, - "id": "node/4799783926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783927", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116, - 51.5403117 - ] - }, - "id": "node/4799783927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783928", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116529, - 51.540076 - ] - }, - "id": "node/4799783928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783929", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116845, - 51.5399443 - ] - }, - "id": "node/4799783929" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783930", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9117401, - 51.5397111 - ] - }, - "id": "node/4799783930" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783931", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9117609, - 51.5396077 - ] - }, - "id": "node/4799783931" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783932", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.911785, - 51.5394984 - ] - }, - "id": "node/4799783932" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783933", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9118052, - 51.5394017 - ] - }, - "id": "node/4799783933" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783934", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.911887, - 51.5390572 - ] - }, - "id": "node/4799783934" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783935", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9102555, - 51.5403834 - ] - }, - "id": "node/4799783935" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783936", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9103568, - 51.5404285 - ] - }, - "id": "node/4799783936" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783937", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.91045, - 51.5404176 - ] - }, - "id": "node/4799783937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783938", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9099176, - 51.5403054 - ] - }, - "id": "node/4799783938" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783939", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9098914, - 51.5404084 - ] - }, - "id": "node/4799783939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783940", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9098968, - 51.5404702 - ] - }, - "id": "node/4799783940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783941", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9110404, - 51.5410467 - ] - }, - "id": "node/4799783941" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783942", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.911037, - 51.5409809 - ] - }, - "id": "node/4799783942" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783943", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9110746, - 51.5408474 - ] - }, - "id": "node/4799783943" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783944", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111168, - 51.5405905 - ] - }, - "id": "node/4799783944" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783945", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9110766, - 51.5406906 - ] - }, - "id": "node/4799783945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783946", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111349, - 51.5405421 - ] - }, - "id": "node/4799783946" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783947", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112644, - 51.5403152 - ] - }, - "id": "node/4799783947" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783948", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111698, - 51.5403628 - ] - }, - "id": "node/4799783948" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783949", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.911147, - 51.5404641 - ] - }, - "id": "node/4799783949" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783950", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9105992, - 51.5396029 - ] - }, - "id": "node/4799783950" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783951", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9105589, - 51.5397401 - ] - }, - "id": "node/4799783951" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783952", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9105241, - 51.5399674 - ] - }, - "id": "node/4799783952" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783953", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9105482, - 51.5398907 - ] - }, - "id": "node/4799783953" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783954", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9106361, - 51.5399053 - ] - }, - "id": "node/4799783954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783955", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.910683, - 51.5401196 - ] - }, - "id": "node/4799783955" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783957", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114166, - 51.5400471 - ] - }, - "id": "node/4799783957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783958", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9109318, - 51.5399123 - ] - }, - "id": "node/4799783958" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783959", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108741, - 51.5399132 - ] - }, - "id": "node/4799783959" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783960", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9107809, - 51.5398485 - ] - }, - "id": "node/4799783960" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783961", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9110156, - 51.539874 - ] - }, - "id": "node/4799783961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783962", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112751, - 51.5399053 - ] - }, - "id": "node/4799783962" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783963", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9115044, - 51.5393326 - ] - }, - "id": "node/4799783963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783964", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114286, - 51.5393485 - ] - }, - "id": "node/4799783964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783965", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9115775, - 51.5395003 - ] - }, - "id": "node/4799783965" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783966", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116104, - 51.5393389 - ] - }, - "id": "node/4799783966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783967", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9115359, - 51.5392959 - ] - }, - "id": "node/4799783967" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783968", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116472, - 51.5392263 - ] - }, - "id": "node/4799783968" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783969", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116627, - 51.5391329 - ] - }, - "id": "node/4799783969" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783970", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116855, - 51.5390286 - ] - }, - "id": "node/4799783970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783971", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9115279, - 51.539698 - ] - }, - "id": "node/4799783971" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783972", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114012, - 51.5395987 - ] - }, - "id": "node/4799783972" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783973", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.91108, - 51.5395624 - ] - }, - "id": "node/4799783973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783974", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108473, - 51.5395324 - ] - }, - "id": "node/4799783974" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783975", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9106682, - 51.5395149 - ] - }, - "id": "node/4799783975" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783976", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9105254, - 51.5393994 - ] - }, - "id": "node/4799783976" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783977", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9104577, - 51.5393902 - ] - }, - "id": "node/4799783977" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783978", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9104858, - 51.539293 - ] - }, - "id": "node/4799783978" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783979", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9105207, - 51.5391754 - ] - }, - "id": "node/4799783979" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783980", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9105563, - 51.5392901 - ] - }, - "id": "node/4799783980" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783981", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9107366, - 51.539268 - ] - }, - "id": "node/4799783981" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783982", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9106682, - 51.5391821 - ] - }, - "id": "node/4799783982" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783983", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114206, - 51.5392734 - ] - }, - "id": "node/4799783983" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783984", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111544, - 51.53923 - ] - }, - "id": "node/4799783984" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783985", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108922, - 51.5392008 - ] - }, - "id": "node/4799783985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783986", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9107795, - 51.539077 - ] - }, - "id": "node/4799783986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783987", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9106582, - 51.5389564 - ] - }, - "id": "node/4799783987" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783988", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114856, - 51.538941 - ] - }, - "id": "node/4799783988" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783989", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112308, - 51.5389089 - ] - }, - "id": "node/4799783989" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783990", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9109586, - 51.5388784 - ] - }, - "id": "node/4799783990" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783991", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.910738, - 51.538863 - ] - }, - "id": "node/4799783991" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783992", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114394, - 51.5387024 - ] - }, - "id": "node/4799783992" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783993", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113985, - 51.5386924 - ] - }, - "id": "node/4799783993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783994", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113053, - 51.5386686 - ] - }, - "id": "node/4799783994" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783995", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112583, - 51.538657 - ] - }, - "id": "node/4799783995" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783996", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9106407, - 51.5384922 - ] - }, - "id": "node/4799783996" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783997", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9109016, - 51.5385919 - ] - }, - "id": "node/4799783997" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783998", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9098569, - 51.5404333 - ] - }, - "id": "node/4799783998" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799783999", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9097523, - 51.5404024 - ] - }, - "id": "node/4799783999" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784000", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9097925, - 51.5405509 - ] - }, - "id": "node/4799784000" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784001", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9098341, - 51.5402731 - ] - }, - "id": "node/4799784001" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784002", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9098126, - 51.5401797 - ] - }, - "id": "node/4799784002" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784003", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9098897, - 51.5398686 - ] - }, - "id": "node/4799784003" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784004", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9098978, - 51.5397839 - ] - }, - "id": "node/4799784004" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784005", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9099018, - 51.5396976 - ] - }, - "id": "node/4799784005" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784006", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9099219, - 51.5393572 - ] - }, - "id": "node/4799784006" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784007", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9099293, - 51.5391796 - ] - }, - "id": "node/4799784007" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784008", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.909934, - 51.5390853 - ] - }, - "id": "node/4799784008" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784009", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9099407, - 51.539034 - ] - }, - "id": "node/4799784009" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784010", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9091796, - 51.5385752 - ] - }, - "id": "node/4799784010" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784011", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9089852, - 51.5385744 - ] - }, - "id": "node/4799784011" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784012", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9090629, - 51.5385648 - ] - }, - "id": "node/4799784012" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784013", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9092326, - 51.5385802 - ] - }, - "id": "node/4799784013" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784014", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9092815, - 51.5385806 - ] - }, - "id": "node/4799784014" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784015", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9094559, - 51.538594 - ] - }, - "id": "node/4799784015" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784016", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9098046, - 51.5386399 - ] - }, - "id": "node/4799784016" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784017", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9098408, - 51.5386732 - ] - }, - "id": "node/4799784017" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784018", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9097603, - 51.5388409 - ] - }, - "id": "node/4799784018" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784019", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9097536, - 51.5389744 - ] - }, - "id": "node/4799784019" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784020", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9100406, - 51.5390127 - ] - }, - "id": "node/4799784020" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784221", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9100983, - 51.5390211 - ] - }, - "id": "node/4799784221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784222", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9099876, - 51.5388117 - ] - }, - "id": "node/4799784222" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784223", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.910001, - 51.5387091 - ] - }, - "id": "node/4799784223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784224", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9100305, - 51.5386374 - ] - }, - "id": "node/4799784224" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784225", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9100413, - 51.5385168 - ] - }, - "id": "node/4799784225" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784226", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9100486, - 51.5384609 - ] - }, - "id": "node/4799784226" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784227", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9100775, - 51.5383984 - ] - }, - "id": "node/4799784227" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784228", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9099065, - 51.5384359 - ] - }, - "id": "node/4799784228" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784229", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9099293, - 51.5383542 - ] - }, - "id": "node/4799784229" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784230", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9090147, - 51.5382462 - ] - }, - "id": "node/4799784230" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784231", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9097831, - 51.5383083 - ] - }, - "id": "node/4799784231" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784232", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9095578, - 51.5382478 - ] - }, - "id": "node/4799784232" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784233", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.909411, - 51.5382249 - ] - }, - "id": "node/4799784233" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784234", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9092326, - 51.5382136 - ] - }, - "id": "node/4799784234" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784235", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9091018, - 51.5381744 - ] - }, - "id": "node/4799784235" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784264", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9083611, - 51.5407213 - ] - }, - "id": "node/4799784264" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784265", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9083591, - 51.5407947 - ] - }, - "id": "node/4799784265" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784266", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9083564, - 51.5408631 - ] - }, - "id": "node/4799784266" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784267", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9083597, - 51.5409236 - ] - }, - "id": "node/4799784267" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784268", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9082873, - 51.5413273 - ] - }, - "id": "node/4799784268" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784269", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9082886, - 51.5415391 - ] - }, - "id": "node/4799784269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784270", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9082746, - 51.5416626 - ] - }, - "id": "node/4799784270" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784271", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9082638, - 51.541809 - ] - }, - "id": "node/4799784271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784272", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9082793, - 51.5419074 - ] - }, - "id": "node/4799784272" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784273", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9082766, - 51.5419691 - ] - }, - "id": "node/4799784273" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784274", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9082544, - 51.5420317 - ] - }, - "id": "node/4799784274" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784275", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9082638, - 51.5424716 - ] - }, - "id": "node/4799784275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784296", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9105528, - 51.5376125 - ] - }, - "id": "node/4799784296" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784297", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9105333, - 51.5374632 - ] - }, - "id": "node/4799784297" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784298", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9104535, - 51.5374449 - ] - }, - "id": "node/4799784298" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784299", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9104864, - 51.5377894 - ] - }, - "id": "node/4799784299" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784300", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.910473, - 51.5378298 - ] - }, - "id": "node/4799784300" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784301", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9105105, - 51.5376993 - ] - }, - "id": "node/4799784301" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784302", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9105313, - 51.5376396 - ] - }, - "id": "node/4799784302" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784303", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9105977, - 51.5376605 - ] - }, - "id": "node/4799784303" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784304", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9107513, - 51.5376776 - ] - }, - "id": "node/4799784304" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784305", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9105213, - 51.5382528 - ] - }, - "id": "node/4799784305" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784306", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9104395, - 51.5380488 - ] - }, - "id": "node/4799784306" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784307", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9106701, - 51.5378786 - ] - }, - "id": "node/4799784307" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784308", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9105146, - 51.5378624 - ] - }, - "id": "node/4799784308" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784309", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9104073, - 51.5379762 - ] - }, - "id": "node/4799784309" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784310", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9103369, - 51.5381727 - ] - }, - "id": "node/4799784310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784311", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9103322, - 51.5382169 - ] - }, - "id": "node/4799784311" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784312", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9096904, - 51.5374315 - ] - }, - "id": "node/4799784312" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784313", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9096541, - 51.5375209 - ] - }, - "id": "node/4799784313" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784314", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9096188, - 51.5376075 - ] - }, - "id": "node/4799784314" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784315", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9095837, - 51.5376936 - ] - }, - "id": "node/4799784315" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784316", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9095482, - 51.5377807 - ] - }, - "id": "node/4799784316" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784317", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9095134, - 51.5378661 - ] - }, - "id": "node/4799784317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784318", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9096194, - 51.5378824 - ] - }, - "id": "node/4799784318" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784319", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9096538, - 51.5377977 - ] - }, - "id": "node/4799784319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784320", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9096886, - 51.5377122 - ] - }, - "id": "node/4799784320" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784321", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9097249, - 51.5376229 - ] - }, - "id": "node/4799784321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784322", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9097606, - 51.537535 - ] - }, - "id": "node/4799784322" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784323", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9097951, - 51.5374503 - ] - }, - "id": "node/4799784323" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784324", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9087202, - 51.5370261 - ] - }, - "id": "node/4799784324" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784325", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9090484, - 51.5370766 - ] - }, - "id": "node/4799784325" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784326", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9089837, - 51.537067 - ] - }, - "id": "node/4799784326" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784327", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9089391, - 51.5370605 - ] - }, - "id": "node/4799784327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784328", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9088844, - 51.5370626 - ] - }, - "id": "node/4799784328" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784329", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9088103, - 51.5370382 - ] - }, - "id": "node/4799784329" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784330", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9087701, - 51.5370336 - ] - }, - "id": "node/4799784330" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784331", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9085786, - 51.5363144 - ] - }, - "id": "node/4799784331" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784332", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9084361, - 51.5360253 - ] - }, - "id": "node/4799784332" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784338", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9079148, - 51.5359075 - ] - }, - "id": "node/4799784338" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784339", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9078236, - 51.5358858 - ] - }, - "id": "node/4799784339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784340", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9076567, - 51.5358149 - ] - }, - "id": "node/4799784340" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784341", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9077063, - 51.535842 - ] - }, - "id": "node/4799784341" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784342", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9077955, - 51.5357336 - ] - }, - "id": "node/4799784342" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784343", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9072946, - 51.5356068 - ] - }, - "id": "node/4799784343" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784344", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9073402, - 51.535734 - ] - }, - "id": "node/4799784344" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784345", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9072583, - 51.5357119 - ] - }, - "id": "node/4799784345" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784346", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.907196, - 51.5356935 - ] - }, - "id": "node/4799784346" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784347", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9070692, - 51.5356568 - ] - }, - "id": "node/4799784347" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784348", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9069988, - 51.5356347 - ] - }, - "id": "node/4799784348" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784349", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9069083, - 51.5356014 - ] - }, - "id": "node/4799784349" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784350", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9068352, - 51.5355759 - ] - }, - "id": "node/4799784350" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784351", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9067668, - 51.5355571 - ] - }, - "id": "node/4799784351" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784352", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9051367, - 51.5347801 - ] - }, - "id": "node/4799784352" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784353", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9052769, - 51.5349219 - ] - }, - "id": "node/4799784353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784354", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9051649, - 51.5349961 - ] - }, - "id": "node/4799784354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784355", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9049805, - 51.5351192 - ] - }, - "id": "node/4799784355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784356", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9049235, - 51.5351584 - ] - }, - "id": "node/4799784356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784357", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9048169, - 51.535223 - ] - }, - "id": "node/4799784357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784358", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9033306, - 51.5345732 - ] - }, - "id": "node/4799784358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784359", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032843, - 51.5345477 - ] - }, - "id": "node/4799784359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784360", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032106, - 51.5345085 - ] - }, - "id": "node/4799784360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784361", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9031113, - 51.5344664 - ] - }, - "id": "node/4799784361" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784362", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9030516, - 51.5344388 - ] - }, - "id": "node/4799784362" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784363", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9030188, - 51.5344305 - ] - }, - "id": "node/4799784363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784364", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9028739, - 51.5343805 - ] - }, - "id": "node/4799784364" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784365", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9027191, - 51.5343342 - ] - }, - "id": "node/4799784365" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784366", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9026191, - 51.5343029 - ] - }, - "id": "node/4799784366" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784367", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9025521, - 51.534277 - ] - }, - "id": "node/4799784367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784368", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9023543, - 51.5342153 - ] - }, - "id": "node/4799784368" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784369", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9022993, - 51.5342015 - ] - }, - "id": "node/4799784369" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784370", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9022047, - 51.5341836 - ] - }, - "id": "node/4799784370" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784371", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9020941, - 51.5341644 - ] - }, - "id": "node/4799784371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784372", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9018339, - 51.5341027 - ] - }, - "id": "node/4799784372" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784373", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9019419, - 51.5341339 - ] - }, - "id": "node/4799784373" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784374", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9016636, - 51.5340338 - ] - }, - "id": "node/4799784374" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784375", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9014571, - 51.5339354 - ] - }, - "id": "node/4799784375" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784376", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9016106, - 51.5340122 - ] - }, - "id": "node/4799784376" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784377", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994555, - 51.5334812 - ] - }, - "id": "node/4799784377" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784378", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8993649, - 51.5334799 - ] - }, - "id": "node/4799784378" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784379", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8992644, - 51.5334757 - ] - }, - "id": "node/4799784379" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784380", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990458, - 51.5334157 - ] - }, - "id": "node/4799784380" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784381", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8991101, - 51.5334336 - ] - }, - "id": "node/4799784381" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784382", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899145, - 51.5334557 - ] - }, - "id": "node/4799784382" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784383", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8992007, - 51.5334703 - ] - }, - "id": "node/4799784383" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784384", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005156, - 51.534066 - ] - }, - "id": "node/4799784384" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784385", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007141, - 51.5340476 - ] - }, - "id": "node/4799784385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784386", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007691, - 51.5340201 - ] - }, - "id": "node/4799784386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784387", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900873, - 51.5339538 - ] - }, - "id": "node/4799784387" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784388", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9008489, - 51.5337798 - ] - }, - "id": "node/4799784388" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784389", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900814, - 51.5338682 - ] - }, - "id": "node/4799784389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784390", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9008643, - 51.5336976 - ] - }, - "id": "node/4799784390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784391", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007664, - 51.5337469 - ] - }, - "id": "node/4799784391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784392", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005572, - 51.5336997 - ] - }, - "id": "node/4799784392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784393", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001274, - 51.5335946 - ] - }, - "id": "node/4799784393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784394", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.90024, - 51.5336192 - ] - }, - "id": "node/4799784394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784395", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999845, - 51.5336142 - ] - }, - "id": "node/4799784395" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784396", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997539, - 51.5335012 - ] - }, - "id": "node/4799784396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784397", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995507, - 51.5335371 - ] - }, - "id": "node/4799784397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784398", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996104, - 51.5335366 - ] - }, - "id": "node/4799784398" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784399", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997954, - 51.5336317 - ] - }, - "id": "node/4799784399" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784400", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994058, - 51.5340334 - ] - }, - "id": "node/4799784400" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784401", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994709, - 51.5339216 - ] - }, - "id": "node/4799784401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784402", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995567, - 51.5338061 - ] - }, - "id": "node/4799784402" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784403", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8998471, - 51.5341081 - ] - }, - "id": "node/4799784403" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784404", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997988, - 51.5343367 - ] - }, - "id": "node/4799784404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784405", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996794, - 51.5343771 - ] - }, - "id": "node/4799784405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784406", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899782, - 51.5344151 - ] - }, - "id": "node/4799784406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784407", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899489, - 51.5343279 - ] - }, - "id": "node/4799784407" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784408", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899481, - 51.5341502 - ] - }, - "id": "node/4799784408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784409", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995259, - 51.5341673 - ] - }, - "id": "node/4799784409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784410", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89954, - 51.5343329 - ] - }, - "id": "node/4799784410" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784411", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899314, - 51.5342524 - ] - }, - "id": "node/4799784411" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784412", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8993696, - 51.5341778 - ] - }, - "id": "node/4799784412" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784413", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899251, - 51.534136 - ] - }, - "id": "node/4799784413" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784414", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990384, - 51.5341123 - ] - }, - "id": "node/4799784414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784415", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990679, - 51.5341661 - ] - }, - "id": "node/4799784415" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784416", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001793, - 51.5342622 - ] - }, - "id": "node/4799784416" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784417", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003359, - 51.5341619 - ] - }, - "id": "node/4799784417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784418", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9004019, - 51.5341752 - ] - }, - "id": "node/4799784418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784419", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005096, - 51.5341485 - ] - }, - "id": "node/4799784419" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784420", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006289, - 51.5341027 - ] - }, - "id": "node/4799784420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784521", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002957, - 51.5362629 - ] - }, - "id": "node/4799784521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784522", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002615, - 51.5362508 - ] - }, - "id": "node/4799784522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784523", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002333, - 51.5362399 - ] - }, - "id": "node/4799784523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784524", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001401, - 51.536197 - ] - }, - "id": "node/4799784524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784525", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000603, - 51.5361615 - ] - }, - "id": "node/4799784525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784526", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9013223, - 51.5367021 - ] - }, - "id": "node/4799784526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784527", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9013565, - 51.5367342 - ] - }, - "id": "node/4799784527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784528", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9014691, - 51.5367859 - ] - }, - "id": "node/4799784528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784529", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9009937, - 51.5366816 - ] - }, - "id": "node/4799784529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784530", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9008945, - 51.5366966 - ] - }, - "id": "node/4799784530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784531", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005035, - 51.5369778 - ] - }, - "id": "node/4799784531" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784532", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003245, - 51.5368777 - ] - }, - "id": "node/4799784532" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784533", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003791, - 51.5368218 - ] - }, - "id": "node/4799784533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784534", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9004123, - 51.5367828 - ] - }, - "id": "node/4799784534" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784535", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9004331, - 51.5367323 - ] - }, - "id": "node/4799784535" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784536", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900463, - 51.5366883 - ] - }, - "id": "node/4799784536" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784537", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9004516, - 51.5366497 - ] - }, - "id": "node/4799784537" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784538", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005562, - 51.5365137 - ] - }, - "id": "node/4799784538" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784539", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005468, - 51.5365598 - ] - }, - "id": "node/4799784539" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784540", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900357, - 51.5364791 - ] - }, - "id": "node/4799784540" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784541", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003376, - 51.5364681 - ] - }, - "id": "node/4799784541" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784542", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002973, - 51.5364568 - ] - }, - "id": "node/4799784542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784543", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002759, - 51.5364506 - ] - }, - "id": "node/4799784543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784544", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002517, - 51.5364443 - ] - }, - "id": "node/4799784544" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784545", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001565, - 51.5364193 - ] - }, - "id": "node/4799784545" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784546", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002055, - 51.536433 - ] - }, - "id": "node/4799784546" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784547", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002672, - 51.5364856 - ] - }, - "id": "node/4799784547" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784548", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900231, - 51.5365336 - ] - }, - "id": "node/4799784548" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784549", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000895, - 51.5365694 - ] - }, - "id": "node/4799784549" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784550", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000264, - 51.5366366 - ] - }, - "id": "node/4799784550" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784551", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899948, - 51.5366825 - ] - }, - "id": "node/4799784551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784552", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000429, - 51.5367782 - ] - }, - "id": "node/4799784552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784553", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999731, - 51.5367607 - ] - }, - "id": "node/4799784553" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784554", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990582, - 51.5363461 - ] - }, - "id": "node/4799784554" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784555", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8989784, - 51.5364337 - ] - }, - "id": "node/4799784555" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784556", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8993673, - 51.536598 - ] - }, - "id": "node/4799784556" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784557", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994504, - 51.5366205 - ] - }, - "id": "node/4799784557" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784558", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997361, - 51.5360921 - ] - }, - "id": "node/4799784558" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784559", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8998145, - 51.536105 - ] - }, - "id": "node/4799784559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784560", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997535, - 51.5361892 - ] - }, - "id": "node/4799784560" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784561", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996985, - 51.536276 - ] - }, - "id": "node/4799784561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784562", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995463, - 51.5364549 - ] - }, - "id": "node/4799784562" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784563", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994739, - 51.5364754 - ] - }, - "id": "node/4799784563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784564", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8993579, - 51.5360391 - ] - }, - "id": "node/4799784564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784565", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8992385, - 51.5361588 - ] - }, - "id": "node/4799784565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784566", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8989475, - 51.5363319 - ] - }, - "id": "node/4799784566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784567", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8988785, - 51.536319 - ] - }, - "id": "node/4799784567" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784568", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8988228, - 51.5363039 - ] - }, - "id": "node/4799784568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784569", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8986297, - 51.5361821 - ] - }, - "id": "node/4799784569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784570", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8985438, - 51.5361417 - ] - }, - "id": "node/4799784570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784571", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8986082, - 51.5360812 - ] - }, - "id": "node/4799784571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784572", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8987054, - 51.5360474 - ] - }, - "id": "node/4799784572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784573", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8987256, - 51.5359511 - ] - }, - "id": "node/4799784573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784574", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.898973, - 51.5358447 - ] - }, - "id": "node/4799784574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784575", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8988429, - 51.5358297 - ] - }, - "id": "node/4799784575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784576", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8981259, - 51.5390776 - ] - }, - "id": "node/4799784576" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784577", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8980609, - 51.5390905 - ] - }, - "id": "node/4799784577" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784578", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8979395, - 51.5391118 - ] - }, - "id": "node/4799784578" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784579", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978302, - 51.5391314 - ] - }, - "id": "node/4799784579" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4799784580", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8977189, - 51.5391564 - ] - }, - "id": "node/4799784580" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4804639896", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455802, - 51.5091872 - ] - }, - "id": "node/4804639896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4804639897", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455443, - 51.5090678 - ] - }, - "id": "node/4804639897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4804639898", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455314, - 51.509025 - ] - }, - "id": "node/4804639898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4804639899", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455153, - 51.5089716 - ] - }, - "id": "node/4804639899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4804639900", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454991, - 51.5089178 - ] - }, - "id": "node/4804639900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4804639901", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455289, - 51.5088707 - ] - }, - "id": "node/4804639901" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4804722336", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444693, - 51.5112183 - ] - }, - "id": "node/4804722336" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010857", - "board_type": "plants", - "description": "Baum des Jahres 2011: Elsbeere", - "natural": "tree", - "start_date": "2017/Q1", - "survey:date": "2017-04-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9238221, - 51.5168919 - ] - }, - "id": "node/4810010857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010858", - "board_type": "plants", - "description": "Baum des Jahres 2010: Vogelkirsche", - "natural": "tree", - "start_date": "2017/Q1", - "survey:date": "2017-04-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9240172, - 51.5172105 - ] - }, - "id": "node/4810010858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010859", - "board_type": "plants", - "description": "Baum des Jahres 2014: Traubeneiche", - "natural": "tree", - "start_date": "2017/Q1", - "survey:date": "2017-04-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9240796, - 51.5174187 - ] - }, - "id": "node/4810010859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010860", - "board_type": "plants", - "description": "Baum des Jahres 1989: Stieleiche", - "natural": "tree", - "start_date": "2017/Q1", - "survey:date": "2017-04-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9241436, - 51.5183761 - ] - }, - "id": "node/4810010860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010861", - "board_type": "plants", - "description": "Baum des Jahres 1995: Spitzahorn", - "natural": "tree", - "start_date": "2017/Q1", - "survey:date": "2017-04-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9241886, - 51.5185275 - ] - }, - "id": "node/4810010861" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010862", - "board_type": "plants", - "description": "Baum des Jahres 2016: Winterlinde", - "natural": "tree", - "start_date": "2017/Q1", - "survey:date": "2017-04-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9203579, - 51.5206907 - ] - }, - "id": "node/4810010862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010863", - "board_type": "plants", - "description": "Baum des Jahres 2003: Schwarzerle", - "natural": "tree", - "start_date": "2017/Q1", - "survey:date": "2017-04-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9223801, - 51.5177249 - ] - }, - "id": "node/4810010863" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010864", - "board_type": "plants", - "description": "Baum des Jahres 2015: Feldahorn", - "natural": "tree", - "start_date": "2017/Q1", - "survey:date": "2017-04-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9231804, - 51.5164327 - ] - }, - "id": "node/4810010864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010865", - "board_type": "plants", - "description": "Baum des Jahres 1996: Hainbuche", - "natural": "tree", - "start_date": "2017/Q1", - "survey:date": "2017-04-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9224549, - 51.5144447 - ] - }, - "id": "node/4810010865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010866", - "board_type": "plants", - "description": "Baum des Jahres 1994: Eibe", - "natural": "tree", - "start_date": "2017/Q1", - "survey:date": "2017-04-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9218494, - 51.5143099 - ] - }, - "id": "node/4810010866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010867", - "board_type": "plants", - "description": "Baum des Jahres 2004: Kiefer, Föhre", - "natural": "tree", - "start_date": "2017/Q1", - "survey:date": "2017-04-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9226489, - 51.5143409 - ] - }, - "id": "node/4810010867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010868", - "board_type": "plants", - "description": "Baum des Jahres 1998: Wildbirne", - "natural": "tree", - "start_date": "2017/Q1", - "survey:date": "2017-04-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9200058, - 51.5135603 - ] - }, - "id": "node/4810010868" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010869", - "natural": "tree", - "start_date": "2017/Q1", - "survey:date": "2017-04-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9181575, - 51.5138977 - ] - }, - "id": "node/4810010869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010870", - "board_type": "plants", - "description": "Baum des Jahres 2009: Bergahorn", - "natural": "tree", - "start_date": "2017/Q1", - "survey:date": "2017-04-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9180353, - 51.5139868 - ] - }, - "id": "node/4810010870" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010871", - "board_type": "plants", - "description": "Baum des Jahres 1993: Speierling", - "natural": "tree", - "start_date": "2017/Q1", - "survey:date": "2017-04-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9188463, - 51.5152055 - ] - }, - "id": "node/4810010871" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010872", - "board_type": "plants", - "description": "Baum des Jahres 2001: Esche", - "natural": "tree", - "start_date": "2017/Q1", - "survey:date": "2017-04-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9198494, - 51.5155978 - ] - }, - "id": "node/4810010872" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010873", - "board_type": "plants", - "description": "Baum des Jahres 1997: Eberesche", - "natural": "tree", - "start_date": "2017-04", - "survey:date": "2020-01-15" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184946, - 51.5156445 - ] - }, - "id": "node/4810010873" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010874", - "board_type": "plants", - "description": "Baum des Jahres 1991: Sommerlinde", - "natural": "tree", - "start_date": "2017-04", - "survey:date": "2020-01-15" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9183064, - 51.5159478 - ] - }, - "id": "node/4810010874" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010875", - "board_type": "plants", - "description": "Baum des Jahres 2013: Wildapfel", - "natural": "tree", - "start_date": "2017-04", - "survey:date": "2020-01-15" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184057, - 51.5161137 - ] - }, - "id": "node/4810010875" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010876", - "board_type": "plants", - "description": "Baum des Jahres 2012: Lärche", - "natural": "tree", - "start_date": "2017-04", - "survey:date": "2020-01-15" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186, - 51.5161848 - ] - }, - "id": "node/4810010876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010877", - "board_type": "plants", - "description": "Baum des Jahres 1990: Rotbuche", - "natural": "tree", - "start_date": "2017-04", - "survey:date": "2020-01-15" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185618, - 51.5162778 - ] - }, - "id": "node/4810010877" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010882", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9239846, - 51.5191175 - ] - }, - "id": "node/4810010882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010883", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9239101, - 51.5190566 - ] - }, - "id": "node/4810010883" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010884", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9239544, - 51.5184878 - ] - }, - "id": "node/4810010884" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010885", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9235641, - 51.5189043 - ] - }, - "id": "node/4810010885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010886", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.923251, - 51.5188913 - ] - }, - "id": "node/4810010886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010887", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9230927, - 51.5188179 - ] - }, - "id": "node/4810010887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010888", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9236761, - 51.5182496 - ] - }, - "id": "node/4810010888" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010889", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.923373, - 51.5180668 - ] - }, - "id": "node/4810010889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010890", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9224128, - 51.5176996 - ] - }, - "id": "node/4810010890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010891", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.922457, - 51.5178056 - ] - }, - "id": "node/4810010891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010893", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9219783, - 51.516452 - ] - }, - "id": "node/4810010893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010894", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9230974, - 51.5163852 - ] - }, - "id": "node/4810010894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010895", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9231276, - 51.5163798 - ] - }, - "id": "node/4810010895" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010896", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9231651, - 51.5163677 - ] - }, - "id": "node/4810010896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010897", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9228004, - 51.5164733 - ] - }, - "id": "node/4810010897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010898", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9229546, - 51.5164795 - ] - }, - "id": "node/4810010898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010899", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9227494, - 51.5163911 - ] - }, - "id": "node/4810010899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010900", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9221848, - 51.5163936 - ] - }, - "id": "node/4810010900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010901", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9222934, - 51.5163836 - ] - }, - "id": "node/4810010901" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010902", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9224792, - 51.516485 - ] - }, - "id": "node/4810010902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010903", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.921987, - 51.5166364 - ] - }, - "id": "node/4810010903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010904", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9223672, - 51.5166464 - ] - }, - "id": "node/4810010904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010905", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9223129, - 51.5169719 - ] - }, - "id": "node/4810010905" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010906", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9227997, - 51.5170245 - ] - }, - "id": "node/4810010906" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010907", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9225368, - 51.5172319 - ] - }, - "id": "node/4810010907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010908", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9224396, - 51.5173107 - ] - }, - "id": "node/4810010908" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010909", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9225952, - 51.517312 - ] - }, - "id": "node/4810010909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010910", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9229948, - 51.5174683 - ] - }, - "id": "node/4810010910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810010911", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9232114, - 51.5176494 - ] - }, - "id": "node/4810010911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810035987", - "board_type": "plants", - "description": "Baum des Jahres 2019: Flatterulme", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9201983, - 51.516078 - ] - }, - "id": "node/4810035987" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810035988", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9202539, - 51.5165368 - ] - }, - "id": "node/4810035988" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810035989", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9200394, - 51.516695 - ] - }, - "id": "node/4810035989" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810035990", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9199871, - 51.5167926 - ] - }, - "id": "node/4810035990" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810035991", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9193152, - 51.5168539 - ] - }, - "id": "node/4810035991" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810035992", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9192045, - 51.5166582 - ] - }, - "id": "node/4810035992" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810035993", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9191509, - 51.5167801 - ] - }, - "id": "node/4810035993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810035994", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9190376, - 51.5167087 - ] - }, - "id": "node/4810035994" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810035995", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185206, - 51.5170077 - ] - }, - "id": "node/4810035995" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810035996", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9187036, - 51.5167114 - ] - }, - "id": "node/4810035996" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810035997", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9188042, - 51.5166918 - ] - }, - "id": "node/4810035997" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810035998", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186171, - 51.51657 - ] - }, - "id": "node/4810035998" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810035999", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9188076, - 51.5165266 - ] - }, - "id": "node/4810035999" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036000", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9187231, - 51.5164865 - ] - }, - "id": "node/4810036000" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036001", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186292, - 51.516145 - ] - }, - "id": "node/4810036001" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036002", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185709, - 51.5161066 - ] - }, - "id": "node/4810036002" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036003", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.918536, - 51.5156653 - ] - }, - "id": "node/4810036003" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036004", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185916, - 51.5156332 - ] - }, - "id": "node/4810036004" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036005", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185085, - 51.515624 - ] - }, - "id": "node/4810036005" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036006", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185125, - 51.5155372 - ] - }, - "id": "node/4810036006" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036007", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185735, - 51.5155284 - ] - }, - "id": "node/4810036007" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036008", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.918373, - 51.5154216 - ] - }, - "id": "node/4810036008" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036009", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9183194, - 51.515248 - ] - }, - "id": "node/4810036009" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036010", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9183449, - 51.5151128 - ] - }, - "id": "node/4810036010" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036011", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185521, - 51.515049 - ] - }, - "id": "node/4810036011" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036012", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.918481, - 51.515011 - ] - }, - "id": "node/4810036012" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036013", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184797, - 51.5151366 - ] - }, - "id": "node/4810036013" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036014", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.918603, - 51.515402 - ] - }, - "id": "node/4810036014" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036015", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9187318, - 51.5153657 - ] - }, - "id": "node/4810036015" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036016", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186138, - 51.5153119 - ] - }, - "id": "node/4810036016" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036017", - "board_type": "plants", - "description": "Baum des Jahres 1992: Bergulme", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9190335, - 51.5152622 - ] - }, - "id": "node/4810036017" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036018", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9191355, - 51.5152313 - ] - }, - "id": "node/4810036018" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036019", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9190919, - 51.5152209 - ] - }, - "id": "node/4810036019" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036020", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9193554, - 51.5152785 - ] - }, - "id": "node/4810036020" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036321", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9197323, - 51.5159197 - ] - }, - "id": "node/4810036321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036322", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196464, - 51.5156125 - ] - }, - "id": "node/4810036322" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036323", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9230166, - 51.5144808 - ] - }, - "id": "node/4810036323" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036324", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9227611, - 51.5144412 - ] - }, - "id": "node/4810036324" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036325", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9226961, - 51.5144283 - ] - }, - "id": "node/4810036325" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036326", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9226532, - 51.5144253 - ] - }, - "id": "node/4810036326" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036327", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9225412, - 51.5144212 - ] - }, - "id": "node/4810036327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036328", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.92245, - 51.5144153 - ] - }, - "id": "node/4810036328" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036329", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9221912, - 51.5142716 - ] - }, - "id": "node/4810036329" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036330", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9222475, - 51.5144034 - ] - }, - "id": "node/4810036330" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036331", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184817, - 51.5137758 - ] - }, - "id": "node/4810036331" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036332", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9191187, - 51.513765 - ] - }, - "id": "node/4810036332" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036333", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186989, - 51.513805 - ] - }, - "id": "node/4810036333" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036334", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9182939, - 51.5146826 - ] - }, - "id": "node/4810036334" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036335", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184046, - 51.5145816 - ] - }, - "id": "node/4810036335" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036336", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9183717, - 51.5144464 - ] - }, - "id": "node/4810036336" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036337", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9180042, - 51.5144041 - ] - }, - "id": "node/4810036337" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036338", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9182322, - 51.5143907 - ] - }, - "id": "node/4810036338" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036339", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9182188, - 51.5137929 - ] - }, - "id": "node/4810036339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036340", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9182597, - 51.5138163 - ] - }, - "id": "node/4810036340" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036341", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9183382, - 51.5138188 - ] - }, - "id": "node/4810036341" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036342", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9181752, - 51.5141268 - ] - }, - "id": "node/4810036342" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036343", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9182081, - 51.5142077 - ] - }, - "id": "node/4810036343" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036344", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9180968, - 51.5142332 - ] - }, - "id": "node/4810036344" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036345", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9176066, - 51.5140859 - ] - }, - "id": "node/4810036345" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036346", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9177494, - 51.5141739 - ] - }, - "id": "node/4810036346" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036347", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.917502, - 51.5141347 - ] - }, - "id": "node/4810036347" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036348", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.91751, - 51.5139765 - ] - }, - "id": "node/4810036348" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036349", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9177052, - 51.5140128 - ] - }, - "id": "node/4810036349" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036350", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9177944, - 51.5140124 - ] - }, - "id": "node/4810036350" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036351", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9183, - 51.5139636 - ] - }, - "id": "node/4810036351" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036352", - "board_type": "plants", - "description": "Baum des Jahres 2000: Hängebirke", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.91819, - 51.5138668 - ] - }, - "id": "node/4810036352" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036353", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9178701, - 51.5139398 - ] - }, - "id": "node/4810036353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036354", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9179613, - 51.513997 - ] - }, - "id": "node/4810036354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036355", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9180156, - 51.5139185 - ] - }, - "id": "node/4810036355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036356", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9180606, - 51.5138468 - ] - }, - "id": "node/4810036356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036357", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9178869, - 51.5138372 - ] - }, - "id": "node/4810036357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036358", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9177575, - 51.5138109 - ] - }, - "id": "node/4810036358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036359", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9176884, - 51.513815 - ] - }, - "id": "node/4810036359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036360", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175161, - 51.5136727 - ] - }, - "id": "node/4810036360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036361", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9176006, - 51.513636 - ] - }, - "id": "node/4810036361" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036362", - "description": "Baum des Jahres 2023: Moorbirke", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9176388, - 51.5136832 - ] - }, - "id": "node/4810036362" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036363", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9179352, - 51.5136485 - ] - }, - "id": "node/4810036363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036364", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9178259, - 51.5136615 - ] - }, - "id": "node/4810036364" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036365", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9180311, - 51.513722 - ] - }, - "id": "node/4810036365" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036366", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9179754, - 51.5137057 - ] - }, - "id": "node/4810036366" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036367", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9177897, - 51.5137466 - ] - }, - "id": "node/4810036367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810036368", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9179828, - 51.5137746 - ] - }, - "id": "node/4810036368" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058067", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9127848, - 51.5137151 - ] - }, - "id": "node/4810058067" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058068", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9128271, - 51.5137735 - ] - }, - "id": "node/4810058068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058069", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.910571, - 51.5144861 - ] - }, - "id": "node/4810058069" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058070", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9106575, - 51.5144649 - ] - }, - "id": "node/4810058070" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058071", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9107353, - 51.5144548 - ] - }, - "id": "node/4810058071" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058072", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108131, - 51.5144323 - ] - }, - "id": "node/4810058072" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058073", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108905, - 51.5144265 - ] - }, - "id": "node/4810058073" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058074", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113351, - 51.5142597 - ] - }, - "id": "node/4810058074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058075", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113199, - 51.5142612 - ] - }, - "id": "node/4810058075" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058076", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113041, - 51.5142625 - ] - }, - "id": "node/4810058076" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058077", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112897, - 51.5142642 - ] - }, - "id": "node/4810058077" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058078", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112744, - 51.5142684 - ] - }, - "id": "node/4810058078" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058079", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112767, - 51.5142768 - ] - }, - "id": "node/4810058079" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058080", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112801, - 51.5142893 - ] - }, - "id": "node/4810058080" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058081", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112837, - 51.5143021 - ] - }, - "id": "node/4810058081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058082", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112865, - 51.5143125 - ] - }, - "id": "node/4810058082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058083", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112907, - 51.514328 - ] - }, - "id": "node/4810058083" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058084", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113515, - 51.514329 - ] - }, - "id": "node/4810058084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058085", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113347, - 51.5143327 - ] - }, - "id": "node/4810058085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058086", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113193, - 51.514336 - ] - }, - "id": "node/4810058086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058087", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112806, - 51.5143444 - ] - }, - "id": "node/4810058087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058088", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112598, - 51.5143489 - ] - }, - "id": "node/4810058088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058089", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112375, - 51.5143537 - ] - }, - "id": "node/4810058089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058090", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112191, - 51.5143577 - ] - }, - "id": "node/4810058090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058091", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111962, - 51.5143627 - ] - }, - "id": "node/4810058091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058092", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111742, - 51.5143675 - ] - }, - "id": "node/4810058092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058093", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111561, - 51.5143714 - ] - }, - "id": "node/4810058093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058094", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111321, - 51.5143766 - ] - }, - "id": "node/4810058094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058095", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.911112, - 51.514381 - ] - }, - "id": "node/4810058095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058096", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114183, - 51.5143301 - ] - }, - "id": "node/4810058096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058097", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113991, - 51.5142512 - ] - }, - "id": "node/4810058097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058098", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116513, - 51.5140083 - ] - }, - "id": "node/4810058098" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058099", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116362, - 51.5139713 - ] - }, - "id": "node/4810058099" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058100", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116546, - 51.5140562 - ] - }, - "id": "node/4810058100" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058101", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116801, - 51.5141271 - ] - }, - "id": "node/4810058101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058102", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.911373, - 51.5138696 - ] - }, - "id": "node/4810058102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058103", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114199, - 51.5139936 - ] - }, - "id": "node/4810058103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058104", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114347, - 51.5140457 - ] - }, - "id": "node/4810058104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058105", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9119034, - 51.5140787 - ] - }, - "id": "node/4810058105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058106", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9117096, - 51.5140178 - ] - }, - "id": "node/4810058106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058107", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9118189, - 51.5139205 - ] - }, - "id": "node/4810058107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058108", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9117116, - 51.513946 - ] - }, - "id": "node/4810058108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058109", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114407, - 51.5137891 - ] - }, - "id": "node/4810058109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058110", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108976, - 51.5133367 - ] - }, - "id": "node/4810058110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058111", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112047, - 51.5134391 - ] - }, - "id": "node/4810058111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058112", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111919, - 51.5133702 - ] - }, - "id": "node/4810058112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058113", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9101533, - 51.5132281 - ] - }, - "id": "node/4810058113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058114", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9100916, - 51.5132815 - ] - }, - "id": "node/4810058114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058115", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108127, - 51.5134156 - ] - }, - "id": "node/4810058115" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058116", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111044, - 51.5135028 - ] - }, - "id": "node/4810058116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058117", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108828, - 51.5134615 - ] - }, - "id": "node/4810058117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058120", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9107222, - 51.5138017 - ] - }, - "id": "node/4810058120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058921", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9100569, - 51.5137982 - ] - }, - "id": "node/4810058921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058922", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9101997, - 51.513811 - ] - }, - "id": "node/4810058922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058923", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9099171, - 51.5136971 - ] - }, - "id": "node/4810058923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058924", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9099325, - 51.5135557 - ] - }, - "id": "node/4810058924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058925", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9099754, - 51.513279 - ] - }, - "id": "node/4810058925" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058926", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9099566, - 51.5134171 - ] - }, - "id": "node/4810058926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058927", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9105306, - 51.513529 - ] - }, - "id": "node/4810058927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058928", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9105346, - 51.5134776 - ] - }, - "id": "node/4810058928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058929", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9105413, - 51.5134109 - ] - }, - "id": "node/4810058929" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058930", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9103348, - 51.5133842 - ] - }, - "id": "node/4810058930" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058931", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9102242, - 51.5133391 - ] - }, - "id": "node/4810058931" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058932", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9103321, - 51.5132932 - ] - }, - "id": "node/4810058932" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058933", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9101263, - 51.5131392 - ] - }, - "id": "node/4810058933" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058934", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9100525, - 51.5127398 - ] - }, - "id": "node/4810058934" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058935", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9101357, - 51.5123434 - ] - }, - "id": "node/4810058935" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058936", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.910202, - 51.512007 - ] - }, - "id": "node/4810058936" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058937", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9102336, - 51.5118939 - ] - }, - "id": "node/4810058937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058938", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9102751, - 51.5117905 - ] - }, - "id": "node/4810058938" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058939", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9117128, - 51.5124993 - ] - }, - "id": "node/4810058939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058940", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9119696, - 51.5127184 - ] - }, - "id": "node/4810058940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058941", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9120561, - 51.5127918 - ] - }, - "id": "node/4810058941" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058942", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9121339, - 51.5128711 - ] - }, - "id": "node/4810058942" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058943", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9153747, - 51.5103926 - ] - }, - "id": "node/4810058943" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058944", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9149744, - 51.510118 - ] - }, - "id": "node/4810058944" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058945", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9147082, - 51.5095696 - ] - }, - "id": "node/4810058945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058946", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9145942, - 51.5093438 - ] - }, - "id": "node/4810058946" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058950", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9142254, - 51.5087659 - ] - }, - "id": "node/4810058950" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058951", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9142736, - 51.5083352 - ] - }, - "id": "node/4810058951" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058952", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9142347, - 51.508258 - ] - }, - "id": "node/4810058952" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810058953", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9136403, - 51.5074018 - ] - }, - "id": "node/4810058953" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810092353", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9011798, - 51.5022491 - ] - }, - "id": "node/4810092353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810092354", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9012274, - 51.5021948 - ] - }, - "id": "node/4810092354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810092355", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9023774, - 51.5020341 - ] - }, - "id": "node/4810092355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810092356", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9023761, - 51.5021786 - ] - }, - "id": "node/4810092356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810092357", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9022795, - 51.5021051 - ] - }, - "id": "node/4810092357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810092358", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9015137, - 51.5022107 - ] - }, - "id": "node/4810092358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810092359", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9017075, - 51.5021447 - ] - }, - "id": "node/4810092359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810092360", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9016056, - 51.502123 - ] - }, - "id": "node/4810092360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810092361", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9015935, - 51.5020387 - ] - }, - "id": "node/4810092361" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810092362", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9018685, - 51.5020863 - ] - }, - "id": "node/4810092362" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810092363", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9017685, - 51.5020654 - ] - }, - "id": "node/4810092363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810092364", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9016733, - 51.5020454 - ] - }, - "id": "node/4810092364" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810105863", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9085606, - 51.5108788 - ] - }, - "id": "node/4810105863" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810105864", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9085703, - 51.5109482 - ] - }, - "id": "node/4810105864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810105865", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9085676, - 51.5110846 - ] - }, - "id": "node/4810105865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810105866", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.908235, - 51.5111114 - ] - }, - "id": "node/4810105866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810105867", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.907832, - 51.511124 - ] - }, - "id": "node/4810105867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810105868", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9077824, - 51.5111332 - ] - }, - "id": "node/4810105868" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810105869", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9077153, - 51.5111507 - ] - }, - "id": "node/4810105869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810105870", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.907659, - 51.5111469 - ] - }, - "id": "node/4810105870" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810105871", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9076375, - 51.5112166 - ] - }, - "id": "node/4810105871" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810105872", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9076087, - 51.5112888 - ] - }, - "id": "node/4810105872" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810105873", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9076261, - 51.5113735 - ] - }, - "id": "node/4810105873" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810105874", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9072339, - 51.5119319 - ] - }, - "id": "node/4810105874" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810105875", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9042687, - 51.5111062 - ] - }, - "id": "node/4810105875" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810105876", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9042013, - 51.5114175 - ] - }, - "id": "node/4810105876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810105877", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9041899, - 51.5114778 - ] - }, - "id": "node/4810105877" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810105878", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9041741, - 51.5115495 - ] - }, - "id": "node/4810105878" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810105879", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9041155, - 51.5118105 - ] - }, - "id": "node/4810105879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810105880", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9039619, - 51.5117679 - ] - }, - "id": "node/4810105880" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810105881", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9040236, - 51.5117742 - ] - }, - "id": "node/4810105881" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810270488", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8972943, - 51.5109468 - ] - }, - "id": "node/4810270488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810270489", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8973017, - 51.511001 - ] - }, - "id": "node/4810270489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810270490", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8973828, - 51.5109722 - ] - }, - "id": "node/4810270490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810270491", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8967967, - 51.5106918 - ] - }, - "id": "node/4810270491" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810270492", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8963495, - 51.5106042 - ] - }, - "id": "node/4810270492" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810270493", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8958915, - 51.5106459 - ] - }, - "id": "node/4810270493" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810270494", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.895931, - 51.5104673 - ] - }, - "id": "node/4810270494" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810270495", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960068, - 51.5104815 - ] - }, - "id": "node/4810270495" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810270496", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8965064, - 51.510585 - ] - }, - "id": "node/4810270496" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810270497", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962784, - 51.5105015 - ] - }, - "id": "node/4810270497" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810271675", - "genus": "Prunus", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000715, - 51.5112645 - ] - }, - "id": "node/4810271675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810271676", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9004336, - 51.5112437 - ] - }, - "id": "node/4810271676" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810271677", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9013925, - 51.5112157 - ] - }, - "id": "node/4810271677" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810271678", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9012812, - 51.5112211 - ] - }, - "id": "node/4810271678" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810271679", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9011773, - 51.5112286 - ] - }, - "id": "node/4810271679" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810271680", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9025241, - 51.5109755 - ] - }, - "id": "node/4810271680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810314829", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9051063, - 51.5087357 - ] - }, - "id": "node/4810314829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810314830", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9050245, - 51.5086898 - ] - }, - "id": "node/4810314830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810314863", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032567, - 51.5096683 - ] - }, - "id": "node/4810314863" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810314864", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9015207, - 51.5099206 - ] - }, - "id": "node/4810314864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810314865", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9018905, - 51.5100059 - ] - }, - "id": "node/4810314865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810314866", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9021607, - 51.5101353 - ] - }, - "id": "node/4810314866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810314867", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9033865, - 51.5107065 - ] - }, - "id": "node/4810314867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810314898", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9019584, - 51.5086648 - ] - }, - "id": "node/4810314898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810314899", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9020798, - 51.5086915 - ] - }, - "id": "node/4810314899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810314900", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8980692, - 51.5092683 - ] - }, - "id": "node/4810314900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810314901", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8981372, - 51.5092044 - ] - }, - "id": "node/4810314901" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810314902", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.898722, - 51.5091199 - ] - }, - "id": "node/4810314902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810314903", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8989979, - 51.5090814 - ] - }, - "id": "node/4810314903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810314904", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8992665, - 51.5090027 - ] - }, - "id": "node/4810314904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810314905", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996101, - 51.508872 - ] - }, - "id": "node/4810314905" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810314906", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006599, - 51.5086909 - ] - }, - "id": "node/4810314906" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810314908", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003175, - 51.5087072 - ] - }, - "id": "node/4810314908" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810341648", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975858, - 51.5098535 - ] - }, - "id": "node/4810341648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347030", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8981318, - 51.5115128 - ] - }, - "id": "node/4810347030" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347031", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8980105, - 51.5115078 - ] - }, - "id": "node/4810347031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347032", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8981191, - 51.5116042 - ] - }, - "id": "node/4810347032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347033", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8980044, - 51.5115967 - ] - }, - "id": "node/4810347033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347034", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8980762, - 51.5116998 - ] - }, - "id": "node/4810347034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347035", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8979662, - 51.5116806 - ] - }, - "id": "node/4810347035" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347036", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8979944, - 51.5117753 - ] - }, - "id": "node/4810347036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347037", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978804, - 51.5117542 - ] - }, - "id": "node/4810347037" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347038", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8979018, - 51.5118468 - ] - }, - "id": "node/4810347038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347039", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8977838, - 51.5118217 - ] - }, - "id": "node/4810347039" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347040", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978086, - 51.5119181 - ] - }, - "id": "node/4810347040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347041", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.897698, - 51.5118893 - ] - }, - "id": "node/4810347041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347042", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.897753, - 51.5119895 - ] - }, - "id": "node/4810347042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347043", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8976349, - 51.5119782 - ] - }, - "id": "node/4810347043" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347044", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975961, - 51.5120713 - ] - }, - "id": "node/4810347044" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347045", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.897764, - 51.5128798 - ] - }, - "id": "node/4810347045" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347046", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.897648, - 51.5128909 - ] - }, - "id": "node/4810347046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347047", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978053, - 51.5129714 - ] - }, - "id": "node/4810347047" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347048", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8976816, - 51.5129827 - ] - }, - "id": "node/4810347048" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347049", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978361, - 51.513058 - ] - }, - "id": "node/4810347049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347050", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8977171, - 51.5130699 - ] - }, - "id": "node/4810347050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347051", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.897871, - 51.5131553 - ] - }, - "id": "node/4810347051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347052", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8977396, - 51.5131555 - ] - }, - "id": "node/4810347052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347053", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978683, - 51.5132485 - ] - }, - "id": "node/4810347053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347054", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8977399, - 51.5132406 - ] - }, - "id": "node/4810347054" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347055", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978529, - 51.5133399 - ] - }, - "id": "node/4810347055" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347056", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8977332, - 51.5133353 - ] - }, - "id": "node/4810347056" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347057", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978391, - 51.5134299 - ] - }, - "id": "node/4810347057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347058", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8977211, - 51.5134219 - ] - }, - "id": "node/4810347058" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347059", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8974274, - 51.5134742 - ] - }, - "id": "node/4810347059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347060", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8981097, - 51.5135264 - ] - }, - "id": "node/4810347060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347061", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8979689, - 51.5135155 - ] - }, - "id": "node/4810347061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347062", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.897823, - 51.5135062 - ] - }, - "id": "node/4810347062" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810347063", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8977151, - 51.5135004 - ] - }, - "id": "node/4810347063" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483151", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997069, - 51.5071302 - ] - }, - "id": "node/4810483151" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483167", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006075, - 51.5071884 - ] - }, - "id": "node/4810483167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483168", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006715, - 51.5071865 - ] - }, - "id": "node/4810483168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483169", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006762, - 51.5072573 - ] - }, - "id": "node/4810483169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483170", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006688, - 51.5073339 - ] - }, - "id": "node/4810483170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483171", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9004968, - 51.5073209 - ] - }, - "id": "node/4810483171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483172", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003782, - 51.5073213 - ] - }, - "id": "node/4810483172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483173", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002008, - 51.5073823 - ] - }, - "id": "node/4810483173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483174", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001891, - 51.5073324 - ] - }, - "id": "node/4810483174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483175", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999916, - 51.507372 - ] - }, - "id": "node/4810483175" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483176", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8998595, - 51.507419 - ] - }, - "id": "node/4810483176" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483177", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994749, - 51.5074799 - ] - }, - "id": "node/4810483177" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483178", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8992503, - 51.507458 - ] - }, - "id": "node/4810483178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483179", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899089, - 51.5074127 - ] - }, - "id": "node/4810483179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483180", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8989264, - 51.507405 - ] - }, - "id": "node/4810483180" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483181", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8988983, - 51.5073188 - ] - }, - "id": "node/4810483181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483182", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8985533, - 51.5072032 - ] - }, - "id": "node/4810483182" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483183", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8983424, - 51.5071863 - ] - }, - "id": "node/4810483183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483184", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8982257, - 51.507237 - ] - }, - "id": "node/4810483184" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483185", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8979977, - 51.5071769 - ] - }, - "id": "node/4810483185" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483186", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978964, - 51.5071753 - ] - }, - "id": "node/4810483186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483187", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8976909, - 51.5072197 - ] - }, - "id": "node/4810483187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483188", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975266, - 51.5071667 - ] - }, - "id": "node/4810483188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483190", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8973556, - 51.5071565 - ] - }, - "id": "node/4810483190" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483191", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8972574, - 51.507155 - ] - }, - "id": "node/4810483191" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483192", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8971531, - 51.5071515 - ] - }, - "id": "node/4810483192" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483193", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8971609, - 51.507202 - ] - }, - "id": "node/4810483193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483194", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8965339, - 51.5071859 - ] - }, - "id": "node/4810483194" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483195", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8968853, - 51.5071957 - ] - }, - "id": "node/4810483195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483196", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8969801, - 51.5071444 - ] - }, - "id": "node/4810483196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483197", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8966475, - 51.5071369 - ] - }, - "id": "node/4810483197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483198", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8968658, - 51.5071404 - ] - }, - "id": "node/4810483198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810483199", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8967052, - 51.5071903 - ] - }, - "id": "node/4810483199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4820219405", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9491675, - 51.512368 - ] - }, - "id": "node/4820219405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4820219406", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9491769, - 51.5122098 - ] - }, - "id": "node/4820219406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4820219407", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9491843, - 51.5120296 - ] - }, - "id": "node/4820219407" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4820219408", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9491548, - 51.5125291 - ] - }, - "id": "node/4820219408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4820219409", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9493895, - 51.5126543 - ] - }, - "id": "node/4820219409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4820219410", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.949305, - 51.5126522 - ] - }, - "id": "node/4820219410" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4820219411", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9491789, - 51.5126464 - ] - }, - "id": "node/4820219411" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4820219412", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9495243, - 51.5127173 - ] - }, - "id": "node/4820219412" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4820219413", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9495162, - 51.5127703 - ] - }, - "id": "node/4820219413" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4820219414", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9494726, - 51.5129343 - ] - }, - "id": "node/4820219414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4820219415", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9494814, - 51.5128947 - ] - }, - "id": "node/4820219415" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4820219416", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9494981, - 51.5128504 - ] - }, - "id": "node/4820219416" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4820219417", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9495095, - 51.5128124 - ] - }, - "id": "node/4820219417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4820219418", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9496477, - 51.5126639 - ] - }, - "id": "node/4820219418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4820219419", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9496249, - 51.5129685 - ] - }, - "id": "node/4820219419" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4820219420", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9498153, - 51.5132427 - ] - }, - "id": "node/4820219420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4820223521", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9497435, - 51.5132206 - ] - }, - "id": "node/4820223521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4820223522", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9496993, - 51.5132039 - ] - }, - "id": "node/4820223522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4820223523", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9496503, - 51.5132005 - ] - }, - "id": "node/4820223523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4820223524", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9495886, - 51.5131997 - ] - }, - "id": "node/4820223524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450353", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277284, - 51.5215665 - ] - }, - "id": "node/4827450353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450354", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9280745, - 51.5216028 - ] - }, - "id": "node/4827450354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450355", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9283534, - 51.5215598 - ] - }, - "id": "node/4827450355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450356", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9279678, - 51.5218148 - ] - }, - "id": "node/4827450356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450357", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9279833, - 51.5218807 - ] - }, - "id": "node/4827450357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450358", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9280242, - 51.5219691 - ] - }, - "id": "node/4827450358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450360", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9258807, - 51.5283789 - ] - }, - "id": "node/4827450360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450361", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9260752, - 51.528441 - ] - }, - "id": "node/4827450361" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450362", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9260953, - 51.5283651 - ] - }, - "id": "node/4827450362" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450363", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9261221, - 51.5282003 - ] - }, - "id": "node/4827450363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450364", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9261121, - 51.5282971 - ] - }, - "id": "node/4827450364" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450365", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9261369, - 51.5281465 - ] - }, - "id": "node/4827450365" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450366", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9261563, - 51.5280635 - ] - }, - "id": "node/4827450366" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450367", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9261811, - 51.5279654 - ] - }, - "id": "node/4827450367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450368", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9262026, - 51.5278812 - ] - }, - "id": "node/4827450368" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450369", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9262368, - 51.5277794 - ] - }, - "id": "node/4827450369" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450370", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9262542, - 51.527703 - ] - }, - "id": "node/4827450370" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450371", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9262804, - 51.5276159 - ] - }, - "id": "node/4827450371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450372", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.926336, - 51.5274398 - ] - }, - "id": "node/4827450372" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450373", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9263582, - 51.5273505 - ] - }, - "id": "node/4827450373" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450374", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.926438, - 51.5270827 - ] - }, - "id": "node/4827450374" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450375", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9264655, - 51.526983 - ] - }, - "id": "node/4827450375" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450376", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9265412, - 51.5267018 - ] - }, - "id": "node/4827450376" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450377", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9266023, - 51.5264953 - ] - }, - "id": "node/4827450377" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450378", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9266311, - 51.5263756 - ] - }, - "id": "node/4827450378" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450379", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9266666, - 51.5262592 - ] - }, - "id": "node/4827450379" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450380", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9267008, - 51.526124 - ] - }, - "id": "node/4827450380" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450381", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9267344, - 51.5260039 - ] - }, - "id": "node/4827450381" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450382", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9267706, - 51.5258804 - ] - }, - "id": "node/4827450382" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450383", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9268765, - 51.5255187 - ] - }, - "id": "node/4827450383" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450384", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.92691, - 51.525411 - ] - }, - "id": "node/4827450384" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450385", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9270032, - 51.5246275 - ] - }, - "id": "node/4827450385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450386", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9271575, - 51.5246993 - ] - }, - "id": "node/4827450386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450387", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9272044, - 51.52457 - ] - }, - "id": "node/4827450387" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450388", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9270985, - 51.5243397 - ] - }, - "id": "node/4827450388" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450389", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9273358, - 51.5242153 - ] - }, - "id": "node/4827450389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450390", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9273821, - 51.524106 - ] - }, - "id": "node/4827450390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450391", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.927427, - 51.5239788 - ] - }, - "id": "node/4827450391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450392", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274726, - 51.5238561 - ] - }, - "id": "node/4827450392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450393", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275189, - 51.5237234 - ] - }, - "id": "node/4827450393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450394", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.927303, - 51.5237639 - ] - }, - "id": "node/4827450394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450395", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275551, - 51.5236183 - ] - }, - "id": "node/4827450395" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450396", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9273828, - 51.523524 - ] - }, - "id": "node/4827450396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450397", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276061, - 51.5234593 - ] - }, - "id": "node/4827450397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450398", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274686, - 51.5233029 - ] - }, - "id": "node/4827450398" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450399", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.927651, - 51.5233392 - ] - }, - "id": "node/4827450399" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450400", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.927702, - 51.5231873 - ] - }, - "id": "node/4827450400" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450401", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275524, - 51.5230594 - ] - }, - "id": "node/4827450401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450402", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277455, - 51.5230643 - ] - }, - "id": "node/4827450402" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450403", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277965, - 51.5229239 - ] - }, - "id": "node/4827450403" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450404", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276436, - 51.5227986 - ] - }, - "id": "node/4827450404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450405", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9278344, - 51.5228005 - ] - }, - "id": "node/4827450405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450406", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277217, - 51.5225743 - ] - }, - "id": "node/4827450406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450407", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9279806, - 51.5223174 - ] - }, - "id": "node/4827450407" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450408", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9279564, - 51.5223892 - ] - }, - "id": "node/4827450408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450409", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9280517, - 51.5224134 - ] - }, - "id": "node/4827450409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450410", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9279256, - 51.5225369 - ] - }, - "id": "node/4827450410" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450411", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277811, - 51.5224276 - ] - }, - "id": "node/4827450411" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450455", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9245714, - 51.5272548 - ] - }, - "id": "node/4827450455" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450458", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9247424, - 51.5268254 - ] - }, - "id": "node/4827450458" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450460", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9246822, - 51.5269766 - ] - }, - "id": "node/4827450460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450461", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9246391, - 51.5270849 - ] - }, - "id": "node/4827450461" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827532442", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9037524, - 51.5283387 - ] - }, - "id": "node/4827532442" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827532443", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9036947, - 51.5283228 - ] - }, - "id": "node/4827532443" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827532444", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.903393, - 51.5283195 - ] - }, - "id": "node/4827532444" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827532445", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9035095, - 51.5283488 - ] - }, - "id": "node/4827532445" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827532446", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9036682, - 51.5283887 - ] - }, - "id": "node/4827532446" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827532447", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9038805, - 51.5284421 - ] - }, - "id": "node/4827532447" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827532448", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9039737, - 51.5284655 - ] - }, - "id": "node/4827532448" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827532449", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904252, - 51.5285272 - ] - }, - "id": "node/4827532449" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827532450", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9043543, - 51.5285597 - ] - }, - "id": "node/4827532450" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827532451", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044756, - 51.5285982 - ] - }, - "id": "node/4827532451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827532452", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9045838, - 51.5286325 - ] - }, - "id": "node/4827532452" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827532453", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9047034, - 51.5286705 - ] - }, - "id": "node/4827532453" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827532454", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9048145, - 51.5287058 - ] - }, - "id": "node/4827532454" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827532455", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9050459, - 51.5287792 - ] - }, - "id": "node/4827532455" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827532456", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9051717, - 51.5288191 - ] - }, - "id": "node/4827532456" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827532457", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.905296, - 51.5288586 - ] - }, - "id": "node/4827532457" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827532458", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9054113, - 51.5288952 - ] - }, - "id": "node/4827532458" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827601402", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8986602, - 51.5303491 - ] - }, - "id": "node/4827601402" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827601404", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.897482, - 51.5288776 - ] - }, - "id": "node/4827601404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827601405", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8973955, - 51.5289502 - ] - }, - "id": "node/4827601405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827601406", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8973137, - 51.528926 - ] - }, - "id": "node/4827601406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827601407", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8972058, - 51.528903 - ] - }, - "id": "node/4827601407" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827601408", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8966572, - 51.5285929 - ] - }, - "id": "node/4827601408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827601409", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8967531, - 51.5284343 - ] - }, - "id": "node/4827601409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827601410", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8957466, - 51.5287405 - ] - }, - "id": "node/4827601410" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827601411", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8955522, - 51.5283173 - ] - }, - "id": "node/4827601411" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827601412", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.895817, - 51.5284095 - ] - }, - "id": "node/4827601412" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827601413", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8959297, - 51.528435 - ] - }, - "id": "node/4827601413" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827601414", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8959988, - 51.5284416 - ] - }, - "id": "node/4827601414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827601415", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.896216, - 51.5281626 - ] - }, - "id": "node/4827601415" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827601416", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8959894, - 51.5280937 - ] - }, - "id": "node/4827601416" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827601417", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.895642, - 51.5280072 - ] - }, - "id": "node/4827601417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827601418", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.895292, - 51.5281165 - ] - }, - "id": "node/4827601418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827601419", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8952156, - 51.5282082 - ] - }, - "id": "node/4827601419" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827601420", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8951116, - 51.527872 - ] - }, - "id": "node/4827601420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602721", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8951384, - 51.5278787 - ] - }, - "id": "node/4827602721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602722", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8950754, - 51.5277151 - ] - }, - "id": "node/4827602722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602723", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8951854, - 51.5277381 - ] - }, - "id": "node/4827602723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602724", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8956735, - 51.5278787 - ] - }, - "id": "node/4827602724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602725", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8958593, - 51.5279312 - ] - }, - "id": "node/4827602725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602726", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8959659, - 51.5279579 - ] - }, - "id": "node/4827602726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602727", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8986508, - 51.5280716 - ] - }, - "id": "node/4827602727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602728", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8985261, - 51.5280733 - ] - }, - "id": "node/4827602728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602729", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8987849, - 51.5285088 - ] - }, - "id": "node/4827602729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602730", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8986441, - 51.5284037 - ] - }, - "id": "node/4827602730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602731", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8987125, - 51.528216 - ] - }, - "id": "node/4827602731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602732", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8985703, - 51.528216 - ] - }, - "id": "node/4827602732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602733", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8985301, - 51.5280724 - ] - }, - "id": "node/4827602733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602734", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8992597, - 51.5278772 - ] - }, - "id": "node/4827602734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602735", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8989297, - 51.5281092 - ] - }, - "id": "node/4827602735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602736", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990102, - 51.5280466 - ] - }, - "id": "node/4827602736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602737", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8989204, - 51.5280199 - ] - }, - "id": "node/4827602737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602738", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8988292, - 51.5280174 - ] - }, - "id": "node/4827602738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602739", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8987621, - 51.527999 - ] - }, - "id": "node/4827602739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602740", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.898679, - 51.5279014 - ] - }, - "id": "node/4827602740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602741", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8982002, - 51.5279581 - ] - }, - "id": "node/4827602741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602742", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8981331, - 51.5279949 - ] - }, - "id": "node/4827602742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602743", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8983169, - 51.5278922 - ] - }, - "id": "node/4827602743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602744", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8983705, - 51.5278105 - ] - }, - "id": "node/4827602744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602745", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8979226, - 51.5278397 - ] - }, - "id": "node/4827602745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602746", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8981076, - 51.5277395 - ] - }, - "id": "node/4827602746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602747", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8977201, - 51.5279744 - ] - }, - "id": "node/4827602747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602748", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8976161, - 51.5280103 - ] - }, - "id": "node/4827602748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602749", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8972601, - 51.5282185 - ] - }, - "id": "node/4827602749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602750", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975605, - 51.528309 - ] - }, - "id": "node/4827602750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602751", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8981579, - 51.5281525 - ] - }, - "id": "node/4827602751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602752", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8979541, - 51.5281922 - ] - }, - "id": "node/4827602752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602753", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978595, - 51.5282777 - ] - }, - "id": "node/4827602753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602754", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978481, - 51.5284053 - ] - }, - "id": "node/4827602754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602755", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8979836, - 51.5284704 - ] - }, - "id": "node/4827602755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602756", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8980614, - 51.5284938 - ] - }, - "id": "node/4827602756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602757", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8980969, - 51.5285785 - ] - }, - "id": "node/4827602757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602758", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8971172, - 51.5283019 - ] - }, - "id": "node/4827602758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602759", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.896562, - 51.5281371 - ] - }, - "id": "node/4827602759" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602760", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8966874, - 51.5281646 - ] - }, - "id": "node/4827602760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602761", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8967665, - 51.5281893 - ] - }, - "id": "node/4827602761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602762", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.897012, - 51.5282693 - ] - }, - "id": "node/4827602762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602793", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997136, - 51.5272172 - ] - }, - "id": "node/4827602793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602794", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996512, - 51.5271025 - ] - }, - "id": "node/4827602794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602795", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996023, - 51.5271967 - ] - }, - "id": "node/4827602795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602796", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8993649, - 51.526426 - ] - }, - "id": "node/4827602796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602797", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994065, - 51.5263655 - ] - }, - "id": "node/4827602797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602798", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994494, - 51.5263117 - ] - }, - "id": "node/4827602798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602799", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995205, - 51.5262637 - ] - }, - "id": "node/4827602799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602800", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997235, - 51.5263321 - ] - }, - "id": "node/4827602800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602801", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999356, - 51.5263933 - ] - }, - "id": "node/4827602801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602802", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001508, - 51.5264469 - ] - }, - "id": "node/4827602802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602803", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005471, - 51.5266363 - ] - }, - "id": "node/4827602803" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602804", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005209, - 51.5266079 - ] - }, - "id": "node/4827602804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602807", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9018815, - 51.5273084 - ] - }, - "id": "node/4827602807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602808", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9018198, - 51.5273214 - ] - }, - "id": "node/4827602808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602809", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9017827, - 51.5273116 - ] - }, - "id": "node/4827602809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602810", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9017359, - 51.5272993 - ] - }, - "id": "node/4827602810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602811", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9017042, - 51.527291 - ] - }, - "id": "node/4827602811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602812", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9016676, - 51.5272813 - ] - }, - "id": "node/4827602812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602813", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9014919, - 51.5272029 - ] - }, - "id": "node/4827602813" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602814", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007677, - 51.5269445 - ] - }, - "id": "node/4827602814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602815", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001273, - 51.5270308 - ] - }, - "id": "node/4827602815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602816", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000808, - 51.5270165 - ] - }, - "id": "node/4827602816" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602817", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000391, - 51.5270037 - ] - }, - "id": "node/4827602817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602818", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999977, - 51.526991 - ] - }, - "id": "node/4827602818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602819", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999523, - 51.526977 - ] - }, - "id": "node/4827602819" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827602820", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995902, - 51.5270162 - ] - }, - "id": "node/4827602820" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603521", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997055, - 51.5270513 - ] - }, - "id": "node/4827603521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603522", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899782, - 51.526949 - ] - }, - "id": "node/4827603522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603523", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996599, - 51.5269144 - ] - }, - "id": "node/4827603523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603524", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8991845, - 51.5270796 - ] - }, - "id": "node/4827603524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603525", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8991195, - 51.5271868 - ] - }, - "id": "node/4827603525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603526", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990142, - 51.5273078 - ] - }, - "id": "node/4827603526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603527", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89898, - 51.5273508 - ] - }, - "id": "node/4827603527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603528", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8989532, - 51.5273604 - ] - }, - "id": "node/4827603528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603529", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8992476, - 51.527624 - ] - }, - "id": "node/4827603529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603530", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8992013, - 51.527614 - ] - }, - "id": "node/4827603530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603531", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899149, - 51.5276003 - ] - }, - "id": "node/4827603531" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603532", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990819, - 51.5275748 - ] - }, - "id": "node/4827603532" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603533", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990471, - 51.5275673 - ] - }, - "id": "node/4827603533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603534", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8989217, - 51.527531 - ] - }, - "id": "node/4827603534" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603535", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8989029, - 51.527433 - ] - }, - "id": "node/4827603535" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603536", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997323, - 51.5275245 - ] - }, - "id": "node/4827603536" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603537", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997677, - 51.5274764 - ] - }, - "id": "node/4827603537" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603538", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8998, - 51.5274327 - ] - }, - "id": "node/4827603538" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603539", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000015, - 51.5274903 - ] - }, - "id": "node/4827603539" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603540", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8998927, - 51.5274592 - ] - }, - "id": "node/4827603540" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603541", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8998605, - 51.5275029 - ] - }, - "id": "node/4827603541" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603542", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999693, - 51.527534 - ] - }, - "id": "node/4827603542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603543", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002051, - 51.5273712 - ] - }, - "id": "node/4827603543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603544", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001709, - 51.5274142 - ] - }, - "id": "node/4827603544" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603545", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003747, - 51.5274163 - ] - }, - "id": "node/4827603545" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603546", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8998497, - 51.5281055 - ] - }, - "id": "node/4827603546" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603547", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000368, - 51.5278531 - ] - }, - "id": "node/4827603547" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603548", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002494, - 51.5275665 - ] - }, - "id": "node/4827603548" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603549", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999218, - 51.5277476 - ] - }, - "id": "node/4827603549" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603550", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8998782, - 51.5278127 - ] - }, - "id": "node/4827603550" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603551", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8998135, - 51.5278966 - ] - }, - "id": "node/4827603551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603552", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994953, - 51.528309 - ] - }, - "id": "node/4827603552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603553", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994038, - 51.5284312 - ] - }, - "id": "node/4827603553" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603554", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8992955, - 51.5285756 - ] - }, - "id": "node/4827603554" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603564", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9024672, - 51.5299708 - ] - }, - "id": "node/4827603564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603565", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9021747, - 51.529887 - ] - }, - "id": "node/4827603565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603566", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9017846, - 51.5297752 - ] - }, - "id": "node/4827603566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603568", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9004881, - 51.5293997 - ] - }, - "id": "node/4827603568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603569", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002972, - 51.5293439 - ] - }, - "id": "node/4827603569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603570", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001098, - 51.5292892 - ] - }, - "id": "node/4827603570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603571", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000354, - 51.5291377 - ] - }, - "id": "node/4827603571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603572", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999141, - 51.529232 - ] - }, - "id": "node/4827603572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603573", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997239, - 51.5291764 - ] - }, - "id": "node/4827603573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603574", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995332, - 51.5291206 - ] - }, - "id": "node/4827603574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603575", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8993025, - 51.5290664 - ] - }, - "id": "node/4827603575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603576", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8988975, - 51.5288165 - ] - }, - "id": "node/4827603576" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603577", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8989639, - 51.528832 - ] - }, - "id": "node/4827603577" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603578", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8991523, - 51.5287765 - ] - }, - "id": "node/4827603578" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603579", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8991932, - 51.5287293 - ] - }, - "id": "node/4827603579" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603580", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899562, - 51.5285233 - ] - }, - "id": "node/4827603580" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603581", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9009078, - 51.5293077 - ] - }, - "id": "node/4827603581" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603582", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9009541, - 51.5293953 - ] - }, - "id": "node/4827603582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603583", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9011512, - 51.5294512 - ] - }, - "id": "node/4827603583" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603584", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9011284, - 51.5293941 - ] - }, - "id": "node/4827603584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603585", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9012116, - 51.5294083 - ] - }, - "id": "node/4827603585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603586", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9013531, - 51.5294521 - ] - }, - "id": "node/4827603586" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603587", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9013497, - 51.5295096 - ] - }, - "id": "node/4827603587" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603588", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9015462, - 51.5295655 - ] - }, - "id": "node/4827603588" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603589", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9017742, - 51.5296531 - ] - }, - "id": "node/4827603589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603590", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9020263, - 51.5295993 - ] - }, - "id": "node/4827603590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603591", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9020833, - 51.5293778 - ] - }, - "id": "node/4827603591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603592", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9022221, - 51.5291776 - ] - }, - "id": "node/4827603592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603593", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9022771, - 51.5290971 - ] - }, - "id": "node/4827603593" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603594", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9023495, - 51.5290111 - ] - }, - "id": "node/4827603594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603595", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9025071, - 51.5289531 - ] - }, - "id": "node/4827603595" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603596", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9024722, - 51.5289986 - ] - }, - "id": "node/4827603596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603597", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9024883, - 51.5288393 - ] - }, - "id": "node/4827603597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603598", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9026023, - 51.5285927 - ] - }, - "id": "node/4827603598" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603599", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9023965, - 51.528516 - ] - }, - "id": "node/4827603599" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603600", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9019968, - 51.5285794 - ] - }, - "id": "node/4827603600" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603601", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9021376, - 51.5284913 - ] - }, - "id": "node/4827603601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603602", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9020733, - 51.5284918 - ] - }, - "id": "node/4827603602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603603", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9019432, - 51.5286461 - ] - }, - "id": "node/4827603603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603604", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9018714, - 51.5289469 - ] - }, - "id": "node/4827603604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603605", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9019398, - 51.5288468 - ] - }, - "id": "node/4827603605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603606", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9010815, - 51.5290893 - ] - }, - "id": "node/4827603606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603607", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9010795, - 51.5291582 - ] - }, - "id": "node/4827603607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603608", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9009474, - 51.5293042 - ] - }, - "id": "node/4827603608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603609", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900818, - 51.5293246 - ] - }, - "id": "node/4827603609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603610", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006591, - 51.5292837 - ] - }, - "id": "node/4827603610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603611", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006176, - 51.5292727 - ] - }, - "id": "node/4827603611" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603612", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005685, - 51.5292595 - ] - }, - "id": "node/4827603612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603613", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003989, - 51.5292053 - ] - }, - "id": "node/4827603613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603614", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003808, - 51.529091 - ] - }, - "id": "node/4827603614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603615", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003385, - 51.5291966 - ] - }, - "id": "node/4827603615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603616", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002554, - 51.529159 - ] - }, - "id": "node/4827603616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603617", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9004499, - 51.5289742 - ] - }, - "id": "node/4827603617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603618", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9004988, - 51.5287817 - ] - }, - "id": "node/4827603618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603619", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001971, - 51.528654 - ] - }, - "id": "node/4827603619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827603620", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001274, - 51.5286343 - ] - }, - "id": "node/4827603620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604021", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000442, - 51.5286107 - ] - }, - "id": "node/4827604021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604022", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8998305, - 51.5285501 - ] - }, - "id": "node/4827604022" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604023", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997499, - 51.5285272 - ] - }, - "id": "node/4827604023" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604024", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899672, - 51.5285051 - ] - }, - "id": "node/4827604024" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604025", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005779, - 51.528212 - ] - }, - "id": "node/4827604025" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604026", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9008287, - 51.5279457 - ] - }, - "id": "node/4827604026" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604027", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006953, - 51.5278835 - ] - }, - "id": "node/4827604027" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604028", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007871, - 51.5278723 - ] - }, - "id": "node/4827604028" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604029", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006993, - 51.5279999 - ] - }, - "id": "node/4827604029" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604030", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006255, - 51.5279813 - ] - }, - "id": "node/4827604030" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604031", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9009259, - 51.5281662 - ] - }, - "id": "node/4827604031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604032", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9009689, - 51.5281649 - ] - }, - "id": "node/4827604032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604033", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007181, - 51.528103 - ] - }, - "id": "node/4827604033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604034", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.901162, - 51.527599 - ] - }, - "id": "node/4827604034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604035", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9013437, - 51.5276639 - ] - }, - "id": "node/4827604035" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604036", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9021966, - 51.5281712 - ] - }, - "id": "node/4827604036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604037", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9013564, - 51.5279816 - ] - }, - "id": "node/4827604037" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604038", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9011975, - 51.5279407 - ] - }, - "id": "node/4827604038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604039", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9011559, - 51.527906 - ] - }, - "id": "node/4827604039" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604040", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9010352, - 51.5279123 - ] - }, - "id": "node/4827604040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604041", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9012243, - 51.528105 - ] - }, - "id": "node/4827604041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604042", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9016213, - 51.5281881 - ] - }, - "id": "node/4827604042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604043", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9015006, - 51.5283541 - ] - }, - "id": "node/4827604043" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604044", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9015321, - 51.5284321 - ] - }, - "id": "node/4827604044" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604045", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9019405, - 51.5284588 - ] - }, - "id": "node/4827604045" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604046", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9016106, - 51.5287971 - ] - }, - "id": "node/4827604046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604047", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9014885, - 51.5287633 - ] - }, - "id": "node/4827604047" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604048", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9013638, - 51.5287216 - ] - }, - "id": "node/4827604048" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604049", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9012854, - 51.5285664 - ] - }, - "id": "node/4827604049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604050", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005806, - 51.5284409 - ] - }, - "id": "node/4827604050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604051", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002675, - 51.5284759 - ] - }, - "id": "node/4827604051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604052", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000743, - 51.5284192 - ] - }, - "id": "node/4827604052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604053", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001662, - 51.5283224 - ] - }, - "id": "node/4827604053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604054", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003734, - 51.5283875 - ] - }, - "id": "node/4827604054" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604055", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996324, - 51.5281601 - ] - }, - "id": "node/4827604055" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604056", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996747, - 51.528108 - ] - }, - "id": "node/4827604056" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604057", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999805, - 51.5282711 - ] - }, - "id": "node/4827604057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604058", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999174, - 51.5281826 - ] - }, - "id": "node/4827604058" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604059", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900069, - 51.5279745 - ] - }, - "id": "node/4827604059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604060", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001045, - 51.5279219 - ] - }, - "id": "node/4827604060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604061", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001977, - 51.5277984 - ] - }, - "id": "node/4827604061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604062", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9004934, - 51.5274384 - ] - }, - "id": "node/4827604062" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604063", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005813, - 51.5272281 - ] - }, - "id": "node/4827604063" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604064", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005551, - 51.5272019 - ] - }, - "id": "node/4827604064" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604065", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006061, - 51.5273041 - ] - }, - "id": "node/4827604065" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604066", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007804, - 51.5273671 - ] - }, - "id": "node/4827604066" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604067", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9011526, - 51.527473 - ] - }, - "id": "node/4827604067" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604068", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9015294, - 51.5275832 - ] - }, - "id": "node/4827604068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604069", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9018915, - 51.5276891 - ] - }, - "id": "node/4827604069" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604070", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9020753, - 51.5277454 - ] - }, - "id": "node/4827604070" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604071", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.902251, - 51.5277947 - ] - }, - "id": "node/4827604071" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604072", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.90243, - 51.5278406 - ] - }, - "id": "node/4827604072" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604073", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9026519, - 51.5274876 - ] - }, - "id": "node/4827604073" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604074", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9026519, - 51.5275502 - ] - }, - "id": "node/4827604074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604075", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9025775, - 51.5276516 - ] - }, - "id": "node/4827604075" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604077", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9028819, - 51.5275577 - ] - }, - "id": "node/4827604077" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604078", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9027364, - 51.5275143 - ] - }, - "id": "node/4827604078" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604079", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9028122, - 51.5275373 - ] - }, - "id": "node/4827604079" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604083", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.90267, - 51.527833 - ] - }, - "id": "node/4827604083" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604084", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9025252, - 51.5277892 - ] - }, - "id": "node/4827604084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604085", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9026231, - 51.527894 - ] - }, - "id": "node/4827604085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604086", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9027914, - 51.5279444 - ] - }, - "id": "node/4827604086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604087", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9031005, - 51.5280329 - ] - }, - "id": "node/4827604087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604088", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9027378, - 51.5280662 - ] - }, - "id": "node/4827604088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604095", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9017413, - 51.5258362 - ] - }, - "id": "node/4827604095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604096", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.903757, - 51.5264173 - ] - }, - "id": "node/4827604096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604097", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9036886, - 51.5263952 - ] - }, - "id": "node/4827604097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604098", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9034868, - 51.5263406 - ] - }, - "id": "node/4827604098" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604099", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.903356, - 51.526293 - ] - }, - "id": "node/4827604099" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604100", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9033171, - 51.5262246 - ] - }, - "id": "node/4827604100" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604101", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032507, - 51.5262367 - ] - }, - "id": "node/4827604101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604102", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9031186, - 51.5262538 - ] - }, - "id": "node/4827604102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604103", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9030979, - 51.526177 - ] - }, - "id": "node/4827604103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604104", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9029892, - 51.5262183 - ] - }, - "id": "node/4827604104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604105", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9029651, - 51.5261829 - ] - }, - "id": "node/4827604105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604106", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9027371, - 51.5262676 - ] - }, - "id": "node/4827604106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604107", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9024494, - 51.5262188 - ] - }, - "id": "node/4827604107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604108", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9023381, - 51.5261725 - ] - }, - "id": "node/4827604108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604109", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9016059, - 51.5257532 - ] - }, - "id": "node/4827604109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604110", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9017695, - 51.5257219 - ] - }, - "id": "node/4827604110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604111", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9019257, - 51.5257811 - ] - }, - "id": "node/4827604111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604112", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9020203, - 51.5258062 - ] - }, - "id": "node/4827604112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604113", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9018828, - 51.5258829 - ] - }, - "id": "node/4827604113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604114", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9019988, - 51.5259213 - ] - }, - "id": "node/4827604114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604115", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9021061, - 51.5258546 - ] - }, - "id": "node/4827604115" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604116", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9022268, - 51.5258863 - ] - }, - "id": "node/4827604116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604117", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9022396, - 51.525958 - ] - }, - "id": "node/4827604117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604118", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.902481, - 51.5260523 - ] - }, - "id": "node/4827604118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604119", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9023589, - 51.5260089 - ] - }, - "id": "node/4827604119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604120", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9029416, - 51.5262797 - ] - }, - "id": "node/4827604120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604221", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032031, - 51.5263539 - ] - }, - "id": "node/4827604221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604222", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9030704, - 51.526316 - ] - }, - "id": "node/4827604222" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604223", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9035981, - 51.526467 - ] - }, - "id": "node/4827604223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604224", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9034653, - 51.5264299 - ] - }, - "id": "node/4827604224" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604225", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9033339, - 51.5263898 - ] - }, - "id": "node/4827604225" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604226", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9023542, - 51.5268462 - ] - }, - "id": "node/4827604226" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604227", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9024789, - 51.5267899 - ] - }, - "id": "node/4827604227" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604228", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9027016, - 51.52685 - ] - }, - "id": "node/4827604228" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604229", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9026486, - 51.5268324 - ] - }, - "id": "node/4827604229" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604230", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9026513, - 51.5271996 - ] - }, - "id": "node/4827604230" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604231", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9026875, - 51.5271574 - ] - }, - "id": "node/4827604231" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604232", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.902725, - 51.527117 - ] - }, - "id": "node/4827604232" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604233", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9027264, - 51.5269851 - ] - }, - "id": "node/4827604233" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604234", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9027498, - 51.5269376 - ] - }, - "id": "node/4827604234" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604235", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9028819, - 51.526928 - ] - }, - "id": "node/4827604235" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604236", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9028015, - 51.5269034 - ] - }, - "id": "node/4827604236" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604237", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9028089, - 51.527011 - ] - }, - "id": "node/4827604237" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604238", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9031482, - 51.5274315 - ] - }, - "id": "node/4827604238" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604239", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032279, - 51.5273431 - ] - }, - "id": "node/4827604239" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604240", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032903, - 51.5272596 - ] - }, - "id": "node/4827604240" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604241", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9033466, - 51.5271975 - ] - }, - "id": "node/4827604241" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604242", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9033869, - 51.5271428 - ] - }, - "id": "node/4827604242" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604243", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9034807, - 51.5270285 - ] - }, - "id": "node/4827604243" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604244", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.903519, - 51.5269426 - ] - }, - "id": "node/4827604244" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604245", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9036544, - 51.5267878 - ] - }, - "id": "node/4827604245" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604246", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.90359, - 51.5268395 - ] - }, - "id": "node/4827604246" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604247", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9037047, - 51.5267077 - ] - }, - "id": "node/4827604247" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604248", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9038355, - 51.5267206 - ] - }, - "id": "node/4827604248" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604249", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9039461, - 51.5266022 - ] - }, - "id": "node/4827604249" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604250", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9040212, - 51.5264995 - ] - }, - "id": "node/4827604250" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604251", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9041553, - 51.5265563 - ] - }, - "id": "node/4827604251" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604252", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904337, - 51.5266009 - ] - }, - "id": "node/4827604252" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604253", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.90404, - 51.5267611 - ] - }, - "id": "node/4827604253" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604254", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9041614, - 51.5268074 - ] - }, - "id": "node/4827604254" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604255", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9045496, - 51.5269718 - ] - }, - "id": "node/4827604255" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604256", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9040286, - 51.5276831 - ] - }, - "id": "node/4827604256" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604257", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9040849, - 51.527603 - ] - }, - "id": "node/4827604257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604258", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9042304, - 51.5274165 - ] - }, - "id": "node/4827604258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604259", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9043806, - 51.5272046 - ] - }, - "id": "node/4827604259" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604260", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044879, - 51.5270656 - ] - }, - "id": "node/4827604260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604261", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9043471, - 51.5268771 - ] - }, - "id": "node/4827604261" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604262", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904496, - 51.5269067 - ] - }, - "id": "node/4827604262" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604263", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9046079, - 51.5268483 - ] - }, - "id": "node/4827604263" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604264", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044048, - 51.5267302 - ] - }, - "id": "node/4827604264" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604265", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9045731, - 51.5266935 - ] - }, - "id": "node/4827604265" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604266", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904683, - 51.5267382 - ] - }, - "id": "node/4827604266" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604267", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9047635, - 51.526764 - ] - }, - "id": "node/4827604267" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604268", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9048333, - 51.5268783 - ] - }, - "id": "node/4827604268" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604269", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9048574, - 51.5267982 - ] - }, - "id": "node/4827604269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604270", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9054676, - 51.5270193 - ] - }, - "id": "node/4827604270" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604271", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9050451, - 51.5268675 - ] - }, - "id": "node/4827604271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604272", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9051015, - 51.5268908 - ] - }, - "id": "node/4827604272" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604273", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9051839, - 51.5269167 - ] - }, - "id": "node/4827604273" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604274", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.905247, - 51.526938 - ] - }, - "id": "node/4827604274" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604275", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9053201, - 51.5269655 - ] - }, - "id": "node/4827604275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604276", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9056694, - 51.5271061 - ] - }, - "id": "node/4827604276" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604277", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9058035, - 51.5271236 - ] - }, - "id": "node/4827604277" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604278", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9059256, - 51.5271791 - ] - }, - "id": "node/4827604278" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604279", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9059296, - 51.5273226 - ] - }, - "id": "node/4827604279" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604280", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9058223, - 51.5272726 - ] - }, - "id": "node/4827604280" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604281", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9057573, - 51.5272225 - ] - }, - "id": "node/4827604281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604282", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9056688, - 51.5272342 - ] - }, - "id": "node/4827604282" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604283", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9054984, - 51.5271399 - ] - }, - "id": "node/4827604283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827604284", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9052939, - 51.5271583 - ] - }, - "id": "node/4827604284" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641045", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932539, - 51.5273176 - ] - }, - "id": "node/4827641045" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641046", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8931566, - 51.5273075 - ] - }, - "id": "node/4827641046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641047", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8930158, - 51.5274773 - ] - }, - "id": "node/4827641047" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641048", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8930118, - 51.5276221 - ] - }, - "id": "node/4827641048" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641049", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8928408, - 51.5277084 - ] - }, - "id": "node/4827641049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641050", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8928408, - 51.5278795 - ] - }, - "id": "node/4827641050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641051", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926557, - 51.5279454 - ] - }, - "id": "node/4827641051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641052", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935435, - 51.5283811 - ] - }, - "id": "node/4827641052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641053", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935006, - 51.5281342 - ] - }, - "id": "node/4827641053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641054", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934718, - 51.528125 - ] - }, - "id": "node/4827641054" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641055", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935496, - 51.5281467 - ] - }, - "id": "node/4827641055" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641056", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8936777, - 51.5281834 - ] - }, - "id": "node/4827641056" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641057", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8937199, - 51.5282389 - ] - }, - "id": "node/4827641057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641058", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8942242, - 51.5283745 - ] - }, - "id": "node/4827641058" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641059", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8942114, - 51.5283307 - ] - }, - "id": "node/4827641059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641060", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8938862, - 51.5282431 - ] - }, - "id": "node/4827641060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641061", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8939781, - 51.5282564 - ] - }, - "id": "node/4827641061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641062", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8940552, - 51.5282773 - ] - }, - "id": "node/4827641062" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641063", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8940438, - 51.5281446 - ] - }, - "id": "node/4827641063" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641064", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8941028, - 51.5281096 - ] - }, - "id": "node/4827641064" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641065", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8940538, - 51.5280303 - ] - }, - "id": "node/4827641065" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641066", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935543, - 51.5276515 - ] - }, - "id": "node/4827641066" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641067", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8938084, - 51.5276949 - ] - }, - "id": "node/4827641067" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641068", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8936716, - 51.5276815 - ] - }, - "id": "node/4827641068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641069", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8941128, - 51.5275964 - ] - }, - "id": "node/4827641069" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641070", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8940585, - 51.5275793 - ] - }, - "id": "node/4827641070" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641071", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8940149, - 51.5275384 - ] - }, - "id": "node/4827641071" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641072", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8940076, - 51.5276578 - ] - }, - "id": "node/4827641072" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641073", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8940351, - 51.527752 - ] - }, - "id": "node/4827641073" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641074", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8939539, - 51.5277253 - ] - }, - "id": "node/4827641074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641075", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8940042, - 51.5276532 - ] - }, - "id": "node/4827641075" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641076", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8943207, - 51.5278705 - ] - }, - "id": "node/4827641076" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641077", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8942496, - 51.5278501 - ] - }, - "id": "node/4827641077" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641078", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8946272, - 51.5279185 - ] - }, - "id": "node/4827641078" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641079", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8947338, - 51.5277996 - ] - }, - "id": "node/4827641079" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641080", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8943509, - 51.5281154 - ] - }, - "id": "node/4827641080" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641081", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8945246, - 51.5280449 - ] - }, - "id": "node/4827641081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641083", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8943744, - 51.528304 - ] - }, - "id": "node/4827641083" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641084", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8943462, - 51.5282869 - ] - }, - "id": "node/4827641084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641085", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8941766, - 51.5284804 - ] - }, - "id": "node/4827641085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641091", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8936193, - 51.529252 - ] - }, - "id": "node/4827641091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641092", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8939928, - 51.5287568 - ] - }, - "id": "node/4827641092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641093", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8939767, - 51.5286738 - ] - }, - "id": "node/4827641093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641094", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.893156, - 51.5287405 - ] - }, - "id": "node/4827641094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641095", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934658, - 51.5287985 - ] - }, - "id": "node/4827641095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641096", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8930728, - 51.5285778 - ] - }, - "id": "node/4827641096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641097", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932934, - 51.5286387 - ] - }, - "id": "node/4827641097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641098", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934269, - 51.5286671 - ] - }, - "id": "node/4827641098" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641099", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8987081, - 51.5276457 - ] - }, - "id": "node/4827641099" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641100", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89822, - 51.5275051 - ] - }, - "id": "node/4827641100" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641101", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8981469, - 51.5274796 - ] - }, - "id": "node/4827641101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641102", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8980785, - 51.5274588 - ] - }, - "id": "node/4827641102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641103", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8979249, - 51.5274246 - ] - }, - "id": "node/4827641103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641104", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978217, - 51.5274279 - ] - }, - "id": "node/4827641104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641105", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8977311, - 51.5273774 - ] - }, - "id": "node/4827641105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641106", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8976936, - 51.5274079 - ] - }, - "id": "node/4827641106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641107", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975441, - 51.5275818 - ] - }, - "id": "node/4827641107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641108", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975984, - 51.5275009 - ] - }, - "id": "node/4827641108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641109", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975266, - 51.5276878 - ] - }, - "id": "node/4827641109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827641110", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8974234, - 51.5276636 - ] - }, - "id": "node/4827641110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647081", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8986934, - 51.529342 - ] - }, - "id": "node/4827647081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647082", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8988859, - 51.5290807 - ] - }, - "id": "node/4827647082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647083", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997344, - 51.5305197 - ] - }, - "id": "node/4827647083" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647084", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996379, - 51.5305502 - ] - }, - "id": "node/4827647084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647085", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996432, - 51.5306461 - ] - }, - "id": "node/4827647085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647086", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995494, - 51.5306678 - ] - }, - "id": "node/4827647086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647087", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994494, - 51.5306132 - ] - }, - "id": "node/4827647087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647088", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994387, - 51.5307913 - ] - }, - "id": "node/4827647088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647089", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8991671, - 51.5307154 - ] - }, - "id": "node/4827647089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647090", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899371, - 51.5307199 - ] - }, - "id": "node/4827647090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647091", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995178, - 51.5307633 - ] - }, - "id": "node/4827647091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647092", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8989184, - 51.5307425 - ] - }, - "id": "node/4827647092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647093", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8987369, - 51.5306902 - ] - }, - "id": "node/4827647093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647094", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8983685, - 51.530584 - ] - }, - "id": "node/4827647094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647095", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8985519, - 51.5306368 - ] - }, - "id": "node/4827647095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647096", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8985831, - 51.5305961 - ] - }, - "id": "node/4827647096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647097", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8987615, - 51.5306494 - ] - }, - "id": "node/4827647097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647098", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990311, - 51.5305841 - ] - }, - "id": "node/4827647098" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647099", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990283, - 51.5306374 - ] - }, - "id": "node/4827647099" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647100", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.898913, - 51.5306035 - ] - }, - "id": "node/4827647100" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647101", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8987318, - 51.5305503 - ] - }, - "id": "node/4827647101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647102", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.898546, - 51.5304958 - ] - }, - "id": "node/4827647102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647103", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8983632, - 51.5304421 - ] - }, - "id": "node/4827647103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647104", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8982505, - 51.5304021 - ] - }, - "id": "node/4827647104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647105", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8984134, - 51.5304083 - ] - }, - "id": "node/4827647105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647106", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8985997, - 51.5304613 - ] - }, - "id": "node/4827647106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827647107", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8987829, - 51.5305135 - ] - }, - "id": "node/4827647107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657668", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8907933, - 51.5264768 - ] - }, - "id": "node/4827657668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657669", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8909496, - 51.5265206 - ] - }, - "id": "node/4827657669" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657670", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8911179, - 51.5265694 - ] - }, - "id": "node/4827657670" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657676", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8947251, - 51.5276033 - ] - }, - "id": "node/4827657676" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657677", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8948062, - 51.5276391 - ] - }, - "id": "node/4827657677" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657678", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8944568, - 51.5274664 - ] - }, - "id": "node/4827657678" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657679", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8943811, - 51.5274435 - ] - }, - "id": "node/4827657679" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657680", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8941906, - 51.5273863 - ] - }, - "id": "node/4827657680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657681", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8940921, - 51.5273492 - ] - }, - "id": "node/4827657681" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657682", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89373, - 51.5273275 - ] - }, - "id": "node/4827657682" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657683", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935231, - 51.5272654 - ] - }, - "id": "node/4827657683" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657684", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89343, - 51.5272374 - ] - }, - "id": "node/4827657684" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657685", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8924467, - 51.5269422 - ] - }, - "id": "node/4827657685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657686", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8923125, - 51.5269019 - ] - }, - "id": "node/4827657686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657687", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8922266, - 51.5268761 - ] - }, - "id": "node/4827657687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657688", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8943187, - 51.5265449 - ] - }, - "id": "node/4827657688" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657689", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8938513, - 51.5263148 - ] - }, - "id": "node/4827657689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657690", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8940404, - 51.5264616 - ] - }, - "id": "node/4827657690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657691", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.893795, - 51.5265009 - ] - }, - "id": "node/4827657691" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657692", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932827, - 51.5266673 - ] - }, - "id": "node/4827657692" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657693", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8936622, - 51.5266677 - ] - }, - "id": "node/4827657693" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657694", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935777, - 51.526707 - ] - }, - "id": "node/4827657694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657695", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8936287, - 51.5267762 - ] - }, - "id": "node/4827657695" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657696", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934805, - 51.5267816 - ] - }, - "id": "node/4827657696" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657697", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8931996, - 51.5268275 - ] - }, - "id": "node/4827657697" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657698", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8930795, - 51.5268167 - ] - }, - "id": "node/4827657698" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657699", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8930393, - 51.5266665 - ] - }, - "id": "node/4827657699" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657700", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8931359, - 51.5266302 - ] - }, - "id": "node/4827657700" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657701", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935429, - 51.5265693 - ] - }, - "id": "node/4827657701" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657702", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8933712, - 51.5265447 - ] - }, - "id": "node/4827657702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657703", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934416, - 51.5264942 - ] - }, - "id": "node/4827657703" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657704", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.893628, - 51.5264783 - ] - }, - "id": "node/4827657704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657705", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8935764, - 51.5264016 - ] - }, - "id": "node/4827657705" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657706", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934644, - 51.526374 - ] - }, - "id": "node/4827657706" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657707", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934249, - 51.5263736 - ] - }, - "id": "node/4827657707" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657708", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8933397, - 51.5264145 - ] - }, - "id": "node/4827657708" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657709", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932284, - 51.5263786 - ] - }, - "id": "node/4827657709" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657710", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8927013, - 51.5264571 - ] - }, - "id": "node/4827657710" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657711", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8927845, - 51.5263073 - ] - }, - "id": "node/4827657711" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657712", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8928616, - 51.5262243 - ] - }, - "id": "node/4827657712" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657713", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8929957, - 51.5259969 - ] - }, - "id": "node/4827657713" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657714", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.893097, - 51.5258488 - ] - }, - "id": "node/4827657714" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657715", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932874, - 51.5259118 - ] - }, - "id": "node/4827657715" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657716", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8937052, - 51.5260103 - ] - }, - "id": "node/4827657716" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657717", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934014, - 51.5259256 - ] - }, - "id": "node/4827657717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657718", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8939781, - 51.5260958 - ] - }, - "id": "node/4827657718" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657719", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8938748, - 51.5260737 - ] - }, - "id": "node/4827657719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827657720", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8945051, - 51.5260424 - ] - }, - "id": "node/4827657720" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827658221", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8945521, - 51.5260015 - ] - }, - "id": "node/4827658221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827658222", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8948833, - 51.525883 - ] - }, - "id": "node/4827658222" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827658223", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8948619, - 51.5258438 - ] - }, - "id": "node/4827658223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827658224", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8946808, - 51.5259402 - ] - }, - "id": "node/4827658224" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827658225", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8943998, - 51.5260791 - ] - }, - "id": "node/4827658225" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827658226", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8941276, - 51.5259331 - ] - }, - "id": "node/4827658226" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827658227", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8938634, - 51.525913 - ] - }, - "id": "node/4827658227" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827658228", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8938158, - 51.5258847 - ] - }, - "id": "node/4827658228" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827658229", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8930899, - 51.5256742 - ] - }, - "id": "node/4827658229" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827658230", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926565, - 51.5255485 - ] - }, - "id": "node/4827658230" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827658231", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8922807, - 51.5254395 - ] - }, - "id": "node/4827658231" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827658232", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8921931, - 51.5254141 - ] - }, - "id": "node/4827658232" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827658234", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8930976, - 51.5233383 - ] - }, - "id": "node/4827658234" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827658235", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.893044, - 51.5234096 - ] - }, - "id": "node/4827658235" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827658236", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8920435, - 51.5247401 - ] - }, - "id": "node/4827658236" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827658237", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8921756, - 51.5245644 - ] - }, - "id": "node/4827658237" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827658238", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8923544, - 51.5243266 - ] - }, - "id": "node/4827658238" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375529", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9177192, - 51.5251129 - ] - }, - "id": "node/4829375529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375530", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175267, - 51.5245094 - ] - }, - "id": "node/4829375530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375531", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175495, - 51.5245883 - ] - }, - "id": "node/4829375531" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375532", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9174758, - 51.5246204 - ] - }, - "id": "node/4829375532" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375533", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175951, - 51.5246288 - ] - }, - "id": "node/4829375533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375534", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175193, - 51.5246621 - ] - }, - "id": "node/4829375534" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375535", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9177031, - 51.5247923 - ] - }, - "id": "node/4829375535" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375536", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9176561, - 51.5247794 - ] - }, - "id": "node/4829375536" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375537", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175958, - 51.5247251 - ] - }, - "id": "node/4829375537" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375538", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175643, - 51.5246934 - ] - }, - "id": "node/4829375538" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375539", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9174074, - 51.5245699 - ] - }, - "id": "node/4829375539" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375540", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9167489, - 51.5244706 - ] - }, - "id": "node/4829375540" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375541", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9169923, - 51.5244957 - ] - }, - "id": "node/4829375541" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375542", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.917058, - 51.5244998 - ] - }, - "id": "node/4829375542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375543", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9171479, - 51.5245491 - ] - }, - "id": "node/4829375543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375544", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9171955, - 51.52459 - ] - }, - "id": "node/4829375544" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375545", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9173188, - 51.5246851 - ] - }, - "id": "node/4829375545" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375546", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.917398, - 51.5247497 - ] - }, - "id": "node/4829375546" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375547", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9172873, - 51.5249296 - ] - }, - "id": "node/4829375547" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375548", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175971, - 51.5252095 - ] - }, - "id": "node/4829375548" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375549", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.91752, - 51.5251657 - ] - }, - "id": "node/4829375549" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375550", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.916944, - 51.5251094 - ] - }, - "id": "node/4829375550" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375551", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9168401, - 51.5252383 - ] - }, - "id": "node/4829375551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375552", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9167462, - 51.5252153 - ] - }, - "id": "node/4829375552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375553", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9166832, - 51.5251936 - ] - }, - "id": "node/4829375553" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375554", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9166215, - 51.5251649 - ] - }, - "id": "node/4829375554" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375555", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9165356, - 51.5250948 - ] - }, - "id": "node/4829375555" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375556", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9163989, - 51.5249942 - ] - }, - "id": "node/4829375556" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375557", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9164612, - 51.525046 - ] - }, - "id": "node/4829375557" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375558", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9160005, - 51.5248315 - ] - }, - "id": "node/4829375558" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375559", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9156793, - 51.5249058 - ] - }, - "id": "node/4829375559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375560", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9158725, - 51.5250989 - ] - }, - "id": "node/4829375560" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375561", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9157404, - 51.5251019 - ] - }, - "id": "node/4829375561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375562", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9161259, - 51.5251886 - ] - }, - "id": "node/4829375562" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375580", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9179247, - 51.5225604 - ] - }, - "id": "node/4829375580" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375581", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9177725, - 51.5225202 - ] - }, - "id": "node/4829375581" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375582", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.917971, - 51.5223783 - ] - }, - "id": "node/4829375582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375583", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.917973, - 51.5222886 - ] - }, - "id": "node/4829375583" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375584", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9179207, - 51.5222915 - ] - }, - "id": "node/4829375584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375585", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9178583, - 51.5222761 - ] - }, - "id": "node/4829375585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375586", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9178047, - 51.5222298 - ] - }, - "id": "node/4829375586" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375587", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.918205, - 51.5219557 - ] - }, - "id": "node/4829375587" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375588", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9179669, - 51.5220232 - ] - }, - "id": "node/4829375588" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375589", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9180373, - 51.5220754 - ] - }, - "id": "node/4829375589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375590", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.918087, - 51.522012 - ] - }, - "id": "node/4829375590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375591", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9179636, - 51.5219169 - ] - }, - "id": "node/4829375591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375592", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9178959, - 51.5218096 - ] - }, - "id": "node/4829375592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375594", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9180199, - 51.5217433 - ] - }, - "id": "node/4829375594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375595", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9180253, - 51.5218272 - ] - }, - "id": "node/4829375595" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375596", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9181922, - 51.5217683 - ] - }, - "id": "node/4829375596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375597", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9181285, - 51.5217625 - ] - }, - "id": "node/4829375597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375598", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.918724, - 51.5217792 - ] - }, - "id": "node/4829375598" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375599", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9187126, - 51.5218334 - ] - }, - "id": "node/4829375599" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375600", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184403, - 51.5217258 - ] - }, - "id": "node/4829375600" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375601", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186489, - 51.5217354 - ] - }, - "id": "node/4829375601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375602", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185409, - 51.5216957 - ] - }, - "id": "node/4829375602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375603", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186194, - 51.521823 - ] - }, - "id": "node/4829375603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375604", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185007, - 51.521911 - ] - }, - "id": "node/4829375604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375605", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185624, - 51.5220149 - ] - }, - "id": "node/4829375605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375606", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.918675, - 51.5219844 - ] - }, - "id": "node/4829375606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375607", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9181057, - 51.5221714 - ] - }, - "id": "node/4829375607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375608", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9181205, - 51.5222753 - ] - }, - "id": "node/4829375608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375609", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9182875, - 51.5222365 - ] - }, - "id": "node/4829375609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375610", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9183351, - 51.5221734 - ] - }, - "id": "node/4829375610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375611", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184102, - 51.52212 - ] - }, - "id": "node/4829375611" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375612", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.918547, - 51.5221467 - ] - }, - "id": "node/4829375612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375613", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.918612, - 51.5221914 - ] - }, - "id": "node/4829375613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375614", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185939, - 51.5223433 - ] - }, - "id": "node/4829375614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375615", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185778, - 51.522299 - ] - }, - "id": "node/4829375615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375616", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184846, - 51.5222577 - ] - }, - "id": "node/4829375616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375617", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9191109, - 51.5225506 - ] - }, - "id": "node/4829375617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375618", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9191833, - 51.522594 - ] - }, - "id": "node/4829375618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375619", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9191143, - 51.5226049 - ] - }, - "id": "node/4829375619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829375620", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9191867, - 51.5226537 - ] - }, - "id": "node/4829375620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376521", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9189855, - 51.5225919 - ] - }, - "id": "node/4829376521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376522", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9188843, - 51.5226683 - ] - }, - "id": "node/4829376522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376523", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184813, - 51.5227692 - ] - }, - "id": "node/4829376523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376524", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.918555, - 51.5227505 - ] - }, - "id": "node/4829376524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376525", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185678, - 51.5226791 - ] - }, - "id": "node/4829376525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376526", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9183431, - 51.5227371 - ] - }, - "id": "node/4829376526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376527", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184792, - 51.5226583 - ] - }, - "id": "node/4829376527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376528", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9181943, - 51.5226257 - ] - }, - "id": "node/4829376528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376529", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9183056, - 51.5225577 - ] - }, - "id": "node/4829376529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376530", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9183565, - 51.5225865 - ] - }, - "id": "node/4829376530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376531", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184524, - 51.522551 - ] - }, - "id": "node/4829376531" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376532", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185859, - 51.5225544 - ] - }, - "id": "node/4829376532" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376533", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185698, - 51.5225043 - ] - }, - "id": "node/4829376533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376534", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184491, - 51.5224914 - ] - }, - "id": "node/4829376534" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376535", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9182767, - 51.522478 - ] - }, - "id": "node/4829376535" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376536", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9181969, - 51.5224471 - ] - }, - "id": "node/4829376536" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376537", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9182613, - 51.522395 - ] - }, - "id": "node/4829376537" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376538", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9183807, - 51.5224138 - ] - }, - "id": "node/4829376538" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376539", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184538, - 51.5224392 - ] - }, - "id": "node/4829376539" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376540", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185248, - 51.5224192 - ] - }, - "id": "node/4829376540" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376541", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184866, - 51.5223883 - ] - }, - "id": "node/4829376541" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376542", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9176893, - 51.5225133 - ] - }, - "id": "node/4829376542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376543", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175203, - 51.5226276 - ] - }, - "id": "node/4829376543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376544", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9170986, - 51.5224699 - ] - }, - "id": "node/4829376544" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376545", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9172226, - 51.5225212 - ] - }, - "id": "node/4829376545" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376546", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9173393, - 51.522502 - ] - }, - "id": "node/4829376546" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376547", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9176109, - 51.5225045 - ] - }, - "id": "node/4829376547" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376548", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175203, - 51.522527 - ] - }, - "id": "node/4829376548" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376549", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9174198, - 51.5225112 - ] - }, - "id": "node/4829376549" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376550", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175619, - 51.5224528 - ] - }, - "id": "node/4829376550" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376551", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9174908, - 51.5224094 - ] - }, - "id": "node/4829376551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376552", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9173976, - 51.5224158 - ] - }, - "id": "node/4829376552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376553", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9172859, - 51.5224236 - ] - }, - "id": "node/4829376553" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376554", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9172072, - 51.522429 - ] - }, - "id": "node/4829376554" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376555", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9170691, - 51.5224373 - ] - }, - "id": "node/4829376555" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376556", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9168438, - 51.5224774 - ] - }, - "id": "node/4829376556" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376557", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9169591, - 51.5224703 - ] - }, - "id": "node/4829376557" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376558", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9169021, - 51.5225241 - ] - }, - "id": "node/4829376558" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376559", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9167388, - 51.5224936 - ] - }, - "id": "node/4829376559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376560", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9166473, - 51.5224766 - ] - }, - "id": "node/4829376560" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376561", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9167774, - 51.5224519 - ] - }, - "id": "node/4829376561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376562", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9165316, - 51.5224671 - ] - }, - "id": "node/4829376562" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376563", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9164327, - 51.5224732 - ] - }, - "id": "node/4829376563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376564", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9163334, - 51.5224793 - ] - }, - "id": "node/4829376564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376565", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9162295, - 51.5224857 - ] - }, - "id": "node/4829376565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376566", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9151721, - 51.5228489 - ] - }, - "id": "node/4829376566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376567", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175485, - 51.5231093 - ] - }, - "id": "node/4829376567" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376568", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9174124, - 51.5234512 - ] - }, - "id": "node/4829376568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376569", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9176793, - 51.5235396 - ] - }, - "id": "node/4829376569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376570", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175881, - 51.5234616 - ] - }, - "id": "node/4829376570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376571", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9173494, - 51.5237532 - ] - }, - "id": "node/4829376571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376572", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9172635, - 51.5238776 - ] - }, - "id": "node/4829376572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376573", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9167599, - 51.5237326 - ] - }, - "id": "node/4829376573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376574", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9164193, - 51.5235428 - ] - }, - "id": "node/4829376574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376575", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9168558, - 51.523559 - ] - }, - "id": "node/4829376575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376576", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.916778, - 51.5234869 - ] - }, - "id": "node/4829376576" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376577", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9166869, - 51.5234214 - ] - }, - "id": "node/4829376577" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376578", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9169041, - 51.5234698 - ] - }, - "id": "node/4829376578" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376579", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9169806, - 51.5233955 - ] - }, - "id": "node/4829376579" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376580", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9168887, - 51.5233863 - ] - }, - "id": "node/4829376580" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376581", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.916998, - 51.523335 - ] - }, - "id": "node/4829376581" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376583", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9169296, - 51.5232833 - ] - }, - "id": "node/4829376583" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376584", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9168176, - 51.5232382 - ] - }, - "id": "node/4829376584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376585", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9167316, - 51.5232888 - ] - }, - "id": "node/4829376585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376586", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9166837, - 51.523317 - ] - }, - "id": "node/4829376586" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376587", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9166305, - 51.5233483 - ] - }, - "id": "node/4829376587" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376588", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.916532, - 51.5231166 - ] - }, - "id": "node/4829376588" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376589", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9165427, - 51.5232601 - ] - }, - "id": "node/4829376589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376590", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9164206, - 51.52322 - ] - }, - "id": "node/4829376590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376591", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9162114, - 51.5231249 - ] - }, - "id": "node/4829376591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376592", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.916312, - 51.5231057 - ] - }, - "id": "node/4829376592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376593", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.91627, - 51.5230903 - ] - }, - "id": "node/4829376593" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376594", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9161756, - 51.5230556 - ] - }, - "id": "node/4829376594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829376595", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9161055, - 51.5230298 - ] - }, - "id": "node/4829376595" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829431770", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186856, - 51.5258075 - ] - }, - "id": "node/4829431770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829431771", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.918756, - 51.5257436 - ] - }, - "id": "node/4829431771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829431772", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9182484, - 51.5256352 - ] - }, - "id": "node/4829431772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829431773", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9181813, - 51.5256468 - ] - }, - "id": "node/4829431773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829431774", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9182651, - 51.5257278 - ] - }, - "id": "node/4829431774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829431775", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184173, - 51.5256965 - ] - }, - "id": "node/4829431775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829431776", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.918357, - 51.5255959 - ] - }, - "id": "node/4829431776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829431777", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9183644, - 51.5254512 - ] - }, - "id": "node/4829431777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829431778", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9176985, - 51.5251462 - ] - }, - "id": "node/4829431778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829431779", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9178614, - 51.5252034 - ] - }, - "id": "node/4829431779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829431780", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9180029, - 51.5252509 - ] - }, - "id": "node/4829431780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454925", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9182155, - 51.527491 - ] - }, - "id": "node/4829454925" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454926", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9178816, - 51.5274138 - ] - }, - "id": "node/4829454926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454927", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9179386, - 51.5275386 - ] - }, - "id": "node/4829454927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454928", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9181062, - 51.5275242 - ] - }, - "id": "node/4829454928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454929", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9182423, - 51.5275582 - ] - }, - "id": "node/4829454929" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454930", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9183955, - 51.5275965 - ] - }, - "id": "node/4829454930" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454931", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185271, - 51.5276294 - ] - }, - "id": "node/4829454931" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454932", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9197819, - 51.5277405 - ] - }, - "id": "node/4829454932" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454933", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9198087, - 51.5278298 - ] - }, - "id": "node/4829454933" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454934", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9197376, - 51.5278452 - ] - }, - "id": "node/4829454934" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454935", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9197578, - 51.5278853 - ] - }, - "id": "node/4829454935" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454936", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186801, - 51.5276676 - ] - }, - "id": "node/4829454936" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454937", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9188438, - 51.5277086 - ] - }, - "id": "node/4829454937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454938", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9200749, - 51.5270317 - ] - }, - "id": "node/4829454938" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454939", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9204826, - 51.5270129 - ] - }, - "id": "node/4829454939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454940", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9205557, - 51.5269428 - ] - }, - "id": "node/4829454940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454941", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9203217, - 51.5270088 - ] - }, - "id": "node/4829454941" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454942", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9203961, - 51.5268448 - ] - }, - "id": "node/4829454942" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454943", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9207522, - 51.5268907 - ] - }, - "id": "node/4829454943" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454944", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.920775, - 51.5267872 - ] - }, - "id": "node/4829454944" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454945", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9206684, - 51.5267647 - ] - }, - "id": "node/4829454945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454946", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9205631, - 51.5266892 - ] - }, - "id": "node/4829454946" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454947", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9206322, - 51.5266095 - ] - }, - "id": "node/4829454947" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454948", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9206355, - 51.5264831 - ] - }, - "id": "node/4829454948" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454949", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9208327, - 51.5263717 - ] - }, - "id": "node/4829454949" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454950", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9207314, - 51.5264176 - ] - }, - "id": "node/4829454950" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454951", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.921002, - 51.5259942 - ] - }, - "id": "node/4829454951" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454952", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9207291, - 51.525922 - ] - }, - "id": "node/4829454952" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454953", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9208863, - 51.5259443 - ] - }, - "id": "node/4829454953" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454954", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9206962, - 51.5259737 - ] - }, - "id": "node/4829454954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454955", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9206603, - 51.5260144 - ] - }, - "id": "node/4829454955" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454956", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9206228, - 51.5260555 - ] - }, - "id": "node/4829454956" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454957", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9205829, - 51.5261033 - ] - }, - "id": "node/4829454957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454958", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9204967, - 51.5262057 - ] - }, - "id": "node/4829454958" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454959", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9204504, - 51.526258 - ] - }, - "id": "node/4829454959" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454960", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9204139, - 51.5263037 - ] - }, - "id": "node/4829454960" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454961", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9203717, - 51.5263544 - ] - }, - "id": "node/4829454961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454962", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9204085, - 51.5264356 - ] - }, - "id": "node/4829454962" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454963", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.920482, - 51.5264584 - ] - }, - "id": "node/4829454963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454968", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9201142, - 51.5264779 - ] - }, - "id": "node/4829454968" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454969", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9200478, - 51.5264545 - ] - }, - "id": "node/4829454969" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454970", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9200035, - 51.5265713 - ] - }, - "id": "node/4829454970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454971", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9199016, - 51.5267245 - ] - }, - "id": "node/4829454971" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454972", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9198124, - 51.5269656 - ] - }, - "id": "node/4829454972" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454973", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.91974, - 51.5269889 - ] - }, - "id": "node/4829454973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454974", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196602, - 51.5270348 - ] - }, - "id": "node/4829454974" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454975", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9191345, - 51.5274649 - ] - }, - "id": "node/4829454975" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454976", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196998, - 51.5276381 - ] - }, - "id": "node/4829454976" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829454977", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196019, - 51.527574 - ] - }, - "id": "node/4829454977" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481085", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9133695, - 51.5270398 - ] - }, - "id": "node/4829481085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481086", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9134728, - 51.5270637 - ] - }, - "id": "node/4829481086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481098", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9171481, - 51.5297987 - ] - }, - "id": "node/4829481098" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481106", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9160809, - 51.5275402 - ] - }, - "id": "node/4829481106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481107", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9161761, - 51.5275406 - ] - }, - "id": "node/4829481107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481108", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9162438, - 51.5275648 - ] - }, - "id": "node/4829481108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481109", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9174971, - 51.5276265 - ] - }, - "id": "node/4829481109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481110", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9170874, - 51.5277362 - ] - }, - "id": "node/4829481110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481111", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.917257, - 51.5277513 - ] - }, - "id": "node/4829481111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481112", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9173797, - 51.5276324 - ] - }, - "id": "node/4829481112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481113", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9172275, - 51.5274263 - ] - }, - "id": "node/4829481113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481114", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9170713, - 51.5275398 - ] - }, - "id": "node/4829481114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481115", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9169955, - 51.5275005 - ] - }, - "id": "node/4829481115" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481116", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9168688, - 51.5275443 - ] - }, - "id": "node/4829481116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481117", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9168379, - 51.5274955 - ] - }, - "id": "node/4829481117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481118", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.916685, - 51.5273166 - ] - }, - "id": "node/4829481118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481119", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9166871, - 51.5273562 - ] - }, - "id": "node/4829481119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481120", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9164725, - 51.5274246 - ] - }, - "id": "node/4829481120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481921", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9161949, - 51.527468 - ] - }, - "id": "node/4829481921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481922", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.916111, - 51.52742 - ] - }, - "id": "node/4829481922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481923", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9162921, - 51.5274663 - ] - }, - "id": "node/4829481923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481924", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9163223, - 51.5273754 - ] - }, - "id": "node/4829481924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481925", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9162411, - 51.5273558 - ] - }, - "id": "node/4829481925" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481926", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9161379, - 51.5273274 - ] - }, - "id": "node/4829481926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481927", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.916044, - 51.5273558 - ] - }, - "id": "node/4829481927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481928", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9156886, - 51.5272986 - ] - }, - "id": "node/4829481928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481929", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9155384, - 51.5272344 - ] - }, - "id": "node/4829481929" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481930", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9154284, - 51.5272298 - ] - }, - "id": "node/4829481930" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481931", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9151971, - 51.5272469 - ] - }, - "id": "node/4829481931" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481932", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9149409, - 51.5270788 - ] - }, - "id": "node/4829481932" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481933", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9150248, - 51.5271209 - ] - }, - "id": "node/4829481933" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481934", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9153292, - 51.5272106 - ] - }, - "id": "node/4829481934" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481935", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9151709, - 51.527163 - ] - }, - "id": "node/4829481935" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481936", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9152628, - 51.5270199 - ] - }, - "id": "node/4829481936" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481937", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9152843, - 51.526914 - ] - }, - "id": "node/4829481937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481938", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9151817, - 51.5267321 - ] - }, - "id": "node/4829481938" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481939", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9144843, - 51.5268356 - ] - }, - "id": "node/4829481939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481940", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9146211, - 51.5268385 - ] - }, - "id": "node/4829481940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481941", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9147706, - 51.5267951 - ] - }, - "id": "node/4829481941" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481942", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9147096, - 51.5270571 - ] - }, - "id": "node/4829481942" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481943", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.914843, - 51.5270237 - ] - }, - "id": "node/4829481943" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481944", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9149617, - 51.5269891 - ] - }, - "id": "node/4829481944" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481945", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9149161, - 51.5269232 - ] - }, - "id": "node/4829481945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481946", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9148605, - 51.5268668 - ] - }, - "id": "node/4829481946" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481947", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9146982, - 51.5267056 - ] - }, - "id": "node/4829481947" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481948", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.914572, - 51.5266967 - ] - }, - "id": "node/4829481948" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481949", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9144475, - 51.5266878 - ] - }, - "id": "node/4829481949" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481950", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9143428, - 51.5266804 - ] - }, - "id": "node/4829481950" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481951", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9142642, - 51.5266749 - ] - }, - "id": "node/4829481951" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481952", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9141465, - 51.5266665 - ] - }, - "id": "node/4829481952" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481953", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9140323, - 51.526749 - ] - }, - "id": "node/4829481953" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481954", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9140258, - 51.526658 - ] - }, - "id": "node/4829481954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481955", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9139141, - 51.5266501 - ] - }, - "id": "node/4829481955" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481956", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9138271, - 51.5267536 - ] - }, - "id": "node/4829481956" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481957", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9137996, - 51.526642 - ] - }, - "id": "node/4829481957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481958", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9137237, - 51.5266366 - ] - }, - "id": "node/4829481958" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481959", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9136032, - 51.5266281 - ] - }, - "id": "node/4829481959" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481960", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9134905, - 51.5266201 - ] - }, - "id": "node/4829481960" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481961", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9133745, - 51.5266251 - ] - }, - "id": "node/4829481961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481962", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9133598, - 51.5267402 - ] - }, - "id": "node/4829481962" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481963", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9134624, - 51.5267995 - ] - }, - "id": "node/4829481963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481964", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9132659, - 51.5268191 - ] - }, - "id": "node/4829481964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481965", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9132371, - 51.526744 - ] - }, - "id": "node/4829481965" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481966", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9132002, - 51.526661 - ] - }, - "id": "node/4829481966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481967", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9131197, - 51.526653 - ] - }, - "id": "node/4829481967" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481968", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9129776, - 51.5265938 - ] - }, - "id": "node/4829481968" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481969", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9127348, - 51.5267532 - ] - }, - "id": "node/4829481969" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481970", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9128025, - 51.5268178 - ] - }, - "id": "node/4829481970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481971", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9128951, - 51.5268787 - ] - }, - "id": "node/4829481971" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481972", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.912991, - 51.5269426 - ] - }, - "id": "node/4829481972" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481973", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9132974, - 51.5269125 - ] - }, - "id": "node/4829481973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481974", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9137266, - 51.5271236 - ] - }, - "id": "node/4829481974" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481975", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9138204, - 51.5272083 - ] - }, - "id": "node/4829481975" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481976", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9139318, - 51.52722 - ] - }, - "id": "node/4829481976" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481977", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9140142, - 51.5272262 - ] - }, - "id": "node/4829481977" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481978", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9140786, - 51.5272033 - ] - }, - "id": "node/4829481978" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481979", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9144595, - 51.5272058 - ] - }, - "id": "node/4829481979" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481980", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9141691, - 51.5273693 - ] - }, - "id": "node/4829481980" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481981", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9142234, - 51.5273501 - ] - }, - "id": "node/4829481981" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481982", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9145165, - 51.5274928 - ] - }, - "id": "node/4829481982" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481983", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.914436, - 51.5274594 - ] - }, - "id": "node/4829481983" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481984", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9142825, - 51.527404 - ] - }, - "id": "node/4829481984" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481985", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9136018, - 51.5273349 - ] - }, - "id": "node/4829481985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481994", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9142865, - 51.5278738 - ] - }, - "id": "node/4829481994" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481995", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9151347, - 51.5284403 - ] - }, - "id": "node/4829481995" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481996", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9152413, - 51.5282493 - ] - }, - "id": "node/4829481996" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481997", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9153171, - 51.5281383 - ] - }, - "id": "node/4829481997" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481998", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.915417, - 51.5280448 - ] - }, - "id": "node/4829481998" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829481999", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9147961, - 51.5278582 - ] - }, - "id": "node/4829481999" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482000", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9143549, - 51.5277042 - ] - }, - "id": "node/4829482000" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482001", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9137212, - 51.5274064 - ] - }, - "id": "node/4829482001" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482002", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9136702, - 51.5274981 - ] - }, - "id": "node/4829482002" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482003", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9138131, - 51.5275691 - ] - }, - "id": "node/4829482003" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482004", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9139076, - 51.5276675 - ] - }, - "id": "node/4829482004" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482005", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9137923, - 51.5277234 - ] - }, - "id": "node/4829482005" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482006", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9135864, - 51.5277051 - ] - }, - "id": "node/4829482006" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482132", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9164953, - 51.5297162 - ] - }, - "id": "node/4829482132" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482133", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9163954, - 51.5296882 - ] - }, - "id": "node/4829482133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482134", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9166361, - 51.5297379 - ] - }, - "id": "node/4829482134" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482135", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9168849, - 51.5297854 - ] - }, - "id": "node/4829482135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482136", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9170411, - 51.5298096 - ] - }, - "id": "node/4829482136" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482137", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9161305, - 51.5297078 - ] - }, - "id": "node/4829482137" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482138", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9163524, - 51.5297595 - ] - }, - "id": "node/4829482138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482139", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9163934, - 51.5297696 - ] - }, - "id": "node/4829482139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482140", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9164497, - 51.5297825 - ] - }, - "id": "node/4829482140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482141", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9166864, - 51.5298396 - ] - }, - "id": "node/4829482141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482142", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9167474, - 51.529853 - ] - }, - "id": "node/4829482142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482143", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9168145, - 51.5298672 - ] - }, - "id": "node/4829482143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482144", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9169171, - 51.5298884 - ] - }, - "id": "node/4829482144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482145", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.917074, - 51.5299285 - ] - }, - "id": "node/4829482145" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482146", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9171732, - 51.529946 - ] - }, - "id": "node/4829482146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482147", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.917367, - 51.5299856 - ] - }, - "id": "node/4829482147" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482148", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9172939, - 51.5299752 - ] - }, - "id": "node/4829482148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482149", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9177137, - 51.5301095 - ] - }, - "id": "node/4829482149" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482150", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175997, - 51.5300678 - ] - }, - "id": "node/4829482150" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482151", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175507, - 51.5300553 - ] - }, - "id": "node/4829482151" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482152", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9174582, - 51.5300211 - ] - }, - "id": "node/4829482152" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482153", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175219, - 51.5299418 - ] - }, - "id": "node/4829482153" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482154", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9176352, - 51.5299794 - ] - }, - "id": "node/4829482154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482155", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9181066, - 51.5297245 - ] - }, - "id": "node/4829482155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482156", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9179329, - 51.5296331 - ] - }, - "id": "node/4829482156" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482157", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9176687, - 51.5295889 - ] - }, - "id": "node/4829482157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482158", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9171222, - 51.5295138 - ] - }, - "id": "node/4829482158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482159", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9169519, - 51.5294429 - ] - }, - "id": "node/4829482159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482160", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9164792, - 51.5293307 - ] - }, - "id": "node/4829482160" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482161", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9165563, - 51.5293616 - ] - }, - "id": "node/4829482161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482162", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9166394, - 51.5293708 - ] - }, - "id": "node/4829482162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482163", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9168406, - 51.5291547 - ] - }, - "id": "node/4829482163" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482164", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9179363, - 51.5291885 - ] - }, - "id": "node/4829482164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482165", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9177184, - 51.5292243 - ] - }, - "id": "node/4829482165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482166", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9174186, - 51.5290629 - ] - }, - "id": "node/4829482166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482167", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9172067, - 51.5290316 - ] - }, - "id": "node/4829482167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482168", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9170867, - 51.5289932 - ] - }, - "id": "node/4829482168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482169", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9169466, - 51.5289632 - ] - }, - "id": "node/4829482169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482170", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9169995, - 51.5289281 - ] - }, - "id": "node/4829482170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482171", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.917086, - 51.5289478 - ] - }, - "id": "node/4829482171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482172", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9172879, - 51.5285377 - ] - }, - "id": "node/4829482172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482174", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186203, - 51.5289084 - ] - }, - "id": "node/4829482174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482175", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9183701, - 51.5288684 - ] - }, - "id": "node/4829482175" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482176", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9180872, - 51.5287708 - ] - }, - "id": "node/4829482176" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482177", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9180047, - 51.5287424 - ] - }, - "id": "node/4829482177" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482178", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9178511, - 51.5287349 - ] - }, - "id": "node/4829482178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482179", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9177814, - 51.5286415 - ] - }, - "id": "node/4829482179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482180", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9171819, - 51.5285926 - ] - }, - "id": "node/4829482180" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482181", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9173301, - 51.5285722 - ] - }, - "id": "node/4829482181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482182", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.917491, - 51.5286844 - ] - }, - "id": "node/4829482182" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482183", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9174636, - 51.5286256 - ] - }, - "id": "node/4829482183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829482184", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175809, - 51.5286168 - ] - }, - "id": "node/4829482184" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536753", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9150535, - 51.5265719 - ] - }, - "id": "node/4829536753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536754", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9149207, - 51.5264109 - ] - }, - "id": "node/4829536754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536755", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9155584, - 51.5261239 - ] - }, - "id": "node/4829536755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536756", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9153445, - 51.5260788 - ] - }, - "id": "node/4829536756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536757", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9150173, - 51.5260396 - ] - }, - "id": "node/4829536757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536758", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9152721, - 51.526088 - ] - }, - "id": "node/4829536758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536759", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9150032, - 51.5261168 - ] - }, - "id": "node/4829536759" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536760", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9144446, - 51.526073 - ] - }, - "id": "node/4829536760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536761", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9144875, - 51.5262127 - ] - }, - "id": "node/4829536761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536762", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9144285, - 51.5263295 - ] - }, - "id": "node/4829536762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536763", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9144627, - 51.5263792 - ] - }, - "id": "node/4829536763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536764", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9144064, - 51.5264505 - ] - }, - "id": "node/4829536764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536765", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9143554, - 51.5265703 - ] - }, - "id": "node/4829536765" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536766", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9138505, - 51.5265335 - ] - }, - "id": "node/4829536766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536767", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9138988, - 51.5263775 - ] - }, - "id": "node/4829536767" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536768", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9138411, - 51.5263116 - ] - }, - "id": "node/4829536768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536769", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9139933, - 51.5261906 - ] - }, - "id": "node/4829536769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536770", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9139357, - 51.5259541 - ] - }, - "id": "node/4829536770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536771", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9139001, - 51.5260254 - ] - }, - "id": "node/4829536771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536772", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9140047, - 51.5259866 - ] - }, - "id": "node/4829536772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536773", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9132966, - 51.5265133 - ] - }, - "id": "node/4829536773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536774", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9133784, - 51.5264491 - ] - }, - "id": "node/4829536774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536775", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9134334, - 51.5263748 - ] - }, - "id": "node/4829536775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536776", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9133737, - 51.5263356 - ] - }, - "id": "node/4829536776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536777", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9133999, - 51.5262192 - ] - }, - "id": "node/4829536777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536778", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9132691, - 51.5260598 - ] - }, - "id": "node/4829536778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536779", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9134857, - 51.5261249 - ] - }, - "id": "node/4829536779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536780", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9134126, - 51.5260573 - ] - }, - "id": "node/4829536780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536781", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9128044, - 51.5265728 - ] - }, - "id": "node/4829536781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536782", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9127568, - 51.5264835 - ] - }, - "id": "node/4829536782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536783", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.912663, - 51.5264464 - ] - }, - "id": "node/4829536783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536784", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9126455, - 51.5263575 - ] - }, - "id": "node/4829536784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536785", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9127803, - 51.5263379 - ] - }, - "id": "node/4829536785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536786", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9129057, - 51.5263012 - ] - }, - "id": "node/4829536786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536787", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.912722, - 51.5262269 - ] - }, - "id": "node/4829536787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536788", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9125651, - 51.5260834 - ] - }, - "id": "node/4829536788" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536789", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9128299, - 51.5261076 - ] - }, - "id": "node/4829536789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536790", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9129204, - 51.5260525 - ] - }, - "id": "node/4829536790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536791", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9128681, - 51.525972 - ] - }, - "id": "node/4829536791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536792", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9128132, - 51.5259219 - ] - }, - "id": "node/4829536792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536793", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9126891, - 51.5259499 - ] - }, - "id": "node/4829536793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536794", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9123719, - 51.5258882 - ] - }, - "id": "node/4829536794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536795", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9124725, - 51.5258373 - ] - }, - "id": "node/4829536795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536796", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9123397, - 51.5258001 - ] - }, - "id": "node/4829536796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536797", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9125724, - 51.5256896 - ] - }, - "id": "node/4829536797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536798", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9124953, - 51.5256541 - ] - }, - "id": "node/4829536798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536799", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9122807, - 51.5255456 - ] - }, - "id": "node/4829536799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536800", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9124786, - 51.525448 - ] - }, - "id": "node/4829536800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536801", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9123055, - 51.5254509 - ] - }, - "id": "node/4829536801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536802", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9122532, - 51.525413 - ] - }, - "id": "node/4829536802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536803", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9122405, - 51.5251919 - ] - }, - "id": "node/4829536803" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536804", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9121761, - 51.5250513 - ] - }, - "id": "node/4829536804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536808", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9133456, - 51.5250196 - ] - }, - "id": "node/4829536808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536809", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9132986, - 51.5250054 - ] - }, - "id": "node/4829536809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536810", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9132457, - 51.5249853 - ] - }, - "id": "node/4829536810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536811", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9131276, - 51.5249983 - ] - }, - "id": "node/4829536811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536812", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9130492, - 51.5249824 - ] - }, - "id": "node/4829536812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536813", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9129339, - 51.5249783 - ] - }, - "id": "node/4829536813" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536814", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9128413, - 51.5249662 - ] - }, - "id": "node/4829536814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536815", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9126904, - 51.5249507 - ] - }, - "id": "node/4829536815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536816", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9125852, - 51.5249357 - ] - }, - "id": "node/4829536816" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536817", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9132691, - 51.5252866 - ] - }, - "id": "node/4829536817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536818", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9131022, - 51.525136 - ] - }, - "id": "node/4829536818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536819", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9132631, - 51.5251184 - ] - }, - "id": "node/4829536819" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829536820", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9135206, - 51.5251397 - ] - }, - "id": "node/4829536820" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538421", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9133556, - 51.5255461 - ] - }, - "id": "node/4829538421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538422", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9132571, - 51.5256921 - ] - }, - "id": "node/4829538422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538423", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9133872, - 51.5256937 - ] - }, - "id": "node/4829538423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538424", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9141523, - 51.5257188 - ] - }, - "id": "node/4829538424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538425", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9140953, - 51.5255627 - ] - }, - "id": "node/4829538425" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538426", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9138478, - 51.5253934 - ] - }, - "id": "node/4829538426" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538427", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9144547, - 51.525249 - ] - }, - "id": "node/4829538427" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538428", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9143936, - 51.5257384 - ] - }, - "id": "node/4829538428" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538429", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9147812, - 51.5257738 - ] - }, - "id": "node/4829538429" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538430", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9145673, - 51.5257388 - ] - }, - "id": "node/4829538430" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538431", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.914743, - 51.5255832 - ] - }, - "id": "node/4829538431" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538432", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.914686, - 51.5254881 - ] - }, - "id": "node/4829538432" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538433", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.915036, - 51.5257868 - ] - }, - "id": "node/4829538433" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538434", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9156697, - 51.525861 - ] - }, - "id": "node/4829538434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538435", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.915429, - 51.5258348 - ] - }, - "id": "node/4829538435" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538436", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9153391, - 51.5254822 - ] - }, - "id": "node/4829538436" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538437", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175064, - 51.5268817 - ] - }, - "id": "node/4829538437" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538438", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.91768, - 51.5269013 - ] - }, - "id": "node/4829538438" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538439", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9178021, - 51.5269142 - ] - }, - "id": "node/4829538439" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538440", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9177471, - 51.5268834 - ] - }, - "id": "node/4829538440" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538441", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175929, - 51.5268575 - ] - }, - "id": "node/4829538441" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538442", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9174587, - 51.5268158 - ] - }, - "id": "node/4829538442" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538443", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9172475, - 51.5268241 - ] - }, - "id": "node/4829538443" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538444", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9173629, - 51.5268362 - ] - }, - "id": "node/4829538444" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538445", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9173233, - 51.5267949 - ] - }, - "id": "node/4829538445" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538446", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9172314, - 51.5267732 - ] - }, - "id": "node/4829538446" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538447", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9171282, - 51.5267999 - ] - }, - "id": "node/4829538447" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538448", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9170745, - 51.5267465 - ] - }, - "id": "node/4829538448" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538449", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9169793, - 51.5267715 - ] - }, - "id": "node/4829538449" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538450", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.916931, - 51.5267161 - ] - }, - "id": "node/4829538450" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538451", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9168197, - 51.5267323 - ] - }, - "id": "node/4829538451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538452", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9167721, - 51.5266806 - ] - }, - "id": "node/4829538452" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538453", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9165025, - 51.526671 - ] - }, - "id": "node/4829538453" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538454", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9166876, - 51.5267052 - ] - }, - "id": "node/4829538454" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538455", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9165656, - 51.5266397 - ] - }, - "id": "node/4829538455" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538456", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9163912, - 51.5266418 - ] - }, - "id": "node/4829538456" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538457", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9163376, - 51.5265917 - ] - }, - "id": "node/4829538457" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538458", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9162263, - 51.5265713 - ] - }, - "id": "node/4829538458" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538459", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9159386, - 51.5265809 - ] - }, - "id": "node/4829538459" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538460", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9160828, - 51.5265517 - ] - }, - "id": "node/4829538460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538461", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9160036, - 51.5264962 - ] - }, - "id": "node/4829538461" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538462", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9162209, - 51.5263615 - ] - }, - "id": "node/4829538462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538463", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9159956, - 51.5260957 - ] - }, - "id": "node/4829538463" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538464", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9161652, - 51.5262213 - ] - }, - "id": "node/4829538464" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538465", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9158568, - 51.5260098 - ] - }, - "id": "node/4829538465" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538466", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.916117, - 51.5259672 - ] - }, - "id": "node/4829538466" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538467", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9161686, - 51.5257645 - ] - }, - "id": "node/4829538467" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538468", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9161525, - 51.5256622 - ] - }, - "id": "node/4829538468" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538469", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9162759, - 51.5256506 - ] - }, - "id": "node/4829538469" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538470", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9164321, - 51.5256431 - ] - }, - "id": "node/4829538470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538471", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.916868, - 51.5258087 - ] - }, - "id": "node/4829538471" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538472", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9166608, - 51.5262246 - ] - }, - "id": "node/4829538472" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538473", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9166346, - 51.526356 - ] - }, - "id": "node/4829538473" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538474", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9166776, - 51.5261433 - ] - }, - "id": "node/4829538474" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538475", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.916701, - 51.5260736 - ] - }, - "id": "node/4829538475" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538476", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.916819, - 51.5261449 - ] - }, - "id": "node/4829538476" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538477", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9168559, - 51.5261587 - ] - }, - "id": "node/4829538477" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538478", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9172589, - 51.5261295 - ] - }, - "id": "node/4829538478" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538479", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.917509, - 51.5259497 - ] - }, - "id": "node/4829538479" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538480", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9173032, - 51.5259134 - ] - }, - "id": "node/4829538480" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538481", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9174064, - 51.5258838 - ] - }, - "id": "node/4829538481" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538482", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9172924, - 51.5260815 - ] - }, - "id": "node/4829538482" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538483", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9172167, - 51.5261825 - ] - }, - "id": "node/4829538483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538484", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9171751, - 51.5264003 - ] - }, - "id": "node/4829538484" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538485", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9171161, - 51.5264528 - ] - }, - "id": "node/4829538485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538486", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9170772, - 51.5264995 - ] - }, - "id": "node/4829538486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538487", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175788, - 51.5266731 - ] - }, - "id": "node/4829538487" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538488", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9177699, - 51.5262192 - ] - }, - "id": "node/4829538488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538489", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9177048, - 51.5263339 - ] - }, - "id": "node/4829538489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538490", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9177384, - 51.5262834 - ] - }, - "id": "node/4829538490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538491", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9183482, - 51.5262348 - ] - }, - "id": "node/4829538491" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829538766", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9193572, - 51.5265731 - ] - }, - "id": "node/4829538766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563344", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.917329, - 51.5270363 - ] - }, - "id": "node/4829563344" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563345", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9168408, - 51.5269458 - ] - }, - "id": "node/4829563345" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563346", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9164258, - 51.5268603 - ] - }, - "id": "node/4829563346" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563347", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9163527, - 51.5269963 - ] - }, - "id": "node/4829563347" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563348", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9154675, - 51.5274556 - ] - }, - "id": "node/4829563348" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563386", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9117904, - 51.5258243 - ] - }, - "id": "node/4829563386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563387", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9117528, - 51.5257088 - ] - }, - "id": "node/4829563387" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563388", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9117609, - 51.5256141 - ] - }, - "id": "node/4829563388" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563389", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9119111, - 51.5256245 - ] - }, - "id": "node/4829563389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563390", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9119406, - 51.5256741 - ] - }, - "id": "node/4829563390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563391", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9122973, - 51.5263258 - ] - }, - "id": "node/4829563391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563392", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9122631, - 51.5262282 - ] - }, - "id": "node/4829563392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563393", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9122209, - 51.5261385 - ] - }, - "id": "node/4829563393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563394", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9121585, - 51.5259916 - ] - }, - "id": "node/4829563394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563395", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.912131, - 51.5258894 - ] - }, - "id": "node/4829563395" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563396", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9120989, - 51.525783 - ] - }, - "id": "node/4829563396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563397", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9120754, - 51.5257342 - ] - }, - "id": "node/4829563397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563398", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9119574, - 51.5253592 - ] - }, - "id": "node/4829563398" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563399", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9118186, - 51.524619 - ] - }, - "id": "node/4829563399" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563401", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9115735, - 51.5243209 - ] - }, - "id": "node/4829563401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563402", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116043, - 51.5243839 - ] - }, - "id": "node/4829563402" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563403", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9115855, - 51.5244264 - ] - }, - "id": "node/4829563403" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563404", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116593, - 51.5244214 - ] - }, - "id": "node/4829563404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563405", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116486, - 51.524348 - ] - }, - "id": "node/4829563405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563406", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116446, - 51.5242817 - ] - }, - "id": "node/4829563406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563407", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.911772, - 51.5243413 - ] - }, - "id": "node/4829563407" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829563411", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9117036, - 51.5235798 - ] - }, - "id": "node/4829563411" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564122", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9122075, - 51.5240734 - ] - }, - "id": "node/4829564122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564123", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9120117, - 51.5241919 - ] - }, - "id": "node/4829564123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564126", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9120506, - 51.5244181 - ] - }, - "id": "node/4829564126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564127", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9121713, - 51.5244118 - ] - }, - "id": "node/4829564127" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564128", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9121793, - 51.5242257 - ] - }, - "id": "node/4829564128" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564129", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113586, - 51.5240023 - ] - }, - "id": "node/4829564129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564130", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111447, - 51.524014 - ] - }, - "id": "node/4829564130" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564131", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114927, - 51.5240069 - ] - }, - "id": "node/4829564131" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564132", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116033, - 51.523991 - ] - }, - "id": "node/4829564132" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564133", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111701, - 51.5235987 - ] - }, - "id": "node/4829564133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564134", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.911545, - 51.5235949 - ] - }, - "id": "node/4829564134" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564135", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114886, - 51.5235119 - ] - }, - "id": "node/4829564135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564136", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9119466, - 51.5236312 - ] - }, - "id": "node/4829564136" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564137", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9117368, - 51.5236496 - ] - }, - "id": "node/4829564137" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564138", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9117233, - 51.5235607 - ] - }, - "id": "node/4829564138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564139", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.912003, - 51.5235603 - ] - }, - "id": "node/4829564139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564140", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9119634, - 51.5233846 - ] - }, - "id": "node/4829564140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564141", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9119909, - 51.5233542 - ] - }, - "id": "node/4829564141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564142", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9119567, - 51.5232386 - ] - }, - "id": "node/4829564142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564143", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9120613, - 51.5228877 - ] - }, - "id": "node/4829564143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564147", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9119989, - 51.5225279 - ] - }, - "id": "node/4829564147" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564148", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9119393, - 51.5226072 - ] - }, - "id": "node/4829564148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564149", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9119332, - 51.5225592 - ] - }, - "id": "node/4829564149" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564150", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9119922, - 51.5224695 - ] - }, - "id": "node/4829564150" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564151", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9120526, - 51.522462 - ] - }, - "id": "node/4829564151" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564152", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9120526, - 51.5223539 - ] - }, - "id": "node/4829564152" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564153", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9120821, - 51.5223694 - ] - }, - "id": "node/4829564153" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564154", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9119755, - 51.5223802 - ] - }, - "id": "node/4829564154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564155", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9119473, - 51.5223473 - ] - }, - "id": "node/4829564155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564156", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9120036, - 51.5223427 - ] - }, - "id": "node/4829564156" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564157", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9124516, - 51.5218324 - ] - }, - "id": "node/4829564157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564158", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.912237, - 51.5218357 - ] - }, - "id": "node/4829564158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564159", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9123302, - 51.5218115 - ] - }, - "id": "node/4829564159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564160", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9124207, - 51.5217406 - ] - }, - "id": "node/4829564160" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564161", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9124422, - 51.5216163 - ] - }, - "id": "node/4829564161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564162", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9124489, - 51.5215416 - ] - }, - "id": "node/4829564162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564163", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.912174, - 51.5214648 - ] - }, - "id": "node/4829564163" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564164", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.912351, - 51.521459 - ] - }, - "id": "node/4829564164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564165", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9122719, - 51.521605 - ] - }, - "id": "node/4829564165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564166", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9122222, - 51.5216004 - ] - }, - "id": "node/4829564166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564167", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9121941, - 51.5216255 - ] - }, - "id": "node/4829564167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564168", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.912186, - 51.5220177 - ] - }, - "id": "node/4829564168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564169", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.912185, - 51.5220802 - ] - }, - "id": "node/4829564169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564170", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9121867, - 51.5221426 - ] - }, - "id": "node/4829564170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829564171", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9121847, - 51.5221996 - ] - }, - "id": "node/4829564171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829628190", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.912326, - 51.5265989 - ] - }, - "id": "node/4829628190" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829628191", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9123971, - 51.5267603 - ] - }, - "id": "node/4829628191" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829628192", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9130415, - 51.527256 - ] - }, - "id": "node/4829628192" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829628193", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9128611, - 51.5271654 - ] - }, - "id": "node/4829628193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829628194", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9127894, - 51.5271696 - ] - }, - "id": "node/4829628194" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829628195", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9129744, - 51.5270878 - ] - }, - "id": "node/4829628195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829628196", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9124467, - 51.5268463 - ] - }, - "id": "node/4829628196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829628197", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9128598, - 51.5270349 - ] - }, - "id": "node/4829628197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829628198", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9128122, - 51.5270123 - ] - }, - "id": "node/4829628198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829628199", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9126083, - 51.5268221 - ] - }, - "id": "node/4829628199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667563", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111387, - 51.5217678 - ] - }, - "id": "node/4829667563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667564", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111474, - 51.5219068 - ] - }, - "id": "node/4829667564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667565", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111427, - 51.5219639 - ] - }, - "id": "node/4829667565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667566", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112038, - 51.5219781 - ] - }, - "id": "node/4829667566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667588", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9103918, - 51.5223715 - ] - }, - "id": "node/4829667588" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667592", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9109611, - 51.5237956 - ] - }, - "id": "node/4829667592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667593", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108525, - 51.5237889 - ] - }, - "id": "node/4829667593" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667594", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116156, - 51.5262979 - ] - }, - "id": "node/4829667594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667595", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114895, - 51.5262495 - ] - }, - "id": "node/4829667595" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667596", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112038, - 51.5270689 - ] - }, - "id": "node/4829667596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667597", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108096, - 51.5268303 - ] - }, - "id": "node/4829667597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667598", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108404, - 51.5268962 - ] - }, - "id": "node/4829667598" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667599", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9109235, - 51.5268953 - ] - }, - "id": "node/4829667599" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667600", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9110992, - 51.526922 - ] - }, - "id": "node/4829667600" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667601", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9110067, - 51.5269262 - ] - }, - "id": "node/4829667601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667602", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.910996, - 51.5265983 - ] - }, - "id": "node/4829667602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667603", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108364, - 51.5264556 - ] - }, - "id": "node/4829667603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667604", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9107143, - 51.5264907 - ] - }, - "id": "node/4829667604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667605", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.910768, - 51.5265766 - ] - }, - "id": "node/4829667605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667606", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9095771, - 51.525683 - ] - }, - "id": "node/4829667606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667607", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9095315, - 51.5254894 - ] - }, - "id": "node/4829667607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667608", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9094108, - 51.5253551 - ] - }, - "id": "node/4829667608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667609", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9092485, - 51.5245591 - ] - }, - "id": "node/4829667609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667610", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9091721, - 51.524514 - ] - }, - "id": "node/4829667610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667611", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9091292, - 51.5244506 - ] - }, - "id": "node/4829667611" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667612", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.909168, - 51.5239157 - ] - }, - "id": "node/4829667612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667613", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9088261, - 51.5234568 - ] - }, - "id": "node/4829667613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667614", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9089253, - 51.523496 - ] - }, - "id": "node/4829667614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667615", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9090996, - 51.5237238 - ] - }, - "id": "node/4829667615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829667617", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114841, - 51.5234047 - ] - }, - "id": "node/4829667617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829679697", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9189274, - 51.5244257 - ] - }, - "id": "node/4829679697" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829679698", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9187115, - 51.5244941 - ] - }, - "id": "node/4829679698" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829679699", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9189582, - 51.5242129 - ] - }, - "id": "node/4829679699" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829679700", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186391, - 51.5242404 - ] - }, - "id": "node/4829679700" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829679701", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184372, - 51.5240677 - ] - }, - "id": "node/4829679701" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829679702", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185646, - 51.5238729 - ] - }, - "id": "node/4829679702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829679703", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9181536, - 51.5238349 - ] - }, - "id": "node/4829679703" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829679704", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9180222, - 51.523945 - ] - }, - "id": "node/4829679704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829679705", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9179061, - 51.5241929 - ] - }, - "id": "node/4829679705" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829679706", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175575, - 51.5243965 - ] - }, - "id": "node/4829679706" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829679707", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175742, - 51.5242838 - ] - }, - "id": "node/4829679707" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829679708", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9174368, - 51.5242596 - ] - }, - "id": "node/4829679708" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829679709", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175065, - 51.5241524 - ] - }, - "id": "node/4829679709" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829679710", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175125, - 51.5240786 - ] - }, - "id": "node/4829679710" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829679711", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9174576, - 51.5240844 - ] - }, - "id": "node/4829679711" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829679712", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9173369, - 51.5240677 - ] - }, - "id": "node/4829679712" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829679713", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9171109, - 51.5241841 - ] - }, - "id": "node/4829679713" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829679714", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9169479, - 51.5242279 - ] - }, - "id": "node/4829679714" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829679715", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9171297, - 51.523789 - ] - }, - "id": "node/4829679715" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829679716", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9173429, - 51.5237452 - ] - }, - "id": "node/4829679716" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829679717", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9176091, - 51.5236993 - ] - }, - "id": "node/4829679717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829679718", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9174495, - 51.5235687 - ] - }, - "id": "node/4829679718" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829679719", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175045, - 51.5236125 - ] - }, - "id": "node/4829679719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829679720", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175555, - 51.5236568 - ] - }, - "id": "node/4829679720" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729285", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.875752, - 51.5394071 - ] - }, - "id": "node/4829729285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729286", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8760156, - 51.5394027 - ] - }, - "id": "node/4829729286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729287", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8759184, - 51.5394043 - ] - }, - "id": "node/4829729287" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729288", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8756018, - 51.5394097 - ] - }, - "id": "node/4829729288" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729289", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8753733, - 51.5394135 - ] - }, - "id": "node/4829729289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729290", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8751989, - 51.5394085 - ] - }, - "id": "node/4829729290" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729291", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8750659, - 51.539393 - ] - }, - "id": "node/4829729291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729292", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8749662, - 51.5393814 - ] - }, - "id": "node/4829729292" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729293", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8748268, - 51.5393785 - ] - }, - "id": "node/4829729293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729294", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.874715, - 51.5393686 - ] - }, - "id": "node/4829729294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729295", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8746011, - 51.5393585 - ] - }, - "id": "node/4829729295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729296", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8744683, - 51.5393468 - ] - }, - "id": "node/4829729296" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729297", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8743511, - 51.5393364 - ] - }, - "id": "node/4829729297" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729298", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8742304, - 51.5393257 - ] - }, - "id": "node/4829729298" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729299", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8740951, - 51.5393137 - ] - }, - "id": "node/4829729299" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729300", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8739338, - 51.5392994 - ] - }, - "id": "node/4829729300" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729301", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8738504, - 51.539292 - ] - }, - "id": "node/4829729301" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729302", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8737617, - 51.5392842 - ] - }, - "id": "node/4829729302" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729303", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8736774, - 51.5392767 - ] - }, - "id": "node/4829729303" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729304", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8735675, - 51.539268 - ] - }, - "id": "node/4829729304" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729305", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.873467, - 51.5392592 - ] - }, - "id": "node/4829729305" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729306", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8733375, - 51.5392478 - ] - }, - "id": "node/4829729306" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729307", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8732162, - 51.5392372 - ] - }, - "id": "node/4829729307" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729308", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8730917, - 51.5392263 - ] - }, - "id": "node/4829729308" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729309", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8729536, - 51.5392141 - ] - }, - "id": "node/4829729309" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729310", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8728232, - 51.5392027 - ] - }, - "id": "node/4829729310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729311", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8726895, - 51.539191 - ] - }, - "id": "node/4829729311" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729312", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8725439, - 51.5391782 - ] - }, - "id": "node/4829729312" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729313", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8724259, - 51.5391679 - ] - }, - "id": "node/4829729313" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729314", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8723209, - 51.5391587 - ] - }, - "id": "node/4829729314" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729315", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8720236, - 51.5391326 - ] - }, - "id": "node/4829729315" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729316", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8718983, - 51.5391216 - ] - }, - "id": "node/4829729316" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729317", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8717733, - 51.5391106 - ] - }, - "id": "node/4829729317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729318", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8716536, - 51.5391001 - ] - }, - "id": "node/4829729318" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729319", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8715081, - 51.5390874 - ] - }, - "id": "node/4829729319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729826", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8767348, - 51.5302309 - ] - }, - "id": "node/4829729826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729827", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8766489, - 51.5302147 - ] - }, - "id": "node/4829729827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729828", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8765956, - 51.5302046 - ] - }, - "id": "node/4829729828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729829", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8764972, - 51.530186 - ] - }, - "id": "node/4829729829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729830", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8764495, - 51.530177 - ] - }, - "id": "node/4829729830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729831", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8763702, - 51.530162 - ] - }, - "id": "node/4829729831" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729832", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8761768, - 51.5301254 - ] - }, - "id": "node/4829729832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729833", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8760105, - 51.530094 - ] - }, - "id": "node/4829729833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729834", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8757953, - 51.5300533 - ] - }, - "id": "node/4829729834" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729835", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8756157, - 51.5300194 - ] - }, - "id": "node/4829729835" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729836", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8754664, - 51.5299911 - ] - }, - "id": "node/4829729836" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729837", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8752099, - 51.5299427 - ] - }, - "id": "node/4829729837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729838", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8750235, - 51.5299074 - ] - }, - "id": "node/4829729838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729839", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8748422, - 51.5298731 - ] - }, - "id": "node/4829729839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729840", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8746562, - 51.529838 - ] - }, - "id": "node/4829729840" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729841", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8744456, - 51.5297982 - ] - }, - "id": "node/4829729841" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729842", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8742633, - 51.5297637 - ] - }, - "id": "node/4829729842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729843", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8740533, - 51.529724 - ] - }, - "id": "node/4829729843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729844", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8738869, - 51.5296925 - ] - }, - "id": "node/4829729844" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729845", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8737016, - 51.5296575 - ] - }, - "id": "node/4829729845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729846", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8735216, - 51.5296235 - ] - }, - "id": "node/4829729846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729847", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8732887, - 51.5295795 - ] - }, - "id": "node/4829729847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729848", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8730987, - 51.5295436 - ] - }, - "id": "node/4829729848" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729849", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8728853, - 51.5295032 - ] - }, - "id": "node/4829729849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729850", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8726917, - 51.5294666 - ] - }, - "id": "node/4829729850" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729851", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8720808, - 51.5293409 - ] - }, - "id": "node/4829729851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729852", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8718809, - 51.5293013 - ] - }, - "id": "node/4829729852" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729853", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8716909, - 51.5292638 - ] - }, - "id": "node/4829729853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829729854", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8714871, - 51.5292235 - ] - }, - "id": "node/4829729854" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829730061", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.871413, - 51.5228804 - ] - }, - "id": "node/4829730061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829730071", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8716195, - 51.5229459 - ] - }, - "id": "node/4829730071" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231199", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9815711, - 51.5405531 - ] - }, - "id": "node/4833231199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231200", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9815195, - 51.5404955 - ] - }, - "id": "node/4833231200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231201", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9814437, - 51.5404697 - ] - }, - "id": "node/4833231201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231202", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9813525, - 51.5404313 - ] - }, - "id": "node/4833231202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231203", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9819272, - 51.5405081 - ] - }, - "id": "node/4833231203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231204", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9818574, - 51.5404805 - ] - }, - "id": "node/4833231204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231205", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9818051, - 51.540453 - ] - }, - "id": "node/4833231205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231206", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9817092, - 51.5405177 - ] - }, - "id": "node/4833231206" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231207", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9817917, - 51.5405398 - ] - }, - "id": "node/4833231207" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231208", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9818139, - 51.5406636 - ] - }, - "id": "node/4833231208" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231209", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9816945, - 51.5406328 - ] - }, - "id": "node/4833231209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231210", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9823979, - 51.5407337 - ] - }, - "id": "node/4833231210" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231211", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9825642, - 51.5404213 - ] - }, - "id": "node/4833231211" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231212", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9825937, - 51.540458 - ] - }, - "id": "node/4833231212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231213", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9826668, - 51.540453 - ] - }, - "id": "node/4833231213" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231214", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9824576, - 51.5405861 - ] - }, - "id": "node/4833231214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231215", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9824039, - 51.5407099 - ] - }, - "id": "node/4833231215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231216", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9824308, - 51.5406457 - ] - }, - "id": "node/4833231216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231217", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9823355, - 51.5406966 - ] - }, - "id": "node/4833231217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231218", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9821592, - 51.5406323 - ] - }, - "id": "node/4833231218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231219", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.982076, - 51.5406615 - ] - }, - "id": "node/4833231219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231220", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.982123, - 51.5407237 - ] - }, - "id": "node/4833231220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231521", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9820257, - 51.5407466 - ] - }, - "id": "node/4833231521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231522", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9816067, - 51.5409001 - ] - }, - "id": "node/4833231522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231523", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9815443, - 51.5409184 - ] - }, - "id": "node/4833231523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231524", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9816938, - 51.5410778 - ] - }, - "id": "node/4833231524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231525", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9816274, - 51.5410669 - ] - }, - "id": "node/4833231525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231537", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9813733, - 51.5400102 - ] - }, - "id": "node/4833231537" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231538", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.981146, - 51.5399898 - ] - }, - "id": "node/4833231538" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231539", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9805143, - 51.5395764 - ] - }, - "id": "node/4833231539" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231540", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9804137, - 51.5396006 - ] - }, - "id": "node/4833231540" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231541", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9803051, - 51.5396394 - ] - }, - "id": "node/4833231541" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231542", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9809716, - 51.5393954 - ] - }, - "id": "node/4833231542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231565", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9799775, - 51.538947 - ] - }, - "id": "node/4833231565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231566", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9800044, - 51.5388761 - ] - }, - "id": "node/4833231566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231567", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9800332, - 51.538796 - ] - }, - "id": "node/4833231567" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231568", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9805696, - 51.5388855 - ] - }, - "id": "node/4833231568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231569", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9807809, - 51.53886 - ] - }, - "id": "node/4833231569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231570", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9806548, - 51.5386965 - ] - }, - "id": "node/4833231570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231571", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.98052, - 51.5387458 - ] - }, - "id": "node/4833231571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231572", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9809592, - 51.5385084 - ] - }, - "id": "node/4833231572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231573", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9810229, - 51.5385022 - ] - }, - "id": "node/4833231573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231574", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9807688, - 51.5386527 - ] - }, - "id": "node/4833231574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231575", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9809331, - 51.5386957 - ] - }, - "id": "node/4833231575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231576", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9809056, - 51.538679 - ] - }, - "id": "node/4833231576" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231577", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9808473, - 51.5386782 - ] - }, - "id": "node/4833231577" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231578", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9844273, - 51.538278 - ] - }, - "id": "node/4833231578" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231579", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9848384, - 51.5366049 - ] - }, - "id": "node/4833231579" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231580", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9849899, - 51.536739 - ] - }, - "id": "node/4833231580" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231581", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9851965, - 51.537559 - ] - }, - "id": "node/4833231581" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231582", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9850731, - 51.5378013 - ] - }, - "id": "node/4833231582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231583", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.985069, - 51.5377262 - ] - }, - "id": "node/4833231583" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231584", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9850758, - 51.5376474 - ] - }, - "id": "node/4833231584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231589", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9850845, - 51.5374776 - ] - }, - "id": "node/4833231589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231590", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9847693, - 51.5383633 - ] - }, - "id": "node/4833231590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231591", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9847586, - 51.5384046 - ] - }, - "id": "node/4833231591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231592", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9848431, - 51.5384179 - ] - }, - "id": "node/4833231592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231723", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9846989, - 51.5386892 - ] - }, - "id": "node/4833231723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231724", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9847063, - 51.5386567 - ] - }, - "id": "node/4833231724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231725", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9847432, - 51.5386171 - ] - }, - "id": "node/4833231725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231726", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9849671, - 51.538678 - ] - }, - "id": "node/4833231726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231750", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9850466, - 51.5382859 - ] - }, - "id": "node/4833231750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231751", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9850727, - 51.5383777 - ] - }, - "id": "node/4833231751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833231789", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9824619, - 51.5408687 - ] - }, - "id": "node/4833231789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833385128", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9852475, - 51.5411946 - ] - }, - "id": "node/4833385128" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833385129", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9852662, - 51.5410449 - ] - }, - "id": "node/4833385129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833385139", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9850909, - 51.5412868 - ] - }, - "id": "node/4833385139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833385140", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9851278, - 51.5413514 - ] - }, - "id": "node/4833385140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833385141", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9850647, - 51.5413902 - ] - }, - "id": "node/4833385141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833385142", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9849353, - 51.5414809 - ] - }, - "id": "node/4833385142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833385143", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9848518, - 51.5414724 - ] - }, - "id": "node/4833385143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833385144", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9845719, - 51.5416316 - ] - }, - "id": "node/4833385144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833385145", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9845323, - 51.5417333 - ] - }, - "id": "node/4833385145" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833385146", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.984476, - 51.541755 - ] - }, - "id": "node/4833385146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833385147", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9846074, - 51.5418426 - ] - }, - "id": "node/4833385147" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833442957", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9841348, - 51.5479688 - ] - }, - "id": "node/4833442957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833442958", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9837036, - 51.5479276 - ] - }, - "id": "node/4833442958" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833442959", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9834884, - 51.5479309 - ] - }, - "id": "node/4833442959" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833442960", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9832369, - 51.5479396 - ] - }, - "id": "node/4833442960" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833442961", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9828145, - 51.5479813 - ] - }, - "id": "node/4833442961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833442962", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.982606, - 51.5479901 - ] - }, - "id": "node/4833442962" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833442963", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.982388, - 51.5480101 - ] - }, - "id": "node/4833442963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833442964", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9822734, - 51.5480064 - ] - }, - "id": "node/4833442964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833442965", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9821922, - 51.5480255 - ] - }, - "id": "node/4833442965" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833442966", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9819823, - 51.548046 - ] - }, - "id": "node/4833442966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443053", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9851534, - 51.5483034 - ] - }, - "id": "node/4833443053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443054", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9847162, - 51.5482254 - ] - }, - "id": "node/4833443054" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443055", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9845043, - 51.5481996 - ] - }, - "id": "node/4833443055" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443056", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9842716, - 51.5481716 - ] - }, - "id": "node/4833443056" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443057", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9840503, - 51.5481499 - ] - }, - "id": "node/4833443057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443058", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9836037, - 51.5481287 - ] - }, - "id": "node/4833443058" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443059", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9833724, - 51.5481266 - ] - }, - "id": "node/4833443059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443060", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9831364, - 51.5481308 - ] - }, - "id": "node/4833443060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443061", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9828882, - 51.5481408 - ] - }, - "id": "node/4833443061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443062", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9826784, - 51.5481537 - ] - }, - "id": "node/4833443062" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443063", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.982447, - 51.5481704 - ] - }, - "id": "node/4833443063" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443064", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.982219, - 51.5481875 - ] - }, - "id": "node/4833443064" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443065", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9819783, - 51.5482071 - ] - }, - "id": "node/4833443065" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443066", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9817557, - 51.5482225 - ] - }, - "id": "node/4833443066" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443067", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9815331, - 51.5482396 - ] - }, - "id": "node/4833443067" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443068", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9813024, - 51.54826 - ] - }, - "id": "node/4833443068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443069", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9780113, - 51.548594 - ] - }, - "id": "node/4833443069" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443073", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9818358, - 51.5480582 - ] - }, - "id": "node/4833443073" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443074", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9817641, - 51.5480636 - ] - }, - "id": "node/4833443074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443075", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9815529, - 51.5480811 - ] - }, - "id": "node/4833443075" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443076", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9813564, - 51.5480957 - ] - }, - "id": "node/4833443076" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443077", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9811304, - 51.5480974 - ] - }, - "id": "node/4833443077" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443078", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9809098, - 51.5481278 - ] - }, - "id": "node/4833443078" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443079", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9807455, - 51.5481266 - ] - }, - "id": "node/4833443079" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443080", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9807026, - 51.5481462 - ] - }, - "id": "node/4833443080" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443081", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9806241, - 51.5481391 - ] - }, - "id": "node/4833443081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443082", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9805785, - 51.5481416 - ] - }, - "id": "node/4833443082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443083", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9804894, - 51.548152 - ] - }, - "id": "node/4833443083" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443084", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9804243, - 51.5481591 - ] - }, - "id": "node/4833443084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443085", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9803841, - 51.548162 - ] - }, - "id": "node/4833443085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443086", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9803559, - 51.5481645 - ] - }, - "id": "node/4833443086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443087", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9802781, - 51.5481745 - ] - }, - "id": "node/4833443087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443088", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9802346, - 51.5481779 - ] - }, - "id": "node/4833443088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443089", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9802091, - 51.5481796 - ] - }, - "id": "node/4833443089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443090", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9801688, - 51.5481837 - ] - }, - "id": "node/4833443090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443091", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9801219, - 51.5481904 - ] - }, - "id": "node/4833443091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443092", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9800857, - 51.548195 - ] - }, - "id": "node/4833443092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443093", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9799623, - 51.5482025 - ] - }, - "id": "node/4833443093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443094", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9798725, - 51.5482283 - ] - }, - "id": "node/4833443094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443095", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9797008, - 51.5482329 - ] - }, - "id": "node/4833443095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443096", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9796545, - 51.5482367 - ] - }, - "id": "node/4833443096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443097", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9795975, - 51.5482396 - ] - }, - "id": "node/4833443097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443098", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9795332, - 51.5482446 - ] - }, - "id": "node/4833443098" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443099", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9794534, - 51.5482496 - ] - }, - "id": "node/4833443099" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443100", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9794051, - 51.5482721 - ] - }, - "id": "node/4833443100" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443101", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9793199, - 51.5482413 - ] - }, - "id": "node/4833443101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443102", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9791945, - 51.5482796 - ] - }, - "id": "node/4833443102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443103", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9791469, - 51.5482821 - ] - }, - "id": "node/4833443103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443104", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9790819, - 51.5482875 - ] - }, - "id": "node/4833443104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443105", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.978988, - 51.5483026 - ] - }, - "id": "node/4833443105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443106", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9787855, - 51.5483192 - ] - }, - "id": "node/4833443106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443107", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9786916, - 51.5483242 - ] - }, - "id": "node/4833443107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443108", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9770514, - 51.5483551 - ] - }, - "id": "node/4833443108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443109", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9772184, - 51.5482142 - ] - }, - "id": "node/4833443109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443110", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9784884, - 51.5483463 - ] - }, - "id": "node/4833443110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443111", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9782705, - 51.5483405 - ] - }, - "id": "node/4833443111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443112", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9781853, - 51.5483213 - ] - }, - "id": "node/4833443112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443113", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9780895, - 51.5483209 - ] - }, - "id": "node/4833443113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443114", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9779916, - 51.5483255 - ] - }, - "id": "node/4833443114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443115", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9776851, - 51.5484289 - ] - }, - "id": "node/4833443115" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443116", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9778253, - 51.5484018 - ] - }, - "id": "node/4833443116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443117", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9775604, - 51.5483564 - ] - }, - "id": "node/4833443117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443118", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9776603, - 51.5482492 - ] - }, - "id": "node/4833443118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443119", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9777287, - 51.5482087 - ] - }, - "id": "node/4833443119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443120", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.977773, - 51.5481716 - ] - }, - "id": "node/4833443120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443121", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9778005, - 51.548152 - ] - }, - "id": "node/4833443121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443122", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9779419, - 51.548059 - ] - }, - "id": "node/4833443122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443123", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9773881, - 51.548049 - ] - }, - "id": "node/4833443123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443124", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9779466, - 51.5477897 - ] - }, - "id": "node/4833443124" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443125", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.978074, - 51.5479469 - ] - }, - "id": "node/4833443125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443126", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9781391, - 51.5478927 - ] - }, - "id": "node/4833443126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443127", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9781988, - 51.5478547 - ] - }, - "id": "node/4833443127" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443128", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9783335, - 51.5478802 - ] - }, - "id": "node/4833443128" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443129", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9784475, - 51.5477972 - ] - }, - "id": "node/4833443129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443130", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9782631, - 51.5477951 - ] - }, - "id": "node/4833443130" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443131", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.978121, - 51.5476729 - ] - }, - "id": "node/4833443131" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443132", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9783107, - 51.5477359 - ] - }, - "id": "node/4833443132" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443133", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.978406, - 51.5476237 - ] - }, - "id": "node/4833443133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443134", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9782987, - 51.547542 - ] - }, - "id": "node/4833443134" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443135", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9784663, - 51.5473923 - ] - }, - "id": "node/4833443135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443136", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9786427, - 51.5474081 - ] - }, - "id": "node/4833443136" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443137", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9786111, - 51.5474723 - ] - }, - "id": "node/4833443137" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443138", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.978534, - 51.5475407 - ] - }, - "id": "node/4833443138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443139", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9790792, - 51.5471396 - ] - }, - "id": "node/4833443139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443140", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9805363, - 51.5475403 - ] - }, - "id": "node/4833443140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443141", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9813329, - 51.5478704 - ] - }, - "id": "node/4833443141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443142", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9812283, - 51.5477828 - ] - }, - "id": "node/4833443142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443143", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9811827, - 51.5477453 - ] - }, - "id": "node/4833443143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443144", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9810808, - 51.5476623 - ] - }, - "id": "node/4833443144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443145", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9812632, - 51.547543 - ] - }, - "id": "node/4833443145" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443146", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.98118, - 51.5475309 - ] - }, - "id": "node/4833443146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443147", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9810748, - 51.5475226 - ] - }, - "id": "node/4833443147" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443148", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9808951, - 51.5474934 - ] - }, - "id": "node/4833443148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443149", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9809869, - 51.547483 - ] - }, - "id": "node/4833443149" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443150", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.980777, - 51.5474992 - ] - }, - "id": "node/4833443150" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443151", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9830629, - 51.5430232 - ] - }, - "id": "node/4833443151" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443152", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9830328, - 51.5431358 - ] - }, - "id": "node/4833443152" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443153", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9829302, - 51.5432676 - ] - }, - "id": "node/4833443153" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443154", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9828671, - 51.543512 - ] - }, - "id": "node/4833443154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443155", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9829758, - 51.5433639 - ] - }, - "id": "node/4833443155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443156", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9827967, - 51.5439507 - ] - }, - "id": "node/4833443156" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443157", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9827156, - 51.5442426 - ] - }, - "id": "node/4833443157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443158", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9826794, - 51.5443781 - ] - }, - "id": "node/4833443158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443159", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.982432, - 51.5449119 - ] - }, - "id": "node/4833443159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443160", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9825634, - 51.5447289 - ] - }, - "id": "node/4833443160" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443163", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9824507, - 51.5450466 - ] - }, - "id": "node/4833443163" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443164", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9824507, - 51.5451821 - ] - }, - "id": "node/4833443164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443165", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9823911, - 51.5453535 - ] - }, - "id": "node/4833443165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443166", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9823662, - 51.5454453 - ] - }, - "id": "node/4833443166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443167", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9823575, - 51.5455475 - ] - }, - "id": "node/4833443167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443168", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9823361, - 51.5456363 - ] - }, - "id": "node/4833443168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443169", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.982322, - 51.5457476 - ] - }, - "id": "node/4833443169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443170", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9822335, - 51.5457985 - ] - }, - "id": "node/4833443170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443171", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9822757, - 51.5458861 - ] - }, - "id": "node/4833443171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443172", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.982267, - 51.5459861 - ] - }, - "id": "node/4833443172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443173", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9822583, - 51.5460762 - ] - }, - "id": "node/4833443173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443174", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9822294, - 51.5461876 - ] - }, - "id": "node/4833443174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443175", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9822201, - 51.5462755 - ] - }, - "id": "node/4833443175" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443176", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9821879, - 51.5463623 - ] - }, - "id": "node/4833443176" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443177", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9821698, - 51.5464574 - ] - }, - "id": "node/4833443177" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443178", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9821624, - 51.5465358 - ] - }, - "id": "node/4833443178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443179", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9821416, - 51.5466175 - ] - }, - "id": "node/4833443179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443180", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9821061, - 51.5467059 - ] - }, - "id": "node/4833443180" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443181", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9820826, - 51.5467743 - ] - }, - "id": "node/4833443181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443182", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9820363, - 51.5468414 - ] - }, - "id": "node/4833443182" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443183", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9819921, - 51.5469148 - ] - }, - "id": "node/4833443183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443184", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9819096, - 51.5470528 - ] - }, - "id": "node/4833443184" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443185", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9818747, - 51.5471104 - ] - }, - "id": "node/4833443185" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443186", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9818298, - 51.5472142 - ] - }, - "id": "node/4833443186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443187", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9817909, - 51.5472868 - ] - }, - "id": "node/4833443187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443188", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9817581, - 51.5473718 - ] - }, - "id": "node/4833443188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443189", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9817165, - 51.5474577 - ] - }, - "id": "node/4833443189" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443190", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9817051, - 51.5475457 - ] - }, - "id": "node/4833443190" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443191", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9815381, - 51.5479023 - ] - }, - "id": "node/4833443191" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443192", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9814945, - 51.5478814 - ] - }, - "id": "node/4833443192" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443193", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.981512, - 51.5477767 - ] - }, - "id": "node/4833443193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443194", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9815542, - 51.5477405 - ] - }, - "id": "node/4833443194" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443195", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9817071, - 51.5477154 - ] - }, - "id": "node/4833443195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443196", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9817037, - 51.5475962 - ] - }, - "id": "node/4833443196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443197", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9830911, - 51.5477209 - ] - }, - "id": "node/4833443197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443198", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9833251, - 51.5477609 - ] - }, - "id": "node/4833443198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443201", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9825144, - 51.54767 - ] - }, - "id": "node/4833443201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443202", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9824755, - 51.5476725 - ] - }, - "id": "node/4833443202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443203", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9824333, - 51.5476725 - ] - }, - "id": "node/4833443203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443204", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9823837, - 51.5476721 - ] - }, - "id": "node/4833443204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443205", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9823287, - 51.5476675 - ] - }, - "id": "node/4833443205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443206", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9820826, - 51.5476537 - ] - }, - "id": "node/4833443206" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443207", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.981982, - 51.547665 - ] - }, - "id": "node/4833443207" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443208", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9819136, - 51.5476395 - ] - }, - "id": "node/4833443208" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443209", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9818513, - 51.54763 - ] - }, - "id": "node/4833443209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443210", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9819391, - 51.5472201 - ] - }, - "id": "node/4833443210" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443211", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9820001, - 51.547135 - ] - }, - "id": "node/4833443211" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443212", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9820377, - 51.5470545 - ] - }, - "id": "node/4833443212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443213", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9820752, - 51.5469807 - ] - }, - "id": "node/4833443213" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443214", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9821376, - 51.5468902 - ] - }, - "id": "node/4833443214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443215", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9821872, - 51.5467985 - ] - }, - "id": "node/4833443215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443216", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9822328, - 51.5467159 - ] - }, - "id": "node/4833443216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443217", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9822737, - 51.54663 - ] - }, - "id": "node/4833443217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443218", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9822938, - 51.5465608 - ] - }, - "id": "node/4833443218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443219", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9823005, - 51.5464936 - ] - }, - "id": "node/4833443219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443220", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.98233, - 51.5463952 - ] - }, - "id": "node/4833443220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443221", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9823508, - 51.5463002 - ] - }, - "id": "node/4833443221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443222", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9823723, - 51.5461926 - ] - }, - "id": "node/4833443222" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443223", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9824025, - 51.5460579 - ] - }, - "id": "node/4833443223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443224", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9825346, - 51.5460074 - ] - }, - "id": "node/4833443224" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443225", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9826439, - 51.5459757 - ] - }, - "id": "node/4833443225" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443226", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9827552, - 51.5459244 - ] - }, - "id": "node/4833443226" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443227", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.982837, - 51.5458781 - ] - }, - "id": "node/4833443227" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443228", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.982434, - 51.545899 - ] - }, - "id": "node/4833443228" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443229", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9824581, - 51.5458114 - ] - }, - "id": "node/4833443229" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443230", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9824762, - 51.5457226 - ] - }, - "id": "node/4833443230" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443231", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.982489, - 51.5456492 - ] - }, - "id": "node/4833443231" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443232", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9825299, - 51.5455216 - ] - }, - "id": "node/4833443232" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443233", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9825506, - 51.5454294 - ] - }, - "id": "node/4833443233" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443234", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9825775, - 51.5453389 - ] - }, - "id": "node/4833443234" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443235", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9826298, - 51.5451559 - ] - }, - "id": "node/4833443235" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443236", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9826573, - 51.5450679 - ] - }, - "id": "node/4833443236" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443237", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9826841, - 51.5449786 - ] - }, - "id": "node/4833443237" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443238", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9827364, - 51.5447918 - ] - }, - "id": "node/4833443238" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443239", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9827578, - 51.5447101 - ] - }, - "id": "node/4833443239" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443240", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9827907, - 51.5446321 - ] - }, - "id": "node/4833443240" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443241", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9828591, - 51.544356 - ] - }, - "id": "node/4833443241" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443242", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9829543, - 51.543992 - ] - }, - "id": "node/4833443242" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443243", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9829825, - 51.5438802 - ] - }, - "id": "node/4833443243" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443244", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9830227, - 51.5436905 - ] - }, - "id": "node/4833443244" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443245", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9830422, - 51.5436004 - ] - }, - "id": "node/4833443245" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443246", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9830717, - 51.5435082 - ] - }, - "id": "node/4833443246" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443247", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9830971, - 51.5434286 - ] - }, - "id": "node/4833443247" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443248", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9831246, - 51.5433397 - ] - }, - "id": "node/4833443248" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443249", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9831461, - 51.5432367 - ] - }, - "id": "node/4833443249" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443250", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9831756, - 51.5431558 - ] - }, - "id": "node/4833443250" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443251", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9832158, - 51.5430929 - ] - }, - "id": "node/4833443251" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443252", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9833359, - 51.5431621 - ] - }, - "id": "node/4833443252" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443253", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9834398, - 51.5431992 - ] - }, - "id": "node/4833443253" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833443254", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9825966, - 51.5423356 - ] - }, - "id": "node/4833443254" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038629", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9147662, - 51.5225179 - ] - }, - "id": "node/4839038629" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038630", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9147655, - 51.5225771 - ] - }, - "id": "node/4839038630" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038631", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.914734, - 51.5226597 - ] - }, - "id": "node/4839038631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038632", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9149955, - 51.5220911 - ] - }, - "id": "node/4839038632" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038634", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9147454, - 51.5220097 - ] - }, - "id": "node/4839038634" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038635", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9150605, - 51.5214414 - ] - }, - "id": "node/4839038635" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038636", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9169569, - 51.5208481 - ] - }, - "id": "node/4839038636" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038637", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9164258, - 51.5208122 - ] - }, - "id": "node/4839038637" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038638", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9164714, - 51.5208949 - ] - }, - "id": "node/4839038638" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038639", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9166591, - 51.5208798 - ] - }, - "id": "node/4839038639" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038640", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9167396, - 51.5208556 - ] - }, - "id": "node/4839038640" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038641", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9162863, - 51.5208899 - ] - }, - "id": "node/4839038641" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038642", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9164875, - 51.5206078 - ] - }, - "id": "node/4839038642" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038643", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.916399, - 51.5206161 - ] - }, - "id": "node/4839038643" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038644", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9161911, - 51.5206262 - ] - }, - "id": "node/4839038644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038648", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9153496, - 51.5209474 - ] - }, - "id": "node/4839038648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038649", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.915599, - 51.5209412 - ] - }, - "id": "node/4839038649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038650", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9154226, - 51.5209266 - ] - }, - "id": "node/4839038650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038651", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9150458, - 51.5209554 - ] - }, - "id": "node/4839038651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038652", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9150485, - 51.5208869 - ] - }, - "id": "node/4839038652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038653", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9149311, - 51.5208828 - ] - }, - "id": "node/4839038653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038654", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9148882, - 51.5206237 - ] - }, - "id": "node/4839038654" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038655", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9149761, - 51.5204889 - ] - }, - "id": "node/4839038655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038656", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9150753, - 51.5203061 - ] - }, - "id": "node/4839038656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038657", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9149694, - 51.5202778 - ] - }, - "id": "node/4839038657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038658", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9151296, - 51.5201843 - ] - }, - "id": "node/4839038658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038659", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9149694, - 51.5202118 - ] - }, - "id": "node/4839038659" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038660", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9149077, - 51.5199202 - ] - }, - "id": "node/4839038660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038661", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9150411, - 51.5197253 - ] - }, - "id": "node/4839038661" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038662", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9157693, - 51.5198534 - ] - }, - "id": "node/4839038662" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038663", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9155762, - 51.5199143 - ] - }, - "id": "node/4839038663" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038664", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.915365, - 51.5198876 - ] - }, - "id": "node/4839038664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038665", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9154468, - 51.5198755 - ] - }, - "id": "node/4839038665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038666", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9153905, - 51.5197883 - ] - }, - "id": "node/4839038666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038667", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9154314, - 51.5198134 - ] - }, - "id": "node/4839038667" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038668", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9152838, - 51.5198906 - ] - }, - "id": "node/4839038668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038669", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9150887, - 51.5198943 - ] - }, - "id": "node/4839038669" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038670", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9151866, - 51.5198363 - ] - }, - "id": "node/4839038670" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038671", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9137647, - 51.5205331 - ] - }, - "id": "node/4839038671" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038672", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9138552, - 51.5204682 - ] - }, - "id": "node/4839038672" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038673", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9138663, - 51.5204048 - ] - }, - "id": "node/4839038673" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038674", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9137624, - 51.5204186 - ] - }, - "id": "node/4839038674" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038675", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9137302, - 51.5204013 - ] - }, - "id": "node/4839038675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038676", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9137902, - 51.5203043 - ] - }, - "id": "node/4839038676" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038677", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9134928, - 51.5205196 - ] - }, - "id": "node/4839038677" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038678", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9134925, - 51.5204862 - ] - }, - "id": "node/4839038678" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038679", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9133449, - 51.5203875 - ] - }, - "id": "node/4839038679" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038680", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9137644, - 51.521708 - ] - }, - "id": "node/4839038680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038681", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9137818, - 51.5216196 - ] - }, - "id": "node/4839038681" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038682", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9139863, - 51.5213133 - ] - }, - "id": "node/4839038682" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038683", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9138053, - 51.5213455 - ] - }, - "id": "node/4839038683" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038684", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9142431, - 51.5210709 - ] - }, - "id": "node/4839038684" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038685", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9140299, - 51.5210835 - ] - }, - "id": "node/4839038685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038686", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9140641, - 51.5210672 - ] - }, - "id": "node/4839038686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038687", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9141332, - 51.5210563 - ] - }, - "id": "node/4839038687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038688", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9141835, - 51.5212528 - ] - }, - "id": "node/4839038688" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038689", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9141258, - 51.5211356 - ] - }, - "id": "node/4839038689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038690", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9138864, - 51.5212833 - ] - }, - "id": "node/4839038690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038691", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9135257, - 51.5212407 - ] - }, - "id": "node/4839038691" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038692", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9134177, - 51.5211636 - ] - }, - "id": "node/4839038692" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038693", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9133915, - 51.5207789 - ] - }, - "id": "node/4839038693" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038695", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9132527, - 51.5208573 - ] - }, - "id": "node/4839038695" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038696", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9132306, - 51.5207513 - ] - }, - "id": "node/4839038696" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038712", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9138717, - 51.5208423 - ] - }, - "id": "node/4839038712" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038713", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9134076, - 51.5209174 - ] - }, - "id": "node/4839038713" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038714", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9135002, - 51.5208627 - ] - }, - "id": "node/4839038714" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038715", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9136403, - 51.520773 - ] - }, - "id": "node/4839038715" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038716", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9137704, - 51.5207618 - ] - }, - "id": "node/4839038716" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038717", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9139347, - 51.5207885 - ] - }, - "id": "node/4839038717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038718", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9140494, - 51.5208352 - ] - }, - "id": "node/4839038718" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038719", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9140923, - 51.5209879 - ] - }, - "id": "node/4839038719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038720", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9141694, - 51.5209195 - ] - }, - "id": "node/4839038720" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038721", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9144101, - 51.5207396 - ] - }, - "id": "node/4839038721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038722", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9146803, - 51.5207743 - ] - }, - "id": "node/4839038722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038723", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9145509, - 51.5207129 - ] - }, - "id": "node/4839038723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038724", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.914679, - 51.5206683 - ] - }, - "id": "node/4839038724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038725", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9147313, - 51.5205581 - ] - }, - "id": "node/4839038725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038726", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9139226, - 51.5205811 - ] - }, - "id": "node/4839038726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038727", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9142411, - 51.5205544 - ] - }, - "id": "node/4839038727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038728", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9144155, - 51.5206111 - ] - }, - "id": "node/4839038728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839038729", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9142847, - 51.520607 - ] - }, - "id": "node/4839038729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839059884", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995983, - 51.5268051 - ] - }, - "id": "node/4839059884" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074767", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002541, - 51.5259561 - ] - }, - "id": "node/4839074767" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074768", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001039, - 51.5261739 - ] - }, - "id": "node/4839074768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074769", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999376, - 51.5262164 - ] - }, - "id": "node/4839074769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074770", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999906, - 51.5262131 - ] - }, - "id": "node/4839074770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074771", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000214, - 51.5261651 - ] - }, - "id": "node/4839074771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074772", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8998219, - 51.5261584 - ] - }, - "id": "node/4839074772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074773", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995916, - 51.5260873 - ] - }, - "id": "node/4839074773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074774", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8993592, - 51.5260207 - ] - }, - "id": "node/4839074774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074775", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8992764, - 51.5260468 - ] - }, - "id": "node/4839074775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074776", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899208, - 51.5260243 - ] - }, - "id": "node/4839074776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074777", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990437, - 51.5259371 - ] - }, - "id": "node/4839074777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074778", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8987772, - 51.5258585 - ] - }, - "id": "node/4839074778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074779", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8981998, - 51.5256943 - ] - }, - "id": "node/4839074779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074780", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.898232, - 51.5257273 - ] - }, - "id": "node/4839074780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074781", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8981123, - 51.5255919 - ] - }, - "id": "node/4839074781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074782", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978123, - 51.5255752 - ] - }, - "id": "node/4839074782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074783", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975444, - 51.5255005 - ] - }, - "id": "node/4839074783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074784", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8973023, - 51.5254659 - ] - }, - "id": "node/4839074784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074785", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8972742, - 51.5254329 - ] - }, - "id": "node/4839074785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074786", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8969979, - 51.5253578 - ] - }, - "id": "node/4839074786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074787", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8968403, - 51.5253078 - ] - }, - "id": "node/4839074787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074788", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8966284, - 51.5252285 - ] - }, - "id": "node/4839074788" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074789", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8955931, - 51.5251463 - ] - }, - "id": "node/4839074789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074790", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8959686, - 51.5250391 - ] - }, - "id": "node/4839074790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074791", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8957983, - 51.5251467 - ] - }, - "id": "node/4839074791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074792", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8958868, - 51.5250946 - ] - }, - "id": "node/4839074792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074793", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962502, - 51.5250654 - ] - }, - "id": "node/4839074793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074794", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8963421, - 51.5251705 - ] - }, - "id": "node/4839074794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074795", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8961818, - 51.5251046 - ] - }, - "id": "node/4839074795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074804", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990136, - 51.5267583 - ] - }, - "id": "node/4839074804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074805", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8989438, - 51.5267166 - ] - }, - "id": "node/4839074805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074806", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8988144, - 51.5266849 - ] - }, - "id": "node/4839074806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074807", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8987567, - 51.5266595 - ] - }, - "id": "node/4839074807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074808", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8983303, - 51.5265568 - ] - }, - "id": "node/4839074808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074809", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8981915, - 51.5265143 - ] - }, - "id": "node/4839074809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074810", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8980586, - 51.5264743 - ] - }, - "id": "node/4839074810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074811", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89792, - 51.5264326 - ] - }, - "id": "node/4839074811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074812", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8977757, - 51.5263891 - ] - }, - "id": "node/4839074812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074813", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8977382, - 51.5262569 - ] - }, - "id": "node/4839074813" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074814", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975296, - 51.5262861 - ] - }, - "id": "node/4839074814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074815", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8974733, - 51.526193 - ] - }, - "id": "node/4839074815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074816", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.897362, - 51.526153 - ] - }, - "id": "node/4839074816" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074817", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8972312, - 51.5261238 - ] - }, - "id": "node/4839074817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074818", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8967431, - 51.5261655 - ] - }, - "id": "node/4839074818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074819", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8969939, - 51.5260462 - ] - }, - "id": "node/4839074819" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074820", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8967766, - 51.5259732 - ] - }, - "id": "node/4839074820" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074921", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8967102, - 51.5259419 - ] - }, - "id": "node/4839074921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074922", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8965761, - 51.5260345 - ] - }, - "id": "node/4839074922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074923", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962093, - 51.5260124 - ] - }, - "id": "node/4839074923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074924", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8964246, - 51.5259936 - ] - }, - "id": "node/4839074924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074925", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8963253, - 51.5258785 - ] - }, - "id": "node/4839074925" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074926", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962442, - 51.525808 - ] - }, - "id": "node/4839074926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074927", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962777, - 51.5258355 - ] - }, - "id": "node/4839074927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074928", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960933, - 51.525921 - ] - }, - "id": "node/4839074928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074929", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8959505, - 51.5258797 - ] - }, - "id": "node/4839074929" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074930", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8958141, - 51.5258403 - ] - }, - "id": "node/4839074930" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074931", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8956625, - 51.5257964 - ] - }, - "id": "node/4839074931" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074932", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8955198, - 51.5257551 - ] - }, - "id": "node/4839074932" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074933", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.895376, - 51.5257135 - ] - }, - "id": "node/4839074933" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074934", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8952323, - 51.525672 - ] - }, - "id": "node/4839074934" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074945", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990464, - 51.526848 - ] - }, - "id": "node/4839074945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074946", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8989358, - 51.5268113 - ] - }, - "id": "node/4839074946" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074947", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8988064, - 51.5267709 - ] - }, - "id": "node/4839074947" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074948", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975276, - 51.5272022 - ] - }, - "id": "node/4839074948" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074949", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8972071, - 51.5270775 - ] - }, - "id": "node/4839074949" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074950", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8973875, - 51.5271605 - ] - }, - "id": "node/4839074950" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074951", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8970904, - 51.526871 - ] - }, - "id": "node/4839074951" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074952", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8972728, - 51.5267012 - ] - }, - "id": "node/4839074952" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074953", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975752, - 51.5266716 - ] - }, - "id": "node/4839074953" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074954", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8976872, - 51.5267066 - ] - }, - "id": "node/4839074954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074955", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8974854, - 51.5268514 - ] - }, - "id": "node/4839074955" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074956", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8976785, - 51.5268547 - ] - }, - "id": "node/4839074956" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074957", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978441, - 51.5268985 - ] - }, - "id": "node/4839074957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074958", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8979675, - 51.526969 - ] - }, - "id": "node/4839074958" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074959", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8984724, - 51.5269698 - ] - }, - "id": "node/4839074959" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074960", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8983993, - 51.526949 - ] - }, - "id": "node/4839074960" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074961", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8979192, - 51.5269477 - ] - }, - "id": "node/4839074961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074962", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8979648, - 51.5271121 - ] - }, - "id": "node/4839074962" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074963", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8981673, - 51.5270374 - ] - }, - "id": "node/4839074963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074964", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8982143, - 51.5271755 - ] - }, - "id": "node/4839074964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074965", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.898461, - 51.5272081 - ] - }, - "id": "node/4839074965" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074966", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8958459, - 51.5276469 - ] - }, - "id": "node/4839074966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074967", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8961677, - 51.5277245 - ] - }, - "id": "node/4839074967" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074968", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.896212, - 51.5277604 - ] - }, - "id": "node/4839074968" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074969", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960035, - 51.5276886 - ] - }, - "id": "node/4839074969" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074970", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8966693, - 51.5275205 - ] - }, - "id": "node/4839074970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074971", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8966137, - 51.5276644 - ] - }, - "id": "node/4839074971" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074972", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8961282, - 51.5274746 - ] - }, - "id": "node/4839074972" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074973", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962267, - 51.5273774 - ] - }, - "id": "node/4839074973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074974", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8961449, - 51.5273724 - ] - }, - "id": "node/4839074974" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074975", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8961235, - 51.5273466 - ] - }, - "id": "node/4839074975" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074976", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962053, - 51.5273666 - ] - }, - "id": "node/4839074976" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074977", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8963099, - 51.5273983 - ] - }, - "id": "node/4839074977" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074978", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8963669, - 51.5274171 - ] - }, - "id": "node/4839074978" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839074979", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8969764, - 51.5270066 - ] - }, - "id": "node/4839074979" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839101031", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8973794, - 51.5258172 - ] - }, - "id": "node/4839101031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839101032", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8973298, - 51.5258051 - ] - }, - "id": "node/4839101032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839101033", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.897421, - 51.5258272 - ] - }, - "id": "node/4839101033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839101034", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975839, - 51.5258968 - ] - }, - "id": "node/4839101034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839101035", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975558, - 51.5257433 - ] - }, - "id": "node/4839101035" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839101036", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8976222, - 51.52573 - ] - }, - "id": "node/4839101036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839101037", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8976805, - 51.52579 - ] - }, - "id": "node/4839101037" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839101038", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8972802, - 51.5255769 - ] - }, - "id": "node/4839101038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839101039", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.893281, - 51.5234825 - ] - }, - "id": "node/4839101039" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839101040", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934701, - 51.5235368 - ] - }, - "id": "node/4839101040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839101041", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8937666, - 51.5236219 - ] - }, - "id": "node/4839101041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839101042", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8940646, - 51.5237075 - ] - }, - "id": "node/4839101042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839101043", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8943619, - 51.5237928 - ] - }, - "id": "node/4839101043" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839101044", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.894657, - 51.5238776 - ] - }, - "id": "node/4839101044" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839101045", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.895013, - 51.5239798 - ] - }, - "id": "node/4839101045" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154190", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8946328, - 51.5253545 - ] - }, - "id": "node/4839154190" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154191", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8938952, - 51.5256294 - ] - }, - "id": "node/4839154191" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154192", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8938698, - 51.5257412 - ] - }, - "id": "node/4839154192" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154193", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8939918, - 51.525677 - ] - }, - "id": "node/4839154193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154194", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8940025, - 51.5255827 - ] - }, - "id": "node/4839154194" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154195", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8941044, - 51.5254409 - ] - }, - "id": "node/4839154195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154196", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8953624, - 51.5244504 - ] - }, - "id": "node/4839154196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154197", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8953342, - 51.5244396 - ] - }, - "id": "node/4839154197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154198", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8953517, - 51.5245956 - ] - }, - "id": "node/4839154198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154199", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8952645, - 51.5246448 - ] - }, - "id": "node/4839154199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154200", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8951773, - 51.5247133 - ] - }, - "id": "node/4839154200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154201", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8950298, - 51.5248701 - ] - }, - "id": "node/4839154201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154202", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.894032, - 51.5246891 - ] - }, - "id": "node/4839154202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154203", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8941621, - 51.524417 - ] - }, - "id": "node/4839154203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154204", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8941635, - 51.5244755 - ] - }, - "id": "node/4839154204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154205", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8942359, - 51.5245005 - ] - }, - "id": "node/4839154205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154206", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8950446, - 51.5240474 - ] - }, - "id": "node/4839154206" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154207", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8947281, - 51.5240474 - ] - }, - "id": "node/4839154207" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154208", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8947093, - 51.52412 - ] - }, - "id": "node/4839154208" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154209", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8945484, - 51.5241492 - ] - }, - "id": "node/4839154209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154210", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8946127, - 51.5241417 - ] - }, - "id": "node/4839154210" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154211", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8948488, - 51.5240499 - ] - }, - "id": "node/4839154211" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154212", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8945832, - 51.5244446 - ] - }, - "id": "node/4839154212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154213", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8949064, - 51.5242301 - ] - }, - "id": "node/4839154213" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154751", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89219, - 51.5229956 - ] - }, - "id": "node/4839154751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154826", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8924341, - 51.5264607 - ] - }, - "id": "node/4839154826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154874", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8981264, - 51.5258789 - ] - }, - "id": "node/4839154874" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154875", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8980768, - 51.5259402 - ] - }, - "id": "node/4839154875" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154876", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8980492, - 51.5259744 - ] - }, - "id": "node/4839154876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154877", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8979951, - 51.5260412 - ] - }, - "id": "node/4839154877" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154878", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8979567, - 51.5260887 - ] - }, - "id": "node/4839154878" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154879", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8979286, - 51.5261234 - ] - }, - "id": "node/4839154879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154880", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978602, - 51.5260921 - ] - }, - "id": "node/4839154880" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154883", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8943767, - 51.5258589 - ] - }, - "id": "node/4839154883" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154884", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8945316, - 51.5255798 - ] - }, - "id": "node/4839154884" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154885", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8946013, - 51.5256002 - ] - }, - "id": "node/4839154885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154886", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8944538, - 51.5257308 - ] - }, - "id": "node/4839154886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154887", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8942506, - 51.5259131 - ] - }, - "id": "node/4839154887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839154888", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8943003, - 51.5259039 - ] - }, - "id": "node/4839154888" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839206472", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8742145, - 51.5439572 - ] - }, - "id": "node/4839206472" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839206473", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.873885, - 51.5441682 - ] - }, - "id": "node/4839206473" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839206474", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.874016, - 51.5442858 - ] - }, - "id": "node/4839206474" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839206497", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8735024, - 51.5445075 - ] - }, - "id": "node/4839206497" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839206498", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8733931, - 51.5444356 - ] - }, - "id": "node/4839206498" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839206499", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8743242, - 51.5450035 - ] - }, - "id": "node/4839206499" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839206500", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8743681, - 51.5448966 - ] - }, - "id": "node/4839206500" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839206501", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8742675, - 51.5448805 - ] - }, - "id": "node/4839206501" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839206502", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.874183, - 51.5448624 - ] - }, - "id": "node/4839206502" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839206503", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8741109, - 51.5448394 - ] - }, - "id": "node/4839206503" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839206504", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8740298, - 51.5448117 - ] - }, - "id": "node/4839206504" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839206505", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8742531, - 51.5447287 - ] - }, - "id": "node/4839206505" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839206506", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8743922, - 51.5446243 - ] - }, - "id": "node/4839206506" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839206507", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8745974, - 51.5446478 - ] - }, - "id": "node/4839206507" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839206508", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8744224, - 51.544745 - ] - }, - "id": "node/4839206508" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839206509", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8743842, - 51.5447811 - ] - }, - "id": "node/4839206509" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839206510", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8745639, - 51.5447865 - ] - }, - "id": "node/4839206510" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839211799", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8744016, - 51.5457421 - ] - }, - "id": "node/4839211799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839211800", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8744247, - 51.5457948 - ] - }, - "id": "node/4839211800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839211801", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8736757, - 51.5453132 - ] - }, - "id": "node/4839211801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839211802", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8737505, - 51.5453184 - ] - }, - "id": "node/4839211802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839216804", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8734072, - 51.5468209 - ] - }, - "id": "node/4839216804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839216805", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8732402, - 51.5468029 - ] - }, - "id": "node/4839216805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839216806", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8724201, - 51.5467116 - ] - }, - "id": "node/4839216806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839216807", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8723591, - 51.5466945 - ] - }, - "id": "node/4839216807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839216808", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8727594, - 51.5467279 - ] - }, - "id": "node/4839216808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839221570", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8726532, - 51.5439111 - ] - }, - "id": "node/4839221570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839221571", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8726458, - 51.5439437 - ] - }, - "id": "node/4839221571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839221572", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8726806, - 51.5437904 - ] - }, - "id": "node/4839221572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839221573", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8726755, - 51.5438129 - ] - }, - "id": "node/4839221573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839221574", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8727889, - 51.5438388 - ] - }, - "id": "node/4839221574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839221575", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8731655, - 51.5442929 - ] - }, - "id": "node/4839221575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839249547", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8719588, - 51.5517466 - ] - }, - "id": "node/4839249547" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839249549", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8714854, - 51.5522745 - ] - }, - "id": "node/4839249549" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839249550", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8715625, - 51.5522274 - ] - }, - "id": "node/4839249550" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839249551", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8716168, - 51.5521164 - ] - }, - "id": "node/4839249551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839267071", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8746658, - 51.5507021 - ] - }, - "id": "node/4839267071" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839267072", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8746296, - 51.5506942 - ] - }, - "id": "node/4839267072" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839267073", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.874531, - 51.5506784 - ] - }, - "id": "node/4839267073" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839267074", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.874472, - 51.5506671 - ] - }, - "id": "node/4839267074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839267075", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8748395, - 51.5513234 - ] - }, - "id": "node/4839267075" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839267076", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8750071, - 51.5512704 - ] - }, - "id": "node/4839267076" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839267077", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8750534, - 51.5511758 - ] - }, - "id": "node/4839267077" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839267078", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8749857, - 51.5511654 - ] - }, - "id": "node/4839267078" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839267079", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8749186, - 51.551142 - ] - }, - "id": "node/4839267079" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839267080", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8752351, - 51.5510257 - ] - }, - "id": "node/4839267080" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839267081", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8754074, - 51.5508764 - ] - }, - "id": "node/4839267081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839267082", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8751618, - 51.5508368 - ] - }, - "id": "node/4839267082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839270589", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8866566, - 51.5546339 - ] - }, - "id": "node/4839270589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839270590", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.886715, - 51.5545668 - ] - }, - "id": "node/4839270590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839270591", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8867927, - 51.5544842 - ] - }, - "id": "node/4839270591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839270592", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8868779, - 51.5544628 - ] - }, - "id": "node/4839270592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839270593", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8870653, - 51.5544742 - ] - }, - "id": "node/4839270593" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839270594", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8871693, - 51.5544836 - ] - }, - "id": "node/4839270594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648030", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9008683, - 51.5628467 - ] - }, - "id": "node/4839648030" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648031", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9010091, - 51.562697 - ] - }, - "id": "node/4839648031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648032", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9009065, - 51.5625728 - ] - }, - "id": "node/4839648032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648033", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000576, - 51.561667 - ] - }, - "id": "node/4839648033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648034", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899434, - 51.5618391 - ] - }, - "id": "node/4839648034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648035", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996439, - 51.5616057 - ] - }, - "id": "node/4839648035" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648036", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899615, - 51.5617428 - ] - }, - "id": "node/4839648036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648037", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995057, - 51.5617366 - ] - }, - "id": "node/4839648037" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648038", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995936, - 51.5618199 - ] - }, - "id": "node/4839648038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648039", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996197, - 51.5618996 - ] - }, - "id": "node/4839648039" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648040", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996694, - 51.5619588 - ] - }, - "id": "node/4839648040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648041", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999416, - 51.5619483 - ] - }, - "id": "node/4839648041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648042", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999235, - 51.5618591 - ] - }, - "id": "node/4839648042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648043", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997599, - 51.561762 - ] - }, - "id": "node/4839648043" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648044", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005719, - 51.5624532 - ] - }, - "id": "node/4839648044" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648045", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005069, - 51.5626645 - ] - }, - "id": "node/4839648045" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648046", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9004284, - 51.5626624 - ] - }, - "id": "node/4839648046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648047", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8998518, - 51.5626562 - ] - }, - "id": "node/4839648047" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648048", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000885, - 51.5627183 - ] - }, - "id": "node/4839648048" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648049", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002849, - 51.562642 - ] - }, - "id": "node/4839648049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648050", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002125, - 51.5626299 - ] - }, - "id": "node/4839648050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648051", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900128, - 51.5626178 - ] - }, - "id": "node/4839648051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648052", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000422, - 51.5626091 - ] - }, - "id": "node/4839648052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648053", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999637, - 51.5622539 - ] - }, - "id": "node/4839648053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648054", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000657, - 51.5622205 - ] - }, - "id": "node/4839648054" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648055", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002695, - 51.5622451 - ] - }, - "id": "node/4839648055" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648056", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9004492, - 51.5622047 - ] - }, - "id": "node/4839648056" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648057", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9004566, - 51.5622806 - ] - }, - "id": "node/4839648057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648058", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005599, - 51.5622668 - ] - }, - "id": "node/4839648058" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648059", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005283, - 51.5623335 - ] - }, - "id": "node/4839648059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648060", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003929, - 51.5623185 - ] - }, - "id": "node/4839648060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648061", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003178, - 51.5623114 - ] - }, - "id": "node/4839648061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648062", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001917, - 51.5623448 - ] - }, - "id": "node/4839648062" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648063", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995024, - 51.5622777 - ] - }, - "id": "node/4839648063" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648064", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997096, - 51.5623585 - ] - }, - "id": "node/4839648064" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648065", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8998397, - 51.562589 - ] - }, - "id": "node/4839648065" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648066", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899491, - 51.5625907 - ] - }, - "id": "node/4839648066" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648067", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8993817, - 51.5624444 - ] - }, - "id": "node/4839648067" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648068", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8991618, - 51.5623181 - ] - }, - "id": "node/4839648068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648069", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8991919, - 51.5624498 - ] - }, - "id": "node/4839648069" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648070", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899139, - 51.5624173 - ] - }, - "id": "node/4839648070" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648071", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990799, - 51.5623623 - ] - }, - "id": "node/4839648071" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648072", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8989217, - 51.5623464 - ] - }, - "id": "node/4839648072" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648073", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8988459, - 51.5624019 - ] - }, - "id": "node/4839648073" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648074", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8988714, - 51.5624607 - ] - }, - "id": "node/4839648074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648075", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8987708, - 51.5624327 - ] - }, - "id": "node/4839648075" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648076", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990035, - 51.5625411 - ] - }, - "id": "node/4839648076" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648077", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.898917, - 51.5626061 - ] - }, - "id": "node/4839648077" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648078", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8988144, - 51.5625961 - ] - }, - "id": "node/4839648078" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648079", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8987031, - 51.5625853 - ] - }, - "id": "node/4839648079" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648080", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.898793, - 51.5625065 - ] - }, - "id": "node/4839648080" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648081", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8986642, - 51.5624552 - ] - }, - "id": "node/4839648081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648082", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8985844, - 51.5624365 - ] - }, - "id": "node/4839648082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648083", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8985127, - 51.5624465 - ] - }, - "id": "node/4839648083" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648084", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8984255, - 51.5624569 - ] - }, - "id": "node/4839648084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648085", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8984496, - 51.5624173 - ] - }, - "id": "node/4839648085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648086", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8983631, - 51.562301 - ] - }, - "id": "node/4839648086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648087", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8982793, - 51.5623239 - ] - }, - "id": "node/4839648087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648088", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8981962, - 51.562301 - ] - }, - "id": "node/4839648088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648089", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8976275, - 51.5622943 - ] - }, - "id": "node/4839648089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648090", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975531, - 51.5622443 - ] - }, - "id": "node/4839648090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648091", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8974974, - 51.5622381 - ] - }, - "id": "node/4839648091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648092", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8974364, - 51.5622339 - ] - }, - "id": "node/4839648092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648093", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8973265, - 51.5622189 - ] - }, - "id": "node/4839648093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648094", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8959552, - 51.5622035 - ] - }, - "id": "node/4839648094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648095", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960712, - 51.5622276 - ] - }, - "id": "node/4839648095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648096", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8961865, - 51.5622426 - ] - }, - "id": "node/4839648096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648097", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8963086, - 51.5622606 - ] - }, - "id": "node/4839648097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648098", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.896668, - 51.5622268 - ] - }, - "id": "node/4839648098" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648099", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8970059, - 51.5622001 - ] - }, - "id": "node/4839648099" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648100", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8969235, - 51.562236 - ] - }, - "id": "node/4839648100" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648101", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8967565, - 51.5622777 - ] - }, - "id": "node/4839648101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648102", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.897126, - 51.5623727 - ] - }, - "id": "node/4839648102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648103", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8970837, - 51.5623364 - ] - }, - "id": "node/4839648103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648104", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8971923, - 51.5623356 - ] - }, - "id": "node/4839648104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648105", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.897368, - 51.5623452 - ] - }, - "id": "node/4839648105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648106", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8972788, - 51.5623314 - ] - }, - "id": "node/4839648106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648107", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8972923, - 51.5623785 - ] - }, - "id": "node/4839648107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648108", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.897419, - 51.5622902 - ] - }, - "id": "node/4839648108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648109", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8974525, - 51.5624111 - ] - }, - "id": "node/4839648109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648110", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8976926, - 51.562336 - ] - }, - "id": "node/4839648110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648111", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.897932, - 51.5623268 - ] - }, - "id": "node/4839648111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648112", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8980205, - 51.5623985 - ] - }, - "id": "node/4839648112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648113", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8979534, - 51.562514 - ] - }, - "id": "node/4839648113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648114", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978651, - 51.5625047 - ] - }, - "id": "node/4839648114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648115", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.897751, - 51.5624926 - ] - }, - "id": "node/4839648115" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648116", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975168, - 51.5624679 - ] - }, - "id": "node/4839648116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648117", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8968057, - 51.5623927 - ] - }, - "id": "node/4839648117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648118", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8966822, - 51.5623797 - ] - }, - "id": "node/4839648118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648119", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8965669, - 51.5623675 - ] - }, - "id": "node/4839648119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648120", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8963412, - 51.5623436 - ] - }, - "id": "node/4839648120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648321", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8962275, - 51.5623316 - ] - }, - "id": "node/4839648321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648322", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8961154, - 51.5623198 - ] - }, - "id": "node/4839648322" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648323", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000335, - 51.5627683 - ] - }, - "id": "node/4839648323" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648324", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999252, - 51.562757 - ] - }, - "id": "node/4839648324" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648325", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997895, - 51.5627429 - ] - }, - "id": "node/4839648325" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648326", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996338, - 51.5627268 - ] - }, - "id": "node/4839648326" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648327", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994812, - 51.5627109 - ] - }, - "id": "node/4839648327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648328", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8990596, - 51.5626671 - ] - }, - "id": "node/4839648328" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648329", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8988068, - 51.5626408 - ] - }, - "id": "node/4839648329" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648330", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.898668, - 51.5626264 - ] - }, - "id": "node/4839648330" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648331", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8985109, - 51.5626101 - ] - }, - "id": "node/4839648331" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648332", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8983044, - 51.5625887 - ] - }, - "id": "node/4839648332" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648333", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8981873, - 51.5625765 - ] - }, - "id": "node/4839648333" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648334", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8979157, - 51.5625483 - ] - }, - "id": "node/4839648334" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648335", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978125, - 51.5625375 - ] - }, - "id": "node/4839648335" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648336", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8977327, - 51.5625292 - ] - }, - "id": "node/4839648336" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648337", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8976354, - 51.5625191 - ] - }, - "id": "node/4839648337" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648338", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975083, - 51.5625059 - ] - }, - "id": "node/4839648338" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648339", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8973985, - 51.5624945 - ] - }, - "id": "node/4839648339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648340", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8970498, - 51.5624583 - ] - }, - "id": "node/4839648340" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648341", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8969172, - 51.5624445 - ] - }, - "id": "node/4839648341" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648342", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8966668, - 51.5624185 - ] - }, - "id": "node/4839648342" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648343", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8965117, - 51.5624024 - ] - }, - "id": "node/4839648343" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648344", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8964221, - 51.5623931 - ] - }, - "id": "node/4839648344" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648345", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8963365, - 51.5623842 - ] - }, - "id": "node/4839648345" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648346", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.896254, - 51.5623756 - ] - }, - "id": "node/4839648346" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648347", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960731, - 51.5623568 - ] - }, - "id": "node/4839648347" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648348", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8959391, - 51.5623429 - ] - }, - "id": "node/4839648348" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648352", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8869953, - 51.5629617 - ] - }, - "id": "node/4839648352" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648362", - "natural": "tree", - "survey:date": "2017-05-06" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8965479, - 51.5605923 - ] - }, - "id": "node/4839648362" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648363", - "natural": "tree", - "survey:date": "2017-05-06" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8964433, - 51.5605789 - ] - }, - "id": "node/4839648363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648364", - "natural": "tree", - "survey:date": "2017-05-06" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8963716, - 51.5605681 - ] - }, - "id": "node/4839648364" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648365", - "natural": "tree", - "survey:date": "2017-05-06" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.895402, - 51.5603888 - ] - }, - "id": "node/4839648365" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648366", - "natural": "tree", - "survey:date": "2017-05-06" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8953389, - 51.560378 - ] - }, - "id": "node/4839648366" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648367", - "natural": "tree", - "survey:date": "2017-05-06" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8952886, - 51.5603692 - ] - }, - "id": "node/4839648367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648368", - "natural": "tree", - "survey:date": "2017-05-06" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8956293, - 51.5604251 - ] - }, - "id": "node/4839648368" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648369", - "natural": "tree", - "survey:date": "2017-05-06" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8956689, - 51.560453 - ] - }, - "id": "node/4839648369" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648370", - "natural": "tree", - "survey:date": "2017-05-06" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8957594, - 51.560438 - ] - }, - "id": "node/4839648370" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648371", - "natural": "tree", - "survey:date": "2017-05-06" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8957808, - 51.5604626 - ] - }, - "id": "node/4839648371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648536", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8922685, - 51.5615169 - ] - }, - "id": "node/4839648536" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648537", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8923094, - 51.5614248 - ] - }, - "id": "node/4839648537" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648538", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8924073, - 51.5611592 - ] - }, - "id": "node/4839648538" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648539", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8925139, - 51.5611088 - ] - }, - "id": "node/4839648539" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648540", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8922698, - 51.5612572 - ] - }, - "id": "node/4839648540" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648541", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8921451, - 51.5614873 - ] - }, - "id": "node/4839648541" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648542", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8920184, - 51.5615248 - ] - }, - "id": "node/4839648542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648543", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919231, - 51.561689 - ] - }, - "id": "node/4839648543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648544", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8918903, - 51.5615923 - ] - }, - "id": "node/4839648544" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648605", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8883645, - 51.5622472 - ] - }, - "id": "node/4839648605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648606", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8882701, - 51.5622851 - ] - }, - "id": "node/4839648606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839648607", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8881942, - 51.5623156 - ] - }, - "id": "node/4839648607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784200", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003929, - 51.5620134 - ] - }, - "id": "node/4839784200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784201", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9004827, - 51.5619633 - ] - }, - "id": "node/4839784201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784202", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006135, - 51.5619533 - ] - }, - "id": "node/4839784202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784203", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005887, - 51.5618462 - ] - }, - "id": "node/4839784203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784204", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007027, - 51.5615827 - ] - }, - "id": "node/4839784204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784205", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005994, - 51.5616082 - ] - }, - "id": "node/4839784205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784206", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900476, - 51.561697 - ] - }, - "id": "node/4839784206" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784207", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.899499, - 51.5608983 - ] - }, - "id": "node/4839784207" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784208", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994722, - 51.5601166 - ] - }, - "id": "node/4839784208" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784209", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994783, - 51.5602062 - ] - }, - "id": "node/4839784209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784210", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994534, - 51.5602934 - ] - }, - "id": "node/4839784210" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784211", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994434, - 51.5604739 - ] - }, - "id": "node/4839784211" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784212", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995118, - 51.5604493 - ] - }, - "id": "node/4839784212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784213", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995131, - 51.5605297 - ] - }, - "id": "node/4839784213" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784214", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995239, - 51.5606181 - ] - }, - "id": "node/4839784214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784215", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995064, - 51.5607707 - ] - }, - "id": "node/4839784215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784216", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007479, - 51.5608334 - ] - }, - "id": "node/4839784216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784217", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007589, - 51.5607519 - ] - }, - "id": "node/4839784217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784218", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007704, - 51.5606663 - ] - }, - "id": "node/4839784218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784219", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9008237, - 51.5605829 - ] - }, - "id": "node/4839784219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784220", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9013873, - 51.5604068 - ] - }, - "id": "node/4839784220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784521", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.901325, - 51.5601079 - ] - }, - "id": "node/4839784521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784522", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9011748, - 51.5600962 - ] - }, - "id": "node/4839784522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784523", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9004613, - 51.5601362 - ] - }, - "id": "node/4839784523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784524", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.90024, - 51.5599861 - ] - }, - "id": "node/4839784524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784525", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995882, - 51.5600049 - ] - }, - "id": "node/4839784525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784526", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8998357, - 51.5600045 - ] - }, - "id": "node/4839784526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784527", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997069, - 51.5599136 - ] - }, - "id": "node/4839784527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784528", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995983, - 51.5597468 - ] - }, - "id": "node/4839784528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784529", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997659, - 51.5598448 - ] - }, - "id": "node/4839784529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784530", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997364, - 51.5597506 - ] - }, - "id": "node/4839784530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784531", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89978, - 51.5596664 - ] - }, - "id": "node/4839784531" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784532", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996158, - 51.5596364 - ] - }, - "id": "node/4839784532" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784533", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996533, - 51.5587451 - ] - }, - "id": "node/4839784533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784534", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9009119, - 51.5583678 - ] - }, - "id": "node/4839784534" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784535", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9011137, - 51.5583811 - ] - }, - "id": "node/4839784535" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784536", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9018976, - 51.5585091 - ] - }, - "id": "node/4839784536" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784537", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9017414, - 51.5585008 - ] - }, - "id": "node/4839784537" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784538", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9016227, - 51.5584903 - ] - }, - "id": "node/4839784538" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784539", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002434, - 51.5595751 - ] - }, - "id": "node/4839784539" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784540", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002594, - 51.5594096 - ] - }, - "id": "node/4839784540" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784541", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003037, - 51.5593896 - ] - }, - "id": "node/4839784541" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784542", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003701, - 51.5594129 - ] - }, - "id": "node/4839784542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784543", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9004962, - 51.5593925 - ] - }, - "id": "node/4839784543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784544", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9012525, - 51.5596497 - ] - }, - "id": "node/4839784544" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784545", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9013095, - 51.5596247 - ] - }, - "id": "node/4839784545" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784546", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9013934, - 51.559588 - ] - }, - "id": "node/4839784546" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784547", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9017762, - 51.5595647 - ] - }, - "id": "node/4839784547" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784548", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.90197, - 51.5595747 - ] - }, - "id": "node/4839784548" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784549", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9020545, - 51.5598427 - ] - }, - "id": "node/4839784549" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784550", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9020579, - 51.5597539 - ] - }, - "id": "node/4839784550" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784551", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9017441, - 51.5597985 - ] - }, - "id": "node/4839784551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784552", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9017601, - 51.5596843 - ] - }, - "id": "node/4839784552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784553", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9016415, - 51.5596785 - ] - }, - "id": "node/4839784553" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784554", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9015771, - 51.5596114 - ] - }, - "id": "node/4839784554" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784555", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9014705, - 51.5598857 - ] - }, - "id": "node/4839784555" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784556", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9015107, - 51.559829 - ] - }, - "id": "node/4839784556" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784557", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9017139, - 51.5599444 - ] - }, - "id": "node/4839784557" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784558", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9019955, - 51.5599524 - ] - }, - "id": "node/4839784558" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784559", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9019419, - 51.5600141 - ] - }, - "id": "node/4839784559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784560", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9017903, - 51.5600086 - ] - }, - "id": "node/4839784560" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784561", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9016421, - 51.560002 - ] - }, - "id": "node/4839784561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784562", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.901498, - 51.559992 - ] - }, - "id": "node/4839784562" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784563", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9013558, - 51.559987 - ] - }, - "id": "node/4839784563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784564", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.901217, - 51.5599803 - ] - }, - "id": "node/4839784564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784565", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9011151, - 51.5598465 - ] - }, - "id": "node/4839784565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784566", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9011298, - 51.5597439 - ] - }, - "id": "node/4839784566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784567", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9011278, - 51.5596681 - ] - }, - "id": "node/4839784567" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784568", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9011573, - 51.5595476 - ] - }, - "id": "node/4839784568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784569", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9011634, - 51.5594688 - ] - }, - "id": "node/4839784569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784570", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.90116, - 51.5593108 - ] - }, - "id": "node/4839784570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784571", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.901325, - 51.5592758 - ] - }, - "id": "node/4839784571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784572", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9014866, - 51.5592845 - ] - }, - "id": "node/4839784572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784573", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9016314, - 51.5592916 - ] - }, - "id": "node/4839784573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784574", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9018145, - 51.5592987 - ] - }, - "id": "node/4839784574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784575", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9020022, - 51.5593095 - ] - }, - "id": "node/4839784575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784576", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9021745, - 51.5593696 - ] - }, - "id": "node/4839784576" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784577", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9021806, - 51.5594742 - ] - }, - "id": "node/4839784577" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784578", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9021692, - 51.5595713 - ] - }, - "id": "node/4839784578" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784579", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9021571, - 51.5596635 - ] - }, - "id": "node/4839784579" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784580", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9021484, - 51.5597406 - ] - }, - "id": "node/4839784580" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784581", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.902137, - 51.5598348 - ] - }, - "id": "node/4839784581" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784582", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9021202, - 51.5599986 - ] - }, - "id": "node/4839784582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784583", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9027284, - 51.5599582 - ] - }, - "id": "node/4839784583" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784584", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9026265, - 51.5599474 - ] - }, - "id": "node/4839784584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784585", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9023697, - 51.5599569 - ] - }, - "id": "node/4839784585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784586", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9022986, - 51.5598544 - ] - }, - "id": "node/4839784586" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784587", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9025601, - 51.5597719 - ] - }, - "id": "node/4839784587" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784588", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.902652, - 51.559696 - ] - }, - "id": "node/4839784588" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784589", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9027244, - 51.5598419 - ] - }, - "id": "node/4839784589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784590", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9024314, - 51.5595859 - ] - }, - "id": "node/4839784590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784591", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9024897, - 51.5595497 - ] - }, - "id": "node/4839784591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784592", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9025829, - 51.5596101 - ] - }, - "id": "node/4839784592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784593", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9023231, - 51.5597658 - ] - }, - "id": "node/4839784593" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784594", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.902338, - 51.5596764 - ] - }, - "id": "node/4839784594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784595", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9023475, - 51.5595916 - ] - }, - "id": "node/4839784595" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784596", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9023754, - 51.5593454 - ] - }, - "id": "node/4839784596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784597", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9023662, - 51.5594263 - ] - }, - "id": "node/4839784597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784598", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9023565, - 51.5595122 - ] - }, - "id": "node/4839784598" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784599", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9025635, - 51.5592929 - ] - }, - "id": "node/4839784599" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784600", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9026835, - 51.559315 - ] - }, - "id": "node/4839784600" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784601", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9026466, - 51.5593746 - ] - }, - "id": "node/4839784601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784602", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9024957, - 51.5591461 - ] - }, - "id": "node/4839784602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784603", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9027432, - 51.5592057 - ] - }, - "id": "node/4839784603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784604", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9025105, - 51.5588084 - ] - }, - "id": "node/4839784604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784605", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9027834, - 51.5588468 - ] - }, - "id": "node/4839784605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784606", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9033795, - 51.5588981 - ] - }, - "id": "node/4839784606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784607", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9034701, - 51.5588985 - ] - }, - "id": "node/4839784607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784608", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9034633, - 51.5587734 - ] - }, - "id": "node/4839784608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784609", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032501, - 51.5587576 - ] - }, - "id": "node/4839784609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784610", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9033722, - 51.5587738 - ] - }, - "id": "node/4839784610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784611", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032595, - 51.5588951 - ] - }, - "id": "node/4839784611" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784612", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032649, - 51.5589823 - ] - }, - "id": "node/4839784612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784613", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032548, - 51.5590715 - ] - }, - "id": "node/4839784613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784614", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9030456, - 51.5597093 - ] - }, - "id": "node/4839784614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784615", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9030697, - 51.5594788 - ] - }, - "id": "node/4839784615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784616", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032367, - 51.5592541 - ] - }, - "id": "node/4839784616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784617", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032374, - 51.5591682 - ] - }, - "id": "node/4839784617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784618", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032025, - 51.5592949 - ] - }, - "id": "node/4839784618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784619", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032273, - 51.5593395 - ] - }, - "id": "node/4839784619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784620", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032193, - 51.5594492 - ] - }, - "id": "node/4839784620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784621", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032099, - 51.5595413 - ] - }, - "id": "node/4839784621" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784622", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032119, - 51.5596405 - ] - }, - "id": "node/4839784622" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784623", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9031844, - 51.5597423 - ] - }, - "id": "node/4839784623" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784624", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.903173, - 51.5598344 - ] - }, - "id": "node/4839784624" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784625", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9031616, - 51.5599511 - ] - }, - "id": "node/4839784625" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784626", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9031596, - 51.5600174 - ] - }, - "id": "node/4839784626" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784627", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9030114, - 51.5600211 - ] - }, - "id": "node/4839784627" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784628", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9028371, - 51.5600403 - ] - }, - "id": "node/4839784628" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784629", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9026835, - 51.5601512 - ] - }, - "id": "node/4839784629" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784630", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9026171, - 51.5601491 - ] - }, - "id": "node/4839784630" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784631", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9027915, - 51.5602625 - ] - }, - "id": "node/4839784631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784632", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9030878, - 51.5602383 - ] - }, - "id": "node/4839784632" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784633", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9030798, - 51.5603296 - ] - }, - "id": "node/4839784633" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784634", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9030671, - 51.5604647 - ] - }, - "id": "node/4839784634" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784635", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9028277, - 51.5606235 - ] - }, - "id": "node/4839784635" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784636", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9030409, - 51.5606169 - ] - }, - "id": "node/4839784636" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784637", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9030335, - 51.560709 - ] - }, - "id": "node/4839784637" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784638", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9030255, - 51.5607903 - ] - }, - "id": "node/4839784638" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784639", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9029618, - 51.5609062 - ] - }, - "id": "node/4839784639" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784640", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.902878, - 51.5610337 - ] - }, - "id": "node/4839784640" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784641", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9029866, - 51.5610888 - ] - }, - "id": "node/4839784641" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784642", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9029765, - 51.5611659 - ] - }, - "id": "node/4839784642" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784643", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9029611, - 51.5613185 - ] - }, - "id": "node/4839784643" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784644", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9029383, - 51.5613289 - ] - }, - "id": "node/4839784644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784645", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9028826, - 51.5614823 - ] - }, - "id": "node/4839784645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784646", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9029276, - 51.5615694 - ] - }, - "id": "node/4839784646" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784647", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9029189, - 51.5616469 - ] - }, - "id": "node/4839784647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784648", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9029008, - 51.5617724 - ] - }, - "id": "node/4839784648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784649", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9011634, - 51.5627475 - ] - }, - "id": "node/4839784649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784650", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9014799, - 51.5627804 - ] - }, - "id": "node/4839784650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784651", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9018768, - 51.562772 - ] - }, - "id": "node/4839784651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784652", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9021075, - 51.5626136 - ] - }, - "id": "node/4839784652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784653", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9020699, - 51.5628392 - ] - }, - "id": "node/4839784653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784654", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9022704, - 51.56282 - ] - }, - "id": "node/4839784654" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784655", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9023717, - 51.5628613 - ] - }, - "id": "node/4839784655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784656", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9022946, - 51.5627946 - ] - }, - "id": "node/4839784656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784657", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.90277, - 51.5628579 - ] - }, - "id": "node/4839784657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784658", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9027841, - 51.5627641 - ] - }, - "id": "node/4839784658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784659", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9027908, - 51.5626491 - ] - }, - "id": "node/4839784659" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784660", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9028096, - 51.5625578 - ] - }, - "id": "node/4839784660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784661", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9027532, - 51.5624298 - ] - }, - "id": "node/4839784661" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784662", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9023643, - 51.5624402 - ] - }, - "id": "node/4839784662" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784663", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9022235, - 51.5625436 - ] - }, - "id": "node/4839784663" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784664", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9022644, - 51.5624231 - ] - }, - "id": "node/4839784664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784665", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9022476, - 51.5622739 - ] - }, - "id": "node/4839784665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784666", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9024649, - 51.5623494 - ] - }, - "id": "node/4839784666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784667", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9023918, - 51.5623502 - ] - }, - "id": "node/4839784667" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784668", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9028337, - 51.5623377 - ] - }, - "id": "node/4839784668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784669", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9028384, - 51.5622572 - ] - }, - "id": "node/4839784669" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784670", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9028391, - 51.5621647 - ] - }, - "id": "node/4839784670" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784671", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9028143, - 51.5620776 - ] - }, - "id": "node/4839784671" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784672", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9027392, - 51.5620275 - ] - }, - "id": "node/4839784672" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784673", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9023375, - 51.5606102 - ] - }, - "id": "node/4839784673" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784674", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9023006, - 51.5605076 - ] - }, - "id": "node/4839784674" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784675", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9024649, - 51.5603834 - ] - }, - "id": "node/4839784675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784676", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9020492, - 51.5601391 - ] - }, - "id": "node/4839784676" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784677", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9022128, - 51.5601475 - ] - }, - "id": "node/4839784677" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784678", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9019338, - 51.5603647 - ] - }, - "id": "node/4839784678" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784679", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9016401, - 51.5603451 - ] - }, - "id": "node/4839784679" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784680", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9014074, - 51.5604543 - ] - }, - "id": "node/4839784680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784681", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.901848, - 51.560571 - ] - }, - "id": "node/4839784681" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784682", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9020773, - 51.5606206 - ] - }, - "id": "node/4839784682" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784683", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.901907, - 51.5606235 - ] - }, - "id": "node/4839784683" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784684", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9017856, - 51.560644 - ] - }, - "id": "node/4839784684" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784685", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9017863, - 51.5609141 - ] - }, - "id": "node/4839784685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784686", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9018802, - 51.5609128 - ] - }, - "id": "node/4839784686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784687", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9019969, - 51.5609779 - ] - }, - "id": "node/4839784687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784688", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9021129, - 51.5609399 - ] - }, - "id": "node/4839784688" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784689", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9023616, - 51.5608207 - ] - }, - "id": "node/4839784689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784690", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9019244, - 51.5611771 - ] - }, - "id": "node/4839784690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784691", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9020203, - 51.5611742 - ] - }, - "id": "node/4839784691" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784692", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.902369, - 51.5611054 - ] - }, - "id": "node/4839784692" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784693", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9021558, - 51.5613935 - ] - }, - "id": "node/4839784693" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784694", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9021913, - 51.5614664 - ] - }, - "id": "node/4839784694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784695", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9023046, - 51.5615627 - ] - }, - "id": "node/4839784695" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784696", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9022785, - 51.5614873 - ] - }, - "id": "node/4839784696" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784697", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.901785, - 51.5615732 - ] - }, - "id": "node/4839784697" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784698", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9021377, - 51.5615852 - ] - }, - "id": "node/4839784698" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784699", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.90197, - 51.5615836 - ] - }, - "id": "node/4839784699" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784700", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9019948, - 51.5617382 - ] - }, - "id": "node/4839784700" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784701", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9018527, - 51.5618612 - ] - }, - "id": "node/4839784701" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784702", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9014805, - 51.5622443 - ] - }, - "id": "node/4839784702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784703", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9015382, - 51.5622989 - ] - }, - "id": "node/4839784703" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784704", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9016803, - 51.562291 - ] - }, - "id": "node/4839784704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784705", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9015, - 51.5624752 - ] - }, - "id": "node/4839784705" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784706", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.901565, - 51.562419 - ] - }, - "id": "node/4839784706" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784707", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9016093, - 51.5624598 - ] - }, - "id": "node/4839784707" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784708", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.901673, - 51.5624211 - ] - }, - "id": "node/4839784708" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784709", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9016844, - 51.5618091 - ] - }, - "id": "node/4839784709" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784710", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9016354, - 51.5616378 - ] - }, - "id": "node/4839784710" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784711", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9015898, - 51.5613456 - ] - }, - "id": "node/4839784711" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784712", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9016549, - 51.5609162 - ] - }, - "id": "node/4839784712" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784713", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9010199, - 51.5608561 - ] - }, - "id": "node/4839784713" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784714", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9011412, - 51.5616207 - ] - }, - "id": "node/4839784714" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784715", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9008036, - 51.5624875 - ] - }, - "id": "node/4839784715" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784716", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9009893, - 51.560961 - ] - }, - "id": "node/4839784716" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784717", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9009567, - 51.5612297 - ] - }, - "id": "node/4839784717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784718", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9009672, - 51.5611428 - ] - }, - "id": "node/4839784718" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784719", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9009455, - 51.561321 - ] - }, - "id": "node/4839784719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784720", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9009346, - 51.5614108 - ] - }, - "id": "node/4839784720" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784721", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9009239, - 51.5614989 - ] - }, - "id": "node/4839784721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784722", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900913, - 51.5615887 - ] - }, - "id": "node/4839784722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784723", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900902, - 51.5616789 - ] - }, - "id": "node/4839784723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784724", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9008908, - 51.5617707 - ] - }, - "id": "node/4839784724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784725", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9008801, - 51.5618592 - ] - }, - "id": "node/4839784725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784726", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9008582, - 51.5620391 - ] - }, - "id": "node/4839784726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784727", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9008373, - 51.5622109 - ] - }, - "id": "node/4839784727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784728", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9008258, - 51.5623048 - ] - }, - "id": "node/4839784728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784729", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9008475, - 51.562127 - ] - }, - "id": "node/4839784729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784730", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9008696, - 51.561945 - ] - }, - "id": "node/4839784730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784731", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9009709, - 51.5618921 - ] - }, - "id": "node/4839784731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784732", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9010266, - 51.5619654 - ] - }, - "id": "node/4839784732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784733", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007778, - 51.5625757 - ] - }, - "id": "node/4839784733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784734", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007805, - 51.5626466 - ] - }, - "id": "node/4839784734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784773", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.900816, - 51.5629959 - ] - }, - "id": "node/4839784773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784774", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8997653, - 51.5628279 - ] - }, - "id": "node/4839784774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784775", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8993649, - 51.5627879 - ] - }, - "id": "node/4839784775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784776", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994709, - 51.5629425 - ] - }, - "id": "node/4839784776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784777", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8993669, - 51.5629021 - ] - }, - "id": "node/4839784777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784778", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8993817, - 51.5629971 - ] - }, - "id": "node/4839784778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784803", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9014115, - 51.5629963 - ] - }, - "id": "node/4839784803" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784804", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9014906, - 51.5629784 - ] - }, - "id": "node/4839784804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784857", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9024689, - 51.5629938 - ] - }, - "id": "node/4839784857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784859", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9021598, - 51.5629817 - ] - }, - "id": "node/4839784859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784860", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9020713, - 51.5629784 - ] - }, - "id": "node/4839784860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784861", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9018104, - 51.5629413 - ] - }, - "id": "node/4839784861" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784862", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9017199, - 51.5629305 - ] - }, - "id": "node/4839784862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784863", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9013726, - 51.5629013 - ] - }, - "id": "node/4839784863" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839784864", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9011727, - 51.5628779 - ] - }, - "id": "node/4839784864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839785827", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001696, - 51.5611375 - ] - }, - "id": "node/4839785827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839818905", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9036857, - 51.5629848 - ] - }, - "id": "node/4839818905" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839818906", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9034178, - 51.5627954 - ] - }, - "id": "node/4839818906" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839818907", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9035425, - 51.5624986 - ] - }, - "id": "node/4839818907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839818908", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9043465, - 51.5619379 - ] - }, - "id": "node/4839818908" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839818909", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.905704, - 51.5628045 - ] - }, - "id": "node/4839818909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839818910", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9033762, - 51.5609003 - ] - }, - "id": "node/4839818910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839818911", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9033661, - 51.5609871 - ] - }, - "id": "node/4839818911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839818912", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9033536, - 51.5610944 - ] - }, - "id": "node/4839818912" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839818913", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9033425, - 51.5611898 - ] - }, - "id": "node/4839818913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839818914", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9033298, - 51.561299 - ] - }, - "id": "node/4839818914" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839818915", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9033189, - 51.5613935 - ] - }, - "id": "node/4839818915" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839818916", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9033082, - 51.5614849 - ] - }, - "id": "node/4839818916" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839818917", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032988, - 51.5615663 - ] - }, - "id": "node/4839818917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839818918", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032896, - 51.5616451 - ] - }, - "id": "node/4839818918" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839818919", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032803, - 51.5617253 - ] - }, - "id": "node/4839818919" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839818920", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9037208, - 51.5619588 - ] - }, - "id": "node/4839818920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819021", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032347, - 51.5621272 - ] - }, - "id": "node/4839819021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819022", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032702, - 51.561857 - ] - }, - "id": "node/4839819022" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819023", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032716, - 51.5619283 - ] - }, - "id": "node/4839819023" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819024", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9034593, - 51.5619246 - ] - }, - "id": "node/4839819024" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819025", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9035579, - 51.5619588 - ] - }, - "id": "node/4839819025" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819026", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9036457, - 51.5619713 - ] - }, - "id": "node/4839819026" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819027", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9037691, - 51.5619317 - ] - }, - "id": "node/4839819027" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819028", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9037993, - 51.5619708 - ] - }, - "id": "node/4839819028" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819029", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9037148, - 51.5618433 - ] - }, - "id": "node/4839819029" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819030", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9036591, - 51.5617858 - ] - }, - "id": "node/4839819030" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819031", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9038124, - 51.5615606 - ] - }, - "id": "node/4839819031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819032", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9038878, - 51.5609078 - ] - }, - "id": "node/4839819032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819033", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9038789, - 51.560985 - ] - }, - "id": "node/4839819033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819034", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9038704, - 51.5610589 - ] - }, - "id": "node/4839819034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819035", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9038562, - 51.5611818 - ] - }, - "id": "node/4839819035" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819036", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9038461, - 51.5612692 - ] - }, - "id": "node/4839819036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819037", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9038333, - 51.56138 - ] - }, - "id": "node/4839819037" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819038", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9039689, - 51.5615719 - ] - }, - "id": "node/4839819038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819039", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9038203, - 51.5614927 - ] - }, - "id": "node/4839819039" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819040", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.903802, - 51.5616511 - ] - }, - "id": "node/4839819040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819041", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9040306, - 51.5617412 - ] - }, - "id": "node/4839819041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819042", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9046871, - 51.5616073 - ] - }, - "id": "node/4839819042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819043", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9046777, - 51.5616661 - ] - }, - "id": "node/4839819043" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819044", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904671, - 51.5617243 - ] - }, - "id": "node/4839819044" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819045", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9045201, - 51.561762 - ] - }, - "id": "node/4839819045" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819046", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9045577, - 51.5618145 - ] - }, - "id": "node/4839819046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819047", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9045426, - 51.5619307 - ] - }, - "id": "node/4839819047" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819048", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9045362, - 51.5619801 - ] - }, - "id": "node/4839819048" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819049", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9045288, - 51.5620366 - ] - }, - "id": "node/4839819049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819050", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9045215, - 51.5620934 - ] - }, - "id": "node/4839819050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819051", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9047837, - 51.5621626 - ] - }, - "id": "node/4839819051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819052", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9048561, - 51.5622289 - ] - }, - "id": "node/4839819052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819053", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9054703, - 51.5622672 - ] - }, - "id": "node/4839819053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819054", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9051236, - 51.5621947 - ] - }, - "id": "node/4839819054" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819055", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9054086, - 51.5621893 - ] - }, - "id": "node/4839819055" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819056", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9056393, - 51.5621964 - ] - }, - "id": "node/4839819056" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819057", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9057533, - 51.5622076 - ] - }, - "id": "node/4839819057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819058", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.905764, - 51.5622535 - ] - }, - "id": "node/4839819058" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819059", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9057586, - 51.5623223 - ] - }, - "id": "node/4839819059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819060", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9057399, - 51.5624598 - ] - }, - "id": "node/4839819060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819061", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9057372, - 51.5625286 - ] - }, - "id": "node/4839819061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819062", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9057258, - 51.5626182 - ] - }, - "id": "node/4839819062" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819063", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9057184, - 51.562677 - ] - }, - "id": "node/4839819063" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819064", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9056963, - 51.5628733 - ] - }, - "id": "node/4839819064" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819065", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9056809, - 51.5629446 - ] - }, - "id": "node/4839819065" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819068", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9050593, - 51.5624144 - ] - }, - "id": "node/4839819068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819069", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9050378, - 51.5624869 - ] - }, - "id": "node/4839819069" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819070", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.905178, - 51.5624006 - ] - }, - "id": "node/4839819070" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819071", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9051666, - 51.5625069 - ] - }, - "id": "node/4839819071" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819072", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9051558, - 51.5625815 - ] - }, - "id": "node/4839819072" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819073", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9051491, - 51.5626557 - ] - }, - "id": "node/4839819073" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819074", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9049573, - 51.5629259 - ] - }, - "id": "node/4839819074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819075", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9051625, - 51.5628187 - ] - }, - "id": "node/4839819075" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819076", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9050995, - 51.5628141 - ] - }, - "id": "node/4839819076" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819077", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9046844, - 51.5624982 - ] - }, - "id": "node/4839819077" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819078", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.903979, - 51.5622889 - ] - }, - "id": "node/4839819078" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819079", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044444, - 51.5623327 - ] - }, - "id": "node/4839819079" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819080", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9043257, - 51.5628054 - ] - }, - "id": "node/4839819080" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819081", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044564, - 51.5628792 - ] - }, - "id": "node/4839819081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819082", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9045966, - 51.5628367 - ] - }, - "id": "node/4839819082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819083", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9046087, - 51.5627104 - ] - }, - "id": "node/4839819083" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819084", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9048293, - 51.562652 - ] - }, - "id": "node/4839819084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819085", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9047253, - 51.5627145 - ] - }, - "id": "node/4839819085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819086", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9047273, - 51.562642 - ] - }, - "id": "node/4839819086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819087", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9046301, - 51.5626332 - ] - }, - "id": "node/4839819087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819088", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044973, - 51.562632 - ] - }, - "id": "node/4839819088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819089", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044866, - 51.5625378 - ] - }, - "id": "node/4839819089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819090", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9045523, - 51.5624869 - ] - }, - "id": "node/4839819090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819091", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044833, - 51.5624819 - ] - }, - "id": "node/4839819091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819092", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9043646, - 51.5625494 - ] - }, - "id": "node/4839819092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819093", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9042097, - 51.562479 - ] - }, - "id": "node/4839819093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819094", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9040139, - 51.5623923 - ] - }, - "id": "node/4839819094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819095", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9035807, - 51.5623735 - ] - }, - "id": "node/4839819095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819096", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032106, - 51.5623231 - ] - }, - "id": "node/4839819096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819097", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9031959, - 51.5624429 - ] - }, - "id": "node/4839819097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819098", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9031747, - 51.5626149 - ] - }, - "id": "node/4839819098" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819099", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9031841, - 51.5625382 - ] - }, - "id": "node/4839819099" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819100", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9036927, - 51.5624482 - ] - }, - "id": "node/4839819100" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819101", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9036866, - 51.5625053 - ] - }, - "id": "node/4839819101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819102", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9036759, - 51.5625728 - ] - }, - "id": "node/4839819102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819103", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9036712, - 51.5626528 - ] - }, - "id": "node/4839819103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819104", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9036692, - 51.5626883 - ] - }, - "id": "node/4839819104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819105", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9031576, - 51.5627535 - ] - }, - "id": "node/4839819105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819106", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9033373, - 51.5628696 - ] - }, - "id": "node/4839819106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819107", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9036471, - 51.5627725 - ] - }, - "id": "node/4839819107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819108", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9036343, - 51.5628663 - ] - }, - "id": "node/4839819108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819109", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9036457, - 51.56291 - ] - }, - "id": "node/4839819109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819110", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9034064, - 51.562865 - ] - }, - "id": "node/4839819110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819111", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9033272, - 51.5629459 - ] - }, - "id": "node/4839819111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819112", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9031401, - 51.5628959 - ] - }, - "id": "node/4839819112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819114", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9035043, - 51.5629651 - ] - }, - "id": "node/4839819114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819115", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9037604, - 51.5629609 - ] - }, - "id": "node/4839819115" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839819116", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9038181, - 51.5629992 - ] - }, - "id": "node/4839819116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878153", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.90656, - 51.5622741 - ] - }, - "id": "node/4839878153" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878154", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9064329, - 51.5622705 - ] - }, - "id": "node/4839878154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878155", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9063092, - 51.562267 - ] - }, - "id": "node/4839878155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878156", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9061127, - 51.562272 - ] - }, - "id": "node/4839878156" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878157", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9064681, - 51.5618879 - ] - }, - "id": "node/4839878157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878158", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9063635, - 51.5618916 - ] - }, - "id": "node/4839878158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878159", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9062857, - 51.5618274 - ] - }, - "id": "node/4839878159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878160", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9062971, - 51.5617612 - ] - }, - "id": "node/4839878160" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878161", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.906389, - 51.5617203 - ] - }, - "id": "node/4839878161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878162", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.907201, - 51.5617516 - ] - }, - "id": "node/4839878162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878163", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9076178, - 51.5618287 - ] - }, - "id": "node/4839878163" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878164", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9076278, - 51.5617664 - ] - }, - "id": "node/4839878164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878165", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9075309, - 51.5618254 - ] - }, - "id": "node/4839878165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878166", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9075329, - 51.561763 - ] - }, - "id": "node/4839878166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878167", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9078558, - 51.5617774 - ] - }, - "id": "node/4839878167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878168", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9077163, - 51.5617703 - ] - }, - "id": "node/4839878168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878169", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9079554, - 51.5618058 - ] - }, - "id": "node/4839878169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878170", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9079527, - 51.5618454 - ] - }, - "id": "node/4839878170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878171", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9079695, - 51.5615707 - ] - }, - "id": "node/4839878171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878172", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9079286, - 51.5616503 - ] - }, - "id": "node/4839878172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878173", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9035995, - 51.5608439 - ] - }, - "id": "node/4839878173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878174", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9037326, - 51.5608495 - ] - }, - "id": "node/4839878174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878175", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9042431, - 51.5608711 - ] - }, - "id": "node/4839878175" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878176", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9043769, - 51.5608768 - ] - }, - "id": "node/4839878176" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878177", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9045169, - 51.5608827 - ] - }, - "id": "node/4839878177" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878178", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9046497, - 51.5608884 - ] - }, - "id": "node/4839878178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878179", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9047849, - 51.5608941 - ] - }, - "id": "node/4839878179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878180", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9052079, - 51.560912 - ] - }, - "id": "node/4839878180" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878181", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9053404, - 51.5609176 - ] - }, - "id": "node/4839878181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878182", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9054755, - 51.5609234 - ] - }, - "id": "node/4839878182" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878183", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9056094, - 51.560929 - ] - }, - "id": "node/4839878183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878184", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9057389, - 51.5609345 - ] - }, - "id": "node/4839878184" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878185", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9064101, - 51.5608205 - ] - }, - "id": "node/4839878185" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878186", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9062535, - 51.5608165 - ] - }, - "id": "node/4839878186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878187", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9067279, - 51.560837 - ] - }, - "id": "node/4839878187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878188", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9067856, - 51.5608384 - ] - }, - "id": "node/4839878188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878189", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9070394, - 51.5608478 - ] - }, - "id": "node/4839878189" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878190", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9074344, - 51.5608541 - ] - }, - "id": "node/4839878190" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878191", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9079879, - 51.5614356 - ] - }, - "id": "node/4839878191" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878192", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9079967, - 51.5613544 - ] - }, - "id": "node/4839878192" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878193", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.908006, - 51.5612693 - ] - }, - "id": "node/4839878193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878194", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9080153, - 51.5611836 - ] - }, - "id": "node/4839878194" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878195", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9080244, - 51.5610996 - ] - }, - "id": "node/4839878195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878196", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9084737, - 51.5606694 - ] - }, - "id": "node/4839878196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878197", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9083262, - 51.5607682 - ] - }, - "id": "node/4839878197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878198", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9083859, - 51.5608378 - ] - }, - "id": "node/4839878198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878199", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9085763, - 51.5606056 - ] - }, - "id": "node/4839878199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878200", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9083021, - 51.5605297 - ] - }, - "id": "node/4839878200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878201", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9086662, - 51.5603692 - ] - }, - "id": "node/4839878201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878202", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9059357, - 51.5598569 - ] - }, - "id": "node/4839878202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878203", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9060658, - 51.5598611 - ] - }, - "id": "node/4839878203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878204", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9062482, - 51.5598715 - ] - }, - "id": "node/4839878204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878205", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.906165, - 51.5598581 - ] - }, - "id": "node/4839878205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878206", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9055176, - 51.5607202 - ] - }, - "id": "node/4839878206" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878207", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9055275, - 51.5606328 - ] - }, - "id": "node/4839878207" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878208", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9055369, - 51.5605499 - ] - }, - "id": "node/4839878208" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878209", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9055565, - 51.560377 - ] - }, - "id": "node/4839878209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878210", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9055656, - 51.5602967 - ] - }, - "id": "node/4839878210" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878211", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9055752, - 51.5602119 - ] - }, - "id": "node/4839878211" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878212", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9055858, - 51.5601182 - ] - }, - "id": "node/4839878212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878213", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9055955, - 51.5600326 - ] - }, - "id": "node/4839878213" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878214", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9056051, - 51.5599483 - ] - }, - "id": "node/4839878214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878215", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9056155, - 51.5598567 - ] - }, - "id": "node/4839878215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878216", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9056654, - 51.5599286 - ] - }, - "id": "node/4839878216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878217", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9057134, - 51.5598646 - ] - }, - "id": "node/4839878217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878218", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9056906, - 51.559834 - ] - }, - "id": "node/4839878218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878219", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9061662, - 51.559815 - ] - }, - "id": "node/4839878219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878220", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9060254, - 51.5598086 - ] - }, - "id": "node/4839878220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878621", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9058493, - 51.5598007 - ] - }, - "id": "node/4839878621" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878622", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.907771, - 51.5597537 - ] - }, - "id": "node/4839878622" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878623", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9075529, - 51.559745 - ] - }, - "id": "node/4839878623" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878624", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9074343, - 51.5597402 - ] - }, - "id": "node/4839878624" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878625", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9071968, - 51.5597305 - ] - }, - "id": "node/4839878625" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878626", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9069587, - 51.5597209 - ] - }, - "id": "node/4839878626" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878627", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9066978, - 51.5597077 - ] - }, - "id": "node/4839878627" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878628", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9068286, - 51.5596947 - ] - }, - "id": "node/4839878628" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878629", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9070807, - 51.559705 - ] - }, - "id": "node/4839878629" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878630", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9073211, - 51.5597148 - ] - }, - "id": "node/4839878630" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878631", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9079426, - 51.55974 - ] - }, - "id": "node/4839878631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878632", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9085625, - 51.5597889 - ] - }, - "id": "node/4839878632" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878633", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9083082, - 51.559776 - ] - }, - "id": "node/4839878633" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878634", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.908059, - 51.559766 - ] - }, - "id": "node/4839878634" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878635", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9081944, - 51.5597503 - ] - }, - "id": "node/4839878635" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878636", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9084502, - 51.5597608 - ] - }, - "id": "node/4839878636" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878637", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9087022, - 51.559771 - ] - }, - "id": "node/4839878637" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878638", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9089062, - 51.5598062 - ] - }, - "id": "node/4839878638" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878639", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9090714, - 51.5598155 - ] - }, - "id": "node/4839878639" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878640", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9092027, - 51.5598228 - ] - }, - "id": "node/4839878640" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878641", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9093324, - 51.55983 - ] - }, - "id": "node/4839878641" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878642", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9094252, - 51.5604372 - ] - }, - "id": "node/4839878642" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878643", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9094313, - 51.5604922 - ] - }, - "id": "node/4839878643" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878644", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9092536, - 51.5605831 - ] - }, - "id": "node/4839878644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878645", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9089666, - 51.5608115 - ] - }, - "id": "node/4839878645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878646", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.90899, - 51.5606581 - ] - }, - "id": "node/4839878646" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878647", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.909214, - 51.560621 - ] - }, - "id": "node/4839878647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878648", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9092442, - 51.5608536 - ] - }, - "id": "node/4839878648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878649", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9086896, - 51.5611796 - ] - }, - "id": "node/4839878649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878650", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9086829, - 51.5610846 - ] - }, - "id": "node/4839878650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878651", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9085495, - 51.5609908 - ] - }, - "id": "node/4839878651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878652", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9085629, - 51.5610021 - ] - }, - "id": "node/4839878652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878653", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.908471, - 51.5613439 - ] - }, - "id": "node/4839878653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878654", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9084999, - 51.5611955 - ] - }, - "id": "node/4839878654" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878655", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9084093, - 51.5612455 - ] - }, - "id": "node/4839878655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878656", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.908298, - 51.5612138 - ] - }, - "id": "node/4839878656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878657", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9083631, - 51.5611375 - ] - }, - "id": "node/4839878657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878658", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9084684, - 51.5611009 - ] - }, - "id": "node/4839878658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878659", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9085602, - 51.5610721 - ] - }, - "id": "node/4839878659" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878660", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9085502, - 51.5612359 - ] - }, - "id": "node/4839878660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878661", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9084784, - 51.561278 - ] - }, - "id": "node/4839878661" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878662", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9082846, - 51.561328 - ] - }, - "id": "node/4839878662" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878663", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9082464, - 51.5614573 - ] - }, - "id": "node/4839878663" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878664", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9083202, - 51.5614314 - ] - }, - "id": "node/4839878664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878665", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9084207, - 51.5614581 - ] - }, - "id": "node/4839878665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878666", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9083, - 51.5616465 - ] - }, - "id": "node/4839878666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878667", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9089874, - 51.561614 - ] - }, - "id": "node/4839878667" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878668", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9091309, - 51.5616178 - ] - }, - "id": "node/4839878668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878669", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9090692, - 51.5615607 - ] - }, - "id": "node/4839878669" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878670", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9089183, - 51.5615515 - ] - }, - "id": "node/4839878670" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878671", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9088425, - 51.561609 - ] - }, - "id": "node/4839878671" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878672", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9087252, - 51.561692 - ] - }, - "id": "node/4839878672" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878673", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9086072, - 51.5616886 - ] - }, - "id": "node/4839878673" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878674", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9085549, - 51.5616028 - ] - }, - "id": "node/4839878674" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878675", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.908408, - 51.5615861 - ] - }, - "id": "node/4839878675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878676", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9082632, - 51.5615702 - ] - }, - "id": "node/4839878676" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878677", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9081223, - 51.5620396 - ] - }, - "id": "node/4839878677" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878678", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9081586, - 51.56189 - ] - }, - "id": "node/4839878678" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878679", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9083235, - 51.5619025 - ] - }, - "id": "node/4839878679" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878680", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9086595, - 51.5619475 - ] - }, - "id": "node/4839878680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878681", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9085897, - 51.5621209 - ] - }, - "id": "node/4839878681" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878682", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9081002, - 51.5623744 - ] - }, - "id": "node/4839878682" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878683", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9081083, - 51.5622922 - ] - }, - "id": "node/4839878683" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878684", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.908113, - 51.5622526 - ] - }, - "id": "node/4839878684" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878685", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9081391, - 51.5621518 - ] - }, - "id": "node/4839878685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878686", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9085951, - 51.5622997 - ] - }, - "id": "node/4839878686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878687", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9086621, - 51.5621822 - ] - }, - "id": "node/4839878687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878688", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9088714, - 51.5622572 - ] - }, - "id": "node/4839878688" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878689", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9088123, - 51.5623631 - ] - }, - "id": "node/4839878689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878690", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9086937, - 51.5624711 - ] - }, - "id": "node/4839878690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878691", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.908575, - 51.5624577 - ] - }, - "id": "node/4839878691" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878692", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9084771, - 51.5628954 - ] - }, - "id": "node/4839878692" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878693", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9086192, - 51.562717 - ] - }, - "id": "node/4839878693" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878694", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9085616, - 51.5628329 - ] - }, - "id": "node/4839878694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878943", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9070984, - 51.5629921 - ] - }, - "id": "node/4839878943" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878945", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9077716, - 51.5626082 - ] - }, - "id": "node/4839878945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878946", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9078152, - 51.5626545 - ] - }, - "id": "node/4839878946" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878947", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9081083, - 51.5625515 - ] - }, - "id": "node/4839878947" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878948", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9079923, - 51.5625415 - ] - }, - "id": "node/4839878948" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878949", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9076919, - 51.5624692 - ] - }, - "id": "node/4839878949" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878950", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.907839, - 51.5623381 - ] - }, - "id": "node/4839878950" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878951", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9077027, - 51.5623317 - ] - }, - "id": "node/4839878951" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878952", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9075734, - 51.5623257 - ] - }, - "id": "node/4839878952" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878953", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9074439, - 51.5623197 - ] - }, - "id": "node/4839878953" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878954", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9073102, - 51.5623134 - ] - }, - "id": "node/4839878954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878955", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9071853, - 51.5623076 - ] - }, - "id": "node/4839878955" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878956", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9070536, - 51.5623015 - ] - }, - "id": "node/4839878956" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878957", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9069228, - 51.5622954 - ] - }, - "id": "node/4839878957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878958", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9067936, - 51.5622893 - ] - }, - "id": "node/4839878958" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878959", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9072915, - 51.5624494 - ] - }, - "id": "node/4839878959" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878960", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9071829, - 51.5624452 - ] - }, - "id": "node/4839878960" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878961", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9069489, - 51.5627975 - ] - }, - "id": "node/4839878961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878979", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9070897, - 51.5629963 - ] - }, - "id": "node/4839878979" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878981", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9071521, - 51.5626453 - ] - }, - "id": "node/4839878981" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878982", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.907148, - 51.5627112 - ] - }, - "id": "node/4839878982" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878983", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9071474, - 51.5627775 - ] - }, - "id": "node/4839878983" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878984", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9071346, - 51.562845 - ] - }, - "id": "node/4839878984" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878985", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9071246, - 51.562915 - ] - }, - "id": "node/4839878985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878986", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.907034, - 51.562825 - ] - }, - "id": "node/4839878986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878987", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9070179, - 51.562895 - ] - }, - "id": "node/4839878987" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878988", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9067484, - 51.5627933 - ] - }, - "id": "node/4839878988" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878989", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9066572, - 51.5627791 - ] - }, - "id": "node/4839878989" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878990", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9065579, - 51.5627741 - ] - }, - "id": "node/4839878990" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878991", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.90645, - 51.5627929 - ] - }, - "id": "node/4839878991" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878992", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9063588, - 51.5627604 - ] - }, - "id": "node/4839878992" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878993", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9059873, - 51.5627108 - ] - }, - "id": "node/4839878993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878994", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9060349, - 51.5617672 - ] - }, - "id": "node/4839878994" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878995", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9060247, - 51.5618558 - ] - }, - "id": "node/4839878995" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878996", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9060156, - 51.5619353 - ] - }, - "id": "node/4839878996" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878997", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9060058, - 51.5620199 - ] - }, - "id": "node/4839878997" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878998", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.905997, - 51.5620965 - ] - }, - "id": "node/4839878998" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839878999", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9059874, - 51.5621796 - ] - }, - "id": "node/4839878999" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839879000", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9059791, - 51.5622517 - ] - }, - "id": "node/4839879000" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839879001", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9059585, - 51.5624302 - ] - }, - "id": "node/4839879001" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839879002", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9059424, - 51.5625702 - ] - }, - "id": "node/4839879002" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839879003", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9059228, - 51.5627401 - ] - }, - "id": "node/4839879003" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839879004", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9059129, - 51.5628262 - ] - }, - "id": "node/4839879004" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839879005", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9060564, - 51.5627796 - ] - }, - "id": "node/4839879005" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888187", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9042888, - 51.559064 - ] - }, - "id": "node/4839888187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888188", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044229, - 51.559064 - ] - }, - "id": "node/4839888188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888189", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9043632, - 51.5590081 - ] - }, - "id": "node/4839888189" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888190", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9041943, - 51.558951 - ] - }, - "id": "node/4839888190" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888191", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9038536, - 51.5589389 - ] - }, - "id": "node/4839888191" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888192", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9039233, - 51.5589464 - ] - }, - "id": "node/4839888192" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888193", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9040394, - 51.5590173 - ] - }, - "id": "node/4839888193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888194", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9039622, - 51.5590598 - ] - }, - "id": "node/4839888194" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888195", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9035874, - 51.5589493 - ] - }, - "id": "node/4839888195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888196", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9038851, - 51.5591786 - ] - }, - "id": "node/4839888196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888197", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9037892, - 51.5592503 - ] - }, - "id": "node/4839888197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888198", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9037436, - 51.5591203 - ] - }, - "id": "node/4839888198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888199", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9036437, - 51.5591228 - ] - }, - "id": "node/4839888199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888200", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9036853, - 51.5591749 - ] - }, - "id": "node/4839888200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888201", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9037182, - 51.5592962 - ] - }, - "id": "node/4839888201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888202", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9036498, - 51.559355 - ] - }, - "id": "node/4839888202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888203", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.903525, - 51.559425 - ] - }, - "id": "node/4839888203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888204", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9035116, - 51.5594759 - ] - }, - "id": "node/4839888204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888205", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9035103, - 51.5595255 - ] - }, - "id": "node/4839888205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888206", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9035063, - 51.5595872 - ] - }, - "id": "node/4839888206" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888207", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9034962, - 51.5596818 - ] - }, - "id": "node/4839888207" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888208", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9034996, - 51.5597127 - ] - }, - "id": "node/4839888208" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888209", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9034788, - 51.5597839 - ] - }, - "id": "node/4839888209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888210", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9034781, - 51.5598198 - ] - }, - "id": "node/4839888210" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888211", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9034741, - 51.5598573 - ] - }, - "id": "node/4839888211" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888212", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.903462, - 51.5599248 - ] - }, - "id": "node/4839888212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888213", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9034439, - 51.5601566 - ] - }, - "id": "node/4839888213" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888214", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9034379, - 51.5602071 - ] - }, - "id": "node/4839888214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888215", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9035405, - 51.560047 - ] - }, - "id": "node/4839888215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888216", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9034794, - 51.5602596 - ] - }, - "id": "node/4839888216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888217", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044638, - 51.5594404 - ] - }, - "id": "node/4839888217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888218", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9041326, - 51.5593937 - ] - }, - "id": "node/4839888218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888219", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904091, - 51.5594584 - ] - }, - "id": "node/4839888219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888220", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904152, - 51.5594642 - ] - }, - "id": "node/4839888220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888821", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9042714, - 51.5594767 - ] - }, - "id": "node/4839888821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888822", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9042405, - 51.5594713 - ] - }, - "id": "node/4839888822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888823", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9042003, - 51.5594721 - ] - }, - "id": "node/4839888823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888824", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044417, - 51.5594125 - ] - }, - "id": "node/4839888824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888825", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9043894, - 51.5593967 - ] - }, - "id": "node/4839888825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888826", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044517, - 51.5595417 - ] - }, - "id": "node/4839888826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888827", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9043713, - 51.5596064 - ] - }, - "id": "node/4839888827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888828", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044457, - 51.5596089 - ] - }, - "id": "node/4839888828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888829", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9052879, - 51.5607207 - ] - }, - "id": "node/4839888829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888830", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9052949, - 51.5606647 - ] - }, - "id": "node/4839888830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888831", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9053022, - 51.5606051 - ] - }, - "id": "node/4839888831" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888832", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9053083, - 51.5605565 - ] - }, - "id": "node/4839888832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888833", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9053161, - 51.5604934 - ] - }, - "id": "node/4839888833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888834", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9053226, - 51.5604412 - ] - }, - "id": "node/4839888834" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888835", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9053309, - 51.5603741 - ] - }, - "id": "node/4839888835" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888836", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9053445, - 51.5602641 - ] - }, - "id": "node/4839888836" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888837", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9053527, - 51.5601979 - ] - }, - "id": "node/4839888837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888838", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9053589, - 51.5601479 - ] - }, - "id": "node/4839888838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888839", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9053757, - 51.5600127 - ] - }, - "id": "node/4839888839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888840", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9053844, - 51.5599423 - ] - }, - "id": "node/4839888840" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888841", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.905391, - 51.5598889 - ] - }, - "id": "node/4839888841" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888842", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9053986, - 51.5598281 - ] - }, - "id": "node/4839888842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888843", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9053188, - 51.5597706 - ] - }, - "id": "node/4839888843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888844", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9052215, - 51.5597614 - ] - }, - "id": "node/4839888844" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888845", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9051223, - 51.5597648 - ] - }, - "id": "node/4839888845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888846", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.905072, - 51.5597648 - ] - }, - "id": "node/4839888846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888847", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044551, - 51.5597914 - ] - }, - "id": "node/4839888847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888848", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044296, - 51.5599586 - ] - }, - "id": "node/4839888848" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888849", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904443, - 51.5599103 - ] - }, - "id": "node/4839888849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888850", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044504, - 51.5598606 - ] - }, - "id": "node/4839888850" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888851", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9045369, - 51.5597489 - ] - }, - "id": "node/4839888851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888852", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904443, - 51.5597418 - ] - }, - "id": "node/4839888852" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888853", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044041, - 51.5597281 - ] - }, - "id": "node/4839888853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888854", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9042593, - 51.5597285 - ] - }, - "id": "node/4839888854" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888855", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9041198, - 51.5597135 - ] - }, - "id": "node/4839888855" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888856", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904215, - 51.5597331 - ] - }, - "id": "node/4839888856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888857", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9040259, - 51.5597935 - ] - }, - "id": "node/4839888857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888858", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9040246, - 51.5599019 - ] - }, - "id": "node/4839888858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888859", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9040313, - 51.5598565 - ] - }, - "id": "node/4839888859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888860", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9039113, - 51.5599707 - ] - }, - "id": "node/4839888860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888861", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044739, - 51.5600495 - ] - }, - "id": "node/4839888861" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888862", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9048514, - 51.5600307 - ] - }, - "id": "node/4839888862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888863", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9047609, - 51.5600266 - ] - }, - "id": "node/4839888863" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888864", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9047133, - 51.5599724 - ] - }, - "id": "node/4839888864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888865", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9042539, - 51.5599649 - ] - }, - "id": "node/4839888865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888866", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9042097, - 51.5599661 - ] - }, - "id": "node/4839888866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888867", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9041453, - 51.5599599 - ] - }, - "id": "node/4839888867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888868", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044229, - 51.5600324 - ] - }, - "id": "node/4839888868" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888869", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9045141, - 51.5603038 - ] - }, - "id": "node/4839888869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888870", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044977, - 51.5602369 - ] - }, - "id": "node/4839888870" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888871", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904555, - 51.5600516 - ] - }, - "id": "node/4839888871" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888872", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9046368, - 51.5601087 - ] - }, - "id": "node/4839888872" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888873", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904891, - 51.5601129 - ] - }, - "id": "node/4839888873" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888874", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9048474, - 51.5601854 - ] - }, - "id": "node/4839888874" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888875", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9048568, - 51.5602638 - ] - }, - "id": "node/4839888875" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888876", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9047937, - 51.5602617 - ] - }, - "id": "node/4839888876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888877", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9046884, - 51.5602504 - ] - }, - "id": "node/4839888877" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888878", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904661, - 51.5603555 - ] - }, - "id": "node/4839888878" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888879", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9047401, - 51.5603613 - ] - }, - "id": "node/4839888879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888880", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9048085, - 51.5603638 - ] - }, - "id": "node/4839888880" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888881", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044953, - 51.56023 - ] - }, - "id": "node/4839888881" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888882", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9041694, - 51.5602967 - ] - }, - "id": "node/4839888882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888883", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9039533, - 51.5602874 - ] - }, - "id": "node/4839888883" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888884", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9038496, - 51.5602829 - ] - }, - "id": "node/4839888884" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888885", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.903399, - 51.5604626 - ] - }, - "id": "node/4839888885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888886", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9033889, - 51.5605581 - ] - }, - "id": "node/4839888886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888887", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.903466, - 51.5603063 - ] - }, - "id": "node/4839888887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888888", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9035009, - 51.5605389 - ] - }, - "id": "node/4839888888" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888889", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9036062, - 51.5606673 - ] - }, - "id": "node/4839888889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888890", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9037311, - 51.5606723 - ] - }, - "id": "node/4839888890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888891", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9038067, - 51.5606753 - ] - }, - "id": "node/4839888891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888892", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9039952, - 51.5606829 - ] - }, - "id": "node/4839888892" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888893", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9040827, - 51.5606864 - ] - }, - "id": "node/4839888893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888894", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9041903, - 51.5606907 - ] - }, - "id": "node/4839888894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888895", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9042843, - 51.5606944 - ] - }, - "id": "node/4839888895" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888896", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9043794, - 51.5606982 - ] - }, - "id": "node/4839888896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888897", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904482, - 51.5607023 - ] - }, - "id": "node/4839888897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888898", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904612, - 51.5607075 - ] - }, - "id": "node/4839888898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888899", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9046961, - 51.5607109 - ] - }, - "id": "node/4839888899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888900", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9047629, - 51.5607136 - ] - }, - "id": "node/4839888900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888901", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.905017, - 51.5607311 - ] - }, - "id": "node/4839888901" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888902", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9051142, - 51.5607198 - ] - }, - "id": "node/4839888902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839888903", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9052075, - 51.5607319 - ] - }, - "id": "node/4839888903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839921778", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9056044, - 51.5610317 - ] - }, - "id": "node/4839921778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839921779", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9058183, - 51.5610171 - ] - }, - "id": "node/4839921779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839921780", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9057754, - 51.5610187 - ] - }, - "id": "node/4839921780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839921781", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9057855, - 51.5609825 - ] - }, - "id": "node/4839921781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839921782", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9051605, - 51.5610162 - ] - }, - "id": "node/4839921782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839921783", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9052128, - 51.5610171 - ] - }, - "id": "node/4839921783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839921784", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9053758, - 51.5610237 - ] - }, - "id": "node/4839921784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839921785", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9054435, - 51.5610291 - ] - }, - "id": "node/4839921785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839921786", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9056728, - 51.56104 - ] - }, - "id": "node/4839921786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839921787", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9058089, - 51.5610963 - ] - }, - "id": "node/4839921787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839921788", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.905878, - 51.5610612 - ] - }, - "id": "node/4839921788" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839921789", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9058847, - 51.5612105 - ] - }, - "id": "node/4839921789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839921790", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9058465, - 51.5612878 - ] - }, - "id": "node/4839921790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839921791", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.905837, - 51.5613744 - ] - }, - "id": "node/4839921791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839921792", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9058282, - 51.5614544 - ] - }, - "id": "node/4839921792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839921793", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9058192, - 51.5615368 - ] - }, - "id": "node/4839921793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839921794", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9058099, - 51.5616206 - ] - }, - "id": "node/4839921794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839921795", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9058014, - 51.5616982 - ] - }, - "id": "node/4839921795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839921796", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9057919, - 51.5617853 - ] - }, - "id": "node/4839921796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839921797", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9057826, - 51.56187 - ] - }, - "id": "node/4839921797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839921798", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9057732, - 51.5619555 - ] - }, - "id": "node/4839921798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839921799", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9057633, - 51.562045 - ] - }, - "id": "node/4839921799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839921804", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9060611, - 51.5615642 - ] - }, - "id": "node/4839921804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839921805", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9060691, - 51.56148 - ] - }, - "id": "node/4839921805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839921806", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9060775, - 51.5613922 - ] - }, - "id": "node/4839921806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573205", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8763972, - 51.539313 - ] - }, - "id": "node/4841573205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573206", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8764144, - 51.5392457 - ] - }, - "id": "node/4841573206" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573207", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8764319, - 51.5391771 - ] - }, - "id": "node/4841573207" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573208", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8764515, - 51.5391004 - ] - }, - "id": "node/4841573208" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573209", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8764877, - 51.5389586 - ] - }, - "id": "node/4841573209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573210", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8765034, - 51.538897 - ] - }, - "id": "node/4841573210" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573211", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8765258, - 51.5388094 - ] - }, - "id": "node/4841573211" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573212", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8765454, - 51.5387326 - ] - }, - "id": "node/4841573212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573213", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8765647, - 51.5386573 - ] - }, - "id": "node/4841573213" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573214", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8765853, - 51.5385763 - ] - }, - "id": "node/4841573214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573215", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8766097, - 51.538481 - ] - }, - "id": "node/4841573215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573216", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8766339, - 51.5383863 - ] - }, - "id": "node/4841573216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573217", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8767083, - 51.5380726 - ] - }, - "id": "node/4841573217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573218", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8767378, - 51.5379531 - ] - }, - "id": "node/4841573218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573219", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8767597, - 51.5378645 - ] - }, - "id": "node/4841573219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573220", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8767841, - 51.5377658 - ] - }, - "id": "node/4841573220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573521", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8767994, - 51.5377037 - ] - }, - "id": "node/4841573521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573522", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8768526, - 51.5374885 - ] - }, - "id": "node/4841573522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573523", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8768895, - 51.5373391 - ] - }, - "id": "node/4841573523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573524", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8769198, - 51.5372163 - ] - }, - "id": "node/4841573524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573525", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8769517, - 51.5370875 - ] - }, - "id": "node/4841573525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573526", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8769773, - 51.5369835 - ] - }, - "id": "node/4841573526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573527", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8770172, - 51.5368221 - ] - }, - "id": "node/4841573527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573528", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8770355, - 51.5367481 - ] - }, - "id": "node/4841573528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573529", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8770542, - 51.5366723 - ] - }, - "id": "node/4841573529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573530", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8770884, - 51.5365338 - ] - }, - "id": "node/4841573530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573531", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8771297, - 51.5363667 - ] - }, - "id": "node/4841573531" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841573532", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8771871, - 51.5361344 - ] - }, - "id": "node/4841573532" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841589596", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8743077, - 51.5469168 - ] - }, - "id": "node/4841589596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841589597", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8742705, - 51.5469145 - ] - }, - "id": "node/4841589597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841589598", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8739483, - 51.5468663 - ] - }, - "id": "node/4841589598" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841589599", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.874006, - 51.5468813 - ] - }, - "id": "node/4841589599" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841589600", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8740409, - 51.5468784 - ] - }, - "id": "node/4841589600" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841589601", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.874065, - 51.5468911 - ] - }, - "id": "node/4841589601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841589602", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8741341, - 51.5468824 - ] - }, - "id": "node/4841589602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841589603", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8741998, - 51.5468713 - ] - }, - "id": "node/4841589603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841589604", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8744009, - 51.546918 - ] - }, - "id": "node/4841589604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841589605", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8744416, - 51.5467572 - ] - }, - "id": "node/4841589605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841589606", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8744744, - 51.5466271 - ] - }, - "id": "node/4841589606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841589607", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8745069, - 51.5464988 - ] - }, - "id": "node/4841589607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841589608", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8745395, - 51.5463698 - ] - }, - "id": "node/4841589608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841589609", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8745729, - 51.5462373 - ] - }, - "id": "node/4841589609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841589610", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8746049, - 51.546111 - ] - }, - "id": "node/4841589610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841589611", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8746393, - 51.5459745 - ] - }, - "id": "node/4841589611" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952525", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9220095, - 51.5431419 - ] - }, - "id": "node/4847952525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952526", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9216346, - 51.5430398 - ] - }, - "id": "node/4847952526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952527", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9211726, - 51.5431519 - ] - }, - "id": "node/4847952527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952528", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9211114, - 51.5433806 - ] - }, - "id": "node/4847952528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952529", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9210481, - 51.5436166 - ] - }, - "id": "node/4847952529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952530", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9209964, - 51.5438095 - ] - }, - "id": "node/4847952530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952531", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.920945, - 51.5440012 - ] - }, - "id": "node/4847952531" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952532", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9208937, - 51.5441928 - ] - }, - "id": "node/4847952532" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952539", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9220038, - 51.5434423 - ] - }, - "id": "node/4847952539" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952540", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9219554, - 51.5436251 - ] - }, - "id": "node/4847952540" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952541", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9219069, - 51.5438077 - ] - }, - "id": "node/4847952541" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952542", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9218576, - 51.5439938 - ] - }, - "id": "node/4847952542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952543", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9218091, - 51.5441765 - ] - }, - "id": "node/4847952543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952544", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9217544, - 51.5443828 - ] - }, - "id": "node/4847952544" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952545", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9218245, - 51.54439 - ] - }, - "id": "node/4847952545" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952546", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9218793, - 51.5441837 - ] - }, - "id": "node/4847952546" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952547", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9219277, - 51.544001 - ] - }, - "id": "node/4847952547" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952548", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9219771, - 51.5438149 - ] - }, - "id": "node/4847952548" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952549", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9220255, - 51.5436323 - ] - }, - "id": "node/4847952549" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952550", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.922074, - 51.5434495 - ] - }, - "id": "node/4847952550" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952551", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.922118, - 51.5432837 - ] - }, - "id": "node/4847952551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952552", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9220478, - 51.5432765 - ] - }, - "id": "node/4847952552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952553", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9217411, - 51.543508 - ] - }, - "id": "node/4847952553" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952554", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9216918, - 51.5436898 - ] - }, - "id": "node/4847952554" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952555", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9216414, - 51.5438759 - ] - }, - "id": "node/4847952555" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952556", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9215918, - 51.5440588 - ] - }, - "id": "node/4847952556" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952557", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9215417, - 51.5442435 - ] - }, - "id": "node/4847952557" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952558", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9216113, - 51.5442508 - ] - }, - "id": "node/4847952558" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952559", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9216614, - 51.5440661 - ] - }, - "id": "node/4847952559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952560", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.921711, - 51.5438832 - ] - }, - "id": "node/4847952560" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952561", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9217614, - 51.5436971 - ] - }, - "id": "node/4847952561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952562", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9218107, - 51.5435153 - ] - }, - "id": "node/4847952562" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952563", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9218899, - 51.543223 - ] - }, - "id": "node/4847952563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952564", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9218203, - 51.5432157 - ] - }, - "id": "node/4847952564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952565", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.921532, - 51.5433818 - ] - }, - "id": "node/4847952565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952566", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9214757, - 51.5435891 - ] - }, - "id": "node/4847952566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952567", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9214256, - 51.5437735 - ] - }, - "id": "node/4847952567" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952568", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9213764, - 51.5439545 - ] - }, - "id": "node/4847952568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952569", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9213266, - 51.5441379 - ] - }, - "id": "node/4847952569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952570", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9212746, - 51.5443293 - ] - }, - "id": "node/4847952570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952571", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9213421, - 51.5443364 - ] - }, - "id": "node/4847952571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952572", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9213941, - 51.544145 - ] - }, - "id": "node/4847952572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952573", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9214439, - 51.5439616 - ] - }, - "id": "node/4847952573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952574", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9214931, - 51.5437806 - ] - }, - "id": "node/4847952574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952575", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9215432, - 51.5435962 - ] - }, - "id": "node/4847952575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952576", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9215995, - 51.5433889 - ] - }, - "id": "node/4847952576" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952577", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9216629, - 51.5431555 - ] - }, - "id": "node/4847952577" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952578", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9215954, - 51.5431484 - ] - }, - "id": "node/4847952578" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952579", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9213144, - 51.5432922 - ] - }, - "id": "node/4847952579" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952580", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9212574, - 51.5434962 - ] - }, - "id": "node/4847952580" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952581", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9212063, - 51.5436791 - ] - }, - "id": "node/4847952581" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952582", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9211545, - 51.5438649 - ] - }, - "id": "node/4847952582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952583", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9210983, - 51.5440661 - ] - }, - "id": "node/4847952583" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952584", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9210341, - 51.5442961 - ] - }, - "id": "node/4847952584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952585", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9211042, - 51.5443037 - ] - }, - "id": "node/4847952585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952586", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9211684, - 51.5440737 - ] - }, - "id": "node/4847952586" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952587", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9212246, - 51.5438724 - ] - }, - "id": "node/4847952587" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952588", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9212764, - 51.5436867 - ] - }, - "id": "node/4847952588" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952589", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9213275, - 51.5435038 - ] - }, - "id": "node/4847952589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952590", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9213845, - 51.5432998 - ] - }, - "id": "node/4847952590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952591", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9214414, - 51.5430959 - ] - }, - "id": "node/4847952591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952592", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9213713, - 51.5430884 - ] - }, - "id": "node/4847952592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952593", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185541, - 51.5484959 - ] - }, - "id": "node/4847952593" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952594", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185917, - 51.5483275 - ] - }, - "id": "node/4847952594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952595", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186339, - 51.5481932 - ] - }, - "id": "node/4847952595" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952596", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186849, - 51.5480172 - ] - }, - "id": "node/4847952596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952597", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9187419, - 51.5478237 - ] - }, - "id": "node/4847952597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952598", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9187767, - 51.5477041 - ] - }, - "id": "node/4847952598" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952599", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9188113, - 51.5475973 - ] - }, - "id": "node/4847952599" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952600", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9188291, - 51.547541 - ] - }, - "id": "node/4847952600" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952601", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9188438, - 51.5474918 - ] - }, - "id": "node/4847952601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952602", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9188565, - 51.5474476 - ] - }, - "id": "node/4847952602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952603", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9188834, - 51.5473446 - ] - }, - "id": "node/4847952603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952604", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9189826, - 51.5469839 - ] - }, - "id": "node/4847952604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952605", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9190215, - 51.5468459 - ] - }, - "id": "node/4847952605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952606", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9190624, - 51.5467391 - ] - }, - "id": "node/4847952606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952607", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9190899, - 51.5466457 - ] - }, - "id": "node/4847952607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952608", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9191093, - 51.5465773 - ] - }, - "id": "node/4847952608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952609", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9192059, - 51.5462546 - ] - }, - "id": "node/4847952609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952610", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9192515, - 51.5460728 - ] - }, - "id": "node/4847952610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952611", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9193098, - 51.5458772 - ] - }, - "id": "node/4847952611" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952612", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9193541, - 51.5457341 - ] - }, - "id": "node/4847952612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952613", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.919387, - 51.5456057 - ] - }, - "id": "node/4847952613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952614", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194567, - 51.5453939 - ] - }, - "id": "node/4847952614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952615", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194889, - 51.5452842 - ] - }, - "id": "node/4847952615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952616", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9195231, - 51.5451524 - ] - }, - "id": "node/4847952616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952617", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9195673, - 51.5450281 - ] - }, - "id": "node/4847952617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952618", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9195801, - 51.5449618 - ] - }, - "id": "node/4847952618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952619", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.919628, - 51.5448088 - ] - }, - "id": "node/4847952619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952620", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196659, - 51.5446674 - ] - }, - "id": "node/4847952620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952721", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9197028, - 51.5445552 - ] - }, - "id": "node/4847952721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952722", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9197759, - 51.5442833 - ] - }, - "id": "node/4847952722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952723", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9198141, - 51.544162 - ] - }, - "id": "node/4847952723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952724", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.919851, - 51.5440436 - ] - }, - "id": "node/4847952724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952725", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9198818, - 51.5439205 - ] - }, - "id": "node/4847952725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952726", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9198993, - 51.5438321 - ] - }, - "id": "node/4847952726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952727", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9199254, - 51.5436991 - ] - }, - "id": "node/4847952727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952728", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9199529, - 51.5435957 - ] - }, - "id": "node/4847952728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952729", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9199643, - 51.5435156 - ] - }, - "id": "node/4847952729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952730", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9199837, - 51.543403 - ] - }, - "id": "node/4847952730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952731", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9200018, - 51.543295 - ] - }, - "id": "node/4847952731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952732", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9200146, - 51.5431928 - ] - }, - "id": "node/4847952732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952733", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9200347, - 51.543084 - ] - }, - "id": "node/4847952733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952734", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9200508, - 51.5429893 - ] - }, - "id": "node/4847952734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952735", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9201909, - 51.5419988 - ] - }, - "id": "node/4847952735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952736", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9201769, - 51.5421006 - ] - }, - "id": "node/4847952736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952737", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9201628, - 51.5422124 - ] - }, - "id": "node/4847952737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952738", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.920148, - 51.5423054 - ] - }, - "id": "node/4847952738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952739", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9201319, - 51.5424167 - ] - }, - "id": "node/4847952739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952740", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9201145, - 51.5425356 - ] - }, - "id": "node/4847952740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847952741", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9200723, - 51.5428788 - ] - }, - "id": "node/4847952741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272105", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.98204, - 51.498581 - ] - }, - "id": "node/4852272105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272106", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9821533, - 51.4985079 - ] - }, - "id": "node/4852272106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272107", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9821942, - 51.4986703 - ] - }, - "id": "node/4852272107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272108", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9819957, - 51.4987788 - ] - }, - "id": "node/4852272108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272109", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9817953, - 51.4988836 - ] - }, - "id": "node/4852272109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272110", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9814834, - 51.4990364 - ] - }, - "id": "node/4852272110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272111", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9812695, - 51.4991324 - ] - }, - "id": "node/4852272111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272112", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.981012, - 51.4992464 - ] - }, - "id": "node/4852272112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272113", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9805862, - 51.4994246 - ] - }, - "id": "node/4852272113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272114", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9803153, - 51.4995377 - ] - }, - "id": "node/4852272114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272117", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9800733, - 51.4996346 - ] - }, - "id": "node/4852272117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272421", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9671142, - 51.5058034 - ] - }, - "id": "node/4852272421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272422", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9672329, - 51.5057809 - ] - }, - "id": "node/4852272422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272423", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9672101, - 51.5057429 - ] - }, - "id": "node/4852272423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272424", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9672993, - 51.5057208 - ] - }, - "id": "node/4852272424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272429", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9713963, - 51.5040955 - ] - }, - "id": "node/4852272429" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272430", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9712475, - 51.5041823 - ] - }, - "id": "node/4852272430" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272431", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9710865, - 51.5042478 - ] - }, - "id": "node/4852272431" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272441", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9724947, - 51.5031501 - ] - }, - "id": "node/4852272441" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272453", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9750254, - 51.5017104 - ] - }, - "id": "node/4852272453" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272454", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9755256, - 51.5014967 - ] - }, - "id": "node/4852272454" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272455", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9765247, - 51.5010672 - ] - }, - "id": "node/4852272455" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272456", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9767829, - 51.5009633 - ] - }, - "id": "node/4852272456" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272457", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.977039, - 51.5008597 - ] - }, - "id": "node/4852272457" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272458", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9772388, - 51.5005792 - ] - }, - "id": "node/4852272458" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272459", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9772214, - 51.5007875 - ] - }, - "id": "node/4852272459" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272460", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9775768, - 51.5006385 - ] - }, - "id": "node/4852272460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272461", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9774849, - 51.50052 - ] - }, - "id": "node/4852272461" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272462", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.977615, - 51.5004757 - ] - }, - "id": "node/4852272462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272463", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9778115, - 51.5005454 - ] - }, - "id": "node/4852272463" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272464", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9777713, - 51.5004064 - ] - }, - "id": "node/4852272464" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272465", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9781092, - 51.5002758 - ] - }, - "id": "node/4852272465" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272466", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9780623, - 51.5004431 - ] - }, - "id": "node/4852272466" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272467", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9783171, - 51.5003405 - ] - }, - "id": "node/4852272467" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272468", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9782802, - 51.5002182 - ] - }, - "id": "node/4852272468" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272469", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9785196, - 51.5001326 - ] - }, - "id": "node/4852272469" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272470", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9785679, - 51.500234 - ] - }, - "id": "node/4852272470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272471", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9788106, - 51.5001372 - ] - }, - "id": "node/4852272471" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272472", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9790567, - 51.5000399 - ] - }, - "id": "node/4852272472" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272473", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9793203, - 51.4999666 - ] - }, - "id": "node/4852272473" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272474", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9795871, - 51.4998291 - ] - }, - "id": "node/4852272474" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272475", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.979848, - 51.499726 - ] - }, - "id": "node/4852272475" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272476", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9768224, - 51.5007959 - ] - }, - "id": "node/4852272476" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272477", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9771041, - 51.5006723 - ] - }, - "id": "node/4852272477" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272478", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9770726, - 51.500651 - ] - }, - "id": "node/4852272478" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272479", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9768949, - 51.5007266 - ] - }, - "id": "node/4852272479" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272480", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9765777, - 51.5008931 - ] - }, - "id": "node/4852272480" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272481", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9765408, - 51.5009115 - ] - }, - "id": "node/4852272481" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272482", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9763054, - 51.5010062 - ] - }, - "id": "node/4852272482" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272483", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9762679, - 51.5010342 - ] - }, - "id": "node/4852272483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272484", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9762223, - 51.5010543 - ] - }, - "id": "node/4852272484" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272488", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9761472, - 51.5010972 - ] - }, - "id": "node/4852272488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272489", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.976003, - 51.5011444 - ] - }, - "id": "node/4852272489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272491", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9757898, - 51.501225 - ] - }, - "id": "node/4852272491" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272492", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9691848, - 51.504853 - ] - }, - "id": "node/4852272492" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272493", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9681441, - 51.5052583 - ] - }, - "id": "node/4852272493" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272494", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9679584, - 51.5053268 - ] - }, - "id": "node/4852272494" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272499", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9677743, - 51.5053973 - ] - }, - "id": "node/4852272499" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272500", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9675893, - 51.5054628 - ] - }, - "id": "node/4852272500" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272501", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9674018, - 51.5055279 - ] - }, - "id": "node/4852272501" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272502", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9672084, - 51.5055943 - ] - }, - "id": "node/4852272502" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272503", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9671152, - 51.5056235 - ] - }, - "id": "node/4852272503" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272504", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9669214, - 51.5056817 - ] - }, - "id": "node/4852272504" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272505", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9667155, - 51.5057395 - ] - }, - "id": "node/4852272505" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4852272506", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9663293, - 51.5058493 - ] - }, - "id": "node/4852272506" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4860099275", - "natural": "tree", - "survey:date": "2017-04-02" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9425928, - 51.546751 - ] - }, - "id": "node/4860099275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4860099276", - "natural": "tree", - "survey:date": "2017-04-02" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.942524, - 51.5467457 - ] - }, - "id": "node/4860099276" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4860099277", - "natural": "tree", - "survey:date": "2017-04-02" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9424436, - 51.5467395 - ] - }, - "id": "node/4860099277" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896712952", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9489241, - 51.5333932 - ] - }, - "id": "node/4896712952" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896712953", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9491876, - 51.5333479 - ] - }, - "id": "node/4896712953" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896712954", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9491062, - 51.5333621 - ] - }, - "id": "node/4896712954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896712955", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9493365, - 51.5334219 - ] - }, - "id": "node/4896712955" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896712956", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9492523, - 51.5334209 - ] - }, - "id": "node/4896712956" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896712957", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490006, - 51.5334699 - ] - }, - "id": "node/4896712957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896712958", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9491132, - 51.533478 - ] - }, - "id": "node/4896712958" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896712959", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9492141, - 51.5334889 - ] - }, - "id": "node/4896712959" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896712960", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9493271, - 51.5334874 - ] - }, - "id": "node/4896712960" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896712961", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9495705, - 51.5334392 - ] - }, - "id": "node/4896712961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896712962", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9496738, - 51.5334449 - ] - }, - "id": "node/4896712962" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896712963", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9497834, - 51.5334449 - ] - }, - "id": "node/4896712963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896712964", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9499896, - 51.5334438 - ] - }, - "id": "node/4896712964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896712965", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9497717, - 51.5334968 - ] - }, - "id": "node/4896712965" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896712966", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9496476, - 51.5335004 - ] - }, - "id": "node/4896712966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896712967", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9495434, - 51.5334953 - ] - }, - "id": "node/4896712967" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782347", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9424256, - 51.5365361 - ] - }, - "id": "node/4896782347" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782348", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9427628, - 51.536594 - ] - }, - "id": "node/4896782348" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782349", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9428536, - 51.5366096 - ] - }, - "id": "node/4896782349" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782350", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9429447, - 51.5366253 - ] - }, - "id": "node/4896782350" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782351", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9430437, - 51.5366423 - ] - }, - "id": "node/4896782351" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782352", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9431983, - 51.5366688 - ] - }, - "id": "node/4896782352" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782353", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9432887, - 51.5366844 - ] - }, - "id": "node/4896782353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782354", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9434024, - 51.5367039 - ] - }, - "id": "node/4896782354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782355", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437103, - 51.5367568 - ] - }, - "id": "node/4896782355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782356", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9438483, - 51.5367805 - ] - }, - "id": "node/4896782356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782357", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441539, - 51.536833 - ] - }, - "id": "node/4896782357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782358", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9442694, - 51.5368528 - ] - }, - "id": "node/4896782358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782359", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444258, - 51.5368797 - ] - }, - "id": "node/4896782359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782360", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446375, - 51.5369161 - ] - }, - "id": "node/4896782360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782361", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451338, - 51.5370013 - ] - }, - "id": "node/4896782361" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782390", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457571, - 51.5361457 - ] - }, - "id": "node/4896782390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782391", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449752, - 51.5385093 - ] - }, - "id": "node/4896782391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782392", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449229, - 51.5387249 - ] - }, - "id": "node/4896782392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782393", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452569, - 51.5378707 - ] - }, - "id": "node/4896782393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782394", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454111, - 51.5374503 - ] - }, - "id": "node/4896782394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782395", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455023, - 51.5371834 - ] - }, - "id": "node/4896782395" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782396", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9457262, - 51.5366028 - ] - }, - "id": "node/4896782396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782397", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458349, - 51.5363605 - ] - }, - "id": "node/4896782397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782398", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-06-04" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455801, - 51.5371146 - ] - }, - "id": "node/4896782398" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782399", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-06-04" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945218, - 51.5381247 - ] - }, - "id": "node/4896782399" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782400", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-06-04" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450014, - 51.5390361 - ] - }, - "id": "node/4896782400" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782401", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-06-04" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449957, - 51.5392004 - ] - }, - "id": "node/4896782401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782419", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456763, - 51.5367227 - ] - }, - "id": "node/4896782419" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896782420", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456012, - 51.5369112 - ] - }, - "id": "node/4896782420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896784321", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-06-04" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456672, - 51.5370089 - ] - }, - "id": "node/4896784321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896827597", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9423634, - 51.5379145 - ] - }, - "id": "node/4896827597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896827598", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.942464, - 51.5381494 - ] - }, - "id": "node/4896827598" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896827599", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9423406, - 51.5381806 - ] - }, - "id": "node/4896827599" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896827600", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9424855, - 51.5379992 - ] - }, - "id": "node/4896827600" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896827601", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9422997, - 51.5376117 - ] - }, - "id": "node/4896827601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896827602", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9422018, - 51.5374887 - ] - }, - "id": "node/4896827602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896827603", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9420308, - 51.5371492 - ] - }, - "id": "node/4896827603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896846631", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9406941, - 51.538786 - ] - }, - "id": "node/4896846631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896846632", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9412297, - 51.5388337 - ] - }, - "id": "node/4896846632" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896846633", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9414502, - 51.5388533 - ] - }, - "id": "node/4896846633" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896846634", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9415758, - 51.5388645 - ] - }, - "id": "node/4896846634" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896846635", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9418022, - 51.5388847 - ] - }, - "id": "node/4896846635" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896846636", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9420982, - 51.5388407 - ] - }, - "id": "node/4896846636" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896846637", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9419792, - 51.5388304 - ] - }, - "id": "node/4896846637" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896846638", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9417415, - 51.5388099 - ] - }, - "id": "node/4896846638" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896846639", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9414485, - 51.5387846 - ] - }, - "id": "node/4896846639" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896846640", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9413529, - 51.5387763 - ] - }, - "id": "node/4896846640" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4896846641", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9412872, - 51.5387706 - ] - }, - "id": "node/4896846641" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532424", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8983142, - 51.5001977 - ] - }, - "id": "node/4897532424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532425", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978072, - 51.5000766 - ] - }, - "id": "node/4897532425" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532426", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975873, - 51.5002077 - ] - }, - "id": "node/4897532426" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532462", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9040092, - 51.5049945 - ] - }, - "id": "node/4897532462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532467", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9041366, - 51.5044653 - ] - }, - "id": "node/4897532467" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532468", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9040394, - 51.5044507 - ] - }, - "id": "node/4897532468" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532469", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904158, - 51.5052057 - ] - }, - "id": "node/4897532469" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532470", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9046751, - 51.5052788 - ] - }, - "id": "node/4897532470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532471", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9052973, - 51.5053138 - ] - }, - "id": "node/4897532471" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532472", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.905992, - 51.5053526 - ] - }, - "id": "node/4897532472" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532473", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9095546, - 51.5062391 - ] - }, - "id": "node/4897532473" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532474", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9095077, - 51.5064649 - ] - }, - "id": "node/4897532474" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532475", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9094521, - 51.5064611 - ] - }, - "id": "node/4897532475" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532476", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9093944, - 51.5064572 - ] - }, - "id": "node/4897532476" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532477", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9093121, - 51.5064516 - ] - }, - "id": "node/4897532477" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532478", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9092475, - 51.5064472 - ] - }, - "id": "node/4897532478" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532479", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.909174, - 51.5064422 - ] - }, - "id": "node/4897532479" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532480", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9090733, - 51.5064353 - ] - }, - "id": "node/4897532480" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532481", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9089941, - 51.5064299 - ] - }, - "id": "node/4897532481" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532482", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9082008, - 51.5063769 - ] - }, - "id": "node/4897532482" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532483", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.907718, - 51.5064749 - ] - }, - "id": "node/4897532483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532484", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9076556, - 51.5064921 - ] - }, - "id": "node/4897532484" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532485", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.907604, - 51.5064662 - ] - }, - "id": "node/4897532485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532486", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9072986, - 51.5064956 - ] - }, - "id": "node/4897532486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532487", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9071215, - 51.5064896 - ] - }, - "id": "node/4897532487" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532488", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9070662, - 51.5064939 - ] - }, - "id": "node/4897532488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532489", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9069314, - 51.5064902 - ] - }, - "id": "node/4897532489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532490", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.906049, - 51.5064247 - ] - }, - "id": "node/4897532490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897532491", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9058639, - 51.5064186 - ] - }, - "id": "node/4897532491" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4908030732", - "description": "birch", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-06-10" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9429113, - 51.5327174 - ] - }, - "id": "node/4908030732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4909565385", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9538607, - 51.5254763 - ] - }, - "id": "node/4909565385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4919857443", - "natural": "tree", - "survey:date": "2017-06-17" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9063102, - 51.5092184 - ] - }, - "id": "node/4919857443" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4919857444", - "natural": "tree", - "survey:date": "2017-06-17" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9064051, - 51.5092779 - ] - }, - "id": "node/4919857444" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4920234098", - "natural": "tree", - "survey:date": "2017-06-16" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8964508, - 51.5156981 - ] - }, - "id": "node/4920234098" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4920234099", - "natural": "tree", - "survey:date": "2017-06-16" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8964401, - 51.5157513 - ] - }, - "id": "node/4920234099" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4920234100", - "natural": "tree", - "survey:date": "2017-06-16" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8964194, - 51.5158541 - ] - }, - "id": "node/4920234100" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4920267367", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-06-16" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9327913, - 51.5320944 - ] - }, - "id": "node/4920267367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4920267374", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-06-16" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314643, - 51.5321718 - ] - }, - "id": "node/4920267374" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4920267384", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-06-16" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9334095, - 51.5319672 - ] - }, - "id": "node/4920267384" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921221621", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8910689, - 51.5053443 - ] - }, - "id": "node/4921221621" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921305230", - "natural": "tree", - "survey:date": "2017-06-17" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8988412, - 51.5036224 - ] - }, - "id": "node/4921305230" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921695409", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8950905, - 51.5321128 - ] - }, - "id": "node/4921695409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921695410", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8950687, - 51.5320921 - ] - }, - "id": "node/4921695410" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921695411", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.895285, - 51.5321564 - ] - }, - "id": "node/4921695411" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921695412", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8952632, - 51.5321086 - ] - }, - "id": "node/4921695412" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921695413", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.895457, - 51.5321147 - ] - }, - "id": "node/4921695413" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921695414", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8955517, - 51.5321379 - ] - }, - "id": "node/4921695414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921695415", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8956466, - 51.5321611 - ] - }, - "id": "node/4921695415" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921695416", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8957298, - 51.5321815 - ] - }, - "id": "node/4921695416" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921695417", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8958321, - 51.5322065 - ] - }, - "id": "node/4921695417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921695418", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8959446, - 51.5322341 - ] - }, - "id": "node/4921695418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921695419", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960371, - 51.5322567 - ] - }, - "id": "node/4921695419" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921695420", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8961349, - 51.5322807 - ] - }, - "id": "node/4921695420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921696140", - "name": "Sängerlinde", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8979571, - 51.5325274 - ] - }, - "id": "node/4921696140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921724485", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8942459, - 51.5353811 - ] - }, - "id": "node/4921724485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921724486", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8943418, - 51.5354504 - ] - }, - "id": "node/4921724486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921724487", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8942768, - 51.535442 - ] - }, - "id": "node/4921724487" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921724488", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8947824, - 51.5353123 - ] - }, - "id": "node/4921724488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921724489", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8948447, - 51.5351534 - ] - }, - "id": "node/4921724489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921724490", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8945162, - 51.5352285 - ] - }, - "id": "node/4921724490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921724491", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8942882, - 51.535236 - ] - }, - "id": "node/4921724491" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921724492", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.894492, - 51.5351025 - ] - }, - "id": "node/4921724492" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921724493", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8943914, - 51.5350887 - ] - }, - "id": "node/4921724493" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921724494", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8942868, - 51.535077 - ] - }, - "id": "node/4921724494" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813033", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8928331, - 51.5405629 - ] - }, - "id": "node/4921813033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813034", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8923141, - 51.5411635 - ] - }, - "id": "node/4921813034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813035", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.892424, - 51.5410159 - ] - }, - "id": "node/4921813035" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813036", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8925132, - 51.5409087 - ] - }, - "id": "node/4921813036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813037", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8925468, - 51.5408194 - ] - }, - "id": "node/4921813037" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813038", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8923161, - 51.5406835 - ] - }, - "id": "node/4921813038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813039", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.891614, - 51.5408816 - ] - }, - "id": "node/4921813039" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813040", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919426, - 51.5409762 - ] - }, - "id": "node/4921813040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813041", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8918682, - 51.5411013 - ] - }, - "id": "node/4921813041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813042", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8915952, - 51.5410734 - ] - }, - "id": "node/4921813042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813043", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8914524, - 51.5410609 - ] - }, - "id": "node/4921813043" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813044", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8912834, - 51.5410075 - ] - }, - "id": "node/4921813044" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813045", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8909817, - 51.5409016 - ] - }, - "id": "node/4921813045" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813046", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8905955, - 51.5408799 - ] - }, - "id": "node/4921813046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813047", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8905163, - 51.5408574 - ] - }, - "id": "node/4921813047" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813048", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.890511, - 51.5405934 - ] - }, - "id": "node/4921813048" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813049", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8908087, - 51.5406876 - ] - }, - "id": "node/4921813049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813050", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8903728, - 51.540512 - ] - }, - "id": "node/4921813050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813051", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8900905, - 51.5405112 - ] - }, - "id": "node/4921813051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813052", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8898941, - 51.5407514 - ] - }, - "id": "node/4921813052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813053", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899993, - 51.5407156 - ] - }, - "id": "node/4921813053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813054", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8900443, - 51.5406171 - ] - }, - "id": "node/4921813054" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813055", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8901603, - 51.5405992 - ] - }, - "id": "node/4921813055" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813056", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8901536, - 51.540648 - ] - }, - "id": "node/4921813056" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813057", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8895695, - 51.5405404 - ] - }, - "id": "node/4921813057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813058", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8895621, - 51.5403181 - ] - }, - "id": "node/4921813058" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813059", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897968, - 51.5403419 - ] - }, - "id": "node/4921813059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813060", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897237, - 51.5403189 - ] - }, - "id": "node/4921813060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813061", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8896419, - 51.5402948 - ] - }, - "id": "node/4921813061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813062", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8888473, - 51.5397834 - ] - }, - "id": "node/4921813062" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813063", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8892121, - 51.5396312 - ] - }, - "id": "node/4921813063" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813064", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8891987, - 51.5397125 - ] - }, - "id": "node/4921813064" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813065", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.889129, - 51.5397192 - ] - }, - "id": "node/4921813065" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813066", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8890512, - 51.5396746 - ] - }, - "id": "node/4921813066" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813067", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8889761, - 51.5396562 - ] - }, - "id": "node/4921813067" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813068", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897573, - 51.5395866 - ] - }, - "id": "node/4921813068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813069", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897827, - 51.5393981 - ] - }, - "id": "node/4921813069" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813070", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897371, - 51.5393897 - ] - }, - "id": "node/4921813070" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813071", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8894823, - 51.5393605 - ] - }, - "id": "node/4921813071" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813072", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.889369, - 51.5393739 - ] - }, - "id": "node/4921813072" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813073", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8891859, - 51.5390961 - ] - }, - "id": "node/4921813073" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813074", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8891605, - 51.5389585 - ] - }, - "id": "node/4921813074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813075", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893972, - 51.5390911 - ] - }, - "id": "node/4921813075" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813076", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.88988, - 51.539089 - ] - }, - "id": "node/4921813076" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813077", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8914611, - 51.5394072 - ] - }, - "id": "node/4921813077" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813078", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8913451, - 51.5393689 - ] - }, - "id": "node/4921813078" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813079", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.892412, - 51.5399198 - ] - }, - "id": "node/4921813079" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813080", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8925018, - 51.5398151 - ] - }, - "id": "node/4921813080" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813081", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8922933, - 51.5396783 - ] - }, - "id": "node/4921813081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813082", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8921733, - 51.5396396 - ] - }, - "id": "node/4921813082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813083", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932341, - 51.5399999 - ] - }, - "id": "node/4921813083" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813084", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932207, - 51.5397686 - ] - }, - "id": "node/4921813084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813085", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8931603, - 51.5397513 - ] - }, - "id": "node/4921813085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813086", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8929273, - 51.5396727 - ] - }, - "id": "node/4921813086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813087", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8928351, - 51.5396454 - ] - }, - "id": "node/4921813087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813088", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.892586, - 51.5395757 - ] - }, - "id": "node/4921813088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813089", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8925333, - 51.5395574 - ] - }, - "id": "node/4921813089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813090", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8924623, - 51.5395374 - ] - }, - "id": "node/4921813090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813091", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8922383, - 51.5394681 - ] - }, - "id": "node/4921813091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813092", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8921364, - 51.5394387 - ] - }, - "id": "node/4921813092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813093", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8920435, - 51.5394116 - ] - }, - "id": "node/4921813093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813094", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8918923, - 51.539361 - ] - }, - "id": "node/4921813094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813095", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8917974, - 51.5393328 - ] - }, - "id": "node/4921813095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813096", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8916358, - 51.5392834 - ] - }, - "id": "node/4921813096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813097", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8914326, - 51.5392227 - ] - }, - "id": "node/4921813097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813098", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8913371, - 51.5391931 - ] - }, - "id": "node/4921813098" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813099", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8912452, - 51.5391685 - ] - }, - "id": "node/4921813099" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813100", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8911577, - 51.5391453 - ] - }, - "id": "node/4921813100" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813101", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.890972, - 51.5390969 - ] - }, - "id": "node/4921813101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813102", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8907963, - 51.5390577 - ] - }, - "id": "node/4921813102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813103", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8906957, - 51.5390365 - ] - }, - "id": "node/4921813103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813104", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.890567, - 51.5390071 - ] - }, - "id": "node/4921813104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813105", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8905029, - 51.5389931 - ] - }, - "id": "node/4921813105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813106", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8903064, - 51.5389591 - ] - }, - "id": "node/4921813106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813107", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8903631, - 51.5389043 - ] - }, - "id": "node/4921813107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813108", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8902427, - 51.5388851 - ] - }, - "id": "node/4921813108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921813109", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8901502, - 51.5389339 - ] - }, - "id": "node/4921813109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921867337", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9127716, - 51.5358593 - ] - }, - "id": "node/4921867337" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921867338", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9126514, - 51.5361432 - ] - }, - "id": "node/4921867338" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921867339", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9125599, - 51.5363591 - ] - }, - "id": "node/4921867339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921867340", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9125218, - 51.5364489 - ] - }, - "id": "node/4921867340" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921867341", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9124005, - 51.5367217 - ] - }, - "id": "node/4921867341" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921867342", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9123093, - 51.5369343 - ] - }, - "id": "node/4921867342" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921867343", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9122204, - 51.5371416 - ] - }, - "id": "node/4921867343" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921867344", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9121698, - 51.5372597 - ] - }, - "id": "node/4921867344" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921867345", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9120263, - 51.5376113 - ] - }, - "id": "node/4921867345" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921867346", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9119996, - 51.5376998 - ] - }, - "id": "node/4921867346" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921867347", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9119703, - 51.5377965 - ] - }, - "id": "node/4921867347" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921867348", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9119361, - 51.5379098 - ] - }, - "id": "node/4921867348" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4921867349", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9118989, - 51.538033 - ] - }, - "id": "node/4921867349" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922364439", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9538218, - 51.5419079 - ] - }, - "id": "node/4922364439" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922364440", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9537937, - 51.5417765 - ] - }, - "id": "node/4922364440" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922364441", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9536904, - 51.5416585 - ] - }, - "id": "node/4922364441" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922364442", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9536428, - 51.541563 - ] - }, - "id": "node/4922364442" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922364443", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9535663, - 51.5413649 - ] - }, - "id": "node/4922364443" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922364444", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9534544, - 51.541128 - ] - }, - "id": "node/4922364444" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922364445", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.953457, - 51.5410509 - ] - }, - "id": "node/4922364445" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922364446", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9534195, - 51.5409796 - ] - }, - "id": "node/4922364446" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922364447", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.953341, - 51.5408424 - ] - }, - "id": "node/4922364447" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922364448", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9531841, - 51.5407523 - ] - }, - "id": "node/4922364448" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922364449", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9530567, - 51.5407222 - ] - }, - "id": "node/4922364449" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922364450", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9528549, - 51.5406614 - ] - }, - "id": "node/4922364450" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922364451", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9527912, - 51.5406347 - ] - }, - "id": "node/4922364451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922364452", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9526329, - 51.540658 - ] - }, - "id": "node/4922364452" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922364453", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9524921, - 51.5406434 - ] - }, - "id": "node/4922364453" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922364454", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9523024, - 51.5405796 - ] - }, - "id": "node/4922364454" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922364455", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9521247, - 51.5405996 - ] - }, - "id": "node/4922364455" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922364456", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9519798, - 51.5405842 - ] - }, - "id": "node/4922364456" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922364457", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9517981, - 51.5405312 - ] - }, - "id": "node/4922364457" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922364458", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9514642, - 51.5405342 - ] - }, - "id": "node/4922364458" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922364459", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9512107, - 51.5405233 - ] - }, - "id": "node/4922364459" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922364460", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9510484, - 51.5405091 - ] - }, - "id": "node/4922364460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922364461", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9507836, - 51.5404645 - ] - }, - "id": "node/4922364461" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922364462", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9505214, - 51.5404962 - ] - }, - "id": "node/4922364462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449717", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9566053, - 51.5480439 - ] - }, - "id": "node/4922449717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449718", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9566241, - 51.5478917 - ] - }, - "id": "node/4922449718" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449719", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9565637, - 51.5476423 - ] - }, - "id": "node/4922449719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449720", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9566046, - 51.5478045 - ] - }, - "id": "node/4922449720" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449721", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9565724, - 51.5478 - ] - }, - "id": "node/4922449721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449722", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9578083, - 51.5476607 - ] - }, - "id": "node/4922449722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449723", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9577231, - 51.547664 - ] - }, - "id": "node/4922449723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449724", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9575313, - 51.5476682 - ] - }, - "id": "node/4922449724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449725", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.957416, - 51.5476807 - ] - }, - "id": "node/4922449725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449726", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9575883, - 51.5476753 - ] - }, - "id": "node/4922449726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449727", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9569466, - 51.5477666 - ] - }, - "id": "node/4922449727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449728", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9571545, - 51.5477257 - ] - }, - "id": "node/4922449728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449729", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9572644, - 51.5477211 - ] - }, - "id": "node/4922449729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449730", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.957426, - 51.5476419 - ] - }, - "id": "node/4922449730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449731", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9576319, - 51.5476265 - ] - }, - "id": "node/4922449731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449732", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9579008, - 51.5473788 - ] - }, - "id": "node/4922449732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449733", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9565174, - 51.5475348 - ] - }, - "id": "node/4922449733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449734", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9566133, - 51.5474076 - ] - }, - "id": "node/4922449734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449735", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9566267, - 51.5474514 - ] - }, - "id": "node/4922449735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449736", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9566938, - 51.547403 - ] - }, - "id": "node/4922449736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449737", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.957241, - 51.5473475 - ] - }, - "id": "node/4922449737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449738", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9571712, - 51.5473033 - ] - }, - "id": "node/4922449738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449739", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9569271, - 51.5473504 - ] - }, - "id": "node/4922449739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449740", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9573865, - 51.5472545 - ] - }, - "id": "node/4922449740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449741", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9577311, - 51.5471545 - ] - }, - "id": "node/4922449741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449742", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9577694, - 51.5471874 - ] - }, - "id": "node/4922449742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449743", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9578431, - 51.5472608 - ] - }, - "id": "node/4922449743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449744", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9575742, - 51.5473354 - ] - }, - "id": "node/4922449744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449745", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9576091, - 51.5472791 - ] - }, - "id": "node/4922449745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449746", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9575964, - 51.5472012 - ] - }, - "id": "node/4922449746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449747", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.957705, - 51.5470665 - ] - }, - "id": "node/4922449747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449748", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9574388, - 51.5470302 - ] - }, - "id": "node/4922449748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449749", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9563498, - 51.5471261 - ] - }, - "id": "node/4922449749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449750", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9562895, - 51.5470886 - ] - }, - "id": "node/4922449750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449751", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9564511, - 51.5470519 - ] - }, - "id": "node/4922449751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449752", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9567709, - 51.5469593 - ] - }, - "id": "node/4922449752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449753", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9569292, - 51.5469368 - ] - }, - "id": "node/4922449753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449754", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9573355, - 51.5469272 - ] - }, - "id": "node/4922449754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449755", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9573053, - 51.5468972 - ] - }, - "id": "node/4922449755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449756", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9572463, - 51.5468905 - ] - }, - "id": "node/4922449756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449758", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9571927, - 51.5466199 - ] - }, - "id": "node/4922449758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449759", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "local_knowledge" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9573918, - 51.5464293 - ] - }, - "id": "node/4922449759" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449760", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "local_knowledge" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9574582, - 51.5464923 - ] - }, - "id": "node/4922449760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449761", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9582287, - 51.5469447 - ] - }, - "id": "node/4922449761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449762", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9581516, - 51.5468709 - ] - }, - "id": "node/4922449762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449763", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9581214, - 51.5468188 - ] - }, - "id": "node/4922449763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449764", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9580014, - 51.5468267 - ] - }, - "id": "node/4922449764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449765", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.957929, - 51.5467892 - ] - }, - "id": "node/4922449765" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449766", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9579062, - 51.5467654 - ] - }, - "id": "node/4922449766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449777", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9499635, - 51.543453 - ] - }, - "id": "node/4922449777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449778", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9495699, - 51.5431582 - ] - }, - "id": "node/4922449778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449779", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9495578, - 51.5432766 - ] - }, - "id": "node/4922449779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922449780", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9498066, - 51.5433484 - ] - }, - "id": "node/4922449780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922502024", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.957929, - 51.5464397 - ] - }, - "id": "node/4922502024" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922502027", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9564122, - 51.5457859 - ] - }, - "id": "node/4922502027" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922502028", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9565168, - 51.5458417 - ] - }, - "id": "node/4922502028" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922502029", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9567495, - 51.5459748 - ] - }, - "id": "node/4922502029" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922502030", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9566904, - 51.5459418 - ] - }, - "id": "node/4922502030" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922502031", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9565738, - 51.5458734 - ] - }, - "id": "node/4922502031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581883", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9629809, - 51.5486769 - ] - }, - "id": "node/4922581883" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581884", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9628957, - 51.5486369 - ] - }, - "id": "node/4922581884" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581885", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9628441, - 51.5486127 - ] - }, - "id": "node/4922581885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581915", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9635576, - 51.5482107 - ] - }, - "id": "node/4922581915" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581916", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9636307, - 51.5482309 - ] - }, - "id": "node/4922581916" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581917", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9638305, - 51.5482914 - ] - }, - "id": "node/4922581917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581918", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9639089, - 51.5483072 - ] - }, - "id": "node/4922581918" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581919", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9642459, - 51.5483708 - ] - }, - "id": "node/4922581919" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581920", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9644021, - 51.5483977 - ] - }, - "id": "node/4922581920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581921", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9644806, - 51.5484106 - ] - }, - "id": "node/4922581921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581922", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9646318, - 51.5484338 - ] - }, - "id": "node/4922581922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581955", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9599788, - 51.5505433 - ] - }, - "id": "node/4922581955" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581956", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601766, - 51.5505495 - ] - }, - "id": "node/4922581956" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581957", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9603738, - 51.5506021 - ] - }, - "id": "node/4922581957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581958", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.960066, - 51.5505945 - ] - }, - "id": "node/4922581958" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581959", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598883, - 51.5505904 - ] - }, - "id": "node/4922581959" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581960", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9597173, - 51.550585 - ] - }, - "id": "node/4922581960" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581961", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.959602, - 51.5505833 - ] - }, - "id": "node/4922581961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581962", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9593733, - 51.5505774 - ] - }, - "id": "node/4922581962" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581963", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9591286, - 51.5505995 - ] - }, - "id": "node/4922581963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581964", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9590474, - 51.5505149 - ] - }, - "id": "node/4922581964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581965", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9593653, - 51.5505295 - ] - }, - "id": "node/4922581965" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581966", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9595463, - 51.5505297 - ] - }, - "id": "node/4922581966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581967", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9597867, - 51.5505349 - ] - }, - "id": "node/4922581967" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581968", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.959022, - 51.5479647 - ] - }, - "id": "node/4922581968" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581969", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9591386, - 51.5479305 - ] - }, - "id": "node/4922581969" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581970", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.958794, - 51.5478817 - ] - }, - "id": "node/4922581970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581971", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9587678, - 51.5479826 - ] - }, - "id": "node/4922581971" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581972", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9587765, - 51.5480493 - ] - }, - "id": "node/4922581972" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581973", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9588067, - 51.5481231 - ] - }, - "id": "node/4922581973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581974", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9589824, - 51.5483929 - ] - }, - "id": "node/4922581974" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581975", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9589408, - 51.5483049 - ] - }, - "id": "node/4922581975" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581976", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9588409, - 51.5485514 - ] - }, - "id": "node/4922581976" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581977", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9590012, - 51.548822 - ] - }, - "id": "node/4922581977" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581978", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9588161, - 51.548749 - ] - }, - "id": "node/4922581978" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581979", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9588181, - 51.5488324 - ] - }, - "id": "node/4922581979" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581980", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.958804, - 51.5489659 - ] - }, - "id": "node/4922581980" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581981", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9588818, - 51.5491468 - ] - }, - "id": "node/4922581981" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581982", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9588872, - 51.5492627 - ] - }, - "id": "node/4922581982" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581983", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9588389, - 51.5493307 - ] - }, - "id": "node/4922581983" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581984", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9588469, - 51.5494112 - ] - }, - "id": "node/4922581984" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581985", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9588396, - 51.5494683 - ] - }, - "id": "node/4922581985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581986", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9589898, - 51.5496801 - ] - }, - "id": "node/4922581986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581987", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9589401, - 51.5498465 - ] - }, - "id": "node/4922581987" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581988", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9589931, - 51.5499808 - ] - }, - "id": "node/4922581988" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581989", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.95903, - 51.5500883 - ] - }, - "id": "node/4922581989" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581990", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9590441, - 51.5501213 - ] - }, - "id": "node/4922581990" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581991", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.959082, - 51.5502153 - ] - }, - "id": "node/4922581991" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581992", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9590568, - 51.5502831 - ] - }, - "id": "node/4922581992" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581993", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9591031, - 51.5502977 - ] - }, - "id": "node/4922581993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581994", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9590971, - 51.5503535 - ] - }, - "id": "node/4922581994" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922581995", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9591621, - 51.5504007 - ] - }, - "id": "node/4922581995" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922630609", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9599621, - 51.5478521 - ] - }, - "id": "node/4922630609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922630610", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600606, - 51.5476048 - ] - }, - "id": "node/4922630610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922630611", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.960469, - 51.5476611 - ] - }, - "id": "node/4922630611" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922630612", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9605267, - 51.5476794 - ] - }, - "id": "node/4922630612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922630613", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9609505, - 51.5481536 - ] - }, - "id": "node/4922630613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922630614", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9610088, - 51.548031 - ] - }, - "id": "node/4922630614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922630615", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9610396, - 51.547963 - ] - }, - "id": "node/4922630615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922630616", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9608881, - 51.5477095 - ] - }, - "id": "node/4922630616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922630617", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9609438, - 51.5477541 - ] - }, - "id": "node/4922630617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922630618", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.960982, - 51.5477962 - ] - }, - "id": "node/4922630618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922630619", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.961332, - 51.5480906 - ] - }, - "id": "node/4922630619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922630620", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9612153, - 51.548023 - ] - }, - "id": "node/4922630620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922681750", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9602222, - 51.5426619 - ] - }, - "id": "node/4922681750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922681751", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601646, - 51.5427954 - ] - }, - "id": "node/4922681751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922681752", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600238, - 51.5431002 - ] - }, - "id": "node/4922681752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922681753", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598487, - 51.5432633 - ] - }, - "id": "node/4922681753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922681754", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598105, - 51.5432595 - ] - }, - "id": "node/4922681754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922681755", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9595725, - 51.5432224 - ] - }, - "id": "node/4922681755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922681756", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9595054, - 51.5432099 - ] - }, - "id": "node/4922681756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922681757", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9594598, - 51.5431674 - ] - }, - "id": "node/4922681757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922681758", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.959321, - 51.5430727 - ] - }, - "id": "node/4922681758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922681772", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9606661, - 51.5439777 - ] - }, - "id": "node/4922681772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922681773", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9606259, - 51.5439493 - ] - }, - "id": "node/4922681773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922681774", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9605951, - 51.5439093 - ] - }, - "id": "node/4922681774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4934436569", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454721, - 51.5427282 - ] - }, - "id": "node/4934436569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4934436570", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452884, - 51.5426967 - ] - }, - "id": "node/4934436570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4934436578", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443707, - 51.5425389 - ] - }, - "id": "node/4934436578" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4934436579", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445882, - 51.5425763 - ] - }, - "id": "node/4934436579" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4934436580", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448101, - 51.5426144 - ] - }, - "id": "node/4934436580" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4934436581", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450285, - 51.542652 - ] - }, - "id": "node/4934436581" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4934654659", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9813306, - 51.5609687 - ] - }, - "id": "node/4934654659" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4934654660", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9812719, - 51.5609389 - ] - }, - "id": "node/4934654660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4934654661", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9812182, - 51.5609245 - ] - }, - "id": "node/4934654661" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4934654662", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9811398, - 51.5608897 - ] - }, - "id": "node/4934654662" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4934654663", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9811123, - 51.5608493 - ] - }, - "id": "node/4934654663" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4934654664", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9810362, - 51.5608597 - ] - }, - "id": "node/4934654664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4934654665", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9809239, - 51.5608253 - ] - }, - "id": "node/4934654665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4934654666", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9808129, - 51.5607963 - ] - }, - "id": "node/4934654666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4935441816", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9794537, - 51.5628079 - ] - }, - "id": "node/4935441816" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4935441817", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9794637, - 51.5628779 - ] - }, - "id": "node/4935441817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4941954743", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9434149, - 51.5466955 - ] - }, - "id": "node/4941954743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4966128538", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9851477, - 51.5597923 - ] - }, - "id": "node/4966128538" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4966128539", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9842392, - 51.5598676 - ] - }, - "id": "node/4966128539" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4966575622", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9831454, - 51.5601631 - ] - }, - "id": "node/4966575622" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4966575623", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9829305, - 51.560171 - ] - }, - "id": "node/4966575623" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4966575624", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.982837, - 51.5601858 - ] - }, - "id": "node/4966575624" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4966575625", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.983124, - 51.5600818 - ] - }, - "id": "node/4966575625" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4966575626", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.983361, - 51.5600666 - ] - }, - "id": "node/4966575626" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4985482487", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9424325, - 51.5572176 - ] - }, - "id": "node/4985482487" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4997041631", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8954836, - 51.5102075 - ] - }, - "id": "node/4997041631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4997043230", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8954992, - 51.51013 - ] - }, - "id": "node/4997043230" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001189469", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9297678, - 51.5342654 - ] - }, - "id": "node/5001189469" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001189470", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9298147, - 51.5333648 - ] - }, - "id": "node/5001189470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001189471", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9297919, - 51.5332714 - ] - }, - "id": "node/5001189471" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001240344", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9376045, - 51.5320116 - ] - }, - "id": "node/5001240344" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001240345", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9374956, - 51.5321751 - ] - }, - "id": "node/5001240345" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5002936315", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9411635, - 51.5612749 - ] - }, - "id": "node/5002936315" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5002936316", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.940905, - 51.561263 - ] - }, - "id": "node/5002936316" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5002936317", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9407732, - 51.5612576 - ] - }, - "id": "node/5002936317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5002936318", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9406341, - 51.5612497 - ] - }, - "id": "node/5002936318" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5002936319", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9405043, - 51.5612378 - ] - }, - "id": "node/5002936319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5002936320", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9403742, - 51.5612253 - ] - }, - "id": "node/5002936320" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5002937221", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9402482, - 51.5612134 - ] - }, - "id": "node/5002937221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5002937222", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9401171, - 51.5611967 - ] - }, - "id": "node/5002937222" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5002937223", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9399873, - 51.561184 - ] - }, - "id": "node/5002937223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5002937224", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9398606, - 51.5611703 - ] - }, - "id": "node/5002937224" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5002937225", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9397342, - 51.561154 - ] - }, - "id": "node/5002937225" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5002937226", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9395987, - 51.5611371 - ] - }, - "id": "node/5002937226" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035253", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9434149, - 51.5602671 - ] - }, - "id": "node/5003035253" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035254", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943152, - 51.5602577 - ] - }, - "id": "node/5003035254" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035255", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.942572, - 51.5601956 - ] - }, - "id": "node/5003035255" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035256", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9426236, - 51.5601639 - ] - }, - "id": "node/5003035256" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035257", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9424489, - 51.5602346 - ] - }, - "id": "node/5003035257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035258", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9423621, - 51.5602675 - ] - }, - "id": "node/5003035258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035259", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9420171, - 51.5604543 - ] - }, - "id": "node/5003035259" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035260", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9420587, - 51.5604093 - ] - }, - "id": "node/5003035260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035261", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.942122, - 51.560369 - ] - }, - "id": "node/5003035261" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035262", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9421958, - 51.5603294 - ] - }, - "id": "node/5003035262" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035263", - "genus": "Quercus", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9419722, - 51.5605329 - ] - }, - "id": "node/5003035263" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035264", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9419435, - 51.5605928 - ] - }, - "id": "node/5003035264" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035265", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9419135, - 51.5606554 - ] - }, - "id": "node/5003035265" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035266", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9418572, - 51.5607811 - ] - }, - "id": "node/5003035266" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035267", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9418324, - 51.5608402 - ] - }, - "id": "node/5003035267" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035268", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.941807, - 51.5609008 - ] - }, - "id": "node/5003035268" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035269", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9417837, - 51.5609562 - ] - }, - "id": "node/5003035269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035270", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9417609, - 51.5610106 - ] - }, - "id": "node/5003035270" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035271", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9417185, - 51.5611261 - ] - }, - "id": "node/5003035271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035272", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9416987, - 51.5611812 - ] - }, - "id": "node/5003035272" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035273", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9416795, - 51.5612349 - ] - }, - "id": "node/5003035273" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035274", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9416593, - 51.5612928 - ] - }, - "id": "node/5003035274" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035275", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.941644, - 51.5613415 - ] - }, - "id": "node/5003035275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035276", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.941626, - 51.5613986 - ] - }, - "id": "node/5003035276" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035277", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9416101, - 51.5614489 - ] - }, - "id": "node/5003035277" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035278", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9415963, - 51.5614994 - ] - }, - "id": "node/5003035278" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035279", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9415818, - 51.5615524 - ] - }, - "id": "node/5003035279" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035280", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9415673, - 51.5616057 - ] - }, - "id": "node/5003035280" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035281", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9415389, - 51.5617095 - ] - }, - "id": "node/5003035281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035282", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9415226, - 51.5617695 - ] - }, - "id": "node/5003035282" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035283", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9413542, - 51.561985 - ] - }, - "id": "node/5003035283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035284", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.941426, - 51.5619342 - ] - }, - "id": "node/5003035284" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035285", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9412952, - 51.5620104 - ] - }, - "id": "node/5003035285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035286", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9412138, - 51.5620383 - ] - }, - "id": "node/5003035286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035287", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.941136, - 51.562065 - ] - }, - "id": "node/5003035287" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035288", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9410431, - 51.5620967 - ] - }, - "id": "node/5003035288" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035289", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9408634, - 51.5624302 - ] - }, - "id": "node/5003035289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035290", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9408326, - 51.5625478 - ] - }, - "id": "node/5003035290" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035291", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9408191, - 51.5626053 - ] - }, - "id": "node/5003035291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035292", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9409398, - 51.562692 - ] - }, - "id": "node/5003035292" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035293", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.940795, - 51.5626895 - ] - }, - "id": "node/5003035293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035294", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9407799, - 51.562753 - ] - }, - "id": "node/5003035294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035295", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9407643, - 51.5628187 - ] - }, - "id": "node/5003035295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035296", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9407487, - 51.5628842 - ] - }, - "id": "node/5003035296" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035773", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9353179, - 51.5624136 - ] - }, - "id": "node/5003035773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035774", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.935222, - 51.5622927 - ] - }, - "id": "node/5003035774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035775", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9352214, - 51.5623448 - ] - }, - "id": "node/5003035775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035776", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9353448, - 51.5622201 - ] - }, - "id": "node/5003035776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035777", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9354219, - 51.5622168 - ] - }, - "id": "node/5003035777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035778", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9357551, - 51.5622531 - ] - }, - "id": "node/5003035778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035779", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9357229, - 51.5622272 - ] - }, - "id": "node/5003035779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003035780", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9355687, - 51.5622201 - ] - }, - "id": "node/5003035780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003058722", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440405, - 51.5621272 - ] - }, - "id": "node/5003058722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003058723", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9438588, - 51.5620842 - ] - }, - "id": "node/5003058723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003058724", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9429756, - 51.5627187 - ] - }, - "id": "node/5003058724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003058725", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9430454, - 51.5627258 - ] - }, - "id": "node/5003058725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003058726", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9429093, - 51.562592 - ] - }, - "id": "node/5003058726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003058727", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9428858, - 51.5627462 - ] - }, - "id": "node/5003058727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003058728", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9420208, - 51.5621734 - ] - }, - "id": "node/5003058728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003058733", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9421193, - 51.5629217 - ] - }, - "id": "node/5003058733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003058734", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9419819, - 51.5628858 - ] - }, - "id": "node/5003058734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932315", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8908912, - 51.5091656 - ] - }, - "id": "node/5003932315" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932316", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8908838, - 51.5092316 - ] - }, - "id": "node/5003932316" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932317", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8908871, - 51.5092717 - ] - }, - "id": "node/5003932317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932318", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8908643, - 51.5093459 - ] - }, - "id": "node/5003932318" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932319", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8902085, - 51.508861 - ] - }, - "id": "node/5003932319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932320", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8904801, - 51.5087884 - ] - }, - "id": "node/5003932320" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932621", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8904848, - 51.5086995 - ] - }, - "id": "node/5003932621" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932622", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8909073, - 51.5088347 - ] - }, - "id": "node/5003932622" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932623", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.890863, - 51.5088234 - ] - }, - "id": "node/5003932623" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932624", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8903876, - 51.5074812 - ] - }, - "id": "node/5003932624" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932625", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8905559, - 51.5076841 - ] - }, - "id": "node/5003932625" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932626", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8906498, - 51.5076782 - ] - }, - "id": "node/5003932626" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932627", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8908127, - 51.5076707 - ] - }, - "id": "node/5003932627" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932628", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8907188, - 51.5076285 - ] - }, - "id": "node/5003932628" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932629", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.890521, - 51.5075313 - ] - }, - "id": "node/5003932629" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932630", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8906638, - 51.5075618 - ] - }, - "id": "node/5003932630" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932631", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8907718, - 51.5075793 - ] - }, - "id": "node/5003932631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932632", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.890975, - 51.507682 - ] - }, - "id": "node/5003932632" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932633", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8900999, - 51.5073493 - ] - }, - "id": "node/5003932633" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932634", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899866, - 51.5074916 - ] - }, - "id": "node/5003932634" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932635", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899564, - 51.5076169 - ] - }, - "id": "node/5003932635" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932636", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8895668, - 51.5093117 - ] - }, - "id": "node/5003932636" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932637", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.889591, - 51.5092095 - ] - }, - "id": "node/5003932637" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932638", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8896158, - 51.5090922 - ] - }, - "id": "node/5003932638" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932639", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.889648, - 51.5089749 - ] - }, - "id": "node/5003932639" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932640", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8896714, - 51.5088635 - ] - }, - "id": "node/5003932640" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932641", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8896969, - 51.5087529 - ] - }, - "id": "node/5003932641" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932642", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897231, - 51.5086469 - ] - }, - "id": "node/5003932642" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932643", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897519, - 51.5085271 - ] - }, - "id": "node/5003932643" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932644", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8898894, - 51.5079061 - ] - }, - "id": "node/5003932644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932645", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.889884, - 51.5079399 - ] - }, - "id": "node/5003932645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932646", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899122, - 51.5078247 - ] - }, - "id": "node/5003932646" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932647", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.890228, - 51.5076227 - ] - }, - "id": "node/5003932647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932648", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8902099, - 51.5077133 - ] - }, - "id": "node/5003932648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932649", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8901308, - 51.507677 - ] - }, - "id": "node/5003932649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932650", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8901462, - 51.5076043 - ] - }, - "id": "node/5003932650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932651", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8900503, - 51.5075726 - ] - }, - "id": "node/5003932651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932652", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8900295, - 51.5076803 - ] - }, - "id": "node/5003932652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932653", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8900013, - 51.5077909 - ] - }, - "id": "node/5003932653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932654", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899068, - 51.5082224 - ] - }, - "id": "node/5003932654" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932655", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897687, - 51.5084211 - ] - }, - "id": "node/5003932655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932656", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8898719, - 51.5083927 - ] - }, - "id": "node/5003932656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932657", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8898458, - 51.5084854 - ] - }, - "id": "node/5003932657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932658", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8898223, - 51.5085997 - ] - }, - "id": "node/5003932658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932659", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897928, - 51.5087162 - ] - }, - "id": "node/5003932659" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932660", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897606, - 51.5088318 - ] - }, - "id": "node/5003932660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932661", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8897405, - 51.5089524 - ] - }, - "id": "node/5003932661" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932662", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.889719, - 51.5090492 - ] - }, - "id": "node/5003932662" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932663", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8896956, - 51.5091523 - ] - }, - "id": "node/5003932663" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932664", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8896734, - 51.5092658 - ] - }, - "id": "node/5003932664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932665", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.88965, - 51.5093693 - ] - }, - "id": "node/5003932665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932666", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8898545, - 51.5090705 - ] - }, - "id": "node/5003932666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932667", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8900335, - 51.5090876 - ] - }, - "id": "node/5003932667" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932668", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8898163, - 51.5092287 - ] - }, - "id": "node/5003932668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932669", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8901757, - 51.5092575 - ] - }, - "id": "node/5003932669" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932670", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.889996, - 51.509242 - ] - }, - "id": "node/5003932670" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932671", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8898987, - 51.5093555 - ] - }, - "id": "node/5003932671" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932672", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8900731, - 51.5093731 - ] - }, - "id": "node/5003932672" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932673", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8902541, - 51.5093885 - ] - }, - "id": "node/5003932673" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932674", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8903547, - 51.5092892 - ] - }, - "id": "node/5003932674" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932675", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8905867, - 51.5093209 - ] - }, - "id": "node/5003932675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932676", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8904768, - 51.5092554 - ] - }, - "id": "node/5003932676" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932677", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8903802, - 51.5091978 - ] - }, - "id": "node/5003932677" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932678", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8903339, - 51.5091172 - ] - }, - "id": "node/5003932678" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932679", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8903272, - 51.5090429 - ] - }, - "id": "node/5003932679" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932680", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8904305, - 51.5088764 - ] - }, - "id": "node/5003932680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003932681", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8903668, - 51.5089595 - ] - }, - "id": "node/5003932681" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5114447353", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "local_knowledge" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9572515, - 51.5463609 - ] - }, - "id": "node/5114447353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5115549126", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9666379, - 51.521593 - ] - }, - "id": "node/5115549126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5141862829", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301372, - 51.5410688 - ] - }, - "id": "node/5141862829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5141862830", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9302271, - 51.5410842 - ] - }, - "id": "node/5141862830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5141862841", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9404477, - 51.5184953 - ] - }, - "id": "node/5141862841" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5141862842", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9404718, - 51.5186455 - ] - }, - "id": "node/5141862842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5141862843", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9405295, - 51.5189709 - ] - }, - "id": "node/5141862843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5141862844", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9409224, - 51.5200938 - ] - }, - "id": "node/5141862844" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5141862845", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9408533, - 51.5199982 - ] - }, - "id": "node/5141862845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5141862846", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9408406, - 51.5198288 - ] - }, - "id": "node/5141862846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5141862847", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9408279, - 51.519649 - ] - }, - "id": "node/5141862847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5141862848", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9407454, - 51.5192342 - ] - }, - "id": "node/5141862848" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5141862849", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9407078, - 51.5190469 - ] - }, - "id": "node/5141862849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5141862850", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.940681, - 51.5188867 - ] - }, - "id": "node/5141862850" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5141862851", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9405013, - 51.5188186 - ] - }, - "id": "node/5141862851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5141862852", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9406455, - 51.5186935 - ] - }, - "id": "node/5141862852" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5141862853", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9406254, - 51.5185554 - ] - }, - "id": "node/5141862853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5141862854", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9405905, - 51.5183797 - ] - }, - "id": "node/5141862854" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5141862855", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9405737, - 51.518285 - ] - }, - "id": "node/5141862855" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5141862856", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9404034, - 51.5183079 - ] - }, - "id": "node/5141862856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5141862857", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9403772, - 51.5181377 - ] - }, - "id": "node/5141862857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5141862858", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9405248, - 51.5180513 - ] - }, - "id": "node/5141862858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829550", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9602062, - 51.5026713 - ] - }, - "id": "node/5163829550" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829551", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9602028, - 51.5027485 - ] - }, - "id": "node/5163829551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829552", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601941, - 51.5028454 - ] - }, - "id": "node/5163829552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829553", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601773, - 51.5030294 - ] - }, - "id": "node/5163829553" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829554", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601673, - 51.5031117 - ] - }, - "id": "node/5163829554" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829555", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601599, - 51.5032181 - ] - }, - "id": "node/5163829555" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829556", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601545, - 51.503292 - ] - }, - "id": "node/5163829556" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829557", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601813, - 51.5043455 - ] - }, - "id": "node/5163829557" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829558", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601344, - 51.5043417 - ] - }, - "id": "node/5163829558" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829559", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601384, - 51.5042378 - ] - }, - "id": "node/5163829559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829560", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601398, - 51.5041577 - ] - }, - "id": "node/5163829560" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829561", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601357, - 51.5040854 - ] - }, - "id": "node/5163829561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829562", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601418, - 51.5040162 - ] - }, - "id": "node/5163829562" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829563", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601411, - 51.5039302 - ] - }, - "id": "node/5163829563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829564", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601471, - 51.5038454 - ] - }, - "id": "node/5163829564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829565", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601478, - 51.5037716 - ] - }, - "id": "node/5163829565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829566", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601518, - 51.5036873 - ] - }, - "id": "node/5163829566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829567", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601512, - 51.5035086 - ] - }, - "id": "node/5163829567" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829568", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.960119, - 51.5045087 - ] - }, - "id": "node/5163829568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829569", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.960117, - 51.504603 - ] - }, - "id": "node/5163829569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829570", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601217, - 51.5046673 - ] - }, - "id": "node/5163829570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829571", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601156, - 51.5047904 - ] - }, - "id": "node/5163829571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829572", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.960117, - 51.5048806 - ] - }, - "id": "node/5163829572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829573", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601203, - 51.5049841 - ] - }, - "id": "node/5163829573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829574", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601103, - 51.5053142 - ] - }, - "id": "node/5163829574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829575", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601163, - 51.5052353 - ] - }, - "id": "node/5163829575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829576", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600995, - 51.5056556 - ] - }, - "id": "node/5163829576" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829577", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601015, - 51.5057746 - ] - }, - "id": "node/5163829577" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829578", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601009, - 51.5058823 - ] - }, - "id": "node/5163829578" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829579", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600962, - 51.5060542 - ] - }, - "id": "node/5163829579" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829580", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600915, - 51.5061419 - ] - }, - "id": "node/5163829580" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829581", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600888, - 51.5062291 - ] - }, - "id": "node/5163829581" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829582", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600908, - 51.5064883 - ] - }, - "id": "node/5163829582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829583", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600901, - 51.5065584 - ] - }, - "id": "node/5163829583" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829584", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600868, - 51.5066185 - ] - }, - "id": "node/5163829584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829585", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9600908, - 51.506712 - ] - }, - "id": "node/5163829585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163829586", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2017-10-11" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9599815, - 51.5067984 - ] - }, - "id": "node/5163829586" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166177099", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1410", - "source": "bing", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9233714, - 51.5273507 - ] - }, - "id": "node/5166177099" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166177101", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1412", - "source": "bing", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9235149, - 51.5271622 - ] - }, - "id": "node/5166177101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166177102", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1421", - "source": "bing", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9239487, - 51.5263591 - ] - }, - "id": "node/5166177102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166177103", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1413", - "source": "bing", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9235859, - 51.5270871 - ] - }, - "id": "node/5166177103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166177104", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1414", - "source": "bing", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9236476, - 51.5270053 - ] - }, - "id": "node/5166177104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166177105", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1416", - "source": "bing", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.923763, - 51.5268251 - ] - }, - "id": "node/5166177105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166177106", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1417", - "source": "bing", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9238005, - 51.5267416 - ] - }, - "id": "node/5166177106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166177107", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1420", - "source": "bing", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9239293, - 51.5264329 - ] - }, - "id": "node/5166177107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166177108", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1419", - "source": "bing", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9238944, - 51.5265297 - ] - }, - "id": "node/5166177108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166177109", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1423", - "source": "bing", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9239769, - 51.5262168 - ] - }, - "id": "node/5166177109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166177110", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1425", - "source": "bing", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.923999, - 51.5260007 - ] - }, - "id": "node/5166177110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166177111", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9240265, - 51.5256716 - ] - }, - "id": "node/5166177111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166177112", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1431", - "source": "bing", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9240379, - 51.5254517 - ] - }, - "id": "node/5166177112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166177113", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1432", - "source": "bing", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9240446, - 51.5253399 - ] - }, - "id": "node/5166177113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166177114", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1433", - "source": "bing", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.92405, - 51.5252431 - ] - }, - "id": "node/5166177114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166177115", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1434", - "source": "bing", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9240486, - 51.5251392 - ] - }, - "id": "node/5166177115" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166177116", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1451", - "source": "bing", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9244604, - 51.5232697 - ] - }, - "id": "node/5166177116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166177117", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1463", - "source": "bing", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9250732, - 51.5219071 - ] - }, - "id": "node/5166177117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166177118", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1462", - "source": "bing", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9249861, - 51.522094 - ] - }, - "id": "node/5166177118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166177119", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1461", - "source": "bing", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9249016, - 51.5222817 - ] - }, - "id": "node/5166177119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166177120", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1460", - "source": "bing", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9248224, - 51.5224753 - ] - }, - "id": "node/5166177120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166186021", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1459", - "source": "bing", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9247742, - 51.5225621 - ] - }, - "id": "node/5166186021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166186022", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1458", - "source": "bing", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9247286, - 51.5226631 - ] - }, - "id": "node/5166186022" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166186023", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1457", - "source": "bing", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.924683, - 51.5227574 - ] - }, - "id": "node/5166186023" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166186024", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1456", - "source": "bing", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9246414, - 51.5228517 - ] - }, - "id": "node/5166186024" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166186025", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1455", - "source": "bing", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9245891, - 51.522971 - ] - }, - "id": "node/5166186025" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166186026", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1454", - "source": "bing", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9245569, - 51.5230453 - ] - }, - "id": "node/5166186026" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166186027", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1453", - "source": "bing", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9245274, - 51.5231304 - ] - }, - "id": "node/5166186027" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166186028", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1452", - "source": "bing", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9244992, - 51.5231996 - ] - }, - "id": "node/5166186028" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166186029", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1450", - "source": "bing", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9244201, - 51.5233978 - ] - }, - "id": "node/5166186029" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166186030", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1449", - "source": "bing", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9243946, - 51.5234783 - ] - }, - "id": "node/5166186030" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166186031", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "-", - "source": "bing", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9243638, - 51.5235668 - ] - }, - "id": "node/5166186031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166186032", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1448", - "source": "bing", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9243262, - 51.5236586 - ] - }, - "id": "node/5166186032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166186033", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1447", - "source": "bing", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9242981, - 51.5237478 - ] - }, - "id": "node/5166186033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166186034", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1446", - "source": "bing", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9242739, - 51.5238313 - ] - }, - "id": "node/5166186034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166186035", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1445", - "source": "bing", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9242471, - 51.5239147 - ] - }, - "id": "node/5166186035" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166186036", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1444", - "source": "bing", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9242243, - 51.5239973 - ] - }, - "id": "node/5166186036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166186037", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1443", - "source": "bing", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9241988, - 51.5240799 - ] - }, - "id": "node/5166186037" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166186038", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1442", - "source": "bing", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9241734, - 51.5241734 - ] - }, - "id": "node/5166186038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166186039", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1441", - "source": "bing", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9241546, - 51.5242493 - ] - }, - "id": "node/5166186039" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166186040", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1440", - "source": "bing", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9241291, - 51.5243478 - ] - }, - "id": "node/5166186040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166186041", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1439", - "source": "bing", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9241157, - 51.5244329 - ] - }, - "id": "node/5166186041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166186042", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9240942, - 51.524528 - ] - }, - "id": "node/5166186042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166186043", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1438", - "source": "bing", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9240822, - 51.5246173 - ] - }, - "id": "node/5166186043" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166186044", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1437", - "source": "bing", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9240862, - 51.5246916 - ] - }, - "id": "node/5166186044" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166186045", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1436", - "source": "bing", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9240634, - 51.5249323 - ] - }, - "id": "node/5166186045" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177321257", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9079131, - 51.5538347 - ] - }, - "id": "node/5177321257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177321258", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9075443, - 51.5540198 - ] - }, - "id": "node/5177321258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177321259", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9073794, - 51.554104 - ] - }, - "id": "node/5177321259" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177321260", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9072446, - 51.5541257 - ] - }, - "id": "node/5177321260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177321261", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9071192, - 51.5542337 - ] - }, - "id": "node/5177321261" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177321262", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9067678, - 51.5544092 - ] - }, - "id": "node/5177321262" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177321263", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.906389, - 51.5546414 - ] - }, - "id": "node/5177321263" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177321264", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9062703, - 51.554724 - ] - }, - "id": "node/5177321264" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177321265", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9061503, - 51.5548199 - ] - }, - "id": "node/5177321265" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177321266", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9027103, - 51.5548882 - ] - }, - "id": "node/5177321266" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177321267", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9030697, - 51.5551355 - ] - }, - "id": "node/5177321267" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177321268", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9029115, - 51.5550237 - ] - }, - "id": "node/5177321268" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177321269", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9032012, - 51.555223 - ] - }, - "id": "node/5177321269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177321270", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9033105, - 51.5552947 - ] - }, - "id": "node/5177321270" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177321271", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9034251, - 51.5553715 - ] - }, - "id": "node/5177321271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177321272", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9035975, - 51.5554899 - ] - }, - "id": "node/5177321272" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177321273", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9037631, - 51.5556029 - ] - }, - "id": "node/5177321273" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177321274", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9052886, - 51.5556537 - ] - }, - "id": "node/5177321274" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177321275", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9051471, - 51.5557296 - ] - }, - "id": "node/5177321275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177321276", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9049889, - 51.5557951 - ] - }, - "id": "node/5177321276" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177321277", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9047602, - 51.5558693 - ] - }, - "id": "node/5177321277" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177321278", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9041292, - 51.5558309 - ] - }, - "id": "node/5177321278" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177321279", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9038804, - 51.5556842 - ] - }, - "id": "node/5177321279" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177321280", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9039777, - 51.55575 - ] - }, - "id": "node/5177321280" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329340", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116743, - 51.549515 - ] - }, - "id": "node/5177329340" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329341", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9117252, - 51.5495217 - ] - }, - "id": "node/5177329341" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329342", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114811, - 51.5496593 - ] - }, - "id": "node/5177329342" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329343", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113752, - 51.549681 - ] - }, - "id": "node/5177329343" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329344", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113511, - 51.5497794 - ] - }, - "id": "node/5177329344" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329345", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.911461, - 51.5497552 - ] - }, - "id": "node/5177329345" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329346", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116005, - 51.5497702 - ] - }, - "id": "node/5177329346" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329347", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116917, - 51.549751 - ] - }, - "id": "node/5177329347" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329348", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9120176, - 51.549736 - ] - }, - "id": "node/5177329348" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329349", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9120377, - 51.5497902 - ] - }, - "id": "node/5177329349" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329350", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9121799, - 51.5500237 - ] - }, - "id": "node/5177329350" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329351", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9120525, - 51.5500271 - ] - }, - "id": "node/5177329351" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329352", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114154, - 51.5498744 - ] - }, - "id": "node/5177329352" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329353", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114436, - 51.5499378 - ] - }, - "id": "node/5177329353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329354", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9110466, - 51.5500337 - ] - }, - "id": "node/5177329354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329355", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114865, - 51.5500421 - ] - }, - "id": "node/5177329355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329356", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9115187, - 51.5500854 - ] - }, - "id": "node/5177329356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329357", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9115898, - 51.5500904 - ] - }, - "id": "node/5177329357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329358", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114838, - 51.5502547 - ] - }, - "id": "node/5177329358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329359", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114194, - 51.5502013 - ] - }, - "id": "node/5177329359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329360", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9110708, - 51.5502872 - ] - }, - "id": "node/5177329360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329361", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9120317, - 51.5510878 - ] - }, - "id": "node/5177329361" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329362", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9115864, - 51.5511695 - ] - }, - "id": "node/5177329362" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329363", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116904, - 51.55121 - ] - }, - "id": "node/5177329363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329364", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9115777, - 51.5512475 - ] - }, - "id": "node/5177329364" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329365", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112397, - 51.5515102 - ] - }, - "id": "node/5177329365" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329366", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113671, - 51.551491 - ] - }, - "id": "node/5177329366" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329367", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.911337, - 51.5513509 - ] - }, - "id": "node/5177329367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329368", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112277, - 51.5513976 - ] - }, - "id": "node/5177329368" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329369", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108267, - 51.5514306 - ] - }, - "id": "node/5177329369" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329370", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9109253, - 51.5514422 - ] - }, - "id": "node/5177329370" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329371", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108589, - 51.5513326 - ] - }, - "id": "node/5177329371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329372", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9109615, - 51.5510974 - ] - }, - "id": "node/5177329372" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329373", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9109715, - 51.5511591 - ] - }, - "id": "node/5177329373" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329374", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.911174, - 51.5511479 - ] - }, - "id": "node/5177329374" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329375", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111915, - 51.5510324 - ] - }, - "id": "node/5177329375" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329376", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113698, - 51.5510415 - ] - }, - "id": "node/5177329376" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329377", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.911693, - 51.5510507 - ] - }, - "id": "node/5177329377" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329378", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.911681, - 51.5510044 - ] - }, - "id": "node/5177329378" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329379", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9118298, - 51.5509073 - ] - }, - "id": "node/5177329379" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329380", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116937, - 51.5508823 - ] - }, - "id": "node/5177329380" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329381", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9115053, - 51.5505679 - ] - }, - "id": "node/5177329381" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329382", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.910773, - 51.5505995 - ] - }, - "id": "node/5177329382" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329383", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108005, - 51.5506087 - ] - }, - "id": "node/5177329383" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329384", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108743, - 51.5506613 - ] - }, - "id": "node/5177329384" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329385", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108857, - 51.5507426 - ] - }, - "id": "node/5177329385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329386", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9110433, - 51.5507722 - ] - }, - "id": "node/5177329386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329387", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111915, - 51.5507918 - ] - }, - "id": "node/5177329387" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329388", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9113557, - 51.5508084 - ] - }, - "id": "node/5177329388" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329389", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9115006, - 51.5508376 - ] - }, - "id": "node/5177329389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329390", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114422, - 51.5507567 - ] - }, - "id": "node/5177329390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329391", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9112954, - 51.5507326 - ] - }, - "id": "node/5177329391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329392", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9111472, - 51.5507134 - ] - }, - "id": "node/5177329392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5177329393", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9110211, - 51.5506971 - ] - }, - "id": "node/5177329393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5224734347", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598923, - 51.5067191 - ] - }, - "id": "node/5224734347" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5224734348", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598856, - 51.506634 - ] - }, - "id": "node/5224734348" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5224734349", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601384, - 51.5069583 - ] - }, - "id": "node/5224734349" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5224734350", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9599413, - 51.507154 - ] - }, - "id": "node/5224734350" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5224734351", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.959726, - 51.5071315 - ] - }, - "id": "node/5224734351" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5224734352", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9593552, - 51.5070927 - ] - }, - "id": "node/5224734352" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5249209174", - "denotation": "natural_monument", - "description": "Zitzenfichte", - "natural": "tree", - "ref": "ND GÖ-S 43" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.965469, - 51.533267 - ] - }, - "id": "node/5249209174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5249209176", - "denotation": "natural_monument", - "description": "Linde", - "natural": "tree", - "ref": "ND GÖ-S 32" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.877222, - 51.5495058 - ] - }, - "id": "node/5249209176" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5249209177", - "denotation": "natural_monument", - "description": "Eiche", - "natural": "tree", - "ref": "ND GÖ-S 26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9654237, - 51.555014 - ] - }, - "id": "node/5249209177" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5249209183", - "denotation": "natural_monument", - "description": "3 Pappeln", - "natural": "tree", - "ref": "ND GÖ-S 10" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9702, - 51.528 - ] - }, - "id": "node/5249209183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5249209184", - "denotation": "natural_monument", - "description": "Elsbeere", - "natural": "tree", - "ref": "ND GÖ-S 8" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9645, - 51.5407 - ] - }, - "id": "node/5249209184" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5249403209", - "denotation": "natural_monument", - "description": "1 Pyramideneiche; 1 Eibe", - "leaf_type": "broadleaved", - "name": "Eiche", - "natural": "tree", - "ref": "ND GÖ-S 55" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.938494, - 51.528445 - ] - }, - "id": "node/5249403209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5249439279", - "denotation": "natural_monument", - "description": "1 Stieleiche, 1 Kastanie, 1 Spitzahorn, 1 Rotbuche", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "ND GÖ-S 94" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9401392, - 51.5261417 - ] - }, - "id": "node/5249439279" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5249439280", - "denotation": "natural_monument", - "description": "4 Bergahorn, 1 Buchsbaum, 1 Blutbuche, 1 Rotesche, 1 Kobushi-Magnolie, 1 Zerreiche, 2 Stieleichen, 1 Amerikanische Linde, 1 Holländische Linde, 1 Lawson-Scheinzypresse, 5 Nutka-Scheinzypressen, 3 Weymouthkiefern, 5 Eiben, 2 Riesenlebensbäume", - "natural": "tree", - "ref": "ND GÖ-S 92" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9450396, - 51.5279456 - ] - }, - "id": "node/5249439280" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5249439281", - "denotation": "natural_monument", - "description": "Eiche", - "natural": "tree", - "protection_title": "Naturdenkmal", - "ref": "ND GÖ-S 87", - "short_protection_title": "ND" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9806567, - 51.5614435 - ] - }, - "id": "node/5249439281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5304591562", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9042928, - 51.5105646 - ] - }, - "id": "node/5304591562" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5304591563", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9041399, - 51.5105262 - ] - }, - "id": "node/5304591563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5304591564", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9040581, - 51.510547 - ] - }, - "id": "node/5304591564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5304591565", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9039938, - 51.5105028 - ] - }, - "id": "node/5304591565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5304591566", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9040474, - 51.5107215 - ] - }, - "id": "node/5304591566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5314063691", - "leaf_type": "broadleaved", - "natural": "tree", - "start_date": "2017-11-12", - "survey:date": "2017-12-29" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598373, - 51.5071583 - ] - }, - "id": "node/5314063691" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5314063692", - "leaf_type": "broadleaved", - "natural": "tree", - "start_date": "2017-11-12", - "survey:date": "2017-12-29" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9595066, - 51.5070804 - ] - }, - "id": "node/5314063692" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5314063693", - "leaf_type": "broadleaved", - "natural": "tree", - "start_date": "2017-11-12", - "survey:date": "2017-12-29" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9593851, - 51.5071084 - ] - }, - "id": "node/5314063693" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5314063694", - "leaf_type": "broadleaved", - "natural": "tree", - "start_date": "2017-11-12", - "survey:date": "2017-12-29" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9595152, - 51.5071558 - ] - }, - "id": "node/5314063694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5314063695", - "leaf_type": "broadleaved", - "natural": "tree", - "start_date": "2017-11-12", - "survey:date": "2017-12-29" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9596422, - 51.5071798 - ] - }, - "id": "node/5314063695" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5314063696", - "leaf_type": "broadleaved", - "natural": "tree", - "start_date": "2017-11-12", - "survey:date": "2017-12-29" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9597193, - 51.5071969 - ] - }, - "id": "node/5314063696" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5314063697", - "leaf_type": "broadleaved", - "natural": "tree", - "start_date": "2017-11-12", - "survey:date": "2017-12-29" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598337, - 51.5072261 - ] - }, - "id": "node/5314063697" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5314063698", - "leaf_type": "broadleaved", - "natural": "tree", - "start_date": "2017-11-12", - "survey:date": "2017-12-29" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9598333, - 51.5073221 - ] - }, - "id": "node/5314063698" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5314063699", - "leaf_type": "broadleaved", - "natural": "tree", - "start_date": "2017-11-12", - "survey:date": "2017-12-29" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9597107, - 51.5073015 - ] - }, - "id": "node/5314063699" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5314063700", - "leaf_type": "broadleaved", - "natural": "tree", - "start_date": "2017-11-12", - "survey:date": "2017-12-29" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9596195, - 51.5072741 - ] - }, - "id": "node/5314063700" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5314063701", - "leaf_type": "broadleaved", - "natural": "tree", - "start_date": "2017-11-12", - "survey:date": "2017-12-29" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9594345, - 51.5072225 - ] - }, - "id": "node/5314063701" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5314063702", - "leaf_type": "broadleaved", - "natural": "tree", - "start_date": "2017-11-12", - "survey:date": "2017-12-29" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9593313, - 51.5072178 - ] - }, - "id": "node/5314063702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5314878121", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9328697, - 51.5366028 - ] - }, - "id": "node/5314878121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5363371660", - "natural": "tree", - "survey:date": "2018-01-25" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9157562, - 51.5224866 - ] - }, - "id": "node/5363371660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5378798740", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2018-02-01" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9374473, - 51.5329691 - ] - }, - "id": "node/5378798740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5378798744", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2018-02-01" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9384685, - 51.533117 - ] - }, - "id": "node/5378798744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5378798745", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2018-02-01" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9385996, - 51.5331813 - ] - }, - "id": "node/5378798745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5378798746", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2018-02-01" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9380796, - 51.5331101 - ] - }, - "id": "node/5378798746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5399928642", - "natural": "tree", - "survey:date": "2018-02-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451261, - 51.5613947 - ] - }, - "id": "node/5399928642" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5399928643", - "natural": "tree", - "survey:date": "2018-02-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945114, - 51.5613676 - ] - }, - "id": "node/5399928643" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5399928644", - "natural": "tree", - "survey:date": "2018-02-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449457, - 51.5608766 - ] - }, - "id": "node/5399928644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5399928645", - "natural": "tree", - "survey:date": "2018-02-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449115, - 51.5608211 - ] - }, - "id": "node/5399928645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5399928646", - "natural": "tree", - "survey:date": "2018-02-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447318, - 51.5603334 - ] - }, - "id": "node/5399928646" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5399928647", - "natural": "tree", - "survey:date": "2018-02-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445716, - 51.5599115 - ] - }, - "id": "node/5399928647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5399928648", - "natural": "tree", - "survey:date": "2018-02-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445246, - 51.5598044 - ] - }, - "id": "node/5399928648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5399928649", - "natural": "tree", - "survey:date": "2018-02-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445387, - 51.5598469 - ] - }, - "id": "node/5399928649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5399928650", - "natural": "tree", - "survey:date": "2018-02-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440023, - 51.5586263 - ] - }, - "id": "node/5399928650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5420930522", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "435", - "source": "bing", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9201179, - 51.5316124 - ] - }, - "id": "node/5420930522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5420930523", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "436", - "source": "bing", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9201621, - 51.5315373 - ] - }, - "id": "node/5420930523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5420930524", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "437", - "source": "bing", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9201956, - 51.5314589 - ] - }, - "id": "node/5420930524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5420930525", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "438", - "source": "bing", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9202318, - 51.5313621 - ] - }, - "id": "node/5420930525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5420930526", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "439", - "source": "bing", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9202634, - 51.5312128 - ] - }, - "id": "node/5420930526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5420930527", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "440", - "source": "bing", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9202707, - 51.5311348 - ] - }, - "id": "node/5420930527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5420930528", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "441", - "source": "bing", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9202647, - 51.5310568 - ] - }, - "id": "node/5420930528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5420930529", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "442", - "source": "bing", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9202553, - 51.5309579 - ] - }, - "id": "node/5420930529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5420930530", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "443", - "source": "bing", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9202298, - 51.5308837 - ] - }, - "id": "node/5420930530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5420930531", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "444", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9201997, - 51.5308153 - ] - }, - "id": "node/5420930531" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5493647179", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9822593, - 51.4937655 - ] - }, - "id": "node/5493647179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5493647180", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9822787, - 51.4938277 - ] - }, - "id": "node/5493647180" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5493647181", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9823002, - 51.4939417 - ] - }, - "id": "node/5493647181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5493647182", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9823418, - 51.4941104 - ] - }, - "id": "node/5493647182" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5493647191", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9822231, - 51.4935977 - ] - }, - "id": "node/5493647191" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5493647192", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9821862, - 51.4934353 - ] - }, - "id": "node/5493647192" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5493647193", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9821714, - 51.4933614 - ] - }, - "id": "node/5493647193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5493647194", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9821466, - 51.4932604 - ] - }, - "id": "node/5493647194" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5493647195", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9821044, - 51.4930896 - ] - }, - "id": "node/5493647195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5493647196", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9820668, - 51.4929193 - ] - }, - "id": "node/5493647196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5493647197", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9820413, - 51.4928274 - ] - }, - "id": "node/5493647197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5493647198", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9820253, - 51.4927502 - ] - }, - "id": "node/5493647198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5493647199", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.981989, - 51.4925665 - ] - }, - "id": "node/5493647199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5493647200", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9819501, - 51.4923957 - ] - }, - "id": "node/5493647200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5493647201", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9819287, - 51.4923131 - ] - }, - "id": "node/5493647201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5493647202", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9818704, - 51.4920663 - ] - }, - "id": "node/5493647202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5493647203", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9818469, - 51.4919766 - ] - }, - "id": "node/5493647203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5493647204", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9818248, - 51.4919046 - ] - }, - "id": "node/5493647204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5493647205", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9819096, - 51.4916668 - ] - }, - "id": "node/5493647205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5493647206", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9819035, - 51.4916407 - ] - }, - "id": "node/5493647206" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5493647207", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9817728, - 51.4916691 - ] - }, - "id": "node/5493647207" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5493647208", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9818905, - 51.4915866 - ] - }, - "id": "node/5493647208" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5493647209", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9817503, - 51.4915716 - ] - }, - "id": "node/5493647209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5493647215", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9818747, - 51.4915259 - ] - }, - "id": "node/5493647215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5499834622", - "natural": "tree", - "survey:date": "2018-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9180569, - 51.5542043 - ] - }, - "id": "node/5499834622" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5499834623", - "natural": "tree", - "survey:date": "2018-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9180526, - 51.5542228 - ] - }, - "id": "node/5499834623" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5499834624", - "natural": "tree", - "survey:date": "2018-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9180727, - 51.5542174 - ] - }, - "id": "node/5499834624" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5546460126", - "name": "Großvaters Tannen", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9603027, - 51.5353586 - ] - }, - "id": "node/5546460126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521940", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8768662, - 51.535846 - ] - }, - "id": "node/5564521940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521941", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8766818, - 51.5358718 - ] - }, - "id": "node/5564521941" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521942", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8765142, - 51.5358971 - ] - }, - "id": "node/5564521942" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521943", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8763724, - 51.5359158 - ] - }, - "id": "node/5564521943" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521944", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8762188, - 51.5359415 - ] - }, - "id": "node/5564521944" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521945", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8760585, - 51.5359636 - ] - }, - "id": "node/5564521945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521946", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8758933, - 51.5359901 - ] - }, - "id": "node/5564521946" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521947", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8756944, - 51.5360168 - ] - }, - "id": "node/5564521947" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521948", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8755134, - 51.5360443 - ] - }, - "id": "node/5564521948" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521949", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8753397, - 51.5360702 - ] - }, - "id": "node/5564521949" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521950", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8751624, - 51.5360954 - ] - }, - "id": "node/5564521950" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521951", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8749749, - 51.5361273 - ] - }, - "id": "node/5564521951" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521952", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8748093, - 51.536149 - ] - }, - "id": "node/5564521952" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521953", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8746514, - 51.5361724 - ] - }, - "id": "node/5564521953" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521954", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8744821, - 51.5361961 - ] - }, - "id": "node/5564521954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521955", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8743051, - 51.5362218 - ] - }, - "id": "node/5564521955" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521956", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.874125, - 51.5362483 - ] - }, - "id": "node/5564521956" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521957", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8738554, - 51.5362889 - ] - }, - "id": "node/5564521957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521958", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8736667, - 51.5363171 - ] - }, - "id": "node/5564521958" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521959", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8734977, - 51.5363411 - ] - }, - "id": "node/5564521959" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521960", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.87332, - 51.5363671 - ] - }, - "id": "node/5564521960" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521961", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8731463, - 51.5363924 - ] - }, - "id": "node/5564521961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521962", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8729774, - 51.5364178 - ] - }, - "id": "node/5564521962" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521963", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.872797, - 51.5364445 - ] - }, - "id": "node/5564521963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521964", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8726153, - 51.5364723 - ] - }, - "id": "node/5564521964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521965", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8724349, - 51.536495 - ] - }, - "id": "node/5564521965" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564521966", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8715715, - 51.5366973 - ] - }, - "id": "node/5564521966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5611454129", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9204645, - 51.5205035 - ] - }, - "id": "node/5611454129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5611454130", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9203411, - 51.5205778 - ] - }, - "id": "node/5611454130" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5611454131", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9203279, - 51.5206372 - ] - }, - "id": "node/5611454131" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5611454924", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9205758, - 51.5245376 - ] - }, - "id": "node/5611454924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5611454925", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9205101, - 51.524483 - ] - }, - "id": "node/5611454925" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5611454926", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9204565, - 51.5244262 - ] - }, - "id": "node/5611454926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5611454927", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9204022, - 51.5243678 - ] - }, - "id": "node/5611454927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5611454928", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9203445, - 51.5243044 - ] - }, - "id": "node/5611454928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5611454929", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9203016, - 51.5242506 - ] - }, - "id": "node/5611454929" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5611454930", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9202533, - 51.5241826 - ] - }, - "id": "node/5611454930" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5611454931", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9202218, - 51.5241212 - ] - }, - "id": "node/5611454931" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5611454932", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9201889, - 51.5240582 - ] - }, - "id": "node/5611454932" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5611454933", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9201554, - 51.5239836 - ] - }, - "id": "node/5611454933" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5611454934", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9201225, - 51.5239147 - ] - }, - "id": "node/5611454934" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5611454935", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.920085, - 51.523848 - ] - }, - "id": "node/5611454935" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5611454936", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9200588, - 51.5237737 - ] - }, - "id": "node/5611454936" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5611454937", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.920024, - 51.5237007 - ] - }, - "id": "node/5611454937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5611454938", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9199811, - 51.5236281 - ] - }, - "id": "node/5611454938" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5646086162", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8983269, - 51.5354324 - ] - }, - "id": "node/5646086162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5646086163", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8982391, - 51.5354787 - ] - }, - "id": "node/5646086163" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5646086218", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8777624, - 51.5492269 - ] - }, - "id": "node/5646086218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5646086219", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8776253, - 51.5492153 - ] - }, - "id": "node/5646086219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5646086220", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8774848, - 51.5492035 - ] - }, - "id": "node/5646086220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790725", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8947589, - 51.5077247 - ] - }, - "id": "node/5670790725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790726", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8945668, - 51.507698 - ] - }, - "id": "node/5670790726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790727", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8944699, - 51.5076849 - ] - }, - "id": "node/5670790727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790728", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8944451, - 51.5076987 - ] - }, - "id": "node/5670790728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790729", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.894314, - 51.5077037 - ] - }, - "id": "node/5670790729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790730", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8941413, - 51.5076941 - ] - }, - "id": "node/5670790730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790731", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8939935, - 51.5076767 - ] - }, - "id": "node/5670790731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790732", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8938664, - 51.5076569 - ] - }, - "id": "node/5670790732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790733", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8936374, - 51.5076214 - ] - }, - "id": "node/5670790733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790734", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8933172, - 51.5075701 - ] - }, - "id": "node/5670790734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790735", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8930795, - 51.5075492 - ] - }, - "id": "node/5670790735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790736", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8928329, - 51.5075571 - ] - }, - "id": "node/5670790736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790737", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8928552, - 51.5076323 - ] - }, - "id": "node/5670790737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790747", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8925263, - 51.507746 - ] - }, - "id": "node/5670790747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790748", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8924083, - 51.5077112 - ] - }, - "id": "node/5670790748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790749", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.892242, - 51.5076525 - ] - }, - "id": "node/5670790749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790750", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8920526, - 51.5075801 - ] - }, - "id": "node/5670790750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790751", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8918675, - 51.5075021 - ] - }, - "id": "node/5670790751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790752", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8914846, - 51.5074199 - ] - }, - "id": "node/5670790752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790753", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8913498, - 51.5073827 - ] - }, - "id": "node/5670790753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790754", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8911869, - 51.5072759 - ] - }, - "id": "node/5670790754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790755", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8910648, - 51.5072383 - ] - }, - "id": "node/5670790755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790756", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8907168, - 51.5071807 - ] - }, - "id": "node/5670790756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790757", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8905988, - 51.5071432 - ] - }, - "id": "node/5670790757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790758", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8906779, - 51.5070764 - ] - }, - "id": "node/5670790758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790759", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8903748, - 51.5069737 - ] - }, - "id": "node/5670790759" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790760", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8902273, - 51.5069541 - ] - }, - "id": "node/5670790760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790761", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8902179, - 51.5068694 - ] - }, - "id": "node/5670790761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790762", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8917786, - 51.5074036 - ] - }, - "id": "node/5670790762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790763", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8916228, - 51.5073378 - ] - }, - "id": "node/5670790763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790764", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8914719, - 51.5072741 - ] - }, - "id": "node/5670790764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790765", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8913306, - 51.5072144 - ] - }, - "id": "node/5670790765" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790766", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8911869, - 51.5071537 - ] - }, - "id": "node/5670790766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790767", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89104, - 51.5070917 - ] - }, - "id": "node/5670790767" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790768", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8908889, - 51.5070279 - ] - }, - "id": "node/5670790768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790769", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8907363, - 51.5069635 - ] - }, - "id": "node/5670790769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790770", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8905808, - 51.5068978 - ] - }, - "id": "node/5670790770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790771", - "description": "nur Baumeinfassung, kein Baum da", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8904262, - 51.5068325 - ] - }, - "id": "node/5670790771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670790772", - "natural": "tree", - "survey:date": "2018-06-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8902846, - 51.5067727 - ] - }, - "id": "node/5670790772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432876", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9603845, - 51.5000274 - ] - }, - "id": "node/5732432876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432877", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9603892, - 51.4999493 - ] - }, - "id": "node/5732432877" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432878", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9603951, - 51.4998504 - ] - }, - "id": "node/5732432878" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432879", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9603993, - 51.4997803 - ] - }, - "id": "node/5732432879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432880", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9818972, - 51.4970385 - ] - }, - "id": "node/5732432880" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432881", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9802605, - 51.4967885 - ] - }, - "id": "node/5732432881" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432882", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9800883, - 51.4967622 - ] - }, - "id": "node/5732432882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432883", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9799338, - 51.4967386 - ] - }, - "id": "node/5732432883" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432884", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9798024, - 51.4967185 - ] - }, - "id": "node/5732432884" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432885", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9797032, - 51.4967034 - ] - }, - "id": "node/5732432885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432886", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9794906, - 51.4966709 - ] - }, - "id": "node/5732432886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432887", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9788582, - 51.4965743 - ] - }, - "id": "node/5732432887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432888", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9774997, - 51.4963071 - ] - }, - "id": "node/5732432888" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432889", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.977377, - 51.4962616 - ] - }, - "id": "node/5732432889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432890", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.977233, - 51.4962081 - ] - }, - "id": "node/5732432890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432891", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9771014, - 51.4961593 - ] - }, - "id": "node/5732432891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432892", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9769993, - 51.4961214 - ] - }, - "id": "node/5732432892" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432893", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9767755, - 51.4960383 - ] - }, - "id": "node/5732432893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432894", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9766405, - 51.4959882 - ] - }, - "id": "node/5732432894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432895", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9764503, - 51.4959176 - ] - }, - "id": "node/5732432895" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432896", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9763411, - 51.495877 - ] - }, - "id": "node/5732432896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432897", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9762397, - 51.4958394 - ] - }, - "id": "node/5732432897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432898", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9760878, - 51.495783 - ] - }, - "id": "node/5732432898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432899", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9759207, - 51.495721 - ] - }, - "id": "node/5732432899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432900", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9757237, - 51.4956478 - ] - }, - "id": "node/5732432900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432901", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9755335, - 51.4955772 - ] - }, - "id": "node/5732432901" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432902", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9753137, - 51.4954956 - ] - }, - "id": "node/5732432902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432903", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9750762, - 51.4954074 - ] - }, - "id": "node/5732432903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432904", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9748686, - 51.4953304 - ] - }, - "id": "node/5732432904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432905", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9747907, - 51.4953014 - ] - }, - "id": "node/5732432905" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432906", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9743293, - 51.4951244 - ] - }, - "id": "node/5732432906" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432907", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.974165, - 51.4950359 - ] - }, - "id": "node/5732432907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432908", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9738124, - 51.4948459 - ] - }, - "id": "node/5732432908" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432909", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9736214, - 51.494743 - ] - }, - "id": "node/5732432909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432910", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9734403, - 51.4946454 - ] - }, - "id": "node/5732432910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432911", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.973109, - 51.4944669 - ] - }, - "id": "node/5732432911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432912", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9728667, - 51.4943364 - ] - }, - "id": "node/5732432912" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432913", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9727047, - 51.4942491 - ] - }, - "id": "node/5732432913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432914", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9725062, - 51.4941421 - ] - }, - "id": "node/5732432914" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432915", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9723517, - 51.4940589 - ] - }, - "id": "node/5732432915" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432916", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9721895, - 51.4939715 - ] - }, - "id": "node/5732432916" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432917", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9720241, - 51.4938824 - ] - }, - "id": "node/5732432917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432918", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9718644, - 51.4937963 - ] - }, - "id": "node/5732432918" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432919", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9717018, - 51.4937087 - ] - }, - "id": "node/5732432919" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732432920", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.971531, - 51.4936166 - ] - }, - "id": "node/5732432920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732433221", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9713693, - 51.4935295 - ] - }, - "id": "node/5732433221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732433222", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9712143, - 51.493446 - ] - }, - "id": "node/5732433222" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732433223", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9710508, - 51.4933579 - ] - }, - "id": "node/5732433223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732433224", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.970881, - 51.4932664 - ] - }, - "id": "node/5732433224" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5732433225", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9707211, - 51.4931802 - ] - }, - "id": "node/5732433225" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5842128924", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9496295, - 51.5250529 - ] - }, - "id": "node/5842128924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5868534179", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9550872, - 51.5336301 - ] - }, - "id": "node/5868534179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5868656454", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9482368, - 51.532687 - ] - }, - "id": "node/5868656454" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5868656455", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.948448, - 51.5329694 - ] - }, - "id": "node/5868656455" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5868656456", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9485768, - 51.5330799 - ] - }, - "id": "node/5868656456" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5868656457", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9484614, - 51.5330532 - ] - }, - "id": "node/5868656457" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5868656458", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9481912, - 51.5329977 - ] - }, - "id": "node/5868656458" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688296", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9352281, - 51.5139081 - ] - }, - "id": "node/5892688296" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688297", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9352141, - 51.5138388 - ] - }, - "id": "node/5892688297" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688298", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9351876, - 51.5137076 - ] - }, - "id": "node/5892688298" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688299", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9351194, - 51.5133706 - ] - }, - "id": "node/5892688299" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688304", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9335946, - 51.5130906 - ] - }, - "id": "node/5892688304" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688305", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.933551, - 51.5130593 - ] - }, - "id": "node/5892688305" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688306", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9341686, - 51.5112381 - ] - }, - "id": "node/5892688306" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688307", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9343139, - 51.5112183 - ] - }, - "id": "node/5892688307" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688308", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9344596, - 51.5111985 - ] - }, - "id": "node/5892688308" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688309", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9344067, - 51.5113007 - ] - }, - "id": "node/5892688309" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688310", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9342836, - 51.5113155 - ] - }, - "id": "node/5892688310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688311", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.934117, - 51.5113354 - ] - }, - "id": "node/5892688311" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688312", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339775, - 51.5113521 - ] - }, - "id": "node/5892688312" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688313", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9338345, - 51.5113692 - ] - }, - "id": "node/5892688313" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688314", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9337036, - 51.5113849 - ] - }, - "id": "node/5892688314" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688315", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9335501, - 51.5114033 - ] - }, - "id": "node/5892688315" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688316", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9334084, - 51.5114203 - ] - }, - "id": "node/5892688316" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688317", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9332673, - 51.5114372 - ] - }, - "id": "node/5892688317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688318", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9331408, - 51.5114523 - ] - }, - "id": "node/5892688318" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688319", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9329811, - 51.5114714 - ] - }, - "id": "node/5892688319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688320", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9328396, - 51.5114927 - ] - }, - "id": "node/5892688320" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688321", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9327043, - 51.5115099 - ] - }, - "id": "node/5892688321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688322", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9325576, - 51.5115285 - ] - }, - "id": "node/5892688322" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688323", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9324095, - 51.5115474 - ] - }, - "id": "node/5892688323" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688324", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9322765, - 51.5115643 - ] - }, - "id": "node/5892688324" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688325", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9321209, - 51.5115841 - ] - }, - "id": "node/5892688325" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688326", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9319727, - 51.5116029 - ] - }, - "id": "node/5892688326" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688327", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318284, - 51.5116212 - ] - }, - "id": "node/5892688327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688328", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340358, - 51.5112448 - ] - }, - "id": "node/5892688328" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688329", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.933873, - 51.5112646 - ] - }, - "id": "node/5892688329" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688330", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336076, - 51.5112968 - ] - }, - "id": "node/5892688330" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688331", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9334565, - 51.5113151 - ] - }, - "id": "node/5892688331" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688332", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9333081, - 51.5113331 - ] - }, - "id": "node/5892688332" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688333", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9331754, - 51.5113492 - ] - }, - "id": "node/5892688333" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688334", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9330393, - 51.5113658 - ] - }, - "id": "node/5892688334" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688335", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9328997, - 51.5113827 - ] - }, - "id": "node/5892688335" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688336", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9327572, - 51.5114 - ] - }, - "id": "node/5892688336" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688337", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9326088, - 51.511418 - ] - }, - "id": "node/5892688337" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688338", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9324418, - 51.5114383 - ] - }, - "id": "node/5892688338" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688339", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9321813, - 51.5114699 - ] - }, - "id": "node/5892688339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892688340", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9320483, - 51.511486 - ] - }, - "id": "node/5892688340" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689589", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9284307, - 51.5136707 - ] - }, - "id": "node/5892689589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689590", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9284173, - 51.5137324 - ] - }, - "id": "node/5892689590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689591", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9283596, - 51.5137078 - ] - }, - "id": "node/5892689591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689592", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9283408, - 51.5138326 - ] - }, - "id": "node/5892689592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689593", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9285346, - 51.5142661 - ] - }, - "id": "node/5892689593" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689594", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9285796, - 51.5141364 - ] - }, - "id": "node/5892689594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689595", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9285366, - 51.5140976 - ] - }, - "id": "node/5892689595" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689596", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9284823, - 51.5140608 - ] - }, - "id": "node/5892689596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689597", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9284146, - 51.5140208 - ] - }, - "id": "node/5892689597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689598", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9283388, - 51.5139799 - ] - }, - "id": "node/5892689598" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689599", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9281128, - 51.5141122 - ] - }, - "id": "node/5892689599" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689600", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9278399, - 51.5141956 - ] - }, - "id": "node/5892689600" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689601", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.927797, - 51.5141835 - ] - }, - "id": "node/5892689601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689602", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9271922, - 51.5140913 - ] - }, - "id": "node/5892689602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689603", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9269387, - 51.5141026 - ] - }, - "id": "node/5892689603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689604", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9269528, - 51.5141631 - ] - }, - "id": "node/5892689604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689605", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9273089, - 51.5143242 - ] - }, - "id": "node/5892689605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689606", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9271781, - 51.5142895 - ] - }, - "id": "node/5892689606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689607", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9273042, - 51.5142353 - ] - }, - "id": "node/5892689607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689608", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275194, - 51.5139519 - ] - }, - "id": "node/5892689608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689609", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9270601, - 51.5140362 - ] - }, - "id": "node/5892689609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689610", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9269548, - 51.5139849 - ] - }, - "id": "node/5892689610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689611", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9268341, - 51.514012 - ] - }, - "id": "node/5892689611" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689612", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9268227, - 51.5139181 - ] - }, - "id": "node/5892689612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689613", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9270621, - 51.5139415 - ] - }, - "id": "node/5892689613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689614", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9271741, - 51.5139048 - ] - }, - "id": "node/5892689614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689615", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9270728, - 51.5138551 - ] - }, - "id": "node/5892689615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689621", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9289799, - 51.5136193 - ] - }, - "id": "node/5892689621" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689622", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9290979, - 51.5133965 - ] - }, - "id": "node/5892689622" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689623", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9289826, - 51.5134683 - ] - }, - "id": "node/5892689623" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689624", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9288055, - 51.5134724 - ] - }, - "id": "node/5892689624" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689625", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9279606, - 51.5135517 - ] - }, - "id": "node/5892689625" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689626", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9279995, - 51.5136319 - ] - }, - "id": "node/5892689626" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689627", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9281766, - 51.5135993 - ] - }, - "id": "node/5892689627" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689628", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9282704, - 51.513591 - ] - }, - "id": "node/5892689628" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689629", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9282382, - 51.513525 - ] - }, - "id": "node/5892689629" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689630", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9282798, - 51.5133898 - ] - }, - "id": "node/5892689630" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689631", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9281993, - 51.5133765 - ] - }, - "id": "node/5892689631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689632", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9279767, - 51.513515 - ] - }, - "id": "node/5892689632" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689633", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9279271, - 51.5134908 - ] - }, - "id": "node/5892689633" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689634", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9279781, - 51.5133623 - ] - }, - "id": "node/5892689634" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689635", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9278788, - 51.5134098 - ] - }, - "id": "node/5892689635" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689645", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9320765, - 51.5145941 - ] - }, - "id": "node/5892689645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689646", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9319484, - 51.5146321 - ] - }, - "id": "node/5892689646" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689647", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9319263, - 51.5145633 - ] - }, - "id": "node/5892689647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689648", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931768, - 51.5145345 - ] - }, - "id": "node/5892689648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689649", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317955, - 51.5146246 - ] - }, - "id": "node/5892689649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689650", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316406, - 51.5145958 - ] - }, - "id": "node/5892689650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689651", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313805, - 51.5144898 - ] - }, - "id": "node/5892689651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689652", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313442, - 51.514529 - ] - }, - "id": "node/5892689652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689653", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313107, - 51.5145587 - ] - }, - "id": "node/5892689653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689654", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311732, - 51.5146922 - ] - }, - "id": "node/5892689654" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689655", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9310458, - 51.5147573 - ] - }, - "id": "node/5892689655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689656", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9310867, - 51.5146567 - ] - }, - "id": "node/5892689656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689657", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307575, - 51.5147022 - ] - }, - "id": "node/5892689657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689658", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308829, - 51.5146325 - ] - }, - "id": "node/5892689658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689659", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307535, - 51.5146075 - ] - }, - "id": "node/5892689659" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689660", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306764, - 51.5145741 - ] - }, - "id": "node/5892689660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689661", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305966, - 51.5145491 - ] - }, - "id": "node/5892689661" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689662", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301802, - 51.5144873 - ] - }, - "id": "node/5892689662" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689663", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9298355, - 51.5143922 - ] - }, - "id": "node/5892689663" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689664", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9300058, - 51.5145407 - ] - }, - "id": "node/5892689664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689665", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9290898, - 51.5151758 - ] - }, - "id": "node/5892689665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689666", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9291589, - 51.5152222 - ] - }, - "id": "node/5892689666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689667", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9294499, - 51.5155443 - ] - }, - "id": "node/5892689667" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689668", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9297939, - 51.5154692 - ] - }, - "id": "node/5892689668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689669", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301225, - 51.5154575 - ] - }, - "id": "node/5892689669" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689670", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9300642, - 51.5153757 - ] - }, - "id": "node/5892689670" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689671", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9298663, - 51.5153745 - ] - }, - "id": "node/5892689671" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689672", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9296927, - 51.5152647 - ] - }, - "id": "node/5892689672" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689673", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9294459, - 51.5153044 - ] - }, - "id": "node/5892689673" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689674", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9294117, - 51.5150653 - ] - }, - "id": "node/5892689674" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689675", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9296759, - 51.515049 - ] - }, - "id": "node/5892689675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689676", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9299254, - 51.5150711 - ] - }, - "id": "node/5892689676" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689677", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9298107, - 51.51517 - ] - }, - "id": "node/5892689677" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689678", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9299777, - 51.5152839 - ] - }, - "id": "node/5892689678" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689679", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303605, - 51.5153365 - ] - }, - "id": "node/5892689679" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689680", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9302801, - 51.5152297 - ] - }, - "id": "node/5892689680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689681", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301178, - 51.515087 - ] - }, - "id": "node/5892689681" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689682", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.93038, - 51.5151024 - ] - }, - "id": "node/5892689682" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689683", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306207, - 51.5149618 - ] - }, - "id": "node/5892689683" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689684", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9304631, - 51.5149839 - ] - }, - "id": "node/5892689684" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689685", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305396, - 51.5147986 - ] - }, - "id": "node/5892689685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689686", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9304765, - 51.5147085 - ] - }, - "id": "node/5892689686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689687", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303096, - 51.5146981 - ] - }, - "id": "node/5892689687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689688", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9299636, - 51.5149142 - ] - }, - "id": "node/5892689688" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689689", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9303002, - 51.5149013 - ] - }, - "id": "node/5892689689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689690", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301446, - 51.5147352 - ] - }, - "id": "node/5892689690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689691", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9299743, - 51.5147277 - ] - }, - "id": "node/5892689691" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892689692", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9297423, - 51.5148454 - ] - }, - "id": "node/5892689692" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887100", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9095607, - 51.500247 - ] - }, - "id": "node/5906887100" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887101", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9093448, - 51.5002699 - ] - }, - "id": "node/5906887101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887102", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9089874, - 51.5003267 - ] - }, - "id": "node/5906887102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887103", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9088648, - 51.500356 - ] - }, - "id": "node/5906887103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887104", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9087591, - 51.5003812 - ] - }, - "id": "node/5906887104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887105", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9086247, - 51.5004134 - ] - }, - "id": "node/5906887105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887106", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9085098, - 51.5004408 - ] - }, - "id": "node/5906887106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887107", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9083822, - 51.5004714 - ] - }, - "id": "node/5906887107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887108", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9082775, - 51.5004964 - ] - }, - "id": "node/5906887108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887109", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9080291, - 51.5005558 - ] - }, - "id": "node/5906887109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887110", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9079091, - 51.5005845 - ] - }, - "id": "node/5906887110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887111", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9077836, - 51.5006145 - ] - }, - "id": "node/5906887111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887112", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9076619, - 51.5006436 - ] - }, - "id": "node/5906887112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887113", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9075658, - 51.5006665 - ] - }, - "id": "node/5906887113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887114", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9074467, - 51.500695 - ] - }, - "id": "node/5906887114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887115", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9072665, - 51.5007381 - ] - }, - "id": "node/5906887115" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887116", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9070672, - 51.5007857 - ] - }, - "id": "node/5906887116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887117", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9068807, - 51.5008303 - ] - }, - "id": "node/5906887117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887118", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9066882, - 51.5008764 - ] - }, - "id": "node/5906887118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887119", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9063091, - 51.500967 - ] - }, - "id": "node/5906887119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887120", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9061273, - 51.5010105 - ] - }, - "id": "node/5906887120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887121", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9059337, - 51.5010568 - ] - }, - "id": "node/5906887121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887122", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9043746, - 51.5014295 - ] - }, - "id": "node/5906887122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887123", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9045465, - 51.5013884 - ] - }, - "id": "node/5906887123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887124", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9047576, - 51.501338 - ] - }, - "id": "node/5906887124" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887125", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9049329, - 51.5012961 - ] - }, - "id": "node/5906887125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887126", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.905118, - 51.5012519 - ] - }, - "id": "node/5906887126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906887127", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9056024, - 51.5011361 - ] - }, - "id": "node/5906887127" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417646", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.966968, - 51.5603096 - ] - }, - "id": "node/5940417646" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417647", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9671712, - 51.5602734 - ] - }, - "id": "node/5940417647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417648", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.967538, - 51.5602838 - ] - }, - "id": "node/5940417648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417649", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9673777, - 51.5602413 - ] - }, - "id": "node/5940417649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417650", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9675963, - 51.5602071 - ] - }, - "id": "node/5940417650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417651", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9678002, - 51.5601679 - ] - }, - "id": "node/5940417651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417652", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9680114, - 51.5601517 - ] - }, - "id": "node/5940417652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417653", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9682186, - 51.5601241 - ] - }, - "id": "node/5940417653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417654", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9684292, - 51.5600999 - ] - }, - "id": "node/5940417654" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417655", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.968635, - 51.5600799 - ] - }, - "id": "node/5940417655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417656", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.968816, - 51.5600579 - ] - }, - "id": "node/5940417656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417657", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9690702, - 51.5600328 - ] - }, - "id": "node/5940417657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417658", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9692721, - 51.5600128 - ] - }, - "id": "node/5940417658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417659", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9694916, - 51.5599966 - ] - }, - "id": "node/5940417659" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417660", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9696992, - 51.5599839 - ] - }, - "id": "node/5940417660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417661", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9699087, - 51.5599744 - ] - }, - "id": "node/5940417661" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417662", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9701213, - 51.559963 - ] - }, - "id": "node/5940417662" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417663", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9758086, - 51.5602717 - ] - }, - "id": "node/5940417663" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417665", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9760949, - 51.560225 - ] - }, - "id": "node/5940417665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417666", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9759977, - 51.5601983 - ] - }, - "id": "node/5940417666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417667", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9759132, - 51.5601783 - ] - }, - "id": "node/5940417667" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417668", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.97582, - 51.5601558 - ] - }, - "id": "node/5940417668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417669", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.975708, - 51.5601437 - ] - }, - "id": "node/5940417669" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417670", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9756195, - 51.5601262 - ] - }, - "id": "node/5940417670" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417671", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9754968, - 51.5601124 - ] - }, - "id": "node/5940417671" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417672", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9752808, - 51.5600949 - ] - }, - "id": "node/5940417672" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417673", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9751769, - 51.5600862 - ] - }, - "id": "node/5940417673" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417674", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9750622, - 51.5600733 - ] - }, - "id": "node/5940417674" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417675", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9748879, - 51.5600578 - ] - }, - "id": "node/5940417675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417676", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.974735, - 51.5600449 - ] - }, - "id": "node/5940417676" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417677", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.974442, - 51.5600236 - ] - }, - "id": "node/5940417677" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417678", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9742086, - 51.5600028 - ] - }, - "id": "node/5940417678" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417679", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.973994, - 51.5599861 - ] - }, - "id": "node/5940417679" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417680", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9737868, - 51.559967 - ] - }, - "id": "node/5940417680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417681", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9735723, - 51.559954 - ] - }, - "id": "node/5940417681" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417682", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9733503, - 51.5599328 - ] - }, - "id": "node/5940417682" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417683", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9731364, - 51.5599153 - ] - }, - "id": "node/5940417683" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417684", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9729225, - 51.5598973 - ] - }, - "id": "node/5940417684" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417885", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.972716, - 51.5598727 - ] - }, - "id": "node/5940417885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417886", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.972496, - 51.5598702 - ] - }, - "id": "node/5940417886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417887", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9722815, - 51.5598519 - ] - }, - "id": "node/5940417887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417888", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9720441, - 51.5598144 - ] - }, - "id": "node/5940417888" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417889", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9713688, - 51.5598177 - ] - }, - "id": "node/5940417889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417890", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.971161, - 51.5598185 - ] - }, - "id": "node/5940417890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417891", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9709417, - 51.5598202 - ] - }, - "id": "node/5940417891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417892", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9707271, - 51.559824 - ] - }, - "id": "node/5940417892" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417893", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9705065, - 51.5598244 - ] - }, - "id": "node/5940417893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417894", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9702993, - 51.559829 - ] - }, - "id": "node/5940417894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417895", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9700847, - 51.5598319 - ] - }, - "id": "node/5940417895" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417896", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9698641, - 51.5598402 - ] - }, - "id": "node/5940417896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417897", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9696475, - 51.5598561 - ] - }, - "id": "node/5940417897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417898", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9690266, - 51.5599019 - ] - }, - "id": "node/5940417898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417899", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9688154, - 51.5599223 - ] - }, - "id": "node/5940417899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417900", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9686055, - 51.5599424 - ] - }, - "id": "node/5940417900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417901", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9684063, - 51.5599661 - ] - }, - "id": "node/5940417901" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417902", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9681824, - 51.5599941 - ] - }, - "id": "node/5940417902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417903", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9679765, - 51.5600186 - ] - }, - "id": "node/5940417903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417904", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9678746, - 51.5600312 - ] - }, - "id": "node/5940417904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417905", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9676795, - 51.5600612 - ] - }, - "id": "node/5940417905" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417906", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9675561, - 51.5600787 - ] - }, - "id": "node/5940417906" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417907", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9673522, - 51.5601104 - ] - }, - "id": "node/5940417907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417908", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9669264, - 51.5601821 - ] - }, - "id": "node/5940417908" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417909", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9667219, - 51.5602192 - ] - }, - "id": "node/5940417909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417910", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9665167, - 51.5602563 - ] - }, - "id": "node/5940417910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417911", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9663062, - 51.5602913 - ] - }, - "id": "node/5940417911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417912", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9661016, - 51.5603276 - ] - }, - "id": "node/5940417912" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417913", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9658931, - 51.5603584 - ] - }, - "id": "node/5940417913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940417914", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9656852, - 51.5603876 - ] - }, - "id": "node/5940417914" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6040015897", - "inscription": "Forstoberrat Martin Johannes Levin; Forstamtsleiter im Stadtwald Göttingen; 1985–2018", - "natural": "tree", - "start_date": "2018", - "survey:date": "2018-11-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9658368, - 51.533565 - ] - }, - "id": "node/6040015897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6040015898", - "inscription": "Forstamtmann Dietmar Raab; Revierleiter im Stadtwald Göttingen; 1983–2018", - "natural": "tree", - "start_date": "2018", - "survey:date": "2018-11-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9656638, - 51.5335062 - ] - }, - "id": "node/6040015898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6074620356", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9525873, - 51.5334495 - ] - }, - "id": "node/6074620356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6074620357", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9526125, - 51.5333771 - ] - }, - "id": "node/6074620357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6074620358", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9526598, - 51.5332367 - ] - }, - "id": "node/6074620358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6074620359", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9526829, - 51.5331667 - ] - }, - "id": "node/6074620359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6074620360", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9527342, - 51.5330213 - ] - }, - "id": "node/6074620360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6074620361", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9527831, - 51.5328818 - ] - }, - "id": "node/6074620361" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6074620362", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9528438, - 51.5327174 - ] - }, - "id": "node/6074620362" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6074620363", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9528613, - 51.5326596 - ] - }, - "id": "node/6074620363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6074620366", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9530145, - 51.5322206 - ] - }, - "id": "node/6074620366" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6074620367", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9532247, - 51.5316018 - ] - }, - "id": "node/6074620367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6074620370", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9531848, - 51.5317178 - ] - }, - "id": "node/6074620370" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6074620373", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9531392, - 51.5318573 - ] - }, - "id": "node/6074620373" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6074620376", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9530852, - 51.5320075 - ] - }, - "id": "node/6074620376" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6074620377", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9530624, - 51.5320796 - ] - }, - "id": "node/6074620377" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6074620380", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9529632, - 51.532367 - ] - }, - "id": "node/6074620380" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6074620381", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9529152, - 51.5325074 - ] - }, - "id": "node/6074620381" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6080901793", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9263168, - 51.5335177 - ] - }, - "id": "node/6080901793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6080901819", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.926642, - 51.5335942 - ] - }, - "id": "node/6080901819" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6080901824", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9266152, - 51.5335208 - ] - }, - "id": "node/6080901824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6088304638", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9552935, - 51.5230676 - ] - }, - "id": "node/6088304638" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6088304639", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9550846, - 51.5230611 - ] - }, - "id": "node/6088304639" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6088304640", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9548264, - 51.5230531 - ] - }, - "id": "node/6088304640" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6088304641", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9546068, - 51.5230463 - ] - }, - "id": "node/6088304641" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6088304642", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9544072, - 51.5230401 - ] - }, - "id": "node/6088304642" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6088304643", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9541909, - 51.5230334 - ] - }, - "id": "node/6088304643" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6088304644", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9539898, - 51.5230271 - ] - }, - "id": "node/6088304644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6088304645", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9537415, - 51.5230194 - ] - }, - "id": "node/6088304645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100566898", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9733369, - 51.5197389 - ] - }, - "id": "node/6100566898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100566899", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9734127, - 51.5197547 - ] - }, - "id": "node/6100566899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100566900", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9734884, - 51.5197705 - ] - }, - "id": "node/6100566900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100566901", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9735642, - 51.5197864 - ] - }, - "id": "node/6100566901" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100566902", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.97364, - 51.5198022 - ] - }, - "id": "node/6100566902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100566903", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9737158, - 51.519818 - ] - }, - "id": "node/6100566903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100566904", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9737915, - 51.5198338 - ] - }, - "id": "node/6100566904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100566955", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9787503, - 51.5182629 - ] - }, - "id": "node/6100566955" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100566956", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9786215, - 51.5184268 - ] - }, - "id": "node/6100566956" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100566957", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9784116, - 51.518693 - ] - }, - "id": "node/6100566957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100566958", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9778112, - 51.5193614 - ] - }, - "id": "node/6100566958" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100566959", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9772006, - 51.5202202 - ] - }, - "id": "node/6100566959" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100566960", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9774353, - 51.5199256 - ] - }, - "id": "node/6100566960" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567485", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9766193, - 51.5179774 - ] - }, - "id": "node/6100567485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567486", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9765455, - 51.5179754 - ] - }, - "id": "node/6100567486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567487", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9763651, - 51.5182662 - ] - }, - "id": "node/6100567487" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567488", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.973477, - 51.5176979 - ] - }, - "id": "node/6100567488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567489", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9734033, - 51.5177008 - ] - }, - "id": "node/6100567489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567490", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9760104, - 51.5178343 - ] - }, - "id": "node/6100567490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567491", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9761385, - 51.5178068 - ] - }, - "id": "node/6100567491" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567492", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.976227, - 51.5178639 - ] - }, - "id": "node/6100567492" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567493", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.976579, - 51.5178101 - ] - }, - "id": "node/6100567493" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567494", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9764644, - 51.5177826 - ] - }, - "id": "node/6100567494" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567495", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9759454, - 51.5178781 - ] - }, - "id": "node/6100567495" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567496", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9757878, - 51.5178769 - ] - }, - "id": "node/6100567496" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567497", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9753807, - 51.517861 - ] - }, - "id": "node/6100567497" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567498", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.975423, - 51.5179149 - ] - }, - "id": "node/6100567498" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567499", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9753734, - 51.5179391 - ] - }, - "id": "node/6100567499" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567500", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9751816, - 51.5179032 - ] - }, - "id": "node/6100567500" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567501", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9750267, - 51.5178915 - ] - }, - "id": "node/6100567501" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567502", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9749395, - 51.5179132 - ] - }, - "id": "node/6100567502" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567503", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.974452, - 51.5178777 - ] - }, - "id": "node/6100567503" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567504", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9743937, - 51.5178731 - ] - }, - "id": "node/6100567504" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567505", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9739508, - 51.5177936 - ] - }, - "id": "node/6100567505" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567506", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9713487, - 51.5168241 - ] - }, - "id": "node/6100567506" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567507", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9714332, - 51.5168658 - ] - }, - "id": "node/6100567507" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567508", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9715251, - 51.5169046 - ] - }, - "id": "node/6100567508" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567509", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9716096, - 51.5169401 - ] - }, - "id": "node/6100567509" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567510", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9716156, - 51.5168642 - ] - }, - "id": "node/6100567510" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567511", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9716987, - 51.5168608 - ] - }, - "id": "node/6100567511" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567512", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9721916, - 51.5170002 - ] - }, - "id": "node/6100567512" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567513", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9721621, - 51.5170895 - ] - }, - "id": "node/6100567513" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567514", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9718872, - 51.5169889 - ] - }, - "id": "node/6100567514" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567515", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9718154, - 51.5170282 - ] - }, - "id": "node/6100567515" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567516", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9719415, - 51.517077 - ] - }, - "id": "node/6100567516" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567517", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9720334, - 51.5170453 - ] - }, - "id": "node/6100567517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567518", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9720199, - 51.5171112 - ] - }, - "id": "node/6100567518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567519", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9721199, - 51.5171404 - ] - }, - "id": "node/6100567519" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567520", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9722801, - 51.5171942 - ] - }, - "id": "node/6100567520" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567521", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9724095, - 51.5172397 - ] - }, - "id": "node/6100567521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567522", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9725685, - 51.5172147 - ] - }, - "id": "node/6100567522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567523", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9724887, - 51.5172673 - ] - }, - "id": "node/6100567523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567524", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9726905, - 51.5173286 - ] - }, - "id": "node/6100567524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567525", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.972779, - 51.517349 - ] - }, - "id": "node/6100567525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567526", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9728964, - 51.5173887 - ] - }, - "id": "node/6100567526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567527", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9729922, - 51.5174112 - ] - }, - "id": "node/6100567527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567528", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9727783, - 51.5172931 - ] - }, - "id": "node/6100567528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567529", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9729198, - 51.5172906 - ] - }, - "id": "node/6100567529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567530", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9729969, - 51.517352 - ] - }, - "id": "node/6100567530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567531", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9731431, - 51.5173687 - ] - }, - "id": "node/6100567531" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567532", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9733349, - 51.5174308 - ] - }, - "id": "node/6100567532" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567533", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.973469, - 51.5174337 - ] - }, - "id": "node/6100567533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567534", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9735488, - 51.5174471 - ] - }, - "id": "node/6100567534" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567535", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9731592, - 51.5174609 - ] - }, - "id": "node/6100567535" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567536", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9733235, - 51.5174984 - ] - }, - "id": "node/6100567536" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567537", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9734744, - 51.5175331 - ] - }, - "id": "node/6100567537" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567538", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9735615, - 51.5175381 - ] - }, - "id": "node/6100567538" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567539", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9737144, - 51.5176023 - ] - }, - "id": "node/6100567539" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567540", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9738385, - 51.5176253 - ] - }, - "id": "node/6100567540" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567541", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9739464, - 51.5176536 - ] - }, - "id": "node/6100567541" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567542", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9740423, - 51.517672 - ] - }, - "id": "node/6100567542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567543", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9741154, - 51.5176799 - ] - }, - "id": "node/6100567543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567544", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9740524, - 51.5175539 - ] - }, - "id": "node/6100567544" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567545", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9741007, - 51.5175652 - ] - }, - "id": "node/6100567545" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567546", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9741188, - 51.5176148 - ] - }, - "id": "node/6100567546" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567547", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9742623, - 51.5176428 - ] - }, - "id": "node/6100567547" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567548", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9742623, - 51.5177167 - ] - }, - "id": "node/6100567548" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567549", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9743689, - 51.5177384 - ] - }, - "id": "node/6100567549" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567550", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9744755, - 51.517687 - ] - }, - "id": "node/6100567550" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567551", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9745352, - 51.5177646 - ] - }, - "id": "node/6100567551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567552", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9746425, - 51.5176987 - ] - }, - "id": "node/6100567552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567553", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.974672, - 51.5177676 - ] - }, - "id": "node/6100567553" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567554", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9748436, - 51.517773 - ] - }, - "id": "node/6100567554" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567555", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9750374, - 51.5177621 - ] - }, - "id": "node/6100567555" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567556", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9751119, - 51.51775 - ] - }, - "id": "node/6100567556" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567557", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9752064, - 51.5177567 - ] - }, - "id": "node/6100567557" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567558", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9753204, - 51.5177288 - ] - }, - "id": "node/6100567558" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567559", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9755853, - 51.5176972 - ] - }, - "id": "node/6100567559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567560", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9756711, - 51.517687 - ] - }, - "id": "node/6100567560" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100567699", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.970881, - 51.516914 - ] - }, - "id": "node/6100567699" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109331762", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9552159, - 51.5243167 - ] - }, - "id": "node/6109331762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109331763", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9551773, - 51.5242662 - ] - }, - "id": "node/6109331763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109331764", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9551529, - 51.5242351 - ] - }, - "id": "node/6109331764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109331765", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9550747, - 51.524144 - ] - }, - "id": "node/6109331765" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109331766", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9549768, - 51.5240489 - ] - }, - "id": "node/6109331766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109331767", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.954886, - 51.5239658 - ] - }, - "id": "node/6109331767" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109331768", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9548119, - 51.5239026 - ] - }, - "id": "node/6109331768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109331769", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9547334, - 51.5238384 - ] - }, - "id": "node/6109331769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109331770", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9545785, - 51.5237282 - ] - }, - "id": "node/6109331770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109331771", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9544042, - 51.5236193 - ] - }, - "id": "node/6109331771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109331772", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9542225, - 51.5235138 - ] - }, - "id": "node/6109331772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109331773", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9540773, - 51.5234395 - ] - }, - "id": "node/6109331773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109331774", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.953795, - 51.5233119 - ] - }, - "id": "node/6109331774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109331775", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9536569, - 51.5232495 - ] - }, - "id": "node/6109331775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109331776", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9535915, - 51.5232257 - ] - }, - "id": "node/6109331776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109331917", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9530202, - 51.5231197 - ] - }, - "id": "node/6109331917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109331965", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9553742, - 51.5244554 - ] - }, - "id": "node/6109331965" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109332111", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9553641, - 51.5269306 - ] - }, - "id": "node/6109332111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109332124", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9565208, - 51.5262093 - ] - }, - "id": "node/6109332124" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109332125", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9567655, - 51.5260066 - ] - }, - "id": "node/6109332125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109332126", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9570888, - 51.525745 - ] - }, - "id": "node/6109332126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109332127", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9572309, - 51.5256348 - ] - }, - "id": "node/6109332127" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109332156", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9584486, - 51.5205669 - ] - }, - "id": "node/6109332156" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109332157", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9584419, - 51.5206333 - ] - }, - "id": "node/6109332157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109332158", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9584198, - 51.5207317 - ] - }, - "id": "node/6109332158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109332159", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9584299, - 51.5208369 - ] - }, - "id": "node/6109332159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109332160", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9584339, - 51.5209316 - ] - }, - "id": "node/6109332160" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109332161", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9584312, - 51.5210855 - ] - }, - "id": "node/6109332161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109332162", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9584741, - 51.5211423 - ] - }, - "id": "node/6109332162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109332163", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.958511, - 51.5211736 - ] - }, - "id": "node/6109332163" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109332164", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9585579, - 51.5212107 - ] - }, - "id": "node/6109332164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109332165", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9581985, - 51.5214031 - ] - }, - "id": "node/6109332165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109332166", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9580932, - 51.5213213 - ] - }, - "id": "node/6109332166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109332167", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9581683, - 51.5198009 - ] - }, - "id": "node/6109332167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109332518", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9588456, - 51.5228767 - ] - }, - "id": "node/6109332518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109332519", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9590035, - 51.5228863 - ] - }, - "id": "node/6109332519" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109332520", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9592701, - 51.522888 - ] - }, - "id": "node/6109332520" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109332521", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9594018, - 51.5228736 - ] - }, - "id": "node/6109332521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109332547", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9587309, - 51.5226994 - ] - }, - "id": "node/6109332547" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109332548", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9587692, - 51.5226201 - ] - }, - "id": "node/6109332548" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109742479", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.94499, - 51.5269139 - ] - }, - "id": "node/6109742479" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109742484", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453755, - 51.5266163 - ] - }, - "id": "node/6109742484" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6109743089", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460915, - 51.5261881 - ] - }, - "id": "node/6109743089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6116310506", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9516965, - 51.5115031 - ] - }, - "id": "node/6116310506" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6117206102", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9372669, - 51.5212583 - ] - }, - "id": "node/6117206102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6117206110", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9375924, - 51.5225896 - ] - }, - "id": "node/6117206110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6119825081", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9571189, - 51.508495 - ] - }, - "id": "node/6119825081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6119825327", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.953329, - 51.5073072 - ] - }, - "id": "node/6119825327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6119825328", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9530762, - 51.5073068 - ] - }, - "id": "node/6119825328" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6119825329", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9528207, - 51.5073118 - ] - }, - "id": "node/6119825329" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6119825330", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.952643, - 51.5073122 - ] - }, - "id": "node/6119825330" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6119825331", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9523292, - 51.5073134 - ] - }, - "id": "node/6119825331" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122106881", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9491541, - 51.5089324 - ] - }, - "id": "node/6122106881" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122106882", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490622, - 51.5089324 - ] - }, - "id": "node/6122106882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122106883", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9488597, - 51.5089432 - ] - }, - "id": "node/6122106883" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122107420", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9484785, - 51.509106 - ] - }, - "id": "node/6122107420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122107427", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9494009, - 51.5102662 - ] - }, - "id": "node/6122107427" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122107428", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9493535, - 51.509999 - ] - }, - "id": "node/6122107428" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122459651", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9411061, - 51.5115006 - ] - }, - "id": "node/6122459651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122459652", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9412027, - 51.5115962 - ] - }, - "id": "node/6122459652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122459653", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.941371, - 51.5116329 - ] - }, - "id": "node/6122459653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122459654", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9415293, - 51.5116171 - ] - }, - "id": "node/6122459654" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122459655", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.941884, - 51.5115616 - ] - }, - "id": "node/6122459655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122459656", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9417532, - 51.5115787 - ] - }, - "id": "node/6122459656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122463334", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.94139, - 51.5088402 - ] - }, - "id": "node/6122463334" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122463335", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9412331, - 51.5088624 - ] - }, - "id": "node/6122463335" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122463336", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9411069, - 51.5088803 - ] - }, - "id": "node/6122463336" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122463337", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9408358, - 51.5089187 - ] - }, - "id": "node/6122463337" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122463338", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9406867, - 51.5089398 - ] - }, - "id": "node/6122463338" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122463339", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9405453, - 51.5089598 - ] - }, - "id": "node/6122463339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122463340", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9403982, - 51.5089806 - ] - }, - "id": "node/6122463340" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122463341", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9402622, - 51.5089999 - ] - }, - "id": "node/6122463341" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122463342", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9401197, - 51.5090201 - ] - }, - "id": "node/6122463342" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122463343", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9399846, - 51.5090392 - ] - }, - "id": "node/6122463343" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122463344", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9398432, - 51.5090592 - ] - }, - "id": "node/6122463344" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122463345", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9396687, - 51.5090839 - ] - }, - "id": "node/6122463345" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122463346", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9395656, - 51.5090985 - ] - }, - "id": "node/6122463346" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122463347", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9393529, - 51.5091286 - ] - }, - "id": "node/6122463347" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122463348", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392212, - 51.5091473 - ] - }, - "id": "node/6122463348" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122519022", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9403558, - 51.5171208 - ] - }, - "id": "node/6122519022" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122519023", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9403325, - 51.5169935 - ] - }, - "id": "node/6122519023" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122519024", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9402545, - 51.5165665 - ] - }, - "id": "node/6122519024" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122519025", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9402339, - 51.5164538 - ] - }, - "id": "node/6122519025" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122519026", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9400772, - 51.5155965 - ] - }, - "id": "node/6122519026" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122519027", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9400512, - 51.5154545 - ] - }, - "id": "node/6122519027" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122519028", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9400279, - 51.5153269 - ] - }, - "id": "node/6122519028" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122519029", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9401593, - 51.5169134 - ] - }, - "id": "node/6122519029" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122519030", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9401261, - 51.5167338 - ] - }, - "id": "node/6122519030" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122519031", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.940098, - 51.5165815 - ] - }, - "id": "node/6122519031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122519032", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9400704, - 51.5164324 - ] - }, - "id": "node/6122519032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122519033", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9400501, - 51.5163226 - ] - }, - "id": "node/6122519033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122519034", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9400149, - 51.5161322 - ] - }, - "id": "node/6122519034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122519035", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9399847, - 51.5159687 - ] - }, - "id": "node/6122519035" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122519036", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.939957, - 51.5158187 - ] - }, - "id": "node/6122519036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122519037", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9399215, - 51.5156269 - ] - }, - "id": "node/6122519037" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122519038", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9398944, - 51.51548 - ] - }, - "id": "node/6122519038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122519039", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9398629, - 51.5153098 - ] - }, - "id": "node/6122519039" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6126377272", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.937347, - 51.5279043 - ] - }, - "id": "node/6126377272" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6126377273", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9353085, - 51.5270791 - ] - }, - "id": "node/6126377273" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6126377274", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9348143, - 51.5270721 - ] - }, - "id": "node/6126377274" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6126377275", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9345186, - 51.5270049 - ] - }, - "id": "node/6126377275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6170847370", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.929236, - 51.5208139 - ] - }, - "id": "node/6170847370" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6219892517", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9621182, - 51.5212038 - ] - }, - "id": "node/6219892517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6221579952", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9355929, - 51.5472462 - ] - }, - "id": "node/6221579952" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6221580302", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394029, - 51.5267642 - ] - }, - "id": "node/6221580302" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6221580303", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9393634, - 51.526926 - ] - }, - "id": "node/6221580303" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240494630", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9561372, - 51.5407852 - ] - }, - "id": "node/6240494630" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240494631", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9561772, - 51.5406751 - ] - }, - "id": "node/6240494631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240494632", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9562076, - 51.5405912 - ] - }, - "id": "node/6240494632" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240494633", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9562597, - 51.5404477 - ] - }, - "id": "node/6240494633" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240494634", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9563176, - 51.5402881 - ] - }, - "id": "node/6240494634" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496196", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9529501, - 51.5389389 - ] - }, - "id": "node/6240496196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496197", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9530983, - 51.5389581 - ] - }, - "id": "node/6240496197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496198", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9562801, - 51.5399565 - ] - }, - "id": "node/6240496198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496199", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9561346, - 51.5399853 - ] - }, - "id": "node/6240496199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496200", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9560668, - 51.5398948 - ] - }, - "id": "node/6240496200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496201", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9559193, - 51.5399148 - ] - }, - "id": "node/6240496201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496202", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9558663, - 51.5398239 - ] - }, - "id": "node/6240496202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496203", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9557148, - 51.5398502 - ] - }, - "id": "node/6240496203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496204", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9556625, - 51.5397626 - ] - }, - "id": "node/6240496204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496205", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.955515, - 51.5397876 - ] - }, - "id": "node/6240496205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496206", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9554493, - 51.5396971 - ] - }, - "id": "node/6240496206" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496207", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9553064, - 51.5397259 - ] - }, - "id": "node/6240496207" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496208", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9552474, - 51.5396291 - ] - }, - "id": "node/6240496208" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496209", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9551193, - 51.5396662 - ] - }, - "id": "node/6240496209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496210", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9550409, - 51.5395662 - ] - }, - "id": "node/6240496210" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496211", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9548987, - 51.5395958 - ] - }, - "id": "node/6240496211" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496212", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9548297, - 51.5395065 - ] - }, - "id": "node/6240496212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496213", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9546815, - 51.5395332 - ] - }, - "id": "node/6240496213" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496214", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9546151, - 51.5394469 - ] - }, - "id": "node/6240496214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496215", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9544662, - 51.5394756 - ] - }, - "id": "node/6240496215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496216", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9544159, - 51.5393906 - ] - }, - "id": "node/6240496216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496217", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9542664, - 51.539421 - ] - }, - "id": "node/6240496217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496218", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9541973, - 51.5393322 - ] - }, - "id": "node/6240496218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496219", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9540538, - 51.5393643 - ] - }, - "id": "node/6240496219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496220", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9539807, - 51.5392755 - ] - }, - "id": "node/6240496220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496221", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9538466, - 51.5393117 - ] - }, - "id": "node/6240496221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496222", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9539807, - 51.539167 - ] - }, - "id": "node/6240496222" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496223", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9537588, - 51.5392271 - ] - }, - "id": "node/6240496223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496224", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.953618, - 51.5392554 - ] - }, - "id": "node/6240496224" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496225", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9535435, - 51.5391704 - ] - }, - "id": "node/6240496225" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496226", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9534034, - 51.5392029 - ] - }, - "id": "node/6240496226" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496227", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9533223, - 51.5390027 - ] - }, - "id": "node/6240496227" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496228", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9533169, - 51.5391207 - ] - }, - "id": "node/6240496228" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496229", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9531928, - 51.5391595 - ] - }, - "id": "node/6240496229" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496230", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.953107, - 51.5390748 - ] - }, - "id": "node/6240496230" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496231", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9529702, - 51.5391103 - ] - }, - "id": "node/6240496231" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496232", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9528817, - 51.5390327 - ] - }, - "id": "node/6240496232" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496233", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9525364, - 51.5389689 - ] - }, - "id": "node/6240496233" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496234", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9526551, - 51.5388943 - ] - }, - "id": "node/6240496234" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496235", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9524304, - 51.5390181 - ] - }, - "id": "node/6240496235" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496236", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9523265, - 51.5389443 - ] - }, - "id": "node/6240496236" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496237", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9522058, - 51.5389918 - ] - }, - "id": "node/6240496237" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496238", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9520998, - 51.5389143 - ] - }, - "id": "node/6240496238" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496239", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9519718, - 51.5389693 - ] - }, - "id": "node/6240496239" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496240", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9518739, - 51.5389005 - ] - }, - "id": "node/6240496240" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496241", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9517478, - 51.5389581 - ] - }, - "id": "node/6240496241" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496242", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9516398, - 51.5388863 - ] - }, - "id": "node/6240496242" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496243", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9515165, - 51.5389405 - ] - }, - "id": "node/6240496243" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496244", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9514112, - 51.5388709 - ] - }, - "id": "node/6240496244" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496245", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9512945, - 51.5389335 - ] - }, - "id": "node/6240496245" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496246", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9511745, - 51.5388576 - ] - }, - "id": "node/6240496246" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496247", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.951037, - 51.5389109 - ] - }, - "id": "node/6240496247" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496248", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9508231, - 51.5388863 - ] - }, - "id": "node/6240496248" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496249", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9509539, - 51.5388417 - ] - }, - "id": "node/6240496249" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496250", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9499279, - 51.5387249 - ] - }, - "id": "node/6240496250" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496251", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9500822, - 51.5387604 - ] - }, - "id": "node/6240496251" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496252", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9502143, - 51.5387854 - ] - }, - "id": "node/6240496252" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496253", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9503671, - 51.5388171 - ] - }, - "id": "node/6240496253" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496254", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9505991, - 51.538855 - ] - }, - "id": "node/6240496254" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496255", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9507185, - 51.5388063 - ] - }, - "id": "node/6240496255" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496256", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9505133, - 51.5387721 - ] - }, - "id": "node/6240496256" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496257", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9502793, - 51.5387312 - ] - }, - "id": "node/6240496257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496258", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.95006, - 51.5386899 - ] - }, - "id": "node/6240496258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240496523", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490579, - 51.5383946 - ] - }, - "id": "node/6240496523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240580761", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9493372, - 51.5427958 - ] - }, - "id": "node/6240580761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240580762", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9492212, - 51.542772 - ] - }, - "id": "node/6240580762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240580770", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.952063, - 51.543345 - ] - }, - "id": "node/6240580770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240580771", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9519804, - 51.5432985 - ] - }, - "id": "node/6240580771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240580772", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9518931, - 51.5432494 - ] - }, - "id": "node/6240580772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240580773", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9518033, - 51.5431988 - ] - }, - "id": "node/6240580773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240580774", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9517143, - 51.5431487 - ] - }, - "id": "node/6240580774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240580775", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9516311, - 51.5431019 - ] - }, - "id": "node/6240580775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240580776", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9515502, - 51.5430563 - ] - }, - "id": "node/6240580776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240580777", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9514558, - 51.5430031 - ] - }, - "id": "node/6240580777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240580778", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9513696, - 51.5429546 - ] - }, - "id": "node/6240580778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240580779", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9512905, - 51.5429101 - ] - }, - "id": "node/6240580779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240580780", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9510766, - 51.5428629 - ] - }, - "id": "node/6240580780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240580781", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.950957, - 51.5428522 - ] - }, - "id": "node/6240580781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240580782", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9508417, - 51.5428419 - ] - }, - "id": "node/6240580782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240580783", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9504944, - 51.5428107 - ] - }, - "id": "node/6240580783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240580784", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9502793, - 51.5427914 - ] - }, - "id": "node/6240580784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581085", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9501668, - 51.5427813 - ] - }, - "id": "node/6240581085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581086", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9500533, - 51.5427711 - ] - }, - "id": "node/6240581086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581089", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9497489, - 51.5417795 - ] - }, - "id": "node/6240581089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581090", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.949765, - 51.5416865 - ] - }, - "id": "node/6240581090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581091", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.949773, - 51.541445 - ] - }, - "id": "node/6240581091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581092", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9497724, - 51.5413207 - ] - }, - "id": "node/6240581092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581093", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9497623, - 51.5411931 - ] - }, - "id": "node/6240581093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581094", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9497663, - 51.5410058 - ] - }, - "id": "node/6240581094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581095", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.949767, - 51.540872 - ] - }, - "id": "node/6240581095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581096", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.949763, - 51.5407431 - ] - }, - "id": "node/6240581096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581097", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9492118, - 51.5392221 - ] - }, - "id": "node/6240581097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581098", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9492601, - 51.539348 - ] - }, - "id": "node/6240581098" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581099", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.949362, - 51.5396316 - ] - }, - "id": "node/6240581099" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581100", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9494183, - 51.5397538 - ] - }, - "id": "node/6240581100" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581101", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.94948, - 51.5398794 - ] - }, - "id": "node/6240581101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581102", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.949531, - 51.5399991 - ] - }, - "id": "node/6240581102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581103", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9495866, - 51.54012 - ] - }, - "id": "node/6240581103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581104", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9496423, - 51.5402426 - ] - }, - "id": "node/6240581104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581105", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.949704, - 51.5403736 - ] - }, - "id": "node/6240581105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581109", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9485546, - 51.5383704 - ] - }, - "id": "node/6240581109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581110", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9487343, - 51.5385531 - ] - }, - "id": "node/6240581110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581111", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9488617, - 51.5385885 - ] - }, - "id": "node/6240581111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581112", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9489187, - 51.5384772 - ] - }, - "id": "node/6240581112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581113", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.948739, - 51.5384246 - ] - }, - "id": "node/6240581113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581338", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9550053, - 51.5419696 - ] - }, - "id": "node/6240581338" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581339", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9551173, - 51.5420038 - ] - }, - "id": "node/6240581339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581340", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9553131, - 51.5420585 - ] - }, - "id": "node/6240581340" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581341", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9554432, - 51.542086 - ] - }, - "id": "node/6240581341" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581342", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9556752, - 51.5421219 - ] - }, - "id": "node/6240581342" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581343", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9557979, - 51.5421335 - ] - }, - "id": "node/6240581343" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581361", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9518531, - 51.5425366 - ] - }, - "id": "node/6240581361" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581370", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9516452, - 51.5426294 - ] - }, - "id": "node/6240581370" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581371", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9517512, - 51.5425848 - ] - }, - "id": "node/6240581371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581372", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9521112, - 51.5424225 - ] - }, - "id": "node/6240581372" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581373", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9523272, - 51.5423343 - ] - }, - "id": "node/6240581373" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581374", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9525277, - 51.5422595 - ] - }, - "id": "node/6240581374" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581375", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9527912, - 51.5421727 - ] - }, - "id": "node/6240581375" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581376", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.953168, - 51.5420804 - ] - }, - "id": "node/6240581376" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581380", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9534909, - 51.542027 - ] - }, - "id": "node/6240581380" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581743", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9560253, - 51.5409719 - ] - }, - "id": "node/6240581743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581744", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9559042, - 51.5411341 - ] - }, - "id": "node/6240581744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581745", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9557527, - 51.5412655 - ] - }, - "id": "node/6240581745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581746", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9555337, - 51.541431 - ] - }, - "id": "node/6240581746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581747", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9554238, - 51.5414963 - ] - }, - "id": "node/6240581747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581748", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9552494, - 51.5415787 - ] - }, - "id": "node/6240581748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581749", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.955113, - 51.541646 - ] - }, - "id": "node/6240581749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581750", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9549889, - 51.5416936 - ] - }, - "id": "node/6240581750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240581751", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9548504, - 51.5417457 - ] - }, - "id": "node/6240581751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240645280", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9488188, - 51.5427416 - ] - }, - "id": "node/6240645280" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240645281", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9487391, - 51.542706 - ] - }, - "id": "node/6240645281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240645282", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9486552, - 51.5426686 - ] - }, - "id": "node/6240645282" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240645283", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9485406, - 51.5426175 - ] - }, - "id": "node/6240645283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240645284", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9484437, - 51.5425742 - ] - }, - "id": "node/6240645284" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646285", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9483583, - 51.5425362 - ] - }, - "id": "node/6240646285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646286", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9482659, - 51.5424949 - ] - }, - "id": "node/6240646286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646287", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.948123, - 51.5424312 - ] - }, - "id": "node/6240646287" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646288", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9480444, - 51.5423961 - ] - }, - "id": "node/6240646288" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646289", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9479502, - 51.5423541 - ] - }, - "id": "node/6240646289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646290", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9478596, - 51.5423137 - ] - }, - "id": "node/6240646290" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646291", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9477826, - 51.5422793 - ] - }, - "id": "node/6240646291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646292", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9476801, - 51.5422336 - ] - }, - "id": "node/6240646292" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646293", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9475857, - 51.5421915 - ] - }, - "id": "node/6240646293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646352", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944113, - 51.5453053 - ] - }, - "id": "node/6240646352" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646366", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9467817, - 51.5464393 - ] - }, - "id": "node/6240646366" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646367", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9466646, - 51.5464182 - ] - }, - "id": "node/6240646367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646368", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464057, - 51.5463716 - ] - }, - "id": "node/6240646368" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646369", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9462651, - 51.5463463 - ] - }, - "id": "node/6240646369" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646370", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460165, - 51.5463016 - ] - }, - "id": "node/6240646370" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646371", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456551, - 51.5462365 - ] - }, - "id": "node/6240646371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646372", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454204, - 51.5461943 - ] - }, - "id": "node/6240646372" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646373", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452476, - 51.5461632 - ] - }, - "id": "node/6240646373" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646374", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443881, - 51.5460085 - ] - }, - "id": "node/6240646374" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646375", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445095, - 51.5460304 - ] - }, - "id": "node/6240646375" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646376", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437696, - 51.5458972 - ] - }, - "id": "node/6240646376" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646377", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943907, - 51.5459219 - ] - }, - "id": "node/6240646377" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646378", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944629, - 51.5460519 - ] - }, - "id": "node/6240646378" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646379", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944992, - 51.5461172 - ] - }, - "id": "node/6240646379" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646718", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9470694, - 51.5449247 - ] - }, - "id": "node/6240646718" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646719", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9470661, - 51.5450019 - ] - }, - "id": "node/6240646719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646720", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9470621, - 51.545094 - ] - }, - "id": "node/6240646720" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646721", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9470575, - 51.5452024 - ] - }, - "id": "node/6240646721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646722", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.947054, - 51.545285 - ] - }, - "id": "node/6240646722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646723", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9470442, - 51.5455131 - ] - }, - "id": "node/6240646723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646724", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9470399, - 51.5456153 - ] - }, - "id": "node/6240646724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646732", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9440995, - 51.5454272 - ] - }, - "id": "node/6240646732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646733", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944359, - 51.545473 - ] - }, - "id": "node/6240646733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646734", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445217, - 51.5455017 - ] - }, - "id": "node/6240646734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646735", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446972, - 51.5455326 - ] - }, - "id": "node/6240646735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646736", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9448297, - 51.545556 - ] - }, - "id": "node/6240646736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646737", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449878, - 51.5455839 - ] - }, - "id": "node/6240646737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646738", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451542, - 51.5456132 - ] - }, - "id": "node/6240646738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646739", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455034, - 51.5456748 - ] - }, - "id": "node/6240646739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646740", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9456686, - 51.5457039 - ] - }, - "id": "node/6240646740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646741", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458314, - 51.5457327 - ] - }, - "id": "node/6240646741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646742", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9460058, - 51.5457634 - ] - }, - "id": "node/6240646742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646743", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461637, - 51.5457913 - ] - }, - "id": "node/6240646743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646744", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463118, - 51.5458174 - ] - }, - "id": "node/6240646744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646745", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9467099, - 51.5458876 - ] - }, - "id": "node/6240646745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646746", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9472229, - 51.5459743 - ] - }, - "id": "node/6240646746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646747", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9474461, - 51.546014 - ] - }, - "id": "node/6240646747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646748", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9478592, - 51.5460873 - ] - }, - "id": "node/6240646748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646749", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9480477, - 51.5461207 - ] - }, - "id": "node/6240646749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646750", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9482125, - 51.54615 - ] - }, - "id": "node/6240646750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646751", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.948396, - 51.5461826 - ] - }, - "id": "node/6240646751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646752", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9486032, - 51.5462193 - ] - }, - "id": "node/6240646752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646753", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.948819, - 51.5462576 - ] - }, - "id": "node/6240646753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646754", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9489614, - 51.5462829 - ] - }, - "id": "node/6240646754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646755", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9493169, - 51.546346 - ] - }, - "id": "node/6240646755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6240646756", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9494994, - 51.5463784 - ] - }, - "id": "node/6240646756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244124124", - "description": "Esskastanie", - "natural": "tree", - "species": "Castanea sativa" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9728501, - 51.5114464 - ] - }, - "id": "node/6244124124" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244124125", - "description": "Hainbuche", - "natural": "tree", - "species": "Carpinus betulus" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9726174, - 51.5114785 - ] - }, - "id": "node/6244124125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244124126", - "description": "Kaukasische Flügelnuss", - "natural": "tree", - "species": "Pterocaria fraxinifolia" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9725068, - 51.5116488 - ] - }, - "id": "node/6244124126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244124127", - "description": "Hainbuche", - "natural": "tree", - "species": "Carpinus betulus" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9724773, - 51.5115073 - ] - }, - "id": "node/6244124127" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244124128", - "description": "Rote Esskastanie", - "natural": "tree", - "species": "Aesculus × carnea" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9724384, - 51.5113959 - ] - }, - "id": "node/6244124128" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244124129", - "description": "Hainbuche", - "natural": "tree", - "species": "Carpinus betulus" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9723847, - 51.5114389 - ] - }, - "id": "node/6244124129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244124130", - "description": "Tulpenbaum", - "natural": "tree", - "species": "Liriodendron tulipifera" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9722902, - 51.5114493 - ] - }, - "id": "node/6244124130" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244124131", - "description": "Tulpenbaum", - "natural": "tree", - "species": "Liriodendron tulipifera" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9722292, - 51.5107524 - ] - }, - "id": "node/6244124131" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244124132", - "description": "Gingko", - "natural": "tree", - "species": "Gingko biloba" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9722975, - 51.5109226 - ] - }, - "id": "node/6244124132" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244124133", - "description": "Silberahorn", - "natural": "tree", - "species": "Acer saccharinum" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9723686, - 51.5108534 - ] - }, - "id": "node/6244124133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244124134", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9724585, - 51.5107423 - ] - }, - "id": "node/6244124134" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244124135", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9725852, - 51.5108475 - ] - }, - "id": "node/6244124135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244124136", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9727991, - 51.510888 - ] - }, - "id": "node/6244124136" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244124137", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9726482, - 51.510863 - ] - }, - "id": "node/6244124137" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244124138", - "description": "Schwarzkiefer", - "natural": "tree", - "species": "Pinus nigra" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9725322, - 51.5109452 - ] - }, - "id": "node/6244124138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244124139", - "description": "Schwarzkiefer", - "natural": "tree", - "species": "Pinus nigra" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.972488, - 51.511032 - ] - }, - "id": "node/6244124139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244124140", - "description": "Schwarzkiefer", - "natural": "tree", - "species": "Pinus nigra" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9726784, - 51.5110679 - ] - }, - "id": "node/6244124140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244124141", - "description": "Gingko", - "natural": "tree", - "species": "Gingko biloba" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9726335, - 51.5110086 - ] - }, - "id": "node/6244124141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244124142", - "description": "Hainbuche", - "natural": "tree", - "species": "Carpinus betulus" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9728487, - 51.5111492 - ] - }, - "id": "node/6244124142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244124143", - "description": "Hainbuche", - "natural": "tree", - "species": "Carpinus betulus" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9726925, - 51.5111584 - ] - }, - "id": "node/6244124143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244124144", - "description": "rote Variante des Spitzahorns", - "natural": "tree", - "species": "Acer platanoides" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9725369, - 51.5111313 - ] - }, - "id": "node/6244124144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244124145", - "description": "Blaufichte", - "natural": "tree", - "species": "Picea pungens" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9724545, - 51.5111442 - ] - }, - "id": "node/6244124145" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244124146", - "description": "Rotbuche", - "natural": "tree", - "species": "Fagus sylvatica" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9728085, - 51.5112815 - ] - }, - "id": "node/6244124146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244124147", - "description": "Spitzahorn", - "natural": "tree", - "species": "Acer platanoides" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.972657, - 51.5112757 - ] - }, - "id": "node/6244124147" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244124148", - "description": "Spitzahorn", - "natural": "tree", - "species": "Acer platanoides" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9724464, - 51.5112832 - ] - }, - "id": "node/6244124148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125434", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9703301, - 51.5101001 - ] - }, - "id": "node/6244125434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125435", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9705685, - 51.5102232 - ] - }, - "id": "node/6244125435" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125443", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9714231, - 51.5156374 - ] - }, - "id": "node/6244125443" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125444", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9714231, - 51.5157313 - ] - }, - "id": "node/6244125444" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125445", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9712025, - 51.5165253 - ] - }, - "id": "node/6244125445" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125446", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9712213, - 51.5164298 - ] - }, - "id": "node/6244125446" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125447", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9712595, - 51.5163538 - ] - }, - "id": "node/6244125447" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125448", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9712515, - 51.5162913 - ] - }, - "id": "node/6244125448" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125449", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9713071, - 51.5161577 - ] - }, - "id": "node/6244125449" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125450", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9713601, - 51.5160321 - ] - }, - "id": "node/6244125450" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125451", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9713353, - 51.5159775 - ] - }, - "id": "node/6244125451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125452", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9713876, - 51.5158869 - ] - }, - "id": "node/6244125452" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125453", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9714218, - 51.5157918 - ] - }, - "id": "node/6244125453" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125454", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9714701, - 51.515546 - ] - }, - "id": "node/6244125454" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125455", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9714956, - 51.5154375 - ] - }, - "id": "node/6244125455" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125456", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9715284, - 51.5152956 - ] - }, - "id": "node/6244125456" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125457", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9715526, - 51.5151888 - ] - }, - "id": "node/6244125457" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125458", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9715646, - 51.5151016 - ] - }, - "id": "node/6244125458" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125459", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9715787, - 51.5149956 - ] - }, - "id": "node/6244125459" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125460", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.971578, - 51.5148474 - ] - }, - "id": "node/6244125460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125461", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9715854, - 51.5147323 - ] - }, - "id": "node/6244125461" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125462", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9715962, - 51.5146542 - ] - }, - "id": "node/6244125462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125463", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9715982, - 51.5143701 - ] - }, - "id": "node/6244125463" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125464", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9715868, - 51.514302 - ] - }, - "id": "node/6244125464" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125465", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9715861, - 51.5142369 - ] - }, - "id": "node/6244125465" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125467", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.971574, - 51.513979 - ] - }, - "id": "node/6244125467" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125468", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9715559, - 51.513737 - ] - }, - "id": "node/6244125468" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125469", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9715506, - 51.5136473 - ] - }, - "id": "node/6244125469" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125470", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9715465, - 51.5135847 - ] - }, - "id": "node/6244125470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125471", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9715462, - 51.5134908 - ] - }, - "id": "node/6244125471" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125472", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9715422, - 51.5133967 - ] - }, - "id": "node/6244125472" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125473", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9715314, - 51.5133011 - ] - }, - "id": "node/6244125473" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125474", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9715271, - 51.5131739 - ] - }, - "id": "node/6244125474" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125475", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.971509, - 51.5130238 - ] - }, - "id": "node/6244125475" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125476", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9715097, - 51.5129191 - ] - }, - "id": "node/6244125476" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125477", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9714996, - 51.5127889 - ] - }, - "id": "node/6244125477" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125478", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9714922, - 51.5127054 - ] - }, - "id": "node/6244125478" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125479", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9714761, - 51.5125489 - ] - }, - "id": "node/6244125479" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125480", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9714681, - 51.512435 - ] - }, - "id": "node/6244125480" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125481", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9713278, - 51.5115553 - ] - }, - "id": "node/6244125481" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125482", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9713232, - 51.5114723 - ] - }, - "id": "node/6244125482" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125483", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9712984, - 51.5113938 - ] - }, - "id": "node/6244125483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125484", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9712817, - 51.5112774 - ] - }, - "id": "node/6244125484" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125685", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9712327, - 51.5110875 - ] - }, - "id": "node/6244125685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125686", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9712032, - 51.5109865 - ] - }, - "id": "node/6244125686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125687", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9711509, - 51.5108895 - ] - }, - "id": "node/6244125687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125688", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9711098, - 51.5107999 - ] - }, - "id": "node/6244125688" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125689", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9710517, - 51.5107031 - ] - }, - "id": "node/6244125689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125690", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9709866, - 51.5106113 - ] - }, - "id": "node/6244125690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125691", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.970874, - 51.5104707 - ] - }, - "id": "node/6244125691" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125692", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9708478, - 51.5104129 - ] - }, - "id": "node/6244125692" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6244125693", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9707264, - 51.5103484 - ] - }, - "id": "node/6244125693" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6267887548", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9180653, - 51.5276974 - ] - }, - "id": "node/6267887548" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6267887549", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9178353, - 51.5276419 - ] - }, - "id": "node/6267887549" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6267887550", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9177327, - 51.5277833 - ] - }, - "id": "node/6267887550" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6267887551", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175007, - 51.5281997 - ] - }, - "id": "node/6267887551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6267887552", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9176408, - 51.5279494 - ] - }, - "id": "node/6267887552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6268643020", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9100033, - 51.5442329 - ] - }, - "id": "node/6268643020" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6268643029", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9093072, - 51.5438129 - ] - }, - "id": "node/6268643029" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6268643057", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9099758, - 51.5438296 - ] - }, - "id": "node/6268643057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6268643058", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9097842, - 51.5436019 - ] - }, - "id": "node/6268643058" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6268643059", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9098349, - 51.5433279 - ] - }, - "id": "node/6268643059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6268643060", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9098336, - 51.5433444 - ] - }, - "id": "node/6268643060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6268643061", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9098554, - 51.5433442 - ] - }, - "id": "node/6268643061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6268643083", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9102792, - 51.5435892 - ] - }, - "id": "node/6268643083" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6268643084", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9102182, - 51.5435644 - ] - }, - "id": "node/6268643084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6268643094", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9097528, - 51.5434945 - ] - }, - "id": "node/6268643094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6268643104", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9100455, - 51.5436509 - ] - }, - "id": "node/6268643104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6275555598", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.892937, - 51.5258234 - ] - }, - "id": "node/6275555598" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6277540936", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8931657, - 51.5323674 - ] - }, - "id": "node/6277540936" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6277540937", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932669, - 51.5324004 - ] - }, - "id": "node/6277540937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6284131117", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9487538, - 51.518441 - ] - }, - "id": "node/6284131117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6284131118", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9488088, - 51.5184535 - ] - }, - "id": "node/6284131118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6284131119", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490736, - 51.5184227 - ] - }, - "id": "node/6284131119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6284131120", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9488752, - 51.518456 - ] - }, - "id": "node/6284131120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6284131121", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9493157, - 51.518436 - ] - }, - "id": "node/6284131121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6284131122", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9492259, - 51.5184585 - ] - }, - "id": "node/6284131122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6284131123", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9491172, - 51.5185549 - ] - }, - "id": "node/6284131123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6284131124", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9492433, - 51.5185604 - ] - }, - "id": "node/6284131124" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6284131125", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.949358, - 51.5185132 - ] - }, - "id": "node/6284131125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6289230040", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.909509, - 51.5057324 - ] - }, - "id": "node/6289230040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6289230041", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9093924, - 51.5057304 - ] - }, - "id": "node/6289230041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416286966", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8747664, - 51.5456443 - ] - }, - "id": "node/6416286966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416286967", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8748014, - 51.5455067 - ] - }, - "id": "node/6416286967" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416286968", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8748353, - 51.5453735 - ] - }, - "id": "node/6416286968" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416286969", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.874868, - 51.5452452 - ] - }, - "id": "node/6416286969" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416286970", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.875445, - 51.543453 - ] - }, - "id": "node/6416286970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416286971", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8754689, - 51.5433574 - ] - }, - "id": "node/6416286971" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416286972", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8754904, - 51.5432711 - ] - }, - "id": "node/6416286972" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416286973", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8755125, - 51.5431826 - ] - }, - "id": "node/6416286973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416286974", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8755359, - 51.5430887 - ] - }, - "id": "node/6416286974" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416286975", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.875557, - 51.5430039 - ] - }, - "id": "node/6416286975" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416286976", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8755791, - 51.5429156 - ] - }, - "id": "node/6416286976" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416286977", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8756019, - 51.5428243 - ] - }, - "id": "node/6416286977" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416286978", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8756243, - 51.5427346 - ] - }, - "id": "node/6416286978" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416286979", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8756464, - 51.542646 - ] - }, - "id": "node/6416286979" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416286980", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8756685, - 51.5425571 - ] - }, - "id": "node/6416286980" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416286981", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8756905, - 51.5424691 - ] - }, - "id": "node/6416286981" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416286982", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8757124, - 51.5423814 - ] - }, - "id": "node/6416286982" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416286983", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8757346, - 51.5422922 - ] - }, - "id": "node/6416286983" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416286984", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8757573, - 51.5422014 - ] - }, - "id": "node/6416286984" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287085", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.875779, - 51.5421142 - ] - }, - "id": "node/6416287085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287086", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8758004, - 51.5420284 - ] - }, - "id": "node/6416287086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287087", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8758222, - 51.5419413 - ] - }, - "id": "node/6416287087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287088", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8758434, - 51.5418564 - ] - }, - "id": "node/6416287088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287089", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8758666, - 51.5417634 - ] - }, - "id": "node/6416287089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287090", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8759108, - 51.5415863 - ] - }, - "id": "node/6416287090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287091", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8759332, - 51.5414965 - ] - }, - "id": "node/6416287091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287092", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8759563, - 51.5414036 - ] - }, - "id": "node/6416287092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287093", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8759778, - 51.5413176 - ] - }, - "id": "node/6416287093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287094", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8759999, - 51.541229 - ] - }, - "id": "node/6416287094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287095", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8760219, - 51.5411409 - ] - }, - "id": "node/6416287095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287096", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8760436, - 51.5410538 - ] - }, - "id": "node/6416287096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287097", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8760672, - 51.5409591 - ] - }, - "id": "node/6416287097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287098", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8760887, - 51.5408733 - ] - }, - "id": "node/6416287098" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287099", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8761097, - 51.5407887 - ] - }, - "id": "node/6416287099" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287100", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8761328, - 51.5406964 - ] - }, - "id": "node/6416287100" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287101", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8761555, - 51.5406054 - ] - }, - "id": "node/6416287101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287102", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8761781, - 51.5405147 - ] - }, - "id": "node/6416287102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287103", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8761994, - 51.5404293 - ] - }, - "id": "node/6416287103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287104", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8762204, - 51.5403453 - ] - }, - "id": "node/6416287104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287105", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.876243, - 51.5402546 - ] - }, - "id": "node/6416287105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287106", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8762661, - 51.5401622 - ] - }, - "id": "node/6416287106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287107", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8762887, - 51.5400716 - ] - }, - "id": "node/6416287107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287108", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8763089, - 51.5399904 - ] - }, - "id": "node/6416287108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287109", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8763321, - 51.5398975 - ] - }, - "id": "node/6416287109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287110", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8763541, - 51.5398094 - ] - }, - "id": "node/6416287110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287111", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8763764, - 51.5397198 - ] - }, - "id": "node/6416287111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287112", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8763989, - 51.5396296 - ] - }, - "id": "node/6416287112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6416287113", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.87642, - 51.5395453 - ] - }, - "id": "node/6416287113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6577029253", - "denotation": "single", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9353975, - 51.5446919 - ] - }, - "id": "node/6577029253" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6612910132", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9525415, - 51.5341189 - ] - }, - "id": "node/6612910132" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6735370622", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9251842, - 51.5337434 - ] - }, - "id": "node/6735370622" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6735370627", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9253005, - 51.5337142 - ] - }, - "id": "node/6735370627" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6735370632", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9254142, - 51.533681 - ] - }, - "id": "node/6735370632" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6735370637", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9255268, - 51.5336504 - ] - }, - "id": "node/6735370637" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6735370642", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9256371, - 51.5336212 - ] - }, - "id": "node/6735370642" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6735370647", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9257494, - 51.5335892 - ] - }, - "id": "node/6735370647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6735370648", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9258604, - 51.5335575 - ] - }, - "id": "node/6735370648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6735370649", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9259697, - 51.5335226 - ] - }, - "id": "node/6735370649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6735370650", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9260788, - 51.5334901 - ] - }, - "id": "node/6735370650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6735370651", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9261894, - 51.5334584 - ] - }, - "id": "node/6735370651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6735370652", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9263007, - 51.5334272 - ] - }, - "id": "node/6735370652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6778241746", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.93049, - 51.4965442 - ] - }, - "id": "node/6778241746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6778241747", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9304122, - 51.4964624 - ] - }, - "id": "node/6778241747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6778241748", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9302982, - 51.4963739 - ] - }, - "id": "node/6778241748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6778241749", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9302211, - 51.4963359 - ] - }, - "id": "node/6778241749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6778241750", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301191, - 51.4963105 - ] - }, - "id": "node/6778241750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6778241751", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9300276, - 51.496299 - ] - }, - "id": "node/6778241751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6778241752", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9299035, - 51.4962835 - ] - }, - "id": "node/6778241752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6778241753", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9298053, - 51.4962712 - ] - }, - "id": "node/6778241753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6778241754", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.929688, - 51.4962565 - ] - }, - "id": "node/6778241754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6778241755", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9295869, - 51.4962438 - ] - }, - "id": "node/6778241755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6778241756", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9294811, - 51.4962306 - ] - }, - "id": "node/6778241756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6778241757", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9293636, - 51.4962159 - ] - }, - "id": "node/6778241757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6778241758", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9292551, - 51.4962023 - ] - }, - "id": "node/6778241758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6778241759", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9291406, - 51.496188 - ] - }, - "id": "node/6778241759" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6778241760", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9290507, - 51.4961767 - ] - }, - "id": "node/6778241760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6778241761", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9289449, - 51.4961635 - ] - }, - "id": "node/6778241761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6778241762", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9288312, - 51.4961492 - ] - }, - "id": "node/6778241762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6778241763", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9287191, - 51.4961352 - ] - }, - "id": "node/6778241763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6778241764", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9286136, - 51.496122 - ] - }, - "id": "node/6778241764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6778241765", - "natural": "tree", - "source": "bing" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9285152, - 51.4961097 - ] - }, - "id": "node/6778241765" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6858845257", - "description": "Gingko (Baum des Jahrtausends)", - "natural": "tree", - "survey:date": "2019-10-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.902647, - 51.4958849 - ] - }, - "id": "node/6858845257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6858845258", - "description": "Gingko (Baum des Jahrtausends)", - "natural": "tree", - "survey:date": "2019-10-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9025752, - 51.4959379 - ] - }, - "id": "node/6858845258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6858845259", - "description": "Gingko (Baum des Jahrtausends)", - "natural": "tree", - "survey:date": "2019-10-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9025427, - 51.4958874 - ] - }, - "id": "node/6858845259" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6858845267", - "description": "Walnuss (BDJ 2008)", - "natural": "tree", - "start_date": "2018-10", - "survey:date": "2019-10-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.902711, - 51.49585 - ] - }, - "id": "node/6858845267" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6858845268", - "description": "Kiefer-Föhre (BDJ 2007)", - "natural": "tree", - "survey:date": "2019-10-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9024764, - 51.4958231 - ] - }, - "id": "node/6858845268" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6858845269", - "description": "Schwarzpappel (BDJ 2006)", - "natural": "tree", - "survey:date": "2019-10-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9022198, - 51.4957937 - ] - }, - "id": "node/6858845269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6858845270", - "description": "Rosskastanie (BDJ 2005)", - "natural": "tree", - "survey:date": "2019-10-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9019605, - 51.495764 - ] - }, - "id": "node/6858845270" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6858845271", - "description": "Weißtanne (BDJ 2004)", - "natural": "tree", - "survey:date": "2019-10-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9017073, - 51.495735 - ] - }, - "id": "node/6858845271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6858845272", - "description": "Schwarzerle (BDJ 2003)", - "natural": "tree", - "survey:date": "2019-10-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9014587, - 51.4957065 - ] - }, - "id": "node/6858845272" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6858845273", - "description": "Wacholder (BDJ 2002)", - "natural": "tree", - "survey:date": "2019-10-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9012021, - 51.4956771 - ] - }, - "id": "node/6858845273" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6858845274", - "description": "Esche (BDJ 2001)", - "natural": "tree", - "survey:date": "2019-10-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9009528, - 51.4956486 - ] - }, - "id": "node/6858845274" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6858845275", - "description": "Hängebirke (BDJ 2000)", - "natural": "tree", - "survey:date": "2019-10-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9006103, - 51.4956093 - ] - }, - "id": "node/6858845275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6858845276", - "description": "Silberweide (BDJ 1999)", - "natural": "tree", - "survey:date": "2019-10-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9004379, - 51.4955896 - ] - }, - "id": "node/6858845276" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6858845277", - "description": "Wildbirne (BDJ 1998)", - "natural": "tree", - "survey:date": "2019-10-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001827, - 51.4955603 - ] - }, - "id": "node/6858845277" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6858845278", - "description": "Eberesche (BDJ 1997)", - "natural": "tree", - "survey:date": "2019-10-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999279, - 51.4955311 - ] - }, - "id": "node/6858845278" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6858845279", - "description": "Hainbuche (BDJ 1996)", - "natural": "tree", - "survey:date": "2019-10-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996704, - 51.4955016 - ] - }, - "id": "node/6858845279" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6858845280", - "description": "Spitzahorn (BDJ 1995)", - "natural": "tree", - "survey:date": "2019-10-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994147, - 51.4954724 - ] - }, - "id": "node/6858845280" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6858845281", - "description": "Eibe (BDJ 1994)", - "natural": "tree", - "survey:date": "2019-10-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89917, - 51.4954443 - ] - }, - "id": "node/6858845281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6858845282", - "description": "Speierling (BDJ 1993)", - "natural": "tree", - "survey:date": "2019-10-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8989019, - 51.4954136 - ] - }, - "id": "node/6858845282" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6858845283", - "description": "Bergulme (BDJ 1992)", - "natural": "tree", - "start_date": "2018-Autumn", - "survey:date": "2019-10-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8986547, - 51.4953853 - ] - }, - "id": "node/6858845283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6858845284", - "description": "Sommerlinde (BDJ 1991)", - "natural": "tree", - "survey:date": "2019-10-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8984001, - 51.4953561 - ] - }, - "id": "node/6858845284" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6858845285", - "description": "Rotbuche (BDJ 1990)", - "natural": "tree", - "start_date": "2018", - "survey:date": "2019-10-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8981439, - 51.4953268 - ] - }, - "id": "node/6858845285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6858845286", - "description": "Stieleiche (BDJ 1989)", - "natural": "tree", - "survey:date": "2019-10-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978937, - 51.4952981 - ] - }, - "id": "node/6858845286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7041835266", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9372588, - 51.5421475 - ] - }, - "id": "node/7041835266" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7126166315", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2020-01-12" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9437964, - 51.5276582 - ] - }, - "id": "node/7126166315" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7134857016", - "board_type": "plants", - "description": "Baum des Jahres 2018: Esskastanie", - "natural": "tree", - "survey:date": "2020-01-15" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9179862, - 51.5142657 - ] - }, - "id": "node/7134857016" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7134948049", - "natural": "tree", - "survey:date": "2020-01-15" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9107102, - 51.5127013 - ] - }, - "id": "node/7134948049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7134948050", - "natural": "tree", - "survey:date": "2020-01-15" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9104319, - 51.5126823 - ] - }, - "id": "node/7134948050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7134948052", - "natural": "tree", - "survey:date": "2020-01-15" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9106737, - 51.5126326 - ] - }, - "id": "node/7134948052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7134948053", - "natural": "tree", - "survey:date": "2020-01-15" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9104684, - 51.512751 - ] - }, - "id": "node/7134948053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7135829582", - "natural": "tree", - "survey:date": "2020-01-15" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8948575, - 51.5112235 - ] - }, - "id": "node/7135829582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7135829583", - "natural": "tree", - "survey:date": "2020-01-15" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8949265, - 51.5112607 - ] - }, - "id": "node/7135829583" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7138828323", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9532565, - 51.5265497 - ] - }, - "id": "node/7138828323" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7138828324", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9522668, - 51.5262669 - ] - }, - "id": "node/7138828324" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7138828325", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9528971, - 51.5259936 - ] - }, - "id": "node/7138828325" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7138828326", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9532016, - 51.5258789 - ] - }, - "id": "node/7138828326" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7138828327", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.953097, - 51.5259144 - ] - }, - "id": "node/7138828327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7138828328", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9529957, - 51.5259561 - ] - }, - "id": "node/7138828328" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7138828329", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9530996, - 51.52606 - ] - }, - "id": "node/7138828329" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7138828330", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9537005, - 51.5259815 - ] - }, - "id": "node/7138828330" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7138828331", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9545145, - 51.526251 - ] - }, - "id": "node/7138828331" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7138828332", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9544568, - 51.5263741 - ] - }, - "id": "node/7138828332" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7138828333", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9541732, - 51.5265477 - ] - }, - "id": "node/7138828333" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7158867196", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2020-01-25" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309526, - 51.5363738 - ] - }, - "id": "node/7158867196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7231677575", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2020-02-18" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9269043, - 51.5344006 - ] - }, - "id": "node/7231677575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7231677576", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2020-02-18" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9268843, - 51.5343369 - ] - }, - "id": "node/7231677576" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7231677577", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2020-02-18" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9268507, - 51.5342304 - ] - }, - "id": "node/7231677577" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7235311301", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2020-02-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361105, - 51.5305456 - ] - }, - "id": "node/7235311301" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7235311309", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2020-02-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360354, - 51.5307008 - ] - }, - "id": "node/7235311309" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7235436109", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9390285, - 51.5410719 - ] - }, - "id": "node/7235436109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7235436110", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9390396, - 51.5410632 - ] - }, - "id": "node/7235436110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7235436111", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.939022, - 51.5410616 - ] - }, - "id": "node/7235436111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7248290943", - "natural": "tree", - "survey:date": "2020-02-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9383844, - 51.5510836 - ] - }, - "id": "node/7248290943" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253303372", - "natural": "tree", - "ref": "379", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.91957, - 51.538536 - ] - }, - "id": "node/7253303372" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253303373", - "natural": "tree", - "ref": "378", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9195948, - 51.5385055 - ] - }, - "id": "node/7253303373" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253303374", - "natural": "tree", - "ref": "377", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9195895, - 51.5384826 - ] - }, - "id": "node/7253303374" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253303375", - "natural": "tree", - "ref": "376", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196156, - 51.5384647 - ] - }, - "id": "node/7253303375" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253303376", - "natural": "tree", - "ref": "375", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196096, - 51.5383864 - ] - }, - "id": "node/7253303376" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253303378", - "natural": "tree", - "ref": "331", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9197122, - 51.5384213 - ] - }, - "id": "node/7253303378" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253303379", - "natural": "tree", - "ref": "332", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9197316, - 51.5383575 - ] - }, - "id": "node/7253303379" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253303380", - "natural": "tree", - "ref": "330", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196693, - 51.5385201 - ] - }, - "id": "node/7253303380" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253303381", - "natural": "tree", - "ref": "329", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196431, - 51.538589 - ] - }, - "id": "node/7253303381" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253303382", - "natural": "tree", - "ref": "328", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196243, - 51.5386536 - ] - }, - "id": "node/7253303382" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253303383", - "natural": "tree", - "ref": "327", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9195955, - 51.5387353 - ] - }, - "id": "node/7253303383" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253303384", - "natural": "tree", - "ref": "326", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.919572, - 51.5388021 - ] - }, - "id": "node/7253303384" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309785", - "natural": "tree", - "ref": "325", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9195412, - 51.5388909 - ] - }, - "id": "node/7253309785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309786", - "natural": "tree", - "ref": "322", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.919456, - 51.5391558 - ] - }, - "id": "node/7253309786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309787", - "natural": "tree", - "ref": "320", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194513, - 51.5392467 - ] - }, - "id": "node/7253309787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309788", - "natural": "tree", - "ref": "319", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194386, - 51.539318 - ] - }, - "id": "node/7253309788" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309789", - "natural": "tree", - "ref": "318", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194399, - 51.5394006 - ] - }, - "id": "node/7253309789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309790", - "natural": "tree", - "ref": "317", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.919446, - 51.5395432 - ] - }, - "id": "node/7253309790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309791", - "natural": "tree", - "ref": "316", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194466, - 51.5396191 - ] - }, - "id": "node/7253309791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309792", - "natural": "tree", - "ref": "312", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194567, - 51.5400846 - ] - }, - "id": "node/7253309792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309793", - "natural": "tree", - "ref": "313", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.919456, - 51.5400049 - ] - }, - "id": "node/7253309793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309794", - "natural": "tree", - "ref": "314", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.919454, - 51.5399165 - ] - }, - "id": "node/7253309794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309795", - "natural": "tree", - "ref": "315", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194493, - 51.5397743 - ] - }, - "id": "node/7253309795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309796", - "natural": "tree", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9200015, - 51.5373969 - ] - }, - "id": "node/7253309796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309797", - "natural": "tree", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9199837, - 51.5374407 - ] - }, - "id": "node/7253309797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309798", - "genus": "Betula", - "natural": "tree", - "ref": "341", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.919977, - 51.5375242 - ] - }, - "id": "node/7253309798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309799", - "natural": "tree", - "ref": "340", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9199596, - 51.537608 - ] - }, - "id": "node/7253309799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309800", - "genus": "Betula", - "natural": "tree", - "ref": "339", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9199516, - 51.5376751 - ] - }, - "id": "node/7253309800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309801", - "natural": "tree", - "ref": "338", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9199288, - 51.5377544 - ] - }, - "id": "node/7253309801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309802", - "natural": "tree", - "ref": "337", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9199039, - 51.5378545 - ] - }, - "id": "node/7253309802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309803", - "natural": "tree", - "ref": "336", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.919855, - 51.5379917 - ] - }, - "id": "node/7253309803" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309804", - "natural": "tree", - "ref": "374", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196357, - 51.5383091 - ] - }, - "id": "node/7253309804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309805", - "genus": "Betula", - "natural": "tree", - "ref": "373", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9197206, - 51.5380899 - ] - }, - "id": "node/7253309805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309807", - "natural": "tree", - "ref": "334", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9197987, - 51.5381714 - ] - }, - "id": "node/7253309807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309808", - "natural": "tree", - "ref": "335", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9198154, - 51.5381102 - ] - }, - "id": "node/7253309808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309809", - "natural": "tree", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9199851, - 51.5373573 - ] - }, - "id": "node/7253309809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309810", - "natural": "tree", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.919975, - 51.5372964 - ] - }, - "id": "node/7253309810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309811", - "natural": "tree", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.919965, - 51.5372134 - ] - }, - "id": "node/7253309811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309812", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9199475, - 51.5371346 - ] - }, - "id": "node/7253309812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309813", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "359", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9189162, - 51.5359867 - ] - }, - "id": "node/7253309813" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309814", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "358", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9189645, - 51.536041 - ] - }, - "id": "node/7253309814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309815", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "357", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9190477, - 51.5361415 - ] - }, - "id": "node/7253309815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309816", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "356", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9191207, - 51.5362249 - ] - }, - "id": "node/7253309816" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309817", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "355", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9192026, - 51.5363188 - ] - }, - "id": "node/7253309817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309818", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "353", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9193709, - 51.5364923 - ] - }, - "id": "node/7253309818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309819", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "354", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9193051, - 51.5364297 - ] - }, - "id": "node/7253309819" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309820", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "352", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194661, - 51.5365911 - ] - }, - "id": "node/7253309820" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309821", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "351", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196183, - 51.5367379 - ] - }, - "id": "node/7253309821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309822", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "350", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196894, - 51.5368051 - ] - }, - "id": "node/7253309822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309823", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "349", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9197571, - 51.5368677 - ] - }, - "id": "node/7253309823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309824", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "348", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9198067, - 51.5369348 - ] - }, - "id": "node/7253309824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309825", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "347", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9198684, - 51.5369949 - ] - }, - "id": "node/7253309825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309826", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "360", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9188579, - 51.53592 - ] - }, - "id": "node/7253309826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309827", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "252", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9189511, - 51.5332943 - ] - }, - "id": "node/7253309827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309828", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "253", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9189746, - 51.5332276 - ] - }, - "id": "node/7253309828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309829", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "263", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194916, - 51.5323345 - ] - }, - "id": "node/7253309829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309830", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "262", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194097, - 51.5324604 - ] - }, - "id": "node/7253309830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309831", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "261", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9193273, - 51.5325939 - ] - }, - "id": "node/7253309831" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309832", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "259", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9192649, - 51.5326957 - ] - }, - "id": "node/7253309832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309833", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "258", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9191844, - 51.5328384 - ] - }, - "id": "node/7253309833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309834", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "257", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9191382, - 51.5329164 - ] - }, - "id": "node/7253309834" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309835", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "256", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9190979, - 51.532991 - ] - }, - "id": "node/7253309835" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309836", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "255", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9190577, - 51.5330795 - ] - }, - "id": "node/7253309836" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309837", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "254", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9190161, - 51.5331558 - ] - }, - "id": "node/7253309837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309838", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "251", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.918927, - 51.5333615 - ] - }, - "id": "node/7253309838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309839", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "250", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9188807, - 51.5334357 - ] - }, - "id": "node/7253309839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309840", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "249", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9188444, - 51.5335237 - ] - }, - "id": "node/7253309840" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309841", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "247", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9188183, - 51.5336017 - ] - }, - "id": "node/7253309841" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309842", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "246", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9188049, - 51.5336489 - ] - }, - "id": "node/7253309842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309843", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "245", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9187841, - 51.5337089 - ] - }, - "id": "node/7253309843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309844", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "244", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9187566, - 51.5337907 - ] - }, - "id": "node/7253309844" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309845", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "243", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9187325, - 51.5338912 - ] - }, - "id": "node/7253309845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309846", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "240", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9187016, - 51.5339905 - ] - }, - "id": "node/7253309846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309848", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "232", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186252, - 51.5343388 - ] - }, - "id": "node/7253309848" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309849", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "237", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186809, - 51.5341723 - ] - }, - "id": "node/7253309849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309850", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "235", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186575, - 51.5342228 - ] - }, - "id": "node/7253309850" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309851", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "239", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186903, - 51.534051 - ] - }, - "id": "node/7253309851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309852", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "238", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186728, - 51.5341164 - ] - }, - "id": "node/7253309852" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309853", - "natural": "tree", - "ref": "236", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9187298, - 51.5341874 - ] - }, - "id": "node/7253309853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309854", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "231", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186065, - 51.5344288 - ] - }, - "id": "node/7253309854" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309855", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "230", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.918591, - 51.5344989 - ] - }, - "id": "node/7253309855" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309856", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "229", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185957, - 51.5345869 - ] - }, - "id": "node/7253309856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309857", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "228", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.918585, - 51.5346433 - ] - }, - "id": "node/7253309857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309858", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "227", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185669, - 51.5348159 - ] - }, - "id": "node/7253309858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309859", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "04", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184448, - 51.5350099 - ] - }, - "id": "node/7253309859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309860", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "03", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184187, - 51.5350508 - ] - }, - "id": "node/7253309860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309861", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "02", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184576, - 51.5350516 - ] - }, - "id": "node/7253309861" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309862", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "226", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185541, - 51.5349236 - ] - }, - "id": "node/7253309862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309863", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "225", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185454, - 51.5349824 - ] - }, - "id": "node/7253309863" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309864", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "224", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185434, - 51.535072 - ] - }, - "id": "node/7253309864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309865", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "01", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184281, - 51.5350866 - ] - }, - "id": "node/7253309865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309866", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "00005", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9173203, - 51.5352856 - ] - }, - "id": "node/7253309866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309867", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "00004", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9172754, - 51.5352852 - ] - }, - "id": "node/7253309867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309868", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "00003", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9171688, - 51.5352823 - ] - }, - "id": "node/7253309868" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309869", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "00002", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9170501, - 51.5352793 - ] - }, - "id": "node/7253309869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309870", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "00001", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.916861, - 51.5352723 - ] - }, - "id": "node/7253309870" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309871", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "271", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9187372, - 51.5350178 - ] - }, - "id": "node/7253309871" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309872", - "natural": "tree", - "ref": "270", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.918927, - 51.5338399 - ] - }, - "id": "node/7253309872" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309874", - "natural": "tree", - "ref": "269", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9189886, - 51.5336851 - ] - }, - "id": "node/7253309874" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309875", - "natural": "tree", - "ref": "268", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9190242, - 51.5335633 - ] - }, - "id": "node/7253309875" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309876", - "natural": "tree", - "ref": "267", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9190658, - 51.5334386 - ] - }, - "id": "node/7253309876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309877", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "266", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9192777, - 51.5330424 - ] - }, - "id": "node/7253309877" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309878", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "265", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9193521, - 51.5329335 - ] - }, - "id": "node/7253309878" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309879", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "264", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196263, - 51.5325664 - ] - }, - "id": "node/7253309879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309880", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "476", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9200575, - 51.5292935 - ] - }, - "id": "node/7253309880" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309881", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "477", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9200776, - 51.5291859 - ] - }, - "id": "node/7253309881" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309882", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "478", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.920091, - 51.5291187 - ] - }, - "id": "node/7253309882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309883", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "479", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9201138, - 51.5290661 - ] - }, - "id": "node/7253309883" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309884", - "natural": "tree", - "ref": "480", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.920142, - 51.5290002 - ] - }, - "id": "node/7253309884" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309885", - "natural": "tree", - "ref": "481", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9201688, - 51.5289431 - ] - }, - "id": "node/7253309885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309886", - "natural": "tree", - "ref": "482", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9202171, - 51.5288671 - ] - }, - "id": "node/7253309886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309887", - "genus": "Betula", - "natural": "tree", - "ref": "483", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9203103, - 51.5287178 - ] - }, - "id": "node/7253309887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309888", - "genus": "Betula", - "natural": "tree", - "ref": "484", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9203593, - 51.528641 - ] - }, - "id": "node/7253309888" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309889", - "genus": "Betula", - "natural": "tree", - "ref": "485", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9204015, - 51.528586 - ] - }, - "id": "node/7253309889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309890", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "486", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9204431, - 51.5285167 - ] - }, - "id": "node/7253309890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309891", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "489", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9205383, - 51.5284028 - ] - }, - "id": "node/7253309891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309892", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "488", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9205242, - 51.5284208 - ] - }, - "id": "node/7253309892" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309893", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "487", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9204867, - 51.5284667 - ] - }, - "id": "node/7253309893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309894", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "492", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9207073, - 51.5282468 - ] - }, - "id": "node/7253309894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309895", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "493", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9207998, - 51.5281772 - ] - }, - "id": "node/7253309895" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309896", - "genus": "Betula", - "natural": "tree", - "ref": "494", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.920893, - 51.5281 - ] - }, - "id": "node/7253309896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309897", - "genus": "Betula", - "natural": "tree", - "ref": "495", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9210124, - 51.5280136 - ] - }, - "id": "node/7253309897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309898", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "496", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9211787, - 51.5279131 - ] - }, - "id": "node/7253309898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309899", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1467", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9222435, - 51.5271255 - ] - }, - "id": "node/7253309899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309900", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "499", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9218318, - 51.5275113 - ] - }, - "id": "node/7253309900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309901", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.921573, - 51.5276624 - ] - }, - "id": "node/7253309901" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309902", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "497", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9213792, - 51.5277821 - ] - }, - "id": "node/7253309902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309903", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "498", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9214643, - 51.5277237 - ] - }, - "id": "node/7253309903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309904", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1473", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9226016, - 51.5269632 - ] - }, - "id": "node/7253309904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309905", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1474", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9226592, - 51.5269119 - ] - }, - "id": "node/7253309905" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309906", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1475", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9227424, - 51.526788 - ] - }, - "id": "node/7253309906" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309907", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1476", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9228423, - 51.5266674 - ] - }, - "id": "node/7253309907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309908", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1477", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9229731, - 51.5264726 - ] - }, - "id": "node/7253309908" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309909", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1478", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9230368, - 51.5263382 - ] - }, - "id": "node/7253309909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309910", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1479", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9230716, - 51.5262456 - ] - }, - "id": "node/7253309910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309911", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1480", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9230958, - 51.5261301 - ] - }, - "id": "node/7253309911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309912", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1481", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9231078, - 51.5259961 - ] - }, - "id": "node/7253309912" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309913", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1482", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9231186, - 51.5259085 - ] - }, - "id": "node/7253309913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309914", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1483", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9231226, - 51.525813 - ] - }, - "id": "node/7253309914" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309915", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1484", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9231246, - 51.5257241 - ] - }, - "id": "node/7253309915" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309916", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1486", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.923126, - 51.5256353 - ] - }, - "id": "node/7253309916" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309917", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1487", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9231367, - 51.5255356 - ] - }, - "id": "node/7253309917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309918", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1489", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.923128, - 51.5253057 - ] - }, - "id": "node/7253309918" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309919", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1490", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9231239, - 51.5252164 - ] - }, - "id": "node/7253309919" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309920", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1491", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9231286, - 51.5250867 - ] - }, - "id": "node/7253309920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309921", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1492", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9231427, - 51.5249586 - ] - }, - "id": "node/7253309921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309922", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1493", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9231514, - 51.5248664 - ] - }, - "id": "node/7253309922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309923", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1494", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9231642, - 51.5247867 - ] - }, - "id": "node/7253309923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309924", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1495", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9231789, - 51.5247112 - ] - }, - "id": "node/7253309924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309925", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1496", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9231964, - 51.5246215 - ] - }, - "id": "node/7253309925" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309926", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1497", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9232125, - 51.5245435 - ] - }, - "id": "node/7253309926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309927", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1498", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9232265, - 51.5244454 - ] - }, - "id": "node/7253309927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309928", - "natural": "tree", - "ref": "1499", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9232674, - 51.5243194 - ] - }, - "id": "node/7253309928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309929", - "natural": "tree", - "ref": "1500", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9232748, - 51.5241884 - ] - }, - "id": "node/7253309929" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309930", - "natural": "tree", - "ref": "1501", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9232963, - 51.5240833 - ] - }, - "id": "node/7253309930" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309931", - "natural": "tree", - "ref": "1502", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9233258, - 51.5239406 - ] - }, - "id": "node/7253309931" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309932", - "natural": "tree", - "ref": "1503", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9233499, - 51.5238117 - ] - }, - "id": "node/7253309932" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309933", - "natural": "tree", - "ref": "1504", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9233901, - 51.5236924 - ] - }, - "id": "node/7253309933" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309934", - "natural": "tree", - "ref": "1505", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.923425, - 51.5235709 - ] - }, - "id": "node/7253309934" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309935", - "natural": "tree", - "ref": "1506", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9234579, - 51.5234712 - ] - }, - "id": "node/7253309935" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309936", - "natural": "tree", - "ref": "1507", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9235028, - 51.5233669 - ] - }, - "id": "node/7253309936" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309937", - "natural": "tree", - "ref": "1508", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9235477, - 51.5232297 - ] - }, - "id": "node/7253309937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309938", - "natural": "tree", - "ref": "1509", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9236168, - 51.523059 - ] - }, - "id": "node/7253309938" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309939", - "natural": "tree", - "ref": "1510", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9236651, - 51.5229059 - ] - }, - "id": "node/7253309939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309940", - "natural": "tree", - "ref": "1511", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9237234, - 51.522787 - ] - }, - "id": "node/7253309940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309941", - "natural": "tree", - "ref": "1512", - "survey:date": "2020-02-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9237771, - 51.5226431 - ] - }, - "id": "node/7253309941" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7253309942", - "natural": "tree", - "ref": "1513", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9238072, - 51.5225763 - ] - }, - "id": "node/7253309942" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276638478", - "natural": "tree", - "ref": "67004/7024/20", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9206, - 51.5403648 - ] - }, - "id": "node/7276638478" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276638479", - "natural": "tree", - "ref": "69981/21", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9202707, - 51.5403715 - ] - }, - "id": "node/7276638479" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276638480", - "natural": "tree", - "ref": "14", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9204773, - 51.5405642 - ] - }, - "id": "node/7276638480" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276638481", - "genus": "Betula", - "natural": "tree", - "ref": "15", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.920659, - 51.5404587 - ] - }, - "id": "node/7276638481" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276638482", - "natural": "tree", - "ref": "17", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9207609, - 51.5404445 - ] - }, - "id": "node/7276638482" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276638483", - "natural": "tree", - "ref": "16", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9207448, - 51.5404507 - ] - }, - "id": "node/7276638483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276638484", - "natural": "tree", - "ref": "66982/13", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9202808, - 51.5405688 - ] - }, - "id": "node/7276638484" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645085", - "natural": "tree", - "ref": "66985/04", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9203204, - 51.54099 - ] - }, - "id": "node/7276645085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645086", - "natural": "tree", - "ref": "69984/09", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.920319, - 51.5409128 - ] - }, - "id": "node/7276645086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645087", - "natural": "tree", - "ref": "08", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9202419, - 51.5408515 - ] - }, - "id": "node/7276645087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645088", - "natural": "tree", - "ref": "11", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9206858, - 51.5405821 - ] - }, - "id": "node/7276645088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645089", - "natural": "tree", - "ref": "10", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9207713, - 51.5405957 - ] - }, - "id": "node/7276645089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645090", - "natural": "tree", - "ref": "67012/09", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9207502, - 51.5406958 - ] - }, - "id": "node/7276645090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645091", - "genus": "Betula", - "natural": "tree", - "ref": "67014/08", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9207475, - 51.5407844 - ] - }, - "id": "node/7276645091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645093", - "natural": "tree", - "ref": "67016/03", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9206298, - 51.5408957 - ] - }, - "id": "node/7276645093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645094", - "natural": "tree", - "ref": "67015/02", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9206603, - 51.5409285 - ] - }, - "id": "node/7276645094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645095", - "natural": "tree", - "ref": "67017/01", - "ref:black": "067017", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9205604, - 51.5409591 - ] - }, - "id": "node/7276645095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645098", - "natural": "tree", - "ref": "333", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9197749, - 51.5382307 - ] - }, - "id": "node/7276645098" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645099", - "natural": "tree", - "ref": "372", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9197551, - 51.5379969 - ] - }, - "id": "node/7276645099" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645100", - "natural": "tree", - "ref": "371", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9197705, - 51.5379594 - ] - }, - "id": "node/7276645100" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645101", - "natural": "tree", - "ref": "370", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9197812, - 51.5379318 - ] - }, - "id": "node/7276645101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645102", - "natural": "tree", - "ref": "369", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9197879, - 51.5379041 - ] - }, - "id": "node/7276645102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645103", - "natural": "tree", - "ref": "368", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9197913, - 51.5378958 - ] - }, - "id": "node/7276645103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645104", - "natural": "tree", - "ref": "382", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194651, - 51.5387379 - ] - }, - "id": "node/7276645104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645105", - "natural": "tree", - "ref": "381", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194875, - 51.5386945 - ] - }, - "id": "node/7276645105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645106", - "natural": "tree", - "ref": "380", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194926, - 51.5386776 - ] - }, - "id": "node/7276645106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645107", - "natural": "tree", - "ref": "378", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9195237, - 51.5386025 - ] - }, - "id": "node/7276645107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645108", - "natural": "tree", - "ref": "383", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194564, - 51.538775 - ] - }, - "id": "node/7276645108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645109", - "natural": "tree", - "ref": "386", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194295, - 51.5388492 - ] - }, - "id": "node/7276645109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645110", - "natural": "tree", - "ref": "385", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194332, - 51.5388304 - ] - }, - "id": "node/7276645110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645111", - "natural": "tree", - "ref": "384", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194399, - 51.5388117 - ] - }, - "id": "node/7276645111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645112", - "natural": "tree", - "ref": "391", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9193846, - 51.5389804 - ] - }, - "id": "node/7276645112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645113", - "natural": "tree", - "ref": "324", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9195244, - 51.5389579 - ] - }, - "id": "node/7276645113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645114", - "natural": "tree", - "ref": "390", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9193937, - 51.5389752 - ] - }, - "id": "node/7276645114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645115", - "natural": "tree", - "ref": "389", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9193866, - 51.5389643 - ] - }, - "id": "node/7276645115" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645116", - "natural": "tree", - "ref": "388", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9193953, - 51.5389543 - ] - }, - "id": "node/7276645116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645117", - "natural": "tree", - "ref": "387", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9193973, - 51.5389366 - ] - }, - "id": "node/7276645117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645118", - "natural": "tree", - "ref": "393", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9193829, - 51.5390256 - ] - }, - "id": "node/7276645118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645119", - "natural": "tree", - "ref": "392", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9193826, - 51.5390069 - ] - }, - "id": "node/7276645119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645120", - "natural": "tree", - "ref": "323", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9195083, - 51.5390062 - ] - }, - "id": "node/7276645120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645121", - "natural": "tree", - "ref": "397", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9193397, - 51.5391113 - ] - }, - "id": "node/7276645121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645122", - "natural": "tree", - "ref": "396", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.919345, - 51.5390984 - ] - }, - "id": "node/7276645122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645123", - "natural": "tree", - "ref": "395", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9193568, - 51.5390709 - ] - }, - "id": "node/7276645123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645124", - "natural": "tree", - "ref": "394", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9193658, - 51.5390467 - ] - }, - "id": "node/7276645124" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645126", - "natural": "tree", - "ref": "399", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9193712, - 51.5391562 - ] - }, - "id": "node/7276645126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645127", - "natural": "tree", - "ref": "398", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9193253, - 51.5391476 - ] - }, - "id": "node/7276645127" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645129", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "428", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196941, - 51.5366537 - ] - }, - "id": "node/7276645129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645130", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "427", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9198664, - 51.536768 - ] - }, - "id": "node/7276645130" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645131", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "426", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9199395, - 51.536851 - ] - }, - "id": "node/7276645131" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645132", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "425", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9200421, - 51.5369457 - ] - }, - "id": "node/7276645132" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645133", - "natural": "tree", - "ref": "424", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9201286, - 51.5370445 - ] - }, - "id": "node/7276645133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645134", - "natural": "tree", - "ref": "423", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9202412, - 51.537173 - ] - }, - "id": "node/7276645134" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645135", - "natural": "tree", - "ref": "422", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9202909, - 51.5373056 - ] - }, - "id": "node/7276645135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645136", - "natural": "tree", - "ref": "421", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9202982, - 51.5374353 - ] - }, - "id": "node/7276645136" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645137", - "natural": "tree", - "ref": "420", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9202151, - 51.5374787 - ] - }, - "id": "node/7276645137" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645138", - "natural": "tree", - "ref": "419", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9202714, - 51.5375521 - ] - }, - "id": "node/7276645138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645139", - "natural": "tree", - "ref": "418", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9201681, - 51.5376167 - ] - }, - "id": "node/7276645139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645140", - "natural": "tree", - "ref": "417", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9202312, - 51.5376856 - ] - }, - "id": "node/7276645140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645141", - "natural": "tree", - "ref": "415", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9201111, - 51.5379212 - ] - }, - "id": "node/7276645141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645142", - "natural": "tree", - "ref": "413", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9199784, - 51.5381564 - ] - }, - "id": "node/7276645142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645143", - "natural": "tree", - "ref": "412", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9199321, - 51.5382457 - ] - }, - "id": "node/7276645143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645144", - "natural": "tree", - "ref": "411", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9198999, - 51.5383233 - ] - }, - "id": "node/7276645144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645145", - "natural": "tree", - "ref": "410", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9198597, - 51.5384321 - ] - }, - "id": "node/7276645145" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645146", - "natural": "tree", - "ref": "409", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9197698, - 51.5386227 - ] - }, - "id": "node/7276645146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645147", - "natural": "tree", - "ref": "408", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9197008, - 51.5387816 - ] - }, - "id": "node/7276645147" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645148", - "natural": "tree", - "ref": "407", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196625, - 51.5388863 - ] - }, - "id": "node/7276645148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645156", - "natural": "tree", - "ref": "301", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.919446, - 51.5410847 - ] - }, - "id": "node/7276645156" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645157", - "genus": "Betula", - "natural": "tree", - "ref": "302", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194433, - 51.5409579 - ] - }, - "id": "node/7276645157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645158", - "genus": "Betula", - "natural": "tree", - "ref": "303", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194158, - 51.5408928 - ] - }, - "id": "node/7276645158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645159", - "genus": "Betula", - "natural": "tree", - "ref": "304", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194634, - 51.5408394 - ] - }, - "id": "node/7276645159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645160", - "genus": "Betula", - "natural": "tree", - "ref": "305", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194232, - 51.5407852 - ] - }, - "id": "node/7276645160" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645161", - "genus": "Betula", - "natural": "tree", - "ref": "306", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194634, - 51.5407418 - ] - }, - "id": "node/7276645161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645162", - "natural": "tree", - "ref": "307", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194426, - 51.5406305 - ] - }, - "id": "node/7276645162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645165", - "natural": "tree", - "ref": "308", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194252, - 51.540472 - ] - }, - "id": "node/7276645165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645166", - "natural": "tree", - "ref": "309", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194332, - 51.5404407 - ] - }, - "id": "node/7276645166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645167", - "natural": "tree", - "ref": "310", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194326, - 51.5403473 - ] - }, - "id": "node/7276645167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645168", - "natural": "tree", - "ref": "311", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194688, - 51.5402455 - ] - }, - "id": "node/7276645168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645169", - "natural": "tree", - "ref": "406", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9195717, - 51.5401471 - ] - }, - "id": "node/7276645169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645175", - "natural": "tree", - "ref": "405", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9195821, - 51.540384 - ] - }, - "id": "node/7276645175" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645176", - "natural": "tree", - "ref": "404", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9195754, - 51.5405095 - ] - }, - "id": "node/7276645176" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645177", - "natural": "tree", - "ref": "403", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9195767, - 51.5406259 - ] - }, - "id": "node/7276645177" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645178", - "natural": "tree", - "ref": "402", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9195707, - 51.5407506 - ] - }, - "id": "node/7276645178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645179", - "natural": "tree", - "ref": "401", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9195988, - 51.5408745 - ] - }, - "id": "node/7276645179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645180", - "natural": "tree", - "ref": "400", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196297, - 51.54099 - ] - }, - "id": "node/7276645180" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645181", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "363", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186809, - 51.5356714 - ] - }, - "id": "node/7276645181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645182", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "362", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9187057, - 51.5357156 - ] - }, - "id": "node/7276645182" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645183", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "361", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9187432, - 51.5357769 - ] - }, - "id": "node/7276645183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645184", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "364", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186071, - 51.5355918 - ] - }, - "id": "node/7276645184" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645185", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "367", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184918, - 51.5355776 - ] - }, - "id": "node/7276645185" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645186", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "365", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185273, - 51.5356305 - ] - }, - "id": "node/7276645186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645187", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "366", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184307, - 51.5356426 - ] - }, - "id": "node/7276645187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645190", - "natural": "tree", - "ref": "233", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186815, - 51.5342996 - ] - }, - "id": "node/7276645190" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645191", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "234", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9186386, - 51.5342858 - ] - }, - "id": "node/7276645191" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645193", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "272", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194567, - 51.5351396 - ] - }, - "id": "node/7276645193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645194", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "273", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194379, - 51.5350695 - ] - }, - "id": "node/7276645194" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645195", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "274", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194319, - 51.5349586 - ] - }, - "id": "node/7276645195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645196", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "275", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194439, - 51.5348777 - ] - }, - "id": "node/7276645196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645197", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "279", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9195016, - 51.5345736 - ] - }, - "id": "node/7276645197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645198", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "278", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194875, - 51.5346216 - ] - }, - "id": "node/7276645198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645199", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "277", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9194761, - 51.5346916 - ] - }, - "id": "node/7276645199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645200", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "276", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.91946, - 51.5347788 - ] - }, - "id": "node/7276645200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645201", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "280", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.919511, - 51.5345094 - ] - }, - "id": "node/7276645201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645202", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "282", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9195224, - 51.5344422 - ] - }, - "id": "node/7276645202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645203", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "281", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9195398, - 51.5343696 - ] - }, - "id": "node/7276645203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645204", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "283", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9195539, - 51.5342966 - ] - }, - "id": "node/7276645204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645205", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "284", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.919568, - 51.5342332 - ] - }, - "id": "node/7276645205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645206", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "285", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9195921, - 51.5341315 - ] - }, - "id": "node/7276645206" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645207", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "286", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196123, - 51.5340447 - ] - }, - "id": "node/7276645207" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645208", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "288", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196672, - 51.5338282 - ] - }, - "id": "node/7276645208" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645209", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "287", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196411, - 51.5339171 - ] - }, - "id": "node/7276645209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645210", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "290", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9197336, - 51.5336409 - ] - }, - "id": "node/7276645210" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645211", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "289", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9196967, - 51.5337373 - ] - }, - "id": "node/7276645211" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645212", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "291", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9197665, - 51.5335433 - ] - }, - "id": "node/7276645212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645213", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "292", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9197987, - 51.533462 - ] - }, - "id": "node/7276645213" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645214", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "293", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9198255, - 51.5333982 - ] - }, - "id": "node/7276645214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645215", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "294", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9198724, - 51.5333106 - ] - }, - "id": "node/7276645215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645216", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "295", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9199274, - 51.5332159 - ] - }, - "id": "node/7276645216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645217", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "296", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.920032, - 51.5330595 - ] - }, - "id": "node/7276645217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645218", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "297", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9201031, - 51.5329589 - ] - }, - "id": "node/7276645218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645219", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "298", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9202258, - 51.5328054 - ] - }, - "id": "node/7276645219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645220", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "299", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9202828, - 51.5327212 - ] - }, - "id": "node/7276645220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645221", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "300", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9203204, - 51.5326407 - ] - }, - "id": "node/7276645221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645222", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "261", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9193896, - 51.5324988 - ] - }, - "id": "node/7276645222" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645223", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "473", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9222334, - 51.5280537 - ] - }, - "id": "node/7276645223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645224", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "472", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9222086, - 51.5280633 - ] - }, - "id": "node/7276645224" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645225", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "471", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9221771, - 51.5280762 - ] - }, - "id": "node/7276645225" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645226", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "470", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.922151, - 51.5280916 - ] - }, - "id": "node/7276645226" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645227", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "474", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9223079, - 51.5280153 - ] - }, - "id": "node/7276645227" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645228", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "475", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9223837, - 51.5279744 - ] - }, - "id": "node/7276645228" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645229", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1408", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9229288, - 51.5277024 - ] - }, - "id": "node/7276645229" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645230", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1407", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9229053, - 51.5277137 - ] - }, - "id": "node/7276645230" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645231", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1472", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9230368, - 51.5276732 - ] - }, - "id": "node/7276645231" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645232", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1496", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9226552, - 51.5278668 - ] - }, - "id": "node/7276645232" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645233", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1495", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9226344, - 51.5278968 - ] - }, - "id": "node/7276645233" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645234", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1494", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9226023, - 51.5279056 - ] - }, - "id": "node/7276645234" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645235", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1103", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9223515, - 51.5280533 - ] - }, - "id": "node/7276645235" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645236", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1102", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9223313, - 51.5280645 - ] - }, - "id": "node/7276645236" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645237", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "469", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.922094, - 51.5281142 - ] - }, - "id": "node/7276645237" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645238", - "natural": "tree", - "ref": "467", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9215931, - 51.5284237 - ] - }, - "id": "node/7276645238" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645239", - "natural": "tree", - "ref": "466", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9215173, - 51.52848 - ] - }, - "id": "node/7276645239" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645240", - "natural": "tree", - "ref": "-", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9214093, - 51.5285847 - ] - }, - "id": "node/7276645240" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645241", - "natural": "tree", - "ref": "464", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9213322, - 51.5286611 - ] - }, - "id": "node/7276645241" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645242", - "natural": "tree", - "ref": "463", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9212813, - 51.5287132 - ] - }, - "id": "node/7276645242" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645243", - "natural": "tree", - "ref": "462", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9211891, - 51.5288163 - ] - }, - "id": "node/7276645243" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645244", - "natural": "tree", - "ref": "461", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9211465, - 51.5288799 - ] - }, - "id": "node/7276645244" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645246", - "natural": "tree", - "ref": "460", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9210754, - 51.5289652 - ] - }, - "id": "node/7276645246" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645247", - "natural": "tree", - "ref": "459", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9209889, - 51.5290949 - ] - }, - "id": "node/7276645247" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645248", - "natural": "tree", - "ref": "458", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9209178, - 51.5292284 - ] - }, - "id": "node/7276645248" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645249", - "natural": "tree", - "ref": "457", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9208783, - 51.5293039 - ] - }, - "id": "node/7276645249" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645250", - "natural": "tree", - "ref": "45", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9208239, - 51.5294299 - ] - }, - "id": "node/7276645250" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645251", - "natural": "tree", - "ref": "455", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9207669, - 51.5295792 - ] - }, - "id": "node/7276645251" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645252", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "445", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9211565, - 51.5315248 - ] - }, - "id": "node/7276645252" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645253", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "446", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9211646, - 51.5314372 - ] - }, - "id": "node/7276645253" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645254", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "447", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9211834, - 51.5312833 - ] - }, - "id": "node/7276645254" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645255", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "448", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9211767, - 51.5312057 - ] - }, - "id": "node/7276645255" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645256", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "449", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9211706, - 51.531129 - ] - }, - "id": "node/7276645256" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645257", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "450", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9211626, - 51.5310489 - ] - }, - "id": "node/7276645257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645258", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "451", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9211579, - 51.5309867 - ] - }, - "id": "node/7276645258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645259", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "452", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9211404, - 51.5309112 - ] - }, - "id": "node/7276645259" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645260", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "453", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9211096, - 51.5308199 - ] - }, - "id": "node/7276645260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645261", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "454", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9210855, - 51.5307602 - ] - }, - "id": "node/7276645261" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645262", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "04-23", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9210948, - 51.5305842 - ] - }, - "id": "node/7276645262" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645263", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "04-24", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9211083, - 51.5305637 - ] - }, - "id": "node/7276645263" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645264", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "04-25", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9210814, - 51.530545 - ] - }, - "id": "node/7276645264" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645265", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "04-26", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9211257, - 51.5305057 - ] - }, - "id": "node/7276645265" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645266", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1422", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9239558, - 51.5263155 - ] - }, - "id": "node/7276645266" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645269", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1418", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9238659, - 51.52662 - ] - }, - "id": "node/7276645269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645270", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1415", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9237318, - 51.5269235 - ] - }, - "id": "node/7276645270" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645271", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1411", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9234458, - 51.5272617 - ] - }, - "id": "node/7276645271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645274", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1409", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9234518, - 51.5274004 - ] - }, - "id": "node/7276645274" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645275", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1469", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9234441, - 51.5275005 - ] - }, - "id": "node/7276645275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645276", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1468", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9234129, - 51.5275295 - ] - }, - "id": "node/7276645276" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645279", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1424", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9239876, - 51.5261334 - ] - }, - "id": "node/7276645279" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645280", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1428", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9240285, - 51.5257437 - ] - }, - "id": "node/7276645280" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645281", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1429", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9240453, - 51.5256328 - ] - }, - "id": "node/7276645281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645282", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1430", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9240453, - 51.5255577 - ] - }, - "id": "node/7276645282" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645283", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1427", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9240205, - 51.5258176 - ] - }, - "id": "node/7276645283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645284", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1426", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9240097, - 51.5259181 - ] - }, - "id": "node/7276645284" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645285", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "1435", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.924052, - 51.5250529 - ] - }, - "id": "node/7276645285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645286", - "natural": "tree", - "ref": "1516", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9239004, - 51.5223606 - ] - }, - "id": "node/7276645286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645287", - "natural": "tree", - "ref": "1517", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9239266, - 51.5223047 - ] - }, - "id": "node/7276645287" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645288", - "natural": "tree", - "ref": "1518", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9239655, - 51.5222129 - ] - }, - "id": "node/7276645288" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645289", - "natural": "tree", - "ref": "1519", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9239977, - 51.5221478 - ] - }, - "id": "node/7276645289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645290", - "natural": "tree", - "ref": "1520", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9240587, - 51.5220268 - ] - }, - "id": "node/7276645290" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645291", - "natural": "tree", - "ref": "1521", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9241579, - 51.5217898 - ] - }, - "id": "node/7276645291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645292", - "natural": "tree", - "ref": "1522", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9241941, - 51.5217043 - ] - }, - "id": "node/7276645292" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645293", - "natural": "tree", - "ref": "1523", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9242257, - 51.5216355 - ] - }, - "id": "node/7276645293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645294", - "natural": "tree", - "ref": "1524", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9242645, - 51.5215395 - ] - }, - "id": "node/7276645294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645295", - "natural": "tree", - "ref": "1525", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9243189, - 51.5213914 - ] - }, - "id": "node/7276645295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645296", - "natural": "tree", - "ref": "1526", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9243376, - 51.5213417 - ] - }, - "id": "node/7276645296" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645297", - "natural": "tree", - "ref": "1527", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9243873, - 51.5211556 - ] - }, - "id": "node/7276645297" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645298", - "natural": "tree", - "ref": "1515", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9238709, - 51.5224169 - ] - }, - "id": "node/7276645298" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7276645299", - "natural": "tree", - "ref": "1514", - "survey:date": "2020-03-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9238428, - 51.5224853 - ] - }, - "id": "node/7276645299" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7277179011", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9214979, - 51.5309684 - ] - }, - "id": "node/7277179011" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7277179012", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9220157, - 51.5303293 - ] - }, - "id": "node/7277179012" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7277179015", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9217667, - 51.531 - ] - }, - "id": "node/7277179015" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7277179016", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.921288, - 51.5311648 - ] - }, - "id": "node/7277179016" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7306675486", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9004366, - 51.5101938 - ] - }, - "id": "node/7306675486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7310402159", - "natural": "tree", - "ref": "05", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185789, - 51.5341602 - ] - }, - "id": "node/7310402159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7310402163", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "242", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9187204, - 51.5339362 - ] - }, - "id": "node/7310402163" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7310613265", - "natural": "tree", - "survey:date": "2020-03-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9094521, - 51.5494817 - ] - }, - "id": "node/7310613265" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7341178660", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9396883, - 51.5387041 - ] - }, - "id": "node/7341178660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7415402137", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9477751, - 51.5533523 - ] - }, - "id": "node/7415402137" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7449882896", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9480014, - 51.5534339 - ] - }, - "id": "node/7449882896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7455247660", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.922782, - 51.5444468 - ] - }, - "id": "node/7455247660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7455247661", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9225741, - 51.5444241 - ] - }, - "id": "node/7455247661" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7455247662", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.922382, - 51.5443296 - ] - }, - "id": "node/7455247662" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7455247663", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9228403, - 51.5442391 - ] - }, - "id": "node/7455247663" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7455247664", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9226093, - 51.5442942 - ] - }, - "id": "node/7455247664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7455247665", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9224195, - 51.5442008 - ] - }, - "id": "node/7455247665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7455247666", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9226468, - 51.5441601 - ] - }, - "id": "node/7455247666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7455247667", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.922682, - 51.5440327 - ] - }, - "id": "node/7455247667" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7455247668", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9227156, - 51.5439055 - ] - }, - "id": "node/7455247668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7455247669", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9224567, - 51.5440692 - ] - }, - "id": "node/7455247669" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7455247670", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9224886, - 51.5439435 - ] - }, - "id": "node/7455247670" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7455247671", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9225238, - 51.5438127 - ] - }, - "id": "node/7455247671" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7455247672", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9225593, - 51.5436823 - ] - }, - "id": "node/7455247672" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7455247673", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9227903, - 51.5436334 - ] - }, - "id": "node/7455247673" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7499221633", - "natural": "tree", - "survey:date": "2020-05-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8995892, - 51.5558094 - ] - }, - "id": "node/7499221633" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7499221634", - "description": "3-fach-Baum", - "natural": "tree", - "survey:date": "2020-05-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996689, - 51.5557796 - ] - }, - "id": "node/7499221634" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7510532215", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9536005, - 51.5466111 - ] - }, - "id": "node/7510532215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7529862079", - "name": "Gingko (Baum des Jahrtausends)", - "natural": "tree", - "survey:date": "2020-05-16" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001461, - 51.508288 - ] - }, - "id": "node/7529862079" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7560716605", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2020-05-25" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9322354, - 51.5334079 - ] - }, - "id": "node/7560716605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7560716606", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2020-05-25" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9321542, - 51.5334116 - ] - }, - "id": "node/7560716606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7560716607", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2020-05-25" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9320731, - 51.5334153 - ] - }, - "id": "node/7560716607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7560716608", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2020-05-25" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9323349, - 51.5334035 - ] - }, - "id": "node/7560716608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7560716609", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2020-05-25" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9324575, - 51.5333979 - ] - }, - "id": "node/7560716609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7560716612", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2020-05-25" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.93199, - 51.533419 - ] - }, - "id": "node/7560716612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7560716613", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2020-05-25" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318559, - 51.5334251 - ] - }, - "id": "node/7560716613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7560716614", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2020-05-25" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317218, - 51.5334311 - ] - }, - "id": "node/7560716614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7598552527", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9201621, - 51.5564725 - ] - }, - "id": "node/7598552527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7598552528", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.920201, - 51.5565834 - ] - }, - "id": "node/7598552528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7598552529", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9202318, - 51.5567018 - ] - }, - "id": "node/7598552529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7598552530", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9203036, - 51.5569266 - ] - }, - "id": "node/7598552530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7598552531", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9203264, - 51.5570258 - ] - }, - "id": "node/7598552531" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7798084125", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8768116, - 51.5526355 - ] - }, - "id": "node/7798084125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7798084126", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8769316, - 51.5527206 - ] - }, - "id": "node/7798084126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7824436046", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9164928, - 51.5403611 - ] - }, - "id": "node/7824436046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7824436047", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9161817, - 51.5406947 - ] - }, - "id": "node/7824436047" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7841172818", - "natural": "tree", - "survey:date": "2020-08-24" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9039193, - 51.5006957 - ] - }, - "id": "node/7841172818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7849853213", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8969476, - 51.4995799 - ] - }, - "id": "node/7849853213" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7849853214", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8969161, - 51.4995945 - ] - }, - "id": "node/7849853214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7849853215", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8967223, - 51.5002545 - ] - }, - "id": "node/7849853215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7849853216", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8966224, - 51.5008551 - ] - }, - "id": "node/7849853216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7849853217", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8970535, - 51.5009562 - ] - }, - "id": "node/7849853217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7849853218", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8974344, - 51.5007696 - ] - }, - "id": "node/7849853218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7849853219", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8975457, - 51.5003605 - ] - }, - "id": "node/7849853219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7849853220", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8981767, - 51.500138 - ] - }, - "id": "node/7849853220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7849853221", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8980131, - 51.5002056 - ] - }, - "id": "node/7849853221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7849853222", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978809, - 51.5001877 - ] - }, - "id": "node/7849853222" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7849853223", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8977824, - 51.5001743 - ] - }, - "id": "node/7849853223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7879914157", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8938034, - 51.5253203 - ] - }, - "id": "node/7879914157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8202598589", - "diameter": "5cm", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003887, - 51.5357492 - ] - }, - "id": "node/8202598589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8202598590", - "diameter": "5 cm", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005664, - 51.5357551 - ] - }, - "id": "node/8202598590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8263465660", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9546774, - 51.5247491 - ] - }, - "id": "node/8263465660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8263465665", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9547888, - 51.5248397 - ] - }, - "id": "node/8263465665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8263465666", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9545977, - 51.524871 - ] - }, - "id": "node/8263465666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8360301255", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9309728, - 51.5504023 - ] - }, - "id": "node/8360301255" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8538393168", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8951619, - 51.5380488 - ] - }, - "id": "node/8538393168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8538393169", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8952283, - 51.5379683 - ] - }, - "id": "node/8538393169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8538393170", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8953356, - 51.5378482 - ] - }, - "id": "node/8538393170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8538393171", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8956273, - 51.5375083 - ] - }, - "id": "node/8538393171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8538393172", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8957406, - 51.5373707 - ] - }, - "id": "node/8538393172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8538393173", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8959867, - 51.5370783 - ] - }, - "id": "node/8538393173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8538393174", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8958378, - 51.5372575 - ] - }, - "id": "node/8538393174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8538393175", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8954695, - 51.5376862 - ] - }, - "id": "node/8538393175" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301583", - "natural": "tree", - "ref": "66083", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9251524, - 51.5180062 - ] - }, - "id": "node/8551301583" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301584", - "natural": "tree", - "ref": "66082", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9251436, - 51.518025 - ] - }, - "id": "node/8551301584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301585", - "natural": "tree", - "ref": "66081", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9251443, - 51.5180471 - ] - }, - "id": "node/8551301585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301586", - "natural": "tree", - "ref": "759", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9295981, - 51.5200675 - ] - }, - "id": "node/8551301586" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301587", - "natural": "tree", - "ref": "758", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9295646, - 51.5201142 - ] - }, - "id": "node/8551301587" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301588", - "natural": "tree", - "ref": "769", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301701, - 51.5200554 - ] - }, - "id": "node/8551301588" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301589", - "natural": "tree", - "ref": "768", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301393, - 51.5200913 - ] - }, - "id": "node/8551301589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301590", - "natural": "tree", - "ref": "767", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9300367, - 51.5200545 - ] - }, - "id": "node/8551301590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301591", - "natural": "tree", - "ref": "766", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9299951, - 51.5200967 - ] - }, - "id": "node/8551301591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301592", - "natural": "tree", - "ref": "765", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9298952, - 51.5200595 - ] - }, - "id": "node/8551301592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301593", - "natural": "tree", - "ref": "764", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.929871, - 51.5201029 - ] - }, - "id": "node/8551301593" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301594", - "natural": "tree", - "ref": "763", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9298194, - 51.5200608 - ] - }, - "id": "node/8551301594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301595", - "natural": "tree", - "ref": "762", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9297933, - 51.5201071 - ] - }, - "id": "node/8551301595" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301596", - "natural": "tree", - "ref": "761", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9297443, - 51.5200633 - ] - }, - "id": "node/8551301596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301597", - "natural": "tree", - "ref": "760", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9296987, - 51.520105 - ] - }, - "id": "node/8551301597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301598", - "natural": "tree", - "ref": "757", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9294546, - 51.5200725 - ] - }, - "id": "node/8551301598" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301599", - "natural": "tree", - "ref": "756", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9294204, - 51.5201167 - ] - }, - "id": "node/8551301599" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301600", - "natural": "tree", - "ref": "755", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9293151, - 51.5200754 - ] - }, - "id": "node/8551301600" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301601", - "natural": "tree", - "ref": "754", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9292749, - 51.5201217 - ] - }, - "id": "node/8551301601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301602", - "natural": "tree", - "ref": "753", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9290952, - 51.5200779 - ] - }, - "id": "node/8551301602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301603", - "natural": "tree", - "ref": "752", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9289792, - 51.5201284 - ] - }, - "id": "node/8551301603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301604", - "natural": "tree", - "ref": "751", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9288458, - 51.5200854 - ] - }, - "id": "node/8551301604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301605", - "natural": "tree", - "ref": "750", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9288484, - 51.5201309 - ] - }, - "id": "node/8551301605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301606", - "natural": "tree", - "ref": "749", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9287103, - 51.5201338 - ] - }, - "id": "node/8551301606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301607", - "natural": "tree", - "ref": "748", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9286024, - 51.5200971 - ] - }, - "id": "node/8551301607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301608", - "natural": "tree", - "ref": "747", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9285608, - 51.5201397 - ] - }, - "id": "node/8551301608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301609", - "natural": "tree", - "ref": "746", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9284508, - 51.5200988 - ] - }, - "id": "node/8551301609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301610", - "natural": "tree", - "ref": "745", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9283167, - 51.5201009 - ] - }, - "id": "node/8551301610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301611", - "natural": "tree", - "ref": "744", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9282543, - 51.5201501 - ] - }, - "id": "node/8551301611" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301612", - "natural": "tree", - "ref": "743", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275784, - 51.5202223 - ] - }, - "id": "node/8551301612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301613", - "natural": "tree", - "ref": "742", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9273136, - 51.5202356 - ] - }, - "id": "node/8551301613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301614", - "natural": "tree", - "ref": "741", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9272807, - 51.520279 - ] - }, - "id": "node/8551301614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301615", - "natural": "tree", - "ref": "740", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9271741, - 51.5202986 - ] - }, - "id": "node/8551301615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551301616", - "natural": "tree", - "ref": "739", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9270608, - 51.5202819 - ] - }, - "id": "node/8551301616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325317", - "natural": "tree", - "ref": "738", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9270232, - 51.5203274 - ] - }, - "id": "node/8551325317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325318", - "natural": "tree", - "ref": "737", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9268965, - 51.520352 - ] - }, - "id": "node/8551325318" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325319", - "natural": "tree", - "ref": "736", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9267456, - 51.5203391 - ] - }, - "id": "node/8551325319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325320", - "natural": "tree", - "ref": "735", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9267121, - 51.5203829 - ] - }, - "id": "node/8551325320" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325321", - "natural": "tree", - "ref": "734", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9265578, - 51.5204138 - ] - }, - "id": "node/8551325321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325322", - "natural": "tree", - "ref": "733", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9264827, - 51.5203917 - ] - }, - "id": "node/8551325322" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325323", - "natural": "tree", - "ref": "732", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9264298, - 51.5204397 - ] - }, - "id": "node/8551325323" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325324", - "natural": "tree", - "ref": "731", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9263292, - 51.520415 - ] - }, - "id": "node/8551325324" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325325", - "natural": "tree", - "ref": "730", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9262239, - 51.5204367 - ] - }, - "id": "node/8551325325" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325326", - "natural": "tree", - "ref": "729", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9262132, - 51.520481 - ] - }, - "id": "node/8551325326" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325327", - "natural": "tree", - "ref": "728", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9260657, - 51.5205089 - ] - }, - "id": "node/8551325327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325328", - "natural": "tree", - "ref": "727", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9260335, - 51.5204747 - ] - }, - "id": "node/8551325328" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325329", - "natural": "tree", - "ref": "726", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9259543, - 51.5204872 - ] - }, - "id": "node/8551325329" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325330", - "natural": "tree", - "ref": "725", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9258853, - 51.5205486 - ] - }, - "id": "node/8551325330" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325331", - "natural": "tree", - "ref": "724", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9258068, - 51.5205156 - ] - }, - "id": "node/8551325331" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325332", - "natural": "tree", - "ref": "723", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9257129, - 51.5205732 - ] - }, - "id": "node/8551325332" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325333", - "natural": "tree", - "ref": "722", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9256513, - 51.5205419 - ] - }, - "id": "node/8551325333" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325334", - "natural": "tree", - "ref": "719", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9255091, - 51.5204962 - ] - }, - "id": "node/8551325334" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325335", - "natural": "tree", - "ref": "721", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9255265, - 51.5206057 - ] - }, - "id": "node/8551325335" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325336", - "natural": "tree", - "ref": "720", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9255185, - 51.520544 - ] - }, - "id": "node/8551325336" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325337", - "natural": "tree", - "ref": "718", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9254997, - 51.5204484 - ] - }, - "id": "node/8551325337" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325338", - "natural": "tree", - "ref": "717", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9254937, - 51.5203917 - ] - }, - "id": "node/8551325338" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325339", - "natural": "tree", - "ref": "716", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.925438, - 51.5203483 - ] - }, - "id": "node/8551325339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325340", - "natural": "tree", - "ref": "715", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9254668, - 51.5202857 - ] - }, - "id": "node/8551325340" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325341", - "natural": "tree", - "ref": "714", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9254581, - 51.5202202 - ] - }, - "id": "node/8551325341" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325342", - "natural": "tree", - "ref": "713", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9254447, - 51.5201251 - ] - }, - "id": "node/8551325342" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325343", - "natural": "tree", - "ref": "712", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9254306, - 51.5200433 - ] - }, - "id": "node/8551325343" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325344", - "natural": "tree", - "ref": "711", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.925485, - 51.5199869 - ] - }, - "id": "node/8551325344" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325345", - "natural": "tree", - "ref": "710", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9254119, - 51.5199419 - ] - }, - "id": "node/8551325345" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325346", - "natural": "tree", - "ref": "709", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9254628, - 51.5198488 - ] - }, - "id": "node/8551325346" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325347", - "natural": "tree", - "ref": "708", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9253911, - 51.5198167 - ] - }, - "id": "node/8551325347" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325348", - "natural": "tree", - "ref": "707", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9253736, - 51.5196799 - ] - }, - "id": "node/8551325348" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325349", - "natural": "tree", - "ref": "706", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9253529, - 51.519573 - ] - }, - "id": "node/8551325349" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325350", - "natural": "tree", - "ref": "705", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9253944, - 51.5194913 - ] - }, - "id": "node/8551325350" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325351", - "natural": "tree", - "ref": "704", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9253334, - 51.5194712 - ] - }, - "id": "node/8551325351" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325352", - "natural": "tree", - "ref": "703", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9253173, - 51.5193661 - ] - }, - "id": "node/8551325352" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325353", - "natural": "tree", - "ref": "702", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9253703, - 51.5193314 - ] - }, - "id": "node/8551325353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325354", - "natural": "tree", - "ref": "701", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9253026, - 51.5192897 - ] - }, - "id": "node/8551325354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325355", - "natural": "tree", - "ref": "700", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9252952, - 51.5192426 - ] - }, - "id": "node/8551325355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325356", - "natural": "tree", - "ref": "699", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9252838, - 51.51918 - ] - }, - "id": "node/8551325356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325357", - "natural": "tree", - "ref": "698", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.925263, - 51.5190915 - ] - }, - "id": "node/8551325357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325358", - "natural": "tree", - "ref": "697", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9252469, - 51.5189835 - ] - }, - "id": "node/8551325358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325359", - "natural": "tree", - "ref": "696", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9252308, - 51.5188771 - ] - }, - "id": "node/8551325359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325360", - "natural": "tree", - "ref": "695", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9251906, - 51.5187193 - ] - }, - "id": "node/8551325360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325361", - "natural": "tree", - "ref": "694", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9251825, - 51.518615 - ] - }, - "id": "node/8551325361" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325362", - "natural": "tree", - "ref": "693", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9251631, - 51.518557 - ] - }, - "id": "node/8551325362" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325363", - "natural": "tree", - "ref": "692", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9251564, - 51.5183989 - ] - }, - "id": "node/8551325363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325364", - "natural": "tree", - "ref": "691", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.925155, - 51.5183501 - ] - }, - "id": "node/8551325364" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325365", - "natural": "tree", - "ref": "690", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9252174, - 51.5184239 - ] - }, - "id": "node/8551325365" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325366", - "natural": "tree", - "ref": "689", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9252261, - 51.5183355 - ] - }, - "id": "node/8551325366" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325367", - "natural": "tree", - "ref": "688", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9252476, - 51.5182916 - ] - }, - "id": "node/8551325367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325375", - "natural": "tree", - "ref": "687", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301171, - 51.5182119 - ] - }, - "id": "node/8551325375" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325376", - "natural": "tree", - "ref": "686", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9299837, - 51.5182094 - ] - }, - "id": "node/8551325376" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325377", - "natural": "tree", - "ref": "685", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9298328, - 51.5182049 - ] - }, - "id": "node/8551325377" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325378", - "natural": "tree", - "ref": "684", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9296974, - 51.5182065 - ] - }, - "id": "node/8551325378" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325379", - "natural": "tree", - "ref": "683", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9295532, - 51.5182028 - ] - }, - "id": "node/8551325379" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325380", - "natural": "tree", - "ref": "682", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9294023, - 51.5182019 - ] - }, - "id": "node/8551325380" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325381", - "natural": "tree", - "ref": "681", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9292662, - 51.5182032 - ] - }, - "id": "node/8551325381" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325382", - "natural": "tree", - "ref": "680", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.92911, - 51.5182003 - ] - }, - "id": "node/8551325382" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325383", - "natural": "tree", - "ref": "679", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9289832, - 51.5182024 - ] - }, - "id": "node/8551325383" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325384", - "natural": "tree", - "ref": "678", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9288216, - 51.518199 - ] - }, - "id": "node/8551325384" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325385", - "natural": "tree", - "ref": "677", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9286761, - 51.5181969 - ] - }, - "id": "node/8551325385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325386", - "natural": "tree", - "ref": "676", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9285386, - 51.5181902 - ] - }, - "id": "node/8551325386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325387", - "natural": "tree", - "ref": "675", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9283884, - 51.5181894 - ] - }, - "id": "node/8551325387" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325388", - "natural": "tree", - "ref": "674", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9282517, - 51.5181865 - ] - }, - "id": "node/8551325388" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325389", - "natural": "tree", - "ref": "673", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9281068, - 51.5181844 - ] - }, - "id": "node/8551325389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325390", - "natural": "tree", - "ref": "672", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9279667, - 51.5181807 - ] - }, - "id": "node/8551325390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325391", - "natural": "tree", - "ref": "671", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9278084, - 51.5181781 - ] - }, - "id": "node/8551325391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325392", - "natural": "tree", - "ref": "670", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276669, - 51.5181769 - ] - }, - "id": "node/8551325392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325393", - "natural": "tree", - "ref": "669", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275315, - 51.5181752 - ] - }, - "id": "node/8551325393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325394", - "natural": "tree", - "ref": "667", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9273296, - 51.5181781 - ] - }, - "id": "node/8551325394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325395", - "natural": "tree", - "ref": "666", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9271526, - 51.5181744 - ] - }, - "id": "node/8551325395" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325396", - "natural": "tree", - "ref": "665", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9268509, - 51.5181694 - ] - }, - "id": "node/8551325396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325398", - "natural": "tree", - "ref": "664", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9266839, - 51.5181665 - ] - }, - "id": "node/8551325398" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325399", - "natural": "tree", - "ref": "663", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9265914, - 51.5181656 - ] - }, - "id": "node/8551325399" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325400", - "natural": "tree", - "ref": "662", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9264861, - 51.5181656 - ] - }, - "id": "node/8551325400" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325401", - "natural": "tree", - "ref": "661", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9263513, - 51.5181656 - ] - }, - "id": "node/8551325401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325402", - "natural": "tree", - "ref": "660", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9262226, - 51.5181681 - ] - }, - "id": "node/8551325402" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325403", - "natural": "tree", - "ref": "659", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9261133, - 51.5181669 - ] - }, - "id": "node/8551325403" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325404", - "natural": "tree", - "ref": "658", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9260281, - 51.5181673 - ] - }, - "id": "node/8551325404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325405", - "natural": "tree", - "ref": "657", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9259342, - 51.5181756 - ] - }, - "id": "node/8551325405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325406", - "natural": "tree", - "ref": "656", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9258578, - 51.518179 - ] - }, - "id": "node/8551325406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325407", - "natural": "tree", - "ref": "655", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9255104, - 51.5181965 - ] - }, - "id": "node/8551325407" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325408", - "natural": "tree", - "ref": "654", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9254327, - 51.5182115 - ] - }, - "id": "node/8551325408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325409", - "natural": "tree", - "ref": "653", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9252992, - 51.5181902 - ] - }, - "id": "node/8551325409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325410", - "natural": "tree", - "ref": "652", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9253743, - 51.5181811 - ] - }, - "id": "node/8551325410" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325411", - "natural": "tree", - "ref": "651", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9254601, - 51.5181539 - ] - }, - "id": "node/8551325411" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325412", - "natural": "tree", - "ref": "650", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.925552, - 51.5181435 - ] - }, - "id": "node/8551325412" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325413", - "natural": "tree", - "ref": "649", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.925727, - 51.518141 - ] - }, - "id": "node/8551325413" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325414", - "natural": "tree", - "ref": "648", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9259, - 51.5181306 - ] - }, - "id": "node/8551325414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325415", - "natural": "tree", - "ref": "647", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9260616, - 51.5181189 - ] - }, - "id": "node/8551325415" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325416", - "natural": "tree", - "ref": "646", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9261736, - 51.5181201 - ] - }, - "id": "node/8551325416" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325417", - "natural": "tree", - "ref": "645", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9263855, - 51.5181147 - ] - }, - "id": "node/8551325417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325418", - "natural": "tree", - "ref": "644", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9265317, - 51.5181222 - ] - }, - "id": "node/8551325418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325419", - "natural": "tree", - "ref": "643", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9266658, - 51.5181176 - ] - }, - "id": "node/8551325419" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325420", - "natural": "tree", - "ref": "642", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9267577, - 51.5181197 - ] - }, - "id": "node/8551325420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325421", - "natural": "tree", - "ref": "641", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9268428, - 51.5181252 - ] - }, - "id": "node/8551325421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325422", - "natural": "tree", - "ref": "640", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9270038, - 51.5181252 - ] - }, - "id": "node/8551325422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325423", - "natural": "tree", - "ref": "639", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9271338, - 51.5181289 - ] - }, - "id": "node/8551325423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325424", - "natural": "tree", - "ref": "638", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9272659, - 51.5181297 - ] - }, - "id": "node/8551325424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325425", - "natural": "tree", - "ref": "637", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274282, - 51.5181327 - ] - }, - "id": "node/8551325425" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325426", - "natural": "tree", - "ref": "636", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275811, - 51.5181385 - ] - }, - "id": "node/8551325426" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325427", - "natural": "tree", - "ref": "635", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9276602, - 51.5181297 - ] - }, - "id": "node/8551325427" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325428", - "natural": "tree", - "ref": "634", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9278607, - 51.5181348 - ] - }, - "id": "node/8551325428" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325429", - "natural": "tree", - "ref": "633", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9280029, - 51.5181414 - ] - }, - "id": "node/8551325429" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325430", - "natural": "tree", - "ref": "632", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9281544, - 51.5181435 - ] - }, - "id": "node/8551325430" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325431", - "natural": "tree", - "ref": "631", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9282993, - 51.5181435 - ] - }, - "id": "node/8551325431" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325432", - "natural": "tree", - "ref": "630", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9284421, - 51.518146 - ] - }, - "id": "node/8551325432" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325433", - "natural": "tree", - "ref": "629", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9285876, - 51.5181473 - ] - }, - "id": "node/8551325433" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325434", - "natural": "tree", - "ref": "628", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9287298, - 51.5181489 - ] - }, - "id": "node/8551325434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325435", - "natural": "tree", - "ref": "627", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9288706, - 51.5181514 - ] - }, - "id": "node/8551325435" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325436", - "natural": "tree", - "ref": "626", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.929004, - 51.5181502 - ] - }, - "id": "node/8551325436" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325437", - "natural": "tree", - "ref": "625", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9291629, - 51.5181506 - ] - }, - "id": "node/8551325437" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325438", - "natural": "tree", - "ref": "624", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9294506, - 51.5181606 - ] - }, - "id": "node/8551325438" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325439", - "natural": "tree", - "ref": "623", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9296021, - 51.518164 - ] - }, - "id": "node/8551325439" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325440", - "natural": "tree", - "ref": "622", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9297564, - 51.518166 - ] - }, - "id": "node/8551325440" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325441", - "natural": "tree", - "ref": "621", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9300179, - 51.5181686 - ] - }, - "id": "node/8551325441" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551325442", - "natural": "tree", - "ref": "620", - "survey:date": "2021-03-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301661, - 51.518166 - ] - }, - "id": "node/8551325442" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8631374387", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9158072, - 51.5411443 - ] - }, - "id": "node/8631374387" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8633405143", - "natural": "tree", - "survey:date": "2021-04-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9110243, - 51.5438409 - ] - }, - "id": "node/8633405143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8638254355", - "natural": "tree", - "survey:date": "2021-04-17" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9685951, - 51.5213655 - ] - }, - "id": "node/8638254355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8676358971", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9395771, - 51.5241609 - ] - }, - "id": "node/8676358971" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8676358972", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392813, - 51.5242783 - ] - }, - "id": "node/8676358972" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8676422255", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394164, - 51.5241495 - ] - }, - "id": "node/8676422255" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8679974752", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392772, - 51.5242325 - ] - }, - "id": "node/8679974752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8679974753", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9393132, - 51.5241931 - ] - }, - "id": "node/8679974753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8796449568", - "board_type": "plants", - "description": "Baum des Jahres 2020: Robinie", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9191487, - 51.5184115 - ] - }, - "id": "node/8796449568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8805289769", - "board_type": "plants", - "description": "Baum des Jahres 2006: Schwarzpappel", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9241667, - 51.5198082 - ] - }, - "id": "node/8805289769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8809165768", - "name": "Sommer-Linde", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9142982, - 51.5320667 - ] - }, - "id": "node/8809165768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8810016741", - "name": "Amerikanische Gleditschie", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.915919, - 51.5315389 - ] - }, - "id": "node/8810016741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8812875032", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9523359, - 51.5083401 - ] - }, - "id": "node/8812875032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8815784996", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9622748, - 51.5187615 - ] - }, - "id": "node/8815784996" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8826104509", - "name": "Blauglockenbaum", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9108757, - 51.5340217 - ] - }, - "id": "node/8826104509" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8851442572", - "natural": "tree", - "survey:date": "2021-06-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340212, - 51.5477437 - ] - }, - "id": "node/8851442572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8851442573", - "natural": "tree", - "survey:date": "2021-06-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340897, - 51.547762 - ] - }, - "id": "node/8851442573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8851442574", - "natural": "tree", - "survey:date": "2021-06-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340751, - 51.5477941 - ] - }, - "id": "node/8851442574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900746", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9319736, - 51.5589289 - ] - }, - "id": "node/8852900746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900747", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9319625, - 51.5586846 - ] - }, - "id": "node/8852900747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900752", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9319363, - 51.5583382 - ] - }, - "id": "node/8852900752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900761", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9319149, - 51.5579573 - ] - }, - "id": "node/8852900761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900766", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9319109, - 51.5578619 - ] - }, - "id": "node/8852900766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900767", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9319065, - 51.5578227 - ] - }, - "id": "node/8852900767" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900768", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316004, - 51.5585199 - ] - }, - "id": "node/8852900768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900769", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316098, - 51.5585908 - ] - }, - "id": "node/8852900769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900770", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317023, - 51.5593504 - ] - }, - "id": "node/8852900770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900771", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316742, - 51.5592395 - ] - }, - "id": "node/8852900771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900772", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316701, - 51.5591278 - ] - }, - "id": "node/8852900772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900773", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316567, - 51.5590519 - ] - }, - "id": "node/8852900773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900774", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316353, - 51.5589193 - ] - }, - "id": "node/8852900774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900775", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316232, - 51.5588234 - ] - }, - "id": "node/8852900775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900776", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9319276, - 51.559646 - ] - }, - "id": "node/8852900776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900777", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9319162, - 51.5595626 - ] - }, - "id": "node/8852900777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900778", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318881, - 51.5594755 - ] - }, - "id": "node/8852900778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900779", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318753, - 51.5593808 - ] - }, - "id": "node/8852900779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900780", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318565, - 51.5592895 - ] - }, - "id": "node/8852900780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900781", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318364, - 51.5591865 - ] - }, - "id": "node/8852900781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900782", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931825, - 51.5591211 - ] - }, - "id": "node/8852900782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900783", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318063, - 51.558996 - ] - }, - "id": "node/8852900783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900784", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317902, - 51.5588801 - ] - }, - "id": "node/8852900784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900785", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317801, - 51.5588084 - ] - }, - "id": "node/8852900785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900786", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317747, - 51.5587405 - ] - }, - "id": "node/8852900786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900787", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317721, - 51.5586679 - ] - }, - "id": "node/8852900787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900788", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931764, - 51.5586067 - ] - }, - "id": "node/8852900788" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900789", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317667, - 51.5585408 - ] - }, - "id": "node/8852900789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900790", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317714, - 51.5583661 - ] - }, - "id": "node/8852900790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900791", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317677, - 51.558269 - ] - }, - "id": "node/8852900791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900792", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931761, - 51.5581846 - ] - }, - "id": "node/8852900792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900793", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317563, - 51.5580864 - ] - }, - "id": "node/8852900793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900794", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317496, - 51.5579959 - ] - }, - "id": "node/8852900794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900795", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317412, - 51.5579009 - ] - }, - "id": "node/8852900795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900796", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317358, - 51.5578168 - ] - }, - "id": "node/8852900796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900797", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317311, - 51.5577276 - ] - }, - "id": "node/8852900797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8852900798", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317251, - 51.557629 - ] - }, - "id": "node/8852900798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8888715143", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9130643, - 51.548407 - ] - }, - "id": "node/8888715143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8888715144", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9133642, - 51.5485262 - ] - }, - "id": "node/8888715144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8888715145", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9133689, - 51.548514 - ] - }, - "id": "node/8888715145" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8888715146", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9133272, - 51.5484904 - ] - }, - "id": "node/8888715146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8888715158", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9133773, - 51.5484962 - ] - }, - "id": "node/8888715158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8888715159", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9133154, - 51.5485219 - ] - }, - "id": "node/8888715159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8893318285", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9526671, - 51.5312299 - ] - }, - "id": "node/8893318285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8893423171", - "natural": "tree", - "survey:date": "2021-07-04" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9521759, - 51.5208864 - ] - }, - "id": "node/8893423171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8917489774", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9016609, - 51.5376017 - ] - }, - "id": "node/8917489774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9064242246", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8831047, - 51.5276765 - ] - }, - "id": "node/9064242246" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9064242266", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8823296, - 51.5275047 - ] - }, - "id": "node/9064242266" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9064242267", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8825941, - 51.5275629 - ] - }, - "id": "node/9064242267" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9067778122", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360348, - 51.5293844 - ] - }, - "id": "node/9067778122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9161981353", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9582537, - 51.511235 - ] - }, - "id": "node/9161981353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9161981354", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9582969, - 51.5111052 - ] - }, - "id": "node/9161981354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9169278303", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9249251, - 51.5074203 - ] - }, - "id": "node/9169278303" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9239224821", - "natural": "tree", - "ref": "87", - "survey:date": "2021-11-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9484688, - 51.5175326 - ] - }, - "id": "node/9239224821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9408376925", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8726588, - 51.4924584 - ] - }, - "id": "node/9408376925" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9408376926", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8723249, - 51.4932883 - ] - }, - "id": "node/9408376926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9408376927", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.872575, - 51.4934374 - ] - }, - "id": "node/9408376927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556907416", - "natural": "tree", - "survey:date": "2022-10-16" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9049171, - 51.5044841 - ] - }, - "id": "node/9556907416" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556974317", - "natural": "tree", - "survey:date": "2022-03-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9047716, - 51.5044791 - ] - }, - "id": "node/9556974317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556974318", - "natural": "tree", - "survey:date": "2022-03-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9046334, - 51.5044832 - ] - }, - "id": "node/9556974318" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9572631776", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8823389, - 51.5375392 - ] - }, - "id": "node/9572631776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9572631777", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8824999, - 51.5375387 - ] - }, - "id": "node/9572631777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9572631778", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.882693, - 51.5375381 - ] - }, - "id": "node/9572631778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9572631779", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8828479, - 51.5375376 - ] - }, - "id": "node/9572631779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9572631780", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8829833, - 51.5375372 - ] - }, - "id": "node/9572631780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9572631781", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.883151, - 51.5375366 - ] - }, - "id": "node/9572631781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9572631782", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8833099, - 51.5375361 - ] - }, - "id": "node/9572631782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9572631783", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8839382, - 51.5375342 - ] - }, - "id": "node/9572631783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9572631784", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8841005, - 51.5375337 - ] - }, - "id": "node/9572631784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9572631785", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8842608, - 51.5375332 - ] - }, - "id": "node/9572631785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9572631786", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8844485, - 51.5375326 - ] - }, - "id": "node/9572631786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9572631787", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8846443, - 51.537532 - ] - }, - "id": "node/9572631787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9572631788", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8848025, - 51.5375315 - ] - }, - "id": "node/9572631788" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9572631789", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8849816, - 51.5375309 - ] - }, - "id": "node/9572631789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9572631790", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8851425, - 51.5375304 - ] - }, - "id": "node/9572631790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9572633900", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880346, - 51.5558234 - ] - }, - "id": "node/9572633900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9572633907", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8880909, - 51.5560073 - ] - }, - "id": "node/9572633907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9599549428", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8719447, - 51.4940031 - ] - }, - "id": "node/9599549428" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9599549429", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8718542, - 51.4939993 - ] - }, - "id": "node/9599549429" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9599549430", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8715135, - 51.4939714 - ] - }, - "id": "node/9599549430" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9695689105", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9325841, - 51.5356768 - ] - }, - "id": "node/9695689105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9695689107", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9325667, - 51.5355555 - ] - }, - "id": "node/9695689107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9695689108", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9325445, - 51.5354704 - ] - }, - "id": "node/9695689108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9707722875", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996982, - 51.5597656 - ] - }, - "id": "node/9707722875" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9707722882", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8998172, - 51.5599086 - ] - }, - "id": "node/9707722882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9738530310", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9117209, - 51.5125772 - ] - }, - "id": "node/9738530310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9738530311", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9118307, - 51.5126786 - ] - }, - "id": "node/9738530311" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9739003017", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8996828, - 51.559613 - ] - }, - "id": "node/9739003017" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9834749661", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044973, - 51.5050734 - ] - }, - "id": "node/9834749661" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9834749662", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904504, - 51.5049903 - ] - }, - "id": "node/9834749662" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9834749663", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904493, - 51.5050454 - ] - }, - "id": "node/9834749663" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9834749664", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044819, - 51.5051005 - ] - }, - "id": "node/9834749664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9834749665", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044709, - 51.5051556 - ] - }, - "id": "node/9834749665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9834749666", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044598, - 51.5052107 - ] - }, - "id": "node/9834749666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9834749689", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9050109, - 51.5050586 - ] - }, - "id": "node/9834749689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9834749690", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9049322, - 51.5050525 - ] - }, - "id": "node/9834749690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9834749702", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9042908, - 51.5049762 - ] - }, - "id": "node/9834749702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9880271596", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464578, - 51.5458434 - ] - }, - "id": "node/9880271596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9885041075", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317792, - 51.5606689 - ] - }, - "id": "node/9885041075" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10052236970", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9566737, - 51.5445636 - ] - }, - "id": "node/10052236970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10052271721", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9550449, - 51.5437779 - ] - }, - "id": "node/10052271721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10052271738", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9551911, - 51.5439343 - ] - }, - "id": "node/10052271738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10052271739", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.955298, - 51.5440048 - ] - }, - "id": "node/10052271739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10052472451", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361766, - 51.5285155 - ] - }, - "id": "node/10052472451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10073388474", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.966052, - 51.5607494 - ] - }, - "id": "node/10073388474" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10073388475", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9660044, - 51.5607282 - ] - }, - "id": "node/10073388475" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10073388476", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9659072, - 51.5607924 - ] - }, - "id": "node/10073388476" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10107333508", - "natural": "tree", - "survey:date": "2022-10-16" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9044457, - 51.5044252 - ] - }, - "id": "node/10107333508" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10107333514", - "natural": "tree", - "survey:date": "2022-10-16" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.904608, - 51.5045329 - ] - }, - "id": "node/10107333514" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10107333515", - "natural": "tree", - "survey:date": "2022-10-16" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9047099, - 51.5045229 - ] - }, - "id": "node/10107333515" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10107333516", - "natural": "tree", - "survey:date": "2022-10-16" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9047931, - 51.5045254 - ] - }, - "id": "node/10107333516" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10107333717", - "natural": "tree", - "survey:date": "2022-10-16" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9048668, - 51.5045621 - ] - }, - "id": "node/10107333717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10119835017", - "natural": "tree", - "survey:date": "2015-10-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89385, - 51.5399413 - ] - }, - "id": "node/10119835017" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10637111714", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9236751, - 51.5460809 - ] - }, - "id": "node/10637111714" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10637111715", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.923996, - 51.5461488 - ] - }, - "id": "node/10637111715" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10651432078", - "circumference": "5m", - "denotation": "garden", - "diameter_crown": "15m", - "height": "20", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "local knowledge" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9274891, - 51.5249897 - ] - }, - "id": "node/10651432078" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10768772985", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8945903, - 51.5589402 - ] - }, - "id": "node/10768772985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10768772986", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8991465, - 51.5597995 - ] - }, - "id": "node/10768772986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10768772987", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8988908, - 51.5597822 - ] - }, - "id": "node/10768772987" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10768772988", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8986791, - 51.5597767 - ] - }, - "id": "node/10768772988" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10768772989", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8984523, - 51.5597587 - ] - }, - "id": "node/10768772989" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10768772990", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8982772, - 51.5597517 - ] - }, - "id": "node/10768772990" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10768772991", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8981033, - 51.5597438 - ] - }, - "id": "node/10768772991" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10768772992", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8978678, - 51.559736 - ] - }, - "id": "node/10768772992" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10768772993", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8976637, - 51.5597156 - ] - }, - "id": "node/10768772993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10768772994", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8974747, - 51.5597062 - ] - }, - "id": "node/10768772994" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10768772995", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.897258, - 51.5596992 - ] - }, - "id": "node/10768772995" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10768772996", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8970942, - 51.5596867 - ] - }, - "id": "node/10768772996" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10768772997", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8969052, - 51.5596796 - ] - }, - "id": "node/10768772997" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10768772998", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8967288, - 51.5596726 - ] - }, - "id": "node/10768772998" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10768772999", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8965474, - 51.5596592 - ] - }, - "id": "node/10768772999" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031913", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316158, - 51.5478592 - ] - }, - "id": "node/10771031913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031914", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314723, - 51.5478429 - ] - }, - "id": "node/10771031914" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031918", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9320023, - 51.5479015 - ] - }, - "id": "node/10771031918" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031939", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318998, - 51.5475793 - ] - }, - "id": "node/10771031939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031940", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318888, - 51.547614 - ] - }, - "id": "node/10771031940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031941", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318778, - 51.5476486 - ] - }, - "id": "node/10771031941" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031942", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318668, - 51.5476832 - ] - }, - "id": "node/10771031942" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031944", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318558, - 51.5477178 - ] - }, - "id": "node/10771031944" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031945", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318727, - 51.5475041 - ] - }, - "id": "node/10771031945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031946", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318617, - 51.5475387 - ] - }, - "id": "node/10771031946" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031947", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318507, - 51.5475733 - ] - }, - "id": "node/10771031947" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031948", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318397, - 51.5476079 - ] - }, - "id": "node/10771031948" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031949", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318286, - 51.5476425 - ] - }, - "id": "node/10771031949" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031950", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318176, - 51.5476771 - ] - }, - "id": "node/10771031950" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031951", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318066, - 51.5477117 - ] - }, - "id": "node/10771031951" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031955", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317956, - 51.5477463 - ] - }, - "id": "node/10771031955" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031956", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318448, - 51.5477524 - ] - }, - "id": "node/10771031956" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031957", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318939, - 51.5477584 - ] - }, - "id": "node/10771031957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031962", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9320169, - 51.5475325 - ] - }, - "id": "node/10771031962" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031963", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9320077, - 51.5475615 - ] - }, - "id": "node/10771031963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031964", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9319985, - 51.5475905 - ] - }, - "id": "node/10771031964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031965", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9319893, - 51.5476195 - ] - }, - "id": "node/10771031965" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031966", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.93198, - 51.5476485 - ] - }, - "id": "node/10771031966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031967", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9319708, - 51.5476775 - ] - }, - "id": "node/10771031967" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031968", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9319616, - 51.5477065 - ] - }, - "id": "node/10771031968" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031969", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9319523, - 51.5477355 - ] - }, - "id": "node/10771031969" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771031970", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9319431, - 51.5477645 - ] - }, - "id": "node/10771031970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772555271", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8950662, - 51.5584833 - ] - }, - "id": "node/10772555271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772555273", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8947823, - 51.5587812 - ] - }, - "id": "node/10772555273" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772555275", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8952521, - 51.557956 - ] - }, - "id": "node/10772555275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772555276", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8949593, - 51.558795 - ] - }, - "id": "node/10772555276" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772555277", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8945368, - 51.5584933 - ] - }, - "id": "node/10772555277" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772555279", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.89507, - 51.5589964 - ] - }, - "id": "node/10772555279" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772555280", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.894721, - 51.5584734 - ] - }, - "id": "node/10772555280" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772555281", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8953844, - 51.5585073 - ] - }, - "id": "node/10772555281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772555283", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8948754, - 51.5587053 - ] - }, - "id": "node/10772555283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772555285", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.895007, - 51.5583144 - ] - }, - "id": "node/10772555285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772555286", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8947412, - 51.5588344 - ] - }, - "id": "node/10772555286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772728271", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.894724, - 51.5580518 - ] - }, - "id": "node/10772728271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772728272", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8949286, - 51.5578285 - ] - }, - "id": "node/10772728272" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772728273", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8950311, - 51.5577526 - ] - }, - "id": "node/10772728273" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772728274", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8944055, - 51.5583446 - ] - }, - "id": "node/10772728274" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772728275", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8944854, - 51.5581929 - ] - }, - "id": "node/10772728275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772728276", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8944289, - 51.5582843 - ] - }, - "id": "node/10772728276" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772728277", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8947914, - 51.5579601 - ] - }, - "id": "node/10772728277" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772728278", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8948511, - 51.557899 - ] - }, - "id": "node/10772728278" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772728279", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8945446, - 51.5581776 - ] - }, - "id": "node/10772728279" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772728280", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8951374, - 51.5576917 - ] - }, - "id": "node/10772728280" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772728281", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8945866, - 51.5580993 - ] - }, - "id": "node/10772728281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772728282", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8944543, - 51.5582386 - ] - }, - "id": "node/10772728282" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772772265", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8960799, - 51.5595755 - ] - }, - "id": "node/10772772265" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772786067", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8928407, - 51.5612446 - ] - }, - "id": "node/10772786067" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772786071", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926598, - 51.5612045 - ] - }, - "id": "node/10772786071" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772786074", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8931147, - 51.560836 - ] - }, - "id": "node/10772786074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11047702843", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9480008, - 51.5254555 - ] - }, - "id": "node/11047702843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11049560421", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9078173, - 51.5346209 - ] - }, - "id": "node/11049560421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11049560435", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9076867, - 51.5347086 - ] - }, - "id": "node/11049560435" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11049560448", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9075173, - 51.5347178 - ] - }, - "id": "node/11049560448" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11049560461", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9073933, - 51.5346453 - ] - }, - "id": "node/11049560461" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11049560474", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9076429, - 51.534861 - ] - }, - "id": "node/11049560474" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11049560487", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9074366, - 51.5348625 - ] - }, - "id": "node/11049560487" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11049560510", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9082096, - 51.5347049 - ] - }, - "id": "node/11049560510" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11049560523", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.908341, - 51.534689 - ] - }, - "id": "node/11049560523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11049560536", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9083554, - 51.5347364 - ] - }, - "id": "node/11049560536" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11049560753", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9082974, - 51.5348404 - ] - }, - "id": "node/11049560753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11049560766", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9082382, - 51.5348733 - ] - }, - "id": "node/11049560766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11049560779", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9080195, - 51.5348262 - ] - }, - "id": "node/11049560779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11049560792", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9078964, - 51.5347539 - ] - }, - "id": "node/11049560792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11049560843", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9078295, - 51.5349472 - ] - }, - "id": "node/11049560843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11049560844", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9079982, - 51.5349377 - ] - }, - "id": "node/11049560844" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11049560845", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9082305, - 51.5350337 - ] - }, - "id": "node/11049560845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11077478990", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9750307, - 51.5416214 - ] - }, - "id": "node/11077478990" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11077478991", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9751689, - 51.541533 - ] - }, - "id": "node/11077478991" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11077478992", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9752936, - 51.5414442 - ] - }, - "id": "node/11077478992" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11077478993", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9753264, - 51.5414229 - ] - }, - "id": "node/11077478993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11077478994", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9754129, - 51.541357 - ] - }, - "id": "node/11077478994" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11077478995", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9755128, - 51.5412848 - ] - }, - "id": "node/11077478995" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11077478996", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9755799, - 51.5412352 - ] - }, - "id": "node/11077478996" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11077478997", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9756409, - 51.5411939 - ] - }, - "id": "node/11077478997" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11077478998", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9757415, - 51.5411297 - ] - }, - "id": "node/11077478998" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11077478999", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.97582, - 51.5410697 - ] - }, - "id": "node/11077478999" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11077479000", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9759272, - 51.5409946 - ] - }, - "id": "node/11077479000" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11077479001", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9760547, - 51.5408932 - ] - }, - "id": "node/11077479001" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11517507186", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.893287, - 51.5005095 - ] - }, - "id": "node/11517507186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11517507188", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8931657, - 51.5005195 - ] - }, - "id": "node/11517507188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11517507189", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932213, - 51.5004031 - ] - }, - "id": "node/11517507189" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11517507190", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.893102, - 51.5003492 - ] - }, - "id": "node/11517507190" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11517507191", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932046, - 51.5002874 - ] - }, - "id": "node/11517507191" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11517507192", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8931114, - 51.500017 - ] - }, - "id": "node/11517507192" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11517507193", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8930973, - 51.5001969 - ] - }, - "id": "node/11517507193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11517507194", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934031, - 51.500105 - ] - }, - "id": "node/11517507194" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11517507195", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932596, - 51.5001205 - ] - }, - "id": "node/11517507195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11517507196", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932207, - 51.5002106 - ] - }, - "id": "node/11517507196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546575215", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312449, - 51.5384658 - ] - }, - "id": "node/11546575215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546672599", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9332588, - 51.5418333 - ] - }, - "id": "node/11546672599" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546672603", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9334017, - 51.5418472 - ] - }, - "id": "node/11546672603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546672606", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9335089, - 51.5418575 - ] - }, - "id": "node/11546672606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546672610", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336517, - 51.5418713 - ] - }, - "id": "node/11546672610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546672661", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9330443, - 51.5421063 - ] - }, - "id": "node/11546672661" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546672665", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9331872, - 51.5421201 - ] - }, - "id": "node/11546672665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546687869", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9333301, - 51.542134 - ] - }, - "id": "node/11546687869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546687872", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9334373, - 51.5421443 - ] - }, - "id": "node/11546687872" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546687876", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9335802, - 51.5421581 - ] - }, - "id": "node/11546687876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546687908", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9330787, - 51.5419685 - ] - }, - "id": "node/11546687908" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546687912", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9332216, - 51.5419823 - ] - }, - "id": "node/11546687912" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546687916", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9333645, - 51.5419961 - ] - }, - "id": "node/11546687916" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546687919", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9334717, - 51.5420064 - ] - }, - "id": "node/11546687919" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546687923", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336146, - 51.5420202 - ] - }, - "id": "node/11546687923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546687966", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9333655, - 51.5410797 - ] - }, - "id": "node/11546687966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546687970", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9334983, - 51.5410927 - ] - }, - "id": "node/11546687970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546687974", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336311, - 51.5411058 - ] - }, - "id": "node/11546687974" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546687978", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9337639, - 51.5411189 - ] - }, - "id": "node/11546687978" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546687998", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9334009, - 51.5409406 - ] - }, - "id": "node/11546687998" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546688002", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9335337, - 51.5409537 - ] - }, - "id": "node/11546688002" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546688006", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336665, - 51.5409668 - ] - }, - "id": "node/11546688006" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546688010", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9337993, - 51.5409799 - ] - }, - "id": "node/11546688010" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546688056", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9338324, - 51.5408493 - ] - }, - "id": "node/11546688056" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546688060", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336993, - 51.5408362 - ] - }, - "id": "node/11546688060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546688064", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9335662, - 51.5408231 - ] - }, - "id": "node/11546688064" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546688068", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9334331, - 51.54081 - ] - }, - "id": "node/11546688068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546688097", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9338667, - 51.5407147 - ] - }, - "id": "node/11546688097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546688101", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9337336, - 51.5407016 - ] - }, - "id": "node/11546688101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546688105", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336005, - 51.5406885 - ] - }, - "id": "node/11546688105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546688109", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9334674, - 51.5406753 - ] - }, - "id": "node/11546688109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546688134", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9335013, - 51.5405421 - ] - }, - "id": "node/11546688134" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546688138", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336344, - 51.5405553 - ] - }, - "id": "node/11546688138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546688142", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9337675, - 51.5405684 - ] - }, - "id": "node/11546688142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546688146", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339007, - 51.5405815 - ] - }, - "id": "node/11546688146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546688179", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339353, - 51.5404457 - ] - }, - "id": "node/11546688179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546688183", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9338026, - 51.5404326 - ] - }, - "id": "node/11546688183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546688231", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339685, - 51.5403155 - ] - }, - "id": "node/11546688231" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546688235", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9338358, - 51.5403024 - ] - }, - "id": "node/11546688235" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546688239", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9337031, - 51.5402893 - ] - }, - "id": "node/11546688239" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546688302", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340369, - 51.5400468 - ] - }, - "id": "node/11546688302" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546688306", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339042, - 51.5400337 - ] - }, - "id": "node/11546688306" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546688310", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9337715, - 51.5400207 - ] - }, - "id": "node/11546688310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546688346", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9338703, - 51.5401667 - ] - }, - "id": "node/11546688346" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546688350", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9337376, - 51.5401536 - ] - }, - "id": "node/11546688350" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11547004201", - "diameter": "83 cm", - "name": "Esche", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9788333, - 51.5248738 - ] - }, - "id": "node/11547004201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11552083692", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9521267, - 51.5581589 - ] - }, - "id": "node/11552083692" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11598481930", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9683098, - 51.5609333 - ] - }, - "id": "node/11598481930" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11615039165", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9091362, - 51.5086281 - ] - }, - "id": "node/11615039165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11615039166", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9091895, - 51.5084745 - ] - }, - "id": "node/11615039166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11659696352", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9677043, - 51.5601917 - ] - }, - "id": "node/11659696352" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11659696353", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9700613, - 51.5601054 - ] - }, - "id": "node/11659696353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11659696354", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9695872, - 51.560122 - ] - }, - "id": "node/11659696354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11659696355", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9694256, - 51.5601329 - ] - }, - "id": "node/11659696355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11659696356", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.970017, - 51.5601891 - ] - }, - "id": "node/11659696356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11659696357", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9698735, - 51.5601891 - ] - }, - "id": "node/11659696357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11659696358", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9694678, - 51.5602087 - ] - }, - "id": "node/11659696358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11659696359", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9693471, - 51.5602158 - ] - }, - "id": "node/11659696359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11659696360", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9701082, - 51.5602642 - ] - }, - "id": "node/11659696360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11659696361", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9699701, - 51.5602713 - ] - }, - "id": "node/11659696361" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11659696362", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9695134, - 51.5602859 - ] - }, - "id": "node/11659696362" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11659696363", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9694088, - 51.5602905 - ] - }, - "id": "node/11659696363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11659696364", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9692854, - 51.5603009 - ] - }, - "id": "node/11659696364" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11659696365", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9700686, - 51.5603409 - ] - }, - "id": "node/11659696365" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11659696366", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9699198, - 51.5603455 - ] - }, - "id": "node/11659696366" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11659696367", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9694946, - 51.5603692 - ] - }, - "id": "node/11659696367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11659696368", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9693585, - 51.5603751 - ] - }, - "id": "node/11659696368" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11659701369", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9692351, - 51.5603817 - ] - }, - "id": "node/11659701369" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11659701370", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9700183, - 51.5604184 - ] - }, - "id": "node/11659701370" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11659701371", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9698715, - 51.5604276 - ] - }, - "id": "node/11659701371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11659701372", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9697186, - 51.5604351 - ] - }, - "id": "node/11659701372" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11659701373", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9695845, - 51.5604468 - ] - }, - "id": "node/11659701373" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11659701374", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.969445, - 51.5604509 - ] - }, - "id": "node/11659701374" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11659701375", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9692968, - 51.5604555 - ] - }, - "id": "node/11659701375" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11673189052", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8917166, - 51.5530979 - ] - }, - "id": "node/11673189052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11673189053", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8916657, - 51.5531225 - ] - }, - "id": "node/11673189053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11673203888", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8904137, - 51.5494583 - ] - }, - "id": "node/11673203888" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11673203889", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8907872, - 51.5493924 - ] - }, - "id": "node/11673203889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11673203890", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8910213, - 51.5494041 - ] - }, - "id": "node/11673203890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11673203903", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919272, - 51.548591 - ] - }, - "id": "node/11673203903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11673204019", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8923771, - 51.5491051 - ] - }, - "id": "node/11673204019" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11673204020", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8922979, - 51.5490999 - ] - }, - "id": "node/11673204020" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11673204021", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8922186, - 51.5490947 - ] - }, - "id": "node/11673204021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11673204022", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8921394, - 51.5490895 - ] - }, - "id": "node/11673204022" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11673204023", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8920602, - 51.5490843 - ] - }, - "id": "node/11673204023" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11673204024", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919809, - 51.5490791 - ] - }, - "id": "node/11673204024" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11673204025", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8919017, - 51.5490738 - ] - }, - "id": "node/11673204025" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11673204026", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8909971, - 51.5504086 - ] - }, - "id": "node/11673204026" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11673204027", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8908717, - 51.5503977 - ] - }, - "id": "node/11673204027" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11673204028", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8909877, - 51.5504632 - ] - }, - "id": "node/11673204028" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11673204103", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8894267, - 51.5516349 - ] - }, - "id": "node/11673204103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11673204104", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8893516, - 51.5512463 - ] - }, - "id": "node/11673204104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11673204105", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8894468, - 51.5508126 - ] - }, - "id": "node/11673204105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11673204106", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8894857, - 51.5506267 - ] - }, - "id": "node/11673204106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11673204107", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8900315, - 51.5504057 - ] - }, - "id": "node/11673204107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11673204108", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8899001, - 51.5504082 - ] - }, - "id": "node/11673204108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11685301970", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9517713, - 51.5205673 - ] - }, - "id": "node/11685301970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11685301971", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9518913, - 51.5203003 - ] - }, - "id": "node/11685301971" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11685301972", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9519503, - 51.5201856 - ] - }, - "id": "node/11685301972" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11685301973", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9520368, - 51.5201505 - ] - }, - "id": "node/11685301973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11685301974", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9520925, - 51.520022 - ] - }, - "id": "node/11685301974" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11685301975", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9523754, - 51.520728 - ] - }, - "id": "node/11685301975" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11685301976", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9523312, - 51.5205602 - ] - }, - "id": "node/11685301976" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11685301977", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9524505, - 51.5204034 - ] - }, - "id": "node/11685301977" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11685301978", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.952476, - 51.5203537 - ] - }, - "id": "node/11685301978" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11685301979", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9524351, - 51.5203646 - ] - }, - "id": "node/11685301979" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11685301980", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9525136, - 51.5200691 - ] - }, - "id": "node/11685301980" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11685301981", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9527275, - 51.5200625 - ] - }, - "id": "node/11685301981" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11685301982", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9530735, - 51.520236 - ] - }, - "id": "node/11685301982" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11685301983", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9529669, - 51.5204555 - ] - }, - "id": "node/11685301983" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11685301984", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9535563, - 51.5203731 - ] - }, - "id": "node/11685301984" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11685775388", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9380558, - 51.539519 - ] - }, - "id": "node/11685775388" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11685775389", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9380833, - 51.539426 - ] - }, - "id": "node/11685775389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11685775404", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.936602, - 51.5395165 - ] - }, - "id": "node/11685775404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11685775405", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9366396, - 51.5393866 - ] - }, - "id": "node/11685775405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11761554708", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9379637, - 51.5142194 - ] - }, - "id": "node/11761554708" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11771039860", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9324185, - 51.550557 - ] - }, - "id": "node/11771039860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11771039861", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9323742, - 51.5505618 - ] - }, - "id": "node/11771039861" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11771039923", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9324143, - 51.5511549 - ] - }, - "id": "node/11771039923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11773678891", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9562338, - 51.511403 - ] - }, - "id": "node/11773678891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11813562468", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9243517, - 51.5267925 - ] - }, - "id": "node/11813562468" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11813572301", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9243125, - 51.526863 - ] - }, - "id": "node/11813572301" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11813927716", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9266965, - 51.5345824 - ] - }, - "id": "node/11813927716" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11821795321", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9838364, - 51.5393989 - ] - }, - "id": "node/11821795321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11821795322", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9837965, - 51.5393862 - ] - }, - "id": "node/11821795322" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11821795323", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9837566, - 51.5393735 - ] - }, - "id": "node/11821795323" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11823035634", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9821641, - 51.5618037 - ] - }, - "id": "node/11823035634" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11823035635", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9823726, - 51.5617428 - ] - }, - "id": "node/11823035635" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11823035636", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9823022, - 51.5617312 - ] - }, - "id": "node/11823035636" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11823035637", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.982215, - 51.5617124 - ] - }, - "id": "node/11823035637" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11823035638", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9821372, - 51.5617503 - ] - }, - "id": "node/11823035638" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11828990461", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9517686, - 51.5610154 - ] - }, - "id": "node/11828990461" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11833374542", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8998553, - 51.5036064 - ] - }, - "id": "node/11833374542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11851721405", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9086007, - 51.5346879 - ] - }, - "id": "node/11851721405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11851721406", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9085264, - 51.5348214 - ] - }, - "id": "node/11851721406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11851721407", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2024-04-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9084519, - 51.5349549 - ] - }, - "id": "node/11851721407" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11851982780", - "leaf_type": "broadleaved", - "natural": "tree", - "survey:date": "2024-04-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275814, - 51.532742 - ] - }, - "id": "node/11851982780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11877088310", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.905133, - 51.5044014 - ] - }, - "id": "node/11877088310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11877523014", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9134492, - 51.5146784 - ] - }, - "id": "node/11877523014" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11877523015", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9136437, - 51.5148186 - ] - }, - "id": "node/11877523015" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11877523016", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9135659, - 51.5147423 - ] - }, - "id": "node/11877523016" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11921864245", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9649869, - 51.515373 - ] - }, - "id": "node/11921864245" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11932674048", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994749, - 51.5439818 - ] - }, - "id": "node/11932674048" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11932674049", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8998611, - 51.5439343 - ] - }, - "id": "node/11932674049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11932674050", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002393, - 51.5438655 - ] - }, - "id": "node/11932674050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11932674051", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005639, - 51.5438284 - ] - }, - "id": "node/11932674051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11932674052", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9007121, - 51.5438038 - ] - }, - "id": "node/11932674052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11932674053", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9016549, - 51.5436766 - ] - }, - "id": "node/11932674053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11932674054", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9015583, - 51.5436907 - ] - }, - "id": "node/11932674054" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11932927360", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8994772, - 51.5490984 - ] - }, - "id": "node/11932927360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11948344992", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9203673, - 51.5493038 - ] - }, - "id": "node/11948344992" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12028019569", - "description": "mit Sitz", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9728199, - 51.5223794 - ] - }, - "id": "node/12028019569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12075637537", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9428432, - 51.5088145 - ] - }, - "id": "node/12075637537" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12105976257", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305785, - 51.5297194 - ] - }, - "id": "node/12105976257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12105976258", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308698, - 51.5296472 - ] - }, - "id": "node/12105976258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12105976259", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307307, - 51.5296806 - ] - }, - "id": "node/12105976259" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12125323409", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9569399, - 51.5521294 - ] - }, - "id": "node/12125323409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12125323410", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9568862, - 51.5521027 - ] - }, - "id": "node/12125323410" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12125323411", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9568145, - 51.551916 - ] - }, - "id": "node/12125323411" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12125323412", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9566837, - 51.5519109 - ] - }, - "id": "node/12125323412" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12154442838", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9212719, - 51.5309976 - ] - }, - "id": "node/12154442838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12154442839", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9214543, - 51.5310864 - ] - }, - "id": "node/12154442839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12154442840", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9214368, - 51.531028 - ] - }, - "id": "node/12154442840" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12174704751", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9216266, - 51.5275376 - ] - }, - "id": "node/12174704751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12174704752", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9220269, - 51.5272085 - ] - }, - "id": "node/12174704752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12174704753", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9215897, - 51.5272531 - ] - }, - "id": "node/12174704753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12339033630", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9230495, - 51.5418153 - ] - }, - "id": "node/12339033630" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12347729876", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8970274, - 51.5555203 - ] - }, - "id": "node/12347729876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12347729877", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8968859, - 51.5555341 - ] - }, - "id": "node/12347729877" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12347729878", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8967183, - 51.5555657 - ] - }, - "id": "node/12347729878" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12377001523", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9166249, - 51.527572 - ] - }, - "id": "node/12377001523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12377001524", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9165002, - 51.5275574 - ] - }, - "id": "node/12377001524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12377011561", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277139, - 51.5329468 - ] - }, - "id": "node/12377011561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12377011562", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9278627, - 51.5328947 - ] - }, - "id": "node/12377011562" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12377011563", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9287626, - 51.5326553 - ] - }, - "id": "node/12377011563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12377011564", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9286352, - 51.5326803 - ] - }, - "id": "node/12377011564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12377011565", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9285165, - 51.5327049 - ] - }, - "id": "node/12377011565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12377011566", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9284146, - 51.5327178 - ] - }, - "id": "node/12377011566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12377011567", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9283261, - 51.532742 - ] - }, - "id": "node/12377011567" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12396969736", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.940924, - 51.551266 - ] - }, - "id": "node/12396969736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12398141218", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9062357, - 51.5091279 - ] - }, - "id": "node/12398141218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12398141224", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9065767, - 51.5091953 - ] - }, - "id": "node/12398141224" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12484903619", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9321999, - 51.5366641 - ] - }, - "id": "node/12484903619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12484903620", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9321046, - 51.5366629 - ] - }, - "id": "node/12484903620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12500804881", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9324437, - 51.5288167 - ] - }, - "id": "node/12500804881" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12500805336", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9326306, - 51.52901 - ] - }, - "id": "node/12500805336" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12500823174", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9326075, - 51.5287104 - ] - }, - "id": "node/12500823174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12500825119", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.932575, - 51.5290235 - ] - }, - "id": "node/12500825119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12500825120", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9326418, - 51.5287939 - ] - }, - "id": "node/12500825120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12500835934", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9327018, - 51.5289844 - ] - }, - "id": "node/12500835934" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12500837238", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9325432, - 51.5289411 - ] - }, - "id": "node/12500837238" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12506712658", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318809, - 51.5292032 - ] - }, - "id": "node/12506712658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12506736382", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9322169, - 51.5290905 - ] - }, - "id": "node/12506736382" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12506738878", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9325254, - 51.5285862 - ] - }, - "id": "node/12506738878" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12506751471", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317498, - 51.5292274 - ] - }, - "id": "node/12506751471" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12506751604", - "genus": "Platanus", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931225, - 51.5293567 - ] - }, - "id": "node/12506751604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12506753994", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9320037, - 51.529127 - ] - }, - "id": "node/12506753994" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12506757142", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9322159, - 51.5290518 - ] - }, - "id": "node/12506757142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12520596382", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9329703, - 51.5285749 - ] - }, - "id": "node/12520596382" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12520596398", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9329428, - 51.5281183 - ] - }, - "id": "node/12520596398" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12520660446", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9330077, - 51.5286198 - ] - }, - "id": "node/12520660446" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12520690192", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9326757, - 51.528192 - ] - }, - "id": "node/12520690192" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12520691259", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9325839, - 51.5281057 - ] - }, - "id": "node/12520691259" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12520691260", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9324855, - 51.528097 - ] - }, - "id": "node/12520691260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12520692244", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9328581, - 51.5284335 - ] - }, - "id": "node/12520692244" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12520693769", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9329366, - 51.5285303 - ] - }, - "id": "node/12520693769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12520698672", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9329605, - 51.5287198 - ] - }, - "id": "node/12520698672" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12520699068", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9330093, - 51.5288832 - ] - }, - "id": "node/12520699068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12520699704", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9329066, - 51.5288612 - ] - }, - "id": "node/12520699704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12520700835", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.932681, - 51.5281204 - ] - }, - "id": "node/12520700835" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12520702305", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9328945, - 51.5284799 - ] - }, - "id": "node/12520702305" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12520702319", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9324929, - 51.5282439 - ] - }, - "id": "node/12520702319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12520704310", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9328031, - 51.5284742 - ] - }, - "id": "node/12520704310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12520705597", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9324699, - 51.5281051 - ] - }, - "id": "node/12520705597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12520708301", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9325377, - 51.5281039 - ] - }, - "id": "node/12520708301" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12524996012", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9367908, - 51.5283409 - ] - }, - "id": "node/12524996012" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12524996013", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9366899, - 51.5285263 - ] - }, - "id": "node/12524996013" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12526213995", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9346976, - 51.5289256 - ] - }, - "id": "node/12526213995" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12535947672", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9285921, - 51.5282211 - ] - }, - "id": "node/12535947672" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12535950651", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9285128, - 51.5286385 - ] - }, - "id": "node/12535950651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12535981565", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9286471, - 51.5288029 - ] - }, - "id": "node/12535981565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12535982793", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.928429, - 51.5287722 - ] - }, - "id": "node/12535982793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12536024210", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9285696, - 51.528471 - ] - }, - "id": "node/12536024210" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12536024411", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9287759, - 51.5281066 - ] - }, - "id": "node/12536024411" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12536028528", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9285864, - 51.5280925 - ] - }, - "id": "node/12536028528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12657335764", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9221924, - 51.5304968 - ] - }, - "id": "node/12657335764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12657335765", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9212889, - 51.5303953 - ] - }, - "id": "node/12657335765" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12657360451", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9213657, - 51.5303625 - ] - }, - "id": "node/12657360451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12657382972", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9214075, - 51.5303991 - ] - }, - "id": "node/12657382972" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12657389753", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9214877, - 51.530392 - ] - }, - "id": "node/12657389753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12657389754", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9211699, - 51.5303867 - ] - }, - "id": "node/12657389754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12657400080", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9209921, - 51.5303524 - ] - }, - "id": "node/12657400080" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12668218474", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9484678, - 51.5563078 - ] - }, - "id": "node/12668218474" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12739919921", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9371298, - 51.5533437 - ] - }, - "id": "node/12739919921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12739919930", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9374191, - 51.5533054 - ] - }, - "id": "node/12739919930" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12739919935", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9384276, - 51.5531778 - ] - }, - "id": "node/12739919935" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12739919936", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9382801, - 51.5531963 - ] - }, - "id": "node/12739919936" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12739919937", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9381353, - 51.5532143 - ] - }, - "id": "node/12739919937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12739919938", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9379924, - 51.5532316 - ] - }, - "id": "node/12739919938" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12739919939", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9378563, - 51.5532487 - ] - }, - "id": "node/12739919939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12739919940", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9375633, - 51.5532883 - ] - }, - "id": "node/12739919940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12739920152", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9369866, - 51.5533606 - ] - }, - "id": "node/12739920152" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12739991602", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9275737, - 51.5328697 - ] - }, - "id": "node/12739991602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12739991603", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9273645, - 51.5330499 - ] - }, - "id": "node/12739991603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12739991604", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9272237, - 51.5329862 - ] - }, - "id": "node/12739991604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12739991605", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.927442, - 51.5329141 - ] - }, - "id": "node/12739991605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12855369007", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8842131, - 51.5433175 - ] - }, - "id": "node/12855369007" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12865276406", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9480343, - 51.5219974 - ] - }, - "id": "node/12865276406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12866182499", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9067947, - 51.5552506 - ] - }, - "id": "node/12866182499" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12866182500", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9070642, - 51.5553923 - ] - }, - "id": "node/12866182500" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12866222701", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9069623, - 51.5553431 - ] - }, - "id": "node/12866222701" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12866222702", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.907828, - 51.5558076 - ] - }, - "id": "node/12866222702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12866222703", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9077495, - 51.5557634 - ] - }, - "id": "node/12866222703" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12866222704", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9076845, - 51.5557271 - ] - }, - "id": "node/12866222704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12866222705", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9076033, - 51.5556825 - ] - }, - "id": "node/12866222705" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12866222706", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9073046, - 51.5555266 - ] - }, - "id": "node/12866222706" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12866466020", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9516238, - 51.5585598 - ] - }, - "id": "node/12866466020" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12866466126", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9515057, - 51.5578066 - ] - }, - "id": "node/12866466126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12866466127", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9513374, - 51.5578154 - ] - }, - "id": "node/12866466127" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12866466128", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9511396, - 51.5578112 - ] - }, - "id": "node/12866466128" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12866466129", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9509257, - 51.5578133 - ] - }, - "id": "node/12866466129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12866466130", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9509834, - 51.5578583 - ] - }, - "id": "node/12866466130" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12870574518", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9080837, - 51.5605719 - ] - }, - "id": "node/12870574518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12870574519", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9080925, - 51.5604872 - ] - }, - "id": "node/12870574519" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12895436303", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9354929, - 51.5205723 - ] - }, - "id": "node/12895436303" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12895436304", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9352643, - 51.5204776 - ] - }, - "id": "node/12895436304" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12895436305", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9351536, - 51.5204814 - ] - }, - "id": "node/12895436305" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12895436306", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9351094, - 51.5205173 - ] - }, - "id": "node/12895436306" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12895436307", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9350799, - 51.5206349 - ] - }, - "id": "node/12895436307" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12895436308", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9345636, - 51.5211043 - ] - }, - "id": "node/12895436308" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12895436309", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9345025, - 51.5207021 - ] - }, - "id": "node/12895436309" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12895436310", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9345857, - 51.5205561 - ] - }, - "id": "node/12895436310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12895436311", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339332, - 51.5208915 - ] - }, - "id": "node/12895436311" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12895436312", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.934001, - 51.5209437 - ] - }, - "id": "node/12895436312" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12895436313", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340405, - 51.5210509 - ] - }, - "id": "node/12895436313" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12895633750", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9219351, - 51.5299701 - ] - }, - "id": "node/12895633750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12895633751", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9219589, - 51.5298854 - ] - }, - "id": "node/12895633751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12895633752", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.922036, - 51.5297945 - ] - }, - "id": "node/12895633752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12895633753", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9220138, - 51.5298239 - ] - }, - "id": "node/12895633753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12895633754", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9219099, - 51.5298237 - ] - }, - "id": "node/12895633754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12895633755", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9219934, - 51.5296944 - ] - }, - "id": "node/12895633755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12895674810", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9119995, - 51.5240941 - ] - }, - "id": "node/12895674810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12895674894", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9120166, - 51.5243826 - ] - }, - "id": "node/12895674894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12915629501", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9432966, - 51.5441897 - ] - }, - "id": "node/12915629501" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12915629502", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9432063, - 51.5440377 - ] - }, - "id": "node/12915629502" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12915629503", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9345766, - 51.5501052 - ] - }, - "id": "node/12915629503" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12915629504", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9337138, - 51.5506767 - ] - }, - "id": "node/12915629504" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12915629505", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339983, - 51.5505426 - ] - }, - "id": "node/12915629505" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12915629506", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9332038, - 51.5504347 - ] - }, - "id": "node/12915629506" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12915629507", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9336449, - 51.5516185 - ] - }, - "id": "node/12915629507" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12915629508", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9334534, - 51.5516107 - ] - }, - "id": "node/12915629508" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12915629509", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9342577, - 51.5515073 - ] - }, - "id": "node/12915629509" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12915629510", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9345006, - 51.5513617 - ] - }, - "id": "node/12915629510" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12915629511", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9354728, - 51.5511289 - ] - }, - "id": "node/12915629511" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12915629512", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9351309, - 51.5496288 - ] - }, - "id": "node/12915629512" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12915629529", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.948711, - 51.5467407 - ] - }, - "id": "node/12915629529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12915629530", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9487497, - 51.5468001 - ] - }, - "id": "node/12915629530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12915629531", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9488265, - 51.5468173 - ] - }, - "id": "node/12915629531" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12915629532", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9489174, - 51.5468506 - ] - }, - "id": "node/12915629532" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12915629533", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9490277, - 51.5468611 - ] - }, - "id": "node/12915629533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12915629534", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9491154, - 51.5468735 - ] - }, - "id": "node/12915629534" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12915629535", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9491896, - 51.5468939 - ] - }, - "id": "node/12915629535" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12915629536", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9491502, - 51.5471266 - ] - }, - "id": "node/12915629536" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12915629537", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9493858, - 51.5469345 - ] - }, - "id": "node/12915629537" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12915629538", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9495864, - 51.5469355 - ] - }, - "id": "node/12915629538" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12944537292", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9465034, - 51.5533222 - ] - }, - "id": "node/12944537292" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12944537295", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461893, - 51.5526554 - ] - }, - "id": "node/12944537295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12994186000", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8772508, - 51.5615602 - ] - }, - "id": "node/12994186000" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12994198701", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8772488, - 51.5614848 - ] - }, - "id": "node/12994198701" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12994198702", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8772474, - 51.5614268 - ] - }, - "id": "node/12994198702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13003873291", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9657126, - 51.5175923 - ] - }, - "id": "node/13003873291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13003873292", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9656073, - 51.5175631 - ] - }, - "id": "node/13003873292" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13003873293", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9657816, - 51.5175429 - ] - }, - "id": "node/13003873293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13003873294", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9657069, - 51.5175006 - ] - }, - "id": "node/13003873294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13021086240", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945332, - 51.532201 - ] - }, - "id": "node/13021086240" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13021124082", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.94534, - 51.5317287 - ] - }, - "id": "node/13021124082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13021125666", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452266, - 51.5321501 - ] - }, - "id": "node/13021125666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13021128751", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451202, - 51.5321879 - ] - }, - "id": "node/13021128751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13021129013", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453412, - 51.5321587 - ] - }, - "id": "node/13021129013" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13021135945", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452203, - 51.5321992 - ] - }, - "id": "node/13021135945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13021135946", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452715, - 51.5322002 - ] - }, - "id": "node/13021135946" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13021138443", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452772, - 51.531716 - ] - }, - "id": "node/13021138443" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13021140507", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452785, - 51.532154 - ] - }, - "id": "node/13021140507" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13021143706", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451716, - 51.5321931 - ] - }, - "id": "node/13021143706" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13021143708", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.94538, - 51.5323132 - ] - }, - "id": "node/13021143708" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13021144184", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451817, - 51.5317082 - ] - }, - "id": "node/13021144184" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13021144305", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.945212, - 51.5322603 - ] - }, - "id": "node/13021144305" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13021145601", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451775, - 51.5321479 - ] - }, - "id": "node/13021145601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022628675", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9324835, - 51.5271588 - ] - }, - "id": "node/13022628675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022649767", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311064, - 51.5241794 - ] - }, - "id": "node/13022649767" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022662992", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315092, - 51.5241243 - ] - }, - "id": "node/13022662992" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022668664", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9325433, - 51.5269869 - ] - }, - "id": "node/13022668664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022676673", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9325212, - 51.5241583 - ] - }, - "id": "node/13022676673" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022688977", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.932092, - 51.5245708 - ] - }, - "id": "node/13022688977" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022689382", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.932327, - 51.5243734 - ] - }, - "id": "node/13022689382" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022689397", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307279, - 51.5234377 - ] - }, - "id": "node/13022689397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022689653", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311066, - 51.5242211 - ] - }, - "id": "node/13022689653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022691938", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313866, - 51.5237268 - ] - }, - "id": "node/13022691938" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022694128", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.932534, - 51.5270672 - ] - }, - "id": "node/13022694128" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022694212", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315123, - 51.5240596 - ] - }, - "id": "node/13022694212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022694217", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9321138, - 51.5243971 - ] - }, - "id": "node/13022694217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022694423", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931961, - 51.5235611 - ] - }, - "id": "node/13022694423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022702165", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312861, - 51.5237597 - ] - }, - "id": "node/13022702165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022703071", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317184, - 51.5239892 - ] - }, - "id": "node/13022703071" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022711496", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317836, - 51.5231877 - ] - }, - "id": "node/13022711496" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022712832", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318059, - 51.5233687 - ] - }, - "id": "node/13022712832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022714321", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316079, - 51.5239341 - ] - }, - "id": "node/13022714321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022715060", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9304058, - 51.5231048 - ] - }, - "id": "node/13022715060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022715174", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315957, - 51.5240091 - ] - }, - "id": "node/13022715174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022717866", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9319623, - 51.5235248 - ] - }, - "id": "node/13022717866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022718351", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315235, - 51.5239709 - ] - }, - "id": "node/13022718351" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022719057", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9327567, - 51.5237628 - ] - }, - "id": "node/13022719057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022719304", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9321001, - 51.5242636 - ] - }, - "id": "node/13022719304" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022720297", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316159, - 51.5238643 - ] - }, - "id": "node/13022720297" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022720298", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315826, - 51.5240951 - ] - }, - "id": "node/13022720298" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022720437", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312431, - 51.5237559 - ] - }, - "id": "node/13022720437" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022720438", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315179, - 51.5238349 - ] - }, - "id": "node/13022720438" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022720464", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318028, - 51.5233399 - ] - }, - "id": "node/13022720464" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022721422", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315839, - 51.5241543 - ] - }, - "id": "node/13022721422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022721424", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.93183, - 51.52425 - ] - }, - "id": "node/13022721424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022728499", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317451, - 51.5233662 - ] - }, - "id": "node/13022728499" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022728757", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315232, - 51.52389 - ] - }, - "id": "node/13022728757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022729335", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9323003, - 51.5243989 - ] - }, - "id": "node/13022729335" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022730739", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9320517, - 51.524263 - ] - }, - "id": "node/13022730739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022732973", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.930891, - 51.5241789 - ] - }, - "id": "node/13022732973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022733205", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307711, - 51.5235283 - ] - }, - "id": "node/13022733205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022733732", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931963, - 51.5235968 - ] - }, - "id": "node/13022733732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022735647", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318679, - 51.5233736 - ] - }, - "id": "node/13022735647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022735832", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9327949, - 51.5233729 - ] - }, - "id": "node/13022735832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022737698", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9325167, - 51.5233615 - ] - }, - "id": "node/13022737698" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022738038", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317142, - 51.5240274 - ] - }, - "id": "node/13022738038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022740315", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.93064, - 51.5236429 - ] - }, - "id": "node/13022740315" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022740409", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317368, - 51.5233353 - ] - }, - "id": "node/13022740409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022742015", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318702, - 51.5234041 - ] - }, - "id": "node/13022742015" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022744357", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318684, - 51.5233429 - ] - }, - "id": "node/13022744357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022745866", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9317448, - 51.5233961 - ] - }, - "id": "node/13022745866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022746102", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318091, - 51.5233991 - ] - }, - "id": "node/13022746102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022747619", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308216, - 51.5234424 - ] - }, - "id": "node/13022747619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022747721", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9315702, - 51.5231732 - ] - }, - "id": "node/13022747721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022748414", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9327473, - 51.5233692 - ] - }, - "id": "node/13022748414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022755664", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308004, - 51.5233177 - ] - }, - "id": "node/13022755664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022756860", - "leaf_cycle": "evergreen", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307564, - 51.5236448 - ] - }, - "id": "node/13022756860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022758391", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305308, - 51.5231473 - ] - }, - "id": "node/13022758391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022888599", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9417251, - 51.5337498 - ] - }, - "id": "node/13022888599" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022966038", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9416133, - 51.5337089 - ] - }, - "id": "node/13022966038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022970963", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9417672, - 51.5338677 - ] - }, - "id": "node/13022970963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022972723", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9416005, - 51.5337669 - ] - }, - "id": "node/13022972723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022972724", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9416824, - 51.5338641 - ] - }, - "id": "node/13022972724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022977066", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9415559, - 51.5339094 - ] - }, - "id": "node/13022977066" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13022983178", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9418745, - 51.5338159 - ] - }, - "id": "node/13022983178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13031153376", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9278937, - 51.5307169 - ] - }, - "id": "node/13031153376" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13031199833", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9307603, - 51.5333421 - ] - }, - "id": "node/13031199833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13031229775", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314862, - 51.5297866 - ] - }, - "id": "node/13031229775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13031234021", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312989, - 51.5298288 - ] - }, - "id": "node/13031234021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13031238230", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.93062, - 51.5300048 - ] - }, - "id": "node/13031238230" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13031240771", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306682, - 51.5300663 - ] - }, - "id": "node/13031240771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13031242232", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305201, - 51.5333586 - ] - }, - "id": "node/13031242232" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13031242439", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305422, - 51.5299375 - ] - }, - "id": "node/13031242439" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13031242917", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9313515, - 51.5297217 - ] - }, - "id": "node/13031242917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13031243003", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931447, - 51.5296473 - ] - }, - "id": "node/13031243003" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13031245155", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9316446, - 51.5341425 - ] - }, - "id": "node/13031245155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13031245327", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9311766, - 51.5297462 - ] - }, - "id": "node/13031245327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13031245328", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9312841, - 51.5298715 - ] - }, - "id": "node/13031245328" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13031248972", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9292817, - 51.5302118 - ] - }, - "id": "node/13031248972" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13031260313", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.930835, - 51.533473 - ] - }, - "id": "node/13031260313" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13031269395", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318281, - 51.5345865 - ] - }, - "id": "node/13031269395" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13031280882", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.932016, - 51.5338248 - ] - }, - "id": "node/13031280882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13036949766", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9290998, - 51.5283616 - ] - }, - "id": "node/13036949766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13036987296", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.929446, - 51.5290895 - ] - }, - "id": "node/13036987296" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037000080", - "leaf_cycle": "evergreen", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9294932, - 51.5279813 - ] - }, - "id": "node/13037000080" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037002653", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306874, - 51.5294815 - ] - }, - "id": "node/13037002653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037014574", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305414, - 51.529439 - ] - }, - "id": "node/13037014574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037019841", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9291163, - 51.5285728 - ] - }, - "id": "node/13037019841" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037030611", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9296609, - 51.5286384 - ] - }, - "id": "node/13037030611" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037030781", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9298348, - 51.528681 - ] - }, - "id": "node/13037030781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037031818", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9305236, - 51.5293953 - ] - }, - "id": "node/13037031818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037033252", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308044, - 51.5293427 - ] - }, - "id": "node/13037033252" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037033574", - "leaf_cycle": "evergreen", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9297134, - 51.5281239 - ] - }, - "id": "node/13037033574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037042837", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306229, - 51.5295439 - ] - }, - "id": "node/13037042837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037043809", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9306661, - 51.5294495 - ] - }, - "id": "node/13037043809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037044941", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9296504, - 51.5291202 - ] - }, - "id": "node/13037044941" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037045998", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9291315, - 51.5287355 - ] - }, - "id": "node/13037045998" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037045999", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9295342, - 51.5290927 - ] - }, - "id": "node/13037045999" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037064849", - "leaf_cycle": "evergreen", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9298145, - 51.5284105 - ] - }, - "id": "node/13037064849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037066424", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9291123, - 51.5290094 - ] - }, - "id": "node/13037066424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037069186", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9266668, - 51.5311309 - ] - }, - "id": "node/13037069186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037112667", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9291074, - 51.532655 - ] - }, - "id": "node/13037112667" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037189932", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9344937, - 51.5291668 - ] - }, - "id": "node/13037189932" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037199777", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.934445, - 51.5291488 - ] - }, - "id": "node/13037199777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037220503", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9345882, - 51.5292588 - ] - }, - "id": "node/13037220503" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037226566", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9343474, - 51.5291473 - ] - }, - "id": "node/13037226566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037529805", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9329705, - 51.5274926 - ] - }, - "id": "node/13037529805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037533614", - "leaf_cycle": "evergreen", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.938571, - 51.528361 - ] - }, - "id": "node/13037533614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037543586", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9430367, - 51.5292934 - ] - }, - "id": "node/13037543586" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037549829", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9427693, - 51.5292843 - ] - }, - "id": "node/13037549829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037552929", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9400735, - 51.529288 - ] - }, - "id": "node/13037552929" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13037555422", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9408504, - 51.5292969 - ] - }, - "id": "node/13037555422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13081240601", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394423, - 51.5323086 - ] - }, - "id": "node/13081240601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13084753059", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9158964, - 51.5270568 - ] - }, - "id": "node/13084753059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13084753060", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9159812, - 51.5270614 - ] - }, - "id": "node/13084753060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13084753061", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9159748, - 51.5269847 - ] - }, - "id": "node/13084753061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13084753062", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9159345, - 51.5270714 - ] - }, - "id": "node/13084753062" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13084753063", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9160019, - 51.5270331 - ] - }, - "id": "node/13084753063" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13084753064", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9159149, - 51.5270159 - ] - }, - "id": "node/13084753064" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13087171081", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9375603, - 51.5280764 - ] - }, - "id": "node/13087171081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13087171082", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9376402, - 51.5283122 - ] - }, - "id": "node/13087171082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13092449278", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8924852, - 51.5241411 - ] - }, - "id": "node/13092449278" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13092822918", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8910722, - 51.516986 - ] - }, - "id": "node/13092822918" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13092822919", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8911533, - 51.5169218 - ] - }, - "id": "node/13092822919" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13092822920", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8913203, - 51.5168254 - ] - }, - "id": "node/13092822920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13092822921", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8914162, - 51.5167778 - ] - }, - "id": "node/13092822921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13092822922", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8916368, - 51.5166973 - ] - }, - "id": "node/13092822922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13092822923", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8917394, - 51.5166701 - ] - }, - "id": "node/13092822923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13092822924", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.891954, - 51.5166234 - ] - }, - "id": "node/13092822924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13092822925", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8920767, - 51.5166121 - ] - }, - "id": "node/13092822925" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13092822926", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8924153, - 51.5165938 - ] - }, - "id": "node/13092822926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13092822927", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.892294, - 51.5165938 - ] - }, - "id": "node/13092822927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13094132063", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8929434, - 51.525819 - ] - }, - "id": "node/13094132063" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13098426705", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9422984, - 51.5244705 - ] - }, - "id": "node/13098426705" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13098427486", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9419387, - 51.5248693 - ] - }, - "id": "node/13098427486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13098965736", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9258722, - 51.5292718 - ] - }, - "id": "node/13098965736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13107851720", - "genus": "Prunus", - "natural": "tree", - "species": "Prunus cerasus" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9590263, - 51.5166161 - ] - }, - "id": "node/13107851720" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13107851721", - "genus": "Rosa canina", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9589167, - 51.5166249 - ] - }, - "id": "node/13107851721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13107851722", - "genus": "Rosa canina", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9590769, - 51.5166365 - ] - }, - "id": "node/13107851722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13107851723", - "genus": "Malus", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9591309, - 51.5166601 - ] - }, - "id": "node/13107851723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13107851724", - "genus": "Malus", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9590451, - 51.5166439 - ] - }, - "id": "node/13107851724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13107851725", - "genus": "Malus", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9589948, - 51.5165673 - ] - }, - "id": "node/13107851725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13107851726", - "genus": "Malus", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9592858, - 51.5166055 - ] - }, - "id": "node/13107851726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13119069848", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9645788, - 51.515314 - ] - }, - "id": "node/13119069848" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13119069849", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9646345, - 51.5153544 - ] - }, - "id": "node/13119069849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13119126700", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9601213, - 51.5137441 - ] - }, - "id": "node/13119126700" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13120750530", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439023, - 51.5111244 - ] - }, - "id": "node/13120750530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13136644000", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9394184, - 51.5271306 - ] - }, - "id": "node/13136644000" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13143238510", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9391414, - 51.5494291 - ] - }, - "id": "node/13143238510" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13143238531", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392199, - 51.5494971 - ] - }, - "id": "node/13143238531" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13143238552", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.939292, - 51.5493426 - ] - }, - "id": "node/13143238552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13143238553", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9392356, - 51.5493303 - ] - }, - "id": "node/13143238553" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13147632989", - "denotation": "urban", - "height": "7", - "leaf_cycle": "deciduous", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9308827, - 51.5388715 - ] - }, - "id": "node/13147632989" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13175182902", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9328022, - 51.5267984 - ] - }, - "id": "node/13175182902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13175182903", - "leaf_type": "needleleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9327795, - 51.5268033 - ] - }, - "id": "node/13175182903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13175182906", - "leaf_type": "broadleaved", - "natural": "tree", - "source": "hi-res aerial imagery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339232, - 51.5270234 - ] - }, - "id": "node/13175182906" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13177648406", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318378, - 51.5281681 - ] - }, - "id": "node/13177648406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13177891756", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931739, - 51.5273198 - ] - }, - "id": "node/13177891756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13177891766", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318051, - 51.5271447 - ] - }, - "id": "node/13177891766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13177909901", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.931746, - 51.5280496 - ] - }, - "id": "node/13177909901" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13177912243", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9318657, - 51.5281471 - ] - }, - "id": "node/13177912243" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13183636799", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340358, - 51.5368112 - ] - }, - "id": "node/13183636799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13183644700", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9341653, - 51.5368377 - ] - }, - "id": "node/13183644700" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13183671359", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9341436, - 51.5368822 - ] - }, - "id": "node/13183671359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13183676794", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9342723, - 51.5369073 - ] - }, - "id": "node/13183676794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13183694178", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339409, - 51.5367946 - ] - }, - "id": "node/13183694178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13183696126", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9342868, - 51.536856 - ] - }, - "id": "node/13183696126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13183700890", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9337083, - 51.5368552 - ] - }, - "id": "node/13183700890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13183706004", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9339153, - 51.5368457 - ] - }, - "id": "node/13183706004" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13183709407", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340091, - 51.5368604 - ] - }, - "id": "node/13183709407" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13183751249", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9319489, - 51.5282512 - ] - }, - "id": "node/13183751249" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13183751260", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9320846, - 51.5281681 - ] - }, - "id": "node/13183751260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13184387572", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443402, - 51.5452339 - ] - }, - "id": "node/13184387572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13184387574", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451065, - 51.5450134 - ] - }, - "id": "node/13184387574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13184387578", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447723, - 51.5451374 - ] - }, - "id": "node/13184387578" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13184387586", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9439416, - 51.5452823 - ] - }, - "id": "node/13184387586" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13184387588", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444592, - 51.5452334 - ] - }, - "id": "node/13184387588" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13184387589", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445306, - 51.5452008 - ] - }, - "id": "node/13184387589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13184387591", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9449227, - 51.5450816 - ] - }, - "id": "node/13184387591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13185564390", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9005411, - 51.5204872 - ] - }, - "id": "node/13185564390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13185564391", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9004628, - 51.5204601 - ] - }, - "id": "node/13185564391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13185564392", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003845, - 51.5204329 - ] - }, - "id": "node/13185564392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13185564393", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9003062, - 51.5204057 - ] - }, - "id": "node/13185564393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13185564394", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9002279, - 51.5203786 - ] - }, - "id": "node/13185564394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13185564395", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9001496, - 51.5203514 - ] - }, - "id": "node/13185564395" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13185564396", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9000712, - 51.5203242 - ] - }, - "id": "node/13185564396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13185564397", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999929, - 51.520297 - ] - }, - "id": "node/13185564397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13185564398", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8999146, - 51.5202699 - ] - }, - "id": "node/13185564398" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13185564399", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8998363, - 51.5202427 - ] - }, - "id": "node/13185564399" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13188244147", - "natural": "tree", - "ref": "036" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8822562, - 51.5537182 - ] - }, - "id": "node/13188244147" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13188244148", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "035", - "species": "Juglans regia", - "species:de": "Echte Walnuß", - "species:en": "Common Wanut" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8822026, - 51.553674 - ] - }, - "id": "node/13188244148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13188244149", - "leaf_type": "broadleaved", - "natural": "tree", - "ref": "034", - "species": "Juglans regia", - "species:de": "Echte Walnuß", - "species:en": "Common Walnut" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8821355, - 51.5536574 - ] - }, - "id": "node/13188244149" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13188933357", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9351404, - 51.528919 - ] - }, - "id": "node/13188933357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13189415476", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9368442, - 51.5226168 - ] - }, - "id": "node/13189415476" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13190197818", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9342526, - 51.5276623 - ] - }, - "id": "node/13190197818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13190197822", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9345263, - 51.5271124 - ] - }, - "id": "node/13190197822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13190197823", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9356301, - 51.526465 - ] - }, - "id": "node/13190197823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13190197824", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9342492, - 51.5273359 - ] - }, - "id": "node/13190197824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13190197825", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340906, - 51.5286984 - ] - }, - "id": "node/13190197825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13190197827", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9354018, - 51.5272906 - ] - }, - "id": "node/13190197827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13190197828", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9340568, - 51.5281032 - ] - }, - "id": "node/13190197828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13190197829", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9343149, - 51.5287141 - ] - }, - "id": "node/13190197829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13190197830", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9342506, - 51.5270956 - ] - }, - "id": "node/13190197830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13200927882", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9354038, - 51.5300246 - ] - }, - "id": "node/13200927882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13200927883", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360612, - 51.530232 - ] - }, - "id": "node/13200927883" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13200939997", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9355616, - 51.5300793 - ] - }, - "id": "node/13200939997" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13200956184", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9350082, - 51.5299463 - ] - }, - "id": "node/13200956184" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13200979884", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9347854, - 51.5299199 - ] - }, - "id": "node/13200979884" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13200984885", - "leaf_cycle": "evergreen", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9353145, - 51.5299974 - ] - }, - "id": "node/13200984885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13200987699", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9357541, - 51.5301666 - ] - }, - "id": "node/13200987699" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13202386978", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9298742, - 51.5311898 - ] - }, - "id": "node/13202386978" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13202390467", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9322712, - 51.5348022 - ] - }, - "id": "node/13202390467" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13202394517", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9301381, - 51.5313226 - ] - }, - "id": "node/13202394517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13202396181", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9297685, - 51.5309077 - ] - }, - "id": "node/13202396181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13202396195", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9294354, - 51.5327593 - ] - }, - "id": "node/13202396195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13202397049", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9299971, - 51.531499 - ] - }, - "id": "node/13202397049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13202397774", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9298392, - 51.5311157 - ] - }, - "id": "node/13202397774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13202398696", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9293795, - 51.5327718 - ] - }, - "id": "node/13202398696" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13202406891", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.929759, - 51.532685 - ] - }, - "id": "node/13202406891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13202408130", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9296357, - 51.5327231 - ] - }, - "id": "node/13202408130" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13202408682", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9294995, - 51.5327468 - ] - }, - "id": "node/13202408682" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13202414397", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9325341, - 51.5353936 - ] - }, - "id": "node/13202414397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13202414774", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9293242, - 51.5327807 - ] - }, - "id": "node/13202414774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13202415645", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9335171, - 51.5360237 - ] - }, - "id": "node/13202415645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13202418107", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9295574, - 51.5327389 - ] - }, - "id": "node/13202418107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13202420959", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9297809, - 51.5328527 - ] - }, - "id": "node/13202420959" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13202420964", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9323424, - 51.534938 - ] - }, - "id": "node/13202420964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13202427324", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9321681, - 51.5345232 - ] - }, - "id": "node/13202427324" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13202432743", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9321837, - 51.5346936 - ] - }, - "id": "node/13202432743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13202432942", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9324169, - 51.5351032 - ] - }, - "id": "node/13202432942" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13202437689", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9334073, - 51.5360099 - ] - }, - "id": "node/13202437689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13202438579", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9333018, - 51.5360166 - ] - }, - "id": "node/13202438579" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13208187008", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9370843, - 51.5245819 - ] - }, - "id": "node/13208187008" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13208219930", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9371453, - 51.5245893 - ] - }, - "id": "node/13208219930" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13208227743", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363982, - 51.5259198 - ] - }, - "id": "node/13208227743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13208227744", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9352969, - 51.5265075 - ] - }, - "id": "node/13208227744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13208229795", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9374679, - 51.5238331 - ] - }, - "id": "node/13208229795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13208242554", - "leaf_cycle": "evergreen", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9373091, - 51.525115 - ] - }, - "id": "node/13208242554" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13208253527", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.93739, - 51.5242126 - ] - }, - "id": "node/13208253527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13208255316", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9375495, - 51.5237097 - ] - }, - "id": "node/13208255316" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13208257529", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9382501, - 51.5252382 - ] - }, - "id": "node/13208257529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13208260149", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9357222, - 51.525909 - ] - }, - "id": "node/13208260149" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13208262811", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9380423, - 51.5252146 - ] - }, - "id": "node/13208262811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13208269418", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363918, - 51.5258894 - ] - }, - "id": "node/13208269418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13208272174", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9354905, - 51.5260508 - ] - }, - "id": "node/13208272174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13208273814", - "leaf_cycle": "evergreen", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9354654, - 51.525987 - ] - }, - "id": "node/13208273814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13208274389", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9364456, - 51.5258367 - ] - }, - "id": "node/13208274389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13208275881", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9354802, - 51.5258847 - ] - }, - "id": "node/13208275881" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13245460486", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9463248, - 51.5363652 - ] - }, - "id": "node/13245460486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13245461527", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9472385, - 51.5363213 - ] - }, - "id": "node/13245461527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13265168251", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9177568, - 51.5385322 - ] - }, - "id": "node/13265168251" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13265168252", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9176911, - 51.5389764 - ] - }, - "id": "node/13265168252" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13265168253", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.91739, - 51.5394164 - ] - }, - "id": "node/13265168253" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13265168254", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9171091, - 51.5397317 - ] - }, - "id": "node/13265168254" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13265168255", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9159665, - 51.5407602 - ] - }, - "id": "node/13265168255" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13265168256", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9162139, - 51.5404995 - ] - }, - "id": "node/13265168256" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13265168257", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9165773, - 51.5401129 - ] - }, - "id": "node/13265168257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13265168258", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9169441, - 51.5397271 - ] - }, - "id": "node/13265168258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13265168273", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9169428, - 51.5398948 - ] - }, - "id": "node/13265168273" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13285937069", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9104025, - 51.5056447 - ] - }, - "id": "node/13285937069" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13286109365", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8941836, - 51.5195543 - ] - }, - "id": "node/13286109365" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13286109366", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8936974, - 51.5198071 - ] - }, - "id": "node/13286109366" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13286109367", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8937665, - 51.5197654 - ] - }, - "id": "node/13286109367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13286109368", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8938671, - 51.519611 - ] - }, - "id": "node/13286109368" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13286109369", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934299, - 51.519576 - ] - }, - "id": "node/13286109369" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13286109370", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8933856, - 51.519699 - ] - }, - "id": "node/13286109370" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13286109371", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8924254, - 51.5204313 - ] - }, - "id": "node/13286109371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13286109372", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8924556, - 51.5203383 - ] - }, - "id": "node/13286109372" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13286109373", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926366, - 51.5198856 - ] - }, - "id": "node/13286109373" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13286109374", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926976, - 51.5199519 - ] - }, - "id": "node/13286109374" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13286109375", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926312, - 51.5200604 - ] - }, - "id": "node/13286109375" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13286109376", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8926641, - 51.5197116 - ] - }, - "id": "node/13286109376" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13286109377", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8927546, - 51.5196027 - ] - }, - "id": "node/13286109377" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13286109378", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8928633, - 51.5194888 - ] - }, - "id": "node/13286109378" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13286109379", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8929022, - 51.5194495 - ] - }, - "id": "node/13286109379" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13286109380", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8929913, - 51.5194637 - ] - }, - "id": "node/13286109380" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13286143057", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8932297, - 51.5194437 - ] - }, - "id": "node/13286143057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13286143058", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8934507, - 51.5194426 - ] - }, - "id": "node/13286143058" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13286143059", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8936736, - 51.5194414 - ] - }, - "id": "node/13286143059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13286143060", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8938959, - 51.5194408 - ] - }, - "id": "node/13286143060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13286143061", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8941172, - 51.519441 - ] - }, - "id": "node/13286143061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302055264", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9365001, - 51.5453055 - ] - }, - "id": "node/13302055264" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302073527", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363647, - 51.5452986 - ] - }, - "id": "node/13302073527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302073528", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9363184, - 51.5454147 - ] - }, - "id": "node/13302073528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302073529", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9362775, - 51.5455152 - ] - }, - "id": "node/13302073529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302073530", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9362403, - 51.5456086 - ] - }, - "id": "node/13302073530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302073531", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361923, - 51.5457266 - ] - }, - "id": "node/13302073531" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302073532", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.936133, - 51.5458747 - ] - }, - "id": "node/13302073532" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302073533", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360877, - 51.5459952 - ] - }, - "id": "node/13302073533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302073534", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9360421, - 51.5460963 - ] - }, - "id": "node/13302073534" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302073535", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9359798, - 51.5462573 - ] - }, - "id": "node/13302073535" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302073536", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9359318, - 51.5463728 - ] - }, - "id": "node/13302073536" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302073537", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9358768, - 51.5465152 - ] - }, - "id": "node/13302073537" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302073538", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.935727, - 51.5468972 - ] - }, - "id": "node/13302073538" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302073539", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9357692, - 51.5467833 - ] - }, - "id": "node/13302073539" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302073540", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9358178, - 51.5466678 - ] - }, - "id": "node/13302073540" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302280985", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.941951, - 51.540062 - ] - }, - "id": "node/13302280985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302280986", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9418961, - 51.5402118 - ] - }, - "id": "node/13302280986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302280987", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9417512, - 51.5405729 - ] - }, - "id": "node/13302280987" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302280988", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9418323, - 51.540365 - ] - }, - "id": "node/13302280988" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302310015", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9367056, - 51.5444512 - ] - }, - "id": "node/13302310015" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302328572", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9402551, - 51.5444213 - ] - }, - "id": "node/13302328572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302328573", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9402795, - 51.5443595 - ] - }, - "id": "node/13302328573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302328574", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9402941, - 51.544315 - ] - }, - "id": "node/13302328574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302328580", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.940378, - 51.5441004 - ] - }, - "id": "node/13302328580" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302362801", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9404304, - 51.5439698 - ] - }, - "id": "node/13302362801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302362806", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9404838, - 51.5438461 - ] - }, - "id": "node/13302362806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302362809", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9405312, - 51.5437042 - ] - }, - "id": "node/13302362809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302362832", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9406025, - 51.5435395 - ] - }, - "id": "node/13302362832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302362837", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9406696, - 51.543363 - ] - }, - "id": "node/13302362837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302362856", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9407176, - 51.5432218 - ] - }, - "id": "node/13302362856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302362867", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9408493, - 51.5428907 - ] - }, - "id": "node/13302362867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302362880", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9409093, - 51.5427337 - ] - }, - "id": "node/13302362880" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302362895", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9410686, - 51.5423295 - ] - }, - "id": "node/13302362895" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302362896", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9409911, - 51.5425216 - ] - }, - "id": "node/13302362896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302362905", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9411242, - 51.5421788 - ] - }, - "id": "node/13302362905" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302362938", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9413697, - 51.5415532 - ] - }, - "id": "node/13302362938" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302362939", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9412473, - 51.5418664 - ] - }, - "id": "node/13302362939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302362940", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9411839, - 51.5420261 - ] - }, - "id": "node/13302362940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302374701", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9416835, - 51.5407696 - ] - }, - "id": "node/13302374701" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13302374702", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.941714, - 51.5406926 - ] - }, - "id": "node/13302374702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865469", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184643, - 51.5208313 - ] - }, - "id": "node/13327865469" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865470", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9183717, - 51.5208095 - ] - }, - "id": "node/13327865470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865471", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9181046, - 51.5208363 - ] - }, - "id": "node/13327865471" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865472", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9180211, - 51.5208319 - ] - }, - "id": "node/13327865472" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865473", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9178021, - 51.52079 - ] - }, - "id": "node/13327865473" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865474", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9180606, - 51.5207501 - ] - }, - "id": "node/13327865474" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865475", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9181987, - 51.5207428 - ] - }, - "id": "node/13327865475" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865476", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9183282, - 51.520739 - ] - }, - "id": "node/13327865476" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865477", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9184253, - 51.5206956 - ] - }, - "id": "node/13327865477" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865478", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185655, - 51.520706 - ] - }, - "id": "node/13327865478" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865479", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9185376, - 51.5206175 - ] - }, - "id": "node/13327865479" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865480", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9183191, - 51.5204516 - ] - }, - "id": "node/13327865480" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865481", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9183322, - 51.520343 - ] - }, - "id": "node/13327865481" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865482", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.918219, - 51.52031 - ] - }, - "id": "node/13327865482" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865483", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9181649, - 51.5202297 - ] - }, - "id": "node/13327865483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865484", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9178671, - 51.5200839 - ] - }, - "id": "node/13327865484" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865485", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9177526, - 51.5200857 - ] - }, - "id": "node/13327865485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865486", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9179014, - 51.5201533 - ] - }, - "id": "node/13327865486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865487", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9178805, - 51.5202072 - ] - }, - "id": "node/13327865487" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865488", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9177706, - 51.5202456 - ] - }, - "id": "node/13327865488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865489", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9176746, - 51.5202203 - ] - }, - "id": "node/13327865489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865490", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9177223, - 51.5204323 - ] - }, - "id": "node/13327865490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865491", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.917631, - 51.5204862 - ] - }, - "id": "node/13327865491" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865492", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9177235, - 51.5205546 - ] - }, - "id": "node/13327865492" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865493", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9176188, - 51.5206161 - ] - }, - "id": "node/13327865493" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865494", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9176033, - 51.5207025 - ] - }, - "id": "node/13327865494" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865495", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175744, - 51.5207618 - ] - }, - "id": "node/13327865495" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865496", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9176147, - 51.5208177 - ] - }, - "id": "node/13327865496" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865497", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175557, - 51.5217093 - ] - }, - "id": "node/13327865497" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865498", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9176965, - 51.5217644 - ] - }, - "id": "node/13327865498" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865499", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9177783, - 51.5217352 - ] - }, - "id": "node/13327865499" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327865500", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9178112, - 51.521638 - ] - }, - "id": "node/13327865500" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327876505", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9174662, - 51.5211721 - ] - }, - "id": "node/13327876505" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327876506", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9174739, - 51.5213088 - ] - }, - "id": "node/13327876506" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327876507", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9174527, - 51.5214671 - ] - }, - "id": "node/13327876507" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327876508", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9176556, - 51.5209107 - ] - }, - "id": "node/13327876508" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327876509", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175352, - 51.5210029 - ] - }, - "id": "node/13327876509" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327876510", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9175852, - 51.5211281 - ] - }, - "id": "node/13327876510" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327876511", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9176888, - 51.5211932 - ] - }, - "id": "node/13327876511" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327876512", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9177176, - 51.5212355 - ] - }, - "id": "node/13327876512" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13327876513", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9177806, - 51.5215457 - ] - }, - "id": "node/13327876513" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13328332527", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9427522, - 51.5264562 - ] - }, - "id": "node/13328332527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13328332897", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9415829, - 51.5266294 - ] - }, - "id": "node/13328332897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13328371461", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9411703, - 51.5242424 - ] - }, - "id": "node/13328371461" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13328374248", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9428714, - 51.5264604 - ] - }, - "id": "node/13328374248" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13328382318", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444561, - 51.526022 - ] - }, - "id": "node/13328382318" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13328384332", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443965, - 51.5260217 - ] - }, - "id": "node/13328384332" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13328388819", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9400241, - 51.5241799 - ] - }, - "id": "node/13328388819" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13328397647", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9415052, - 51.5255444 - ] - }, - "id": "node/13328397647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13328397743", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9399492, - 51.5244936 - ] - }, - "id": "node/13328397743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13328401649", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9401035, - 51.5253081 - ] - }, - "id": "node/13328401649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13328404371", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9399132, - 51.524718 - ] - }, - "id": "node/13328404371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13328405240", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9412142, - 51.5243504 - ] - }, - "id": "node/13328405240" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13328408292", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9401445, - 51.5236619 - ] - }, - "id": "node/13328408292" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13328412827", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9399327, - 51.5246026 - ] - }, - "id": "node/13328412827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13328413496", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.940091, - 51.5238713 - ] - }, - "id": "node/13328413496" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13328414294", - "leaf_cycle": "evergreen", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9417544, - 51.5238709 - ] - }, - "id": "node/13328414294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13328417317", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9405891, - 51.5247095 - ] - }, - "id": "node/13328417317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13328421331", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9405639, - 51.524795 - ] - }, - "id": "node/13328421331" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13328424249", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9411845, - 51.5248421 - ] - }, - "id": "node/13328424249" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13333558984", - "leaf_cycle": "evergreen", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9365371, - 51.5372398 - ] - }, - "id": "node/13333558984" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13333560722", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9362111, - 51.5372591 - ] - }, - "id": "node/13333560722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13333564547", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9366468, - 51.5373907 - ] - }, - "id": "node/13333564547" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13333565702", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9370632, - 51.537444 - ] - }, - "id": "node/13333565702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13333572317", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9361072, - 51.5372749 - ] - }, - "id": "node/13333572317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13333580359", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9371435, - 51.5375901 - ] - }, - "id": "node/13333580359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13333582404", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9366819, - 51.5374593 - ] - }, - "id": "node/13333582404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13333587523", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9368868, - 51.5374819 - ] - }, - "id": "node/13333587523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13333962450", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9510916, - 51.5604441 - ] - }, - "id": "node/13333962450" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13333963178", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9511108, - 51.5604033 - ] - }, - "id": "node/13333963178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13353079148", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9442478, - 51.5271486 - ] - }, - "id": "node/13353079148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13353081750", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.943279, - 51.5277353 - ] - }, - "id": "node/13353081750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13353101504", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9443516, - 51.527092 - ] - }, - "id": "node/13353101504" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13361167280", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277548, - 51.5609772 - ] - }, - "id": "node/13361167280" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13361167296", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277293, - 51.5607453 - ] - }, - "id": "node/13361167296" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13423479068", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9325583, - 51.5160184 - ] - }, - "id": "node/13423479068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13423493488", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9326069, - 51.5154218 - ] - }, - "id": "node/13423493488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13423502448", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9326913, - 51.5159903 - ] - }, - "id": "node/13423502448" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13423502924", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9326268, - 51.5155347 - ] - }, - "id": "node/13423502924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13423504208", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9327078, - 51.5161258 - ] - }, - "id": "node/13423504208" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13423504209", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9326519, - 51.5157013 - ] - }, - "id": "node/13423504209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13423535947", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9326388, - 51.5156189 - ] - }, - "id": "node/13423535947" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13423538419", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.932232, - 51.5151437 - ] - }, - "id": "node/13423538419" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13423539446", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9326739, - 51.5158061 - ] - }, - "id": "node/13423539446" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13423540080", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9323709, - 51.5151651 - ] - }, - "id": "node/13423540080" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13430196095", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9314589, - 51.5482126 - ] - }, - "id": "node/13430196095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13506943381", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9464948, - 51.5372163 - ] - }, - "id": "node/13506943381" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13566239853", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8921685, - 51.50016 - ] - }, - "id": "node/13566239853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13566239854", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8923233, - 51.5000987 - ] - }, - "id": "node/13566239854" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13566239855", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8923577, - 51.5000656 - ] - }, - "id": "node/13566239855" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13566239856", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8922807, - 51.4997365 - ] - }, - "id": "node/13566239856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13566239857", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8922584, - 51.4998166 - ] - }, - "id": "node/13566239857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13566239858", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8922815, - 51.4996883 - ] - }, - "id": "node/13566239858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13566239859", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8925165, - 51.499708 - ] - }, - "id": "node/13566239859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13566239860", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.8927002, - 51.499729 - ] - }, - "id": "node/13566239860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13584420002", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9565789, - 51.5072744 - ] - }, - "id": "node/13584420002" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13584420003", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.956395, - 51.5072779 - ] - }, - "id": "node/13584420003" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13584420004", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9561627, - 51.5072792 - ] - }, - "id": "node/13584420004" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13584420005", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9559755, - 51.5072804 - ] - }, - "id": "node/13584420005" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13604213674", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9842466, - 51.5601271 - ] - }, - "id": "node/13604213674" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13604213675", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9838475, - 51.5601491 - ] - }, - "id": "node/13604213675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13604213684", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9840291, - 51.5601193 - ] - }, - "id": "node/13604213684" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13604213717", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9849112, - 51.5599998 - ] - }, - "id": "node/13604213717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13606798539", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9824165, - 51.5592073 - ] - }, - "id": "node/13606798539" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13606834191", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9114937, - 51.554289 - ] - }, - "id": "node/13606834191" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13606834192", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9116739, - 51.5543291 - ] - }, - "id": "node/13606834192" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13606834193", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9118666, - 51.5543259 - ] - }, - "id": "node/13606834193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13606834194", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9119588, - 51.5541329 - ] - }, - "id": "node/13606834194" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13606834195", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9117817, - 51.5541646 - ] - }, - "id": "node/13606834195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13623849041", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9504114, - 51.5234708 - ] - }, - "id": "node/13623849041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13623849042", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9503537, - 51.5234781 - ] - }, - "id": "node/13623849042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13623849043", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9502961, - 51.5234854 - ] - }, - "id": "node/13623849043" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13626942237", - "denotation": "urban", - "genus": "Salix", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9536616, - 51.5346983 - ] - }, - "id": "node/13626942237" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13644928041", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277614, - 51.5611008 - ] - }, - "id": "node/13644928041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13644928046", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9277725, - 51.561323 - ] - }, - "id": "node/13644928046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13654666256", - "addr:street": "Burckhardtweg", - "leaf_cycle": "deciduous", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9518184, - 51.5591404 - ] - }, - "id": "node/13654666256" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13654832234", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.920663, - 51.5400779 - ] - }, - "id": "node/13654832234" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13654889650", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9157586, - 51.5411639 - ] - }, - "id": "node/13654889650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13654907060", - "leaf_cycle": "evergreen", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9461165, - 51.5591737 - ] - }, - "id": "node/13654907060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13654980781", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445412, - 51.5583935 - ] - }, - "id": "node/13654980781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13654980782", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445791, - 51.5583007 - ] - }, - "id": "node/13654980782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13654980784", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445075, - 51.5589475 - ] - }, - "id": "node/13654980784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13654985695", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445448, - 51.5584803 - ] - }, - "id": "node/13654985695" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13655011067", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447662, - 51.558907 - ] - }, - "id": "node/13655011067" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13655012889", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.94456, - 51.5589999 - ] - }, - "id": "node/13655012889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13655012896", - "leaf_cycle": "evergreen", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459773, - 51.5591707 - ] - }, - "id": "node/13655012896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13655023087", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445863, - 51.5584054 - ] - }, - "id": "node/13655023087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13655029435", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446295, - 51.558315 - ] - }, - "id": "node/13655029435" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13655029961", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445072, - 51.5585545 - ] - }, - "id": "node/13655029961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13655029966", - "leaf_cycle": "evergreen", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9458073, - 51.5591784 - ] - }, - "id": "node/13655029966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13655033519", - "leaf_cycle": "evergreen", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451525, - 51.5592123 - ] - }, - "id": "node/13655033519" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13655043130", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445484, - 51.5584303 - ] - }, - "id": "node/13655043130" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13655044416", - "leaf_cycle": "evergreen", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9453761, - 51.5591803 - ] - }, - "id": "node/13655044416" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13655044972", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446769, - 51.5586419 - ] - }, - "id": "node/13655044972" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13655044973", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447225, - 51.5587404 - ] - }, - "id": "node/13655044973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13655046522", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9444143, - 51.5584334 - ] - }, - "id": "node/13655046522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13655047959", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9445179, - 51.5588624 - ] - }, - "id": "node/13655047959" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13655048107", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9441558, - 51.5581804 - ] - }, - "id": "node/13655048107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13655061931", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.944748, - 51.5589668 - ] - }, - "id": "node/13655061931" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13655062759", - "leaf_cycle": "evergreen", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9452467, - 51.5591856 - ] - }, - "id": "node/13655062759" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13655065494", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9447053, - 51.5588403 - ] - }, - "id": "node/13655065494" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13655070147", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9446271, - 51.5588687 - ] - }, - "id": "node/13655070147" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13655073741", - "leaf_cycle": "evergreen", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9454929, - 51.5591757 - ] - }, - "id": "node/13655073741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13655078301", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9451524, - 51.5590556 - ] - }, - "id": "node/13655078301" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13655078504", - "leaf_cycle": "evergreen", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9455908, - 51.5591756 - ] - }, - "id": "node/13655078504" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13655079375", - "leaf_cycle": "evergreen", - "leaf_type": "needleleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9459292, - 51.5589934 - ] - }, - "id": "node/13655079375" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13658716295", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9559675, - 51.5574814 - ] - }, - "id": "node/13658716295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13658778367", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9559259, - 51.5574814 - ] - }, - "id": "node/13658778367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13658783647", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9558814, - 51.557506 - ] - }, - "id": "node/13658783647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13664798524", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9484172, - 51.5597635 - ] - }, - "id": "node/13664798524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13664798525", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9485157, - 51.5598327 - ] - }, - "id": "node/13664798525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/13664798569", - "leaf_type": "broadleaved", - "natural": "tree" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9478794, - 51.5597681 - ] - }, - "id": "node/13664798569" - } - ] -} \ No newline at end of file diff --git a/public/favicon-196.png b/public/favicon-196.png deleted file mode 100644 index d3ac1e1..0000000 Binary files a/public/favicon-196.png and /dev/null differ diff --git a/public/manifest-icon-192.maskable.png b/public/manifest-icon-192.maskable.png deleted file mode 100644 index 174258e..0000000 Binary files a/public/manifest-icon-192.maskable.png and /dev/null differ diff --git a/public/manifest-icon-512.maskable.png b/public/manifest-icon-512.maskable.png deleted file mode 100644 index 9a35f17..0000000 Binary files a/public/manifest-icon-512.maskable.png and /dev/null differ diff --git a/public/manifest.json b/public/manifest.json deleted file mode 100644 index ef78050..0000000 --- a/public/manifest.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "short_name": "MapComponents app", - "name": "MapComponents + TypeScript + React App", - "icons": [ - { - "src": "manifest-icon-192.maskable.png", - "sizes": "192x192", - "type": "image/png", - "purpose": "any" - }, - { - "src": "manifest-icon-192.maskable.png", - "sizes": "192x192", - "type": "image/png", - "purpose": "maskable" - }, - { - "src": "manifest-icon-512.maskable.png", - "sizes": "512x512", - "type": "image/png", - "purpose": "any" - }, - { - "src": "manifest-icon-512.maskable.png", - "sizes": "512x512", - "type": "image/png", - "purpose": "maskable" - }, - { - "src": "favicon.ico", - "sizes": "64x64 32x32 24x24 16x16", - "type": "image/x-icon" - } - ], - "start_url": ".", - "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" - } \ No newline at end of file diff --git a/src/App.css b/src/App.css deleted file mode 100644 index e69de29..0000000 diff --git a/src/App.tsx b/src/App.tsx deleted file mode 100644 index 3424a03..0000000 --- a/src/App.tsx +++ /dev/null @@ -1,22 +0,0 @@ -import "./App.css"; -import { - MapLibreMap, -} from "@mapcomponents/react-maplibre"; - -function App() { - return ( - <> -

Eine Test Karte

- - - ); -} - -export default App; diff --git a/src/components/HedgeLayer/HedgeLayer.tsx b/src/components/HedgeLayer/HedgeLayer.tsx deleted file mode 100644 index a43b8c6..0000000 --- a/src/components/HedgeLayer/HedgeLayer.tsx +++ /dev/null @@ -1,35 +0,0 @@ -import { useEffect, useState } from "react"; -import { MlGeoJsonLayer } from "@mapcomponents/react-maplibre"; -import type { FeatureCollection } from "geojson"; - -export default function HedgeLayer() { - const [geojson, setGeojson] = useState(null); - - useEffect(() => { - fetch("/assets/hedges.geojson") - .then((res) => res.json()) - .then(setGeojson); - }, []); - - if (!geojson) return null; - - return ( - - ); -} diff --git a/src/components/LayerTree.tsx b/src/components/LayerTree.tsx deleted file mode 100644 index 74b2670..0000000 --- a/src/components/LayerTree.tsx +++ /dev/null @@ -1,58 +0,0 @@ -import { useState } from "react"; -import List from "@mui/material/List"; -import ListItem from "@mui/material/ListItem"; -import ListItemIcon from "@mui/material/ListItemIcon"; -import ListItemText from "@mui/material/ListItemText"; -import Checkbox from "@mui/material/Checkbox"; -import Typography from "@mui/material/Typography"; -import Divider from "@mui/material/Divider"; - -import ThreeDTilesLayer from "./ThreeDTilesLayer/ThreeDTilesLayer_1"; -//import TreeLayer from "./TreeLayer/TreeLayer_1"; -//import HedgeLayer from "./HedgeLayer/HedgeLayer"; - -const LAYERS = [ - //{ id: "hedges", label: "Hedges", component: }, - { id: "tiles3d", label: "3D Buildings", component: }, - //{ id: "trees", label: "Trees", component: }, -] as const; - -export default function LayerTree() { - const [visible, setVisible] = useState>( - Object.fromEntries(LAYERS.map((l) => [l.id, true])), - ); - - const toggle = (id: string) => setVisible((v) => ({ ...v, [id]: !v[id] })); - - return ( - <> - - Layers - - - {LAYERS.map((layer) => ( - toggle(layer.id)} - sx={{ cursor: "pointer" }} - > - - - - - - ))} - - - {LAYERS.map((layer) => visible[layer.id] && layer.component)} - - ); -} diff --git a/src/components/Light.tsx b/src/components/Light.tsx deleted file mode 100644 index 1787a2e..0000000 --- a/src/components/Light.tsx +++ /dev/null @@ -1,24 +0,0 @@ -import { useEffect } from "react"; -import { LightingEffect, AmbientLight, DirectionalLight } from "@deck.gl/core"; -import { useDeckGl } from "@mapcomponents/deck-gl"; - -const effect = new LightingEffect({ - ambientLight: new AmbientLight({ color: [255, 255, 255], intensity: 1.8 }), - sunLight: new DirectionalLight({ - color: [255, 240, 200], - intensity: 2.0, - direction: [-2, -4, -3], - }), -}); - -export default function LightingSetup() { - const { addEffect, removeEffect } = useDeckGl(); - - useEffect(() => { - addEffect(effect); - return () => removeEffect(effect); - }, []); - - return null; -} - diff --git a/src/components/ThreeDTilesLayer/ThreeDTilesLayer_1.tsx b/src/components/ThreeDTilesLayer/ThreeDTilesLayer_1.tsx deleted file mode 100644 index 2c0f548..0000000 --- a/src/components/ThreeDTilesLayer/ThreeDTilesLayer_1.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import Ml3DTileLayer from "../../lib/MlTile3DLayer/Ml3DTilesLayer"; - -type Props = {}; - -export default function ThreeDTilesLayer({}: Props) { - return ( - <> - - - ); -} diff --git a/src/components/ThreeDTilesLayer/ThreeDTilesLayer_2.tsx b/src/components/ThreeDTilesLayer/ThreeDTilesLayer_2.tsx deleted file mode 100644 index 2001063..0000000 --- a/src/components/ThreeDTilesLayer/ThreeDTilesLayer_2.tsx +++ /dev/null @@ -1,35 +0,0 @@ -import { useCallback, useRef } from "react"; -import Ml3DTileLayer from "../../lib/MlTile3DLayer/Ml3DTilesLayer"; -import type { Tile3D } from "@loaders.gl/tiles"; -import type { Color } from "@deck.gl/core"; - -type Props = {}; - -export default function ThreeDTilesLayer({}: Props) { - const selectedRef = useRef(null); - - const getFeatureColor = useCallback( - (featureId: number, tile: Tile3D): Color => { - const props = tile.content?.propertyTable?.[featureId]; - const surface = (props?.surface as string)?.toLowerCase(); - - if (surface === "roof") { - return [255, 80, 80]; - } - return [235, 235, 235]; - }, - [], - ); - - return ( - <> - [0,200,0]} - //getFeatureColor={getFeatureColor} - beforeId="waterway-name" - /> - - ); -} diff --git a/src/components/ThreeDTilesLayer/ThreeDTilesLayer_3.tsx b/src/components/ThreeDTilesLayer/ThreeDTilesLayer_3.tsx deleted file mode 100644 index 42af9c2..0000000 --- a/src/components/ThreeDTilesLayer/ThreeDTilesLayer_3.tsx +++ /dev/null @@ -1,56 +0,0 @@ -import { useCallback, useRef, useState } from "react"; -import { Enhanced3DTilePickingInfo } from "../../lib/MlTile3DLayer/Tiles3DLayer2"; -import Ml3DTileLayer from "../../lib/MlTile3DLayer/Ml3DTilesLayer"; -import type { Tile3D } from "@loaders.gl/tiles"; -import type { Color } from "@deck.gl/core"; - -type Props = {}; - -export default function ThreeDTilesLayer({}: Props) { - const [colorVersion, setColorVersion] = useState(0); - const selectedRef = useRef(null); - - const getFeatureColor = useCallback( - (featureId: number, tile: Tile3D): Color => { - const props = tile.content?.propertyTable?.[featureId]; - const gmlId = props?.gml_id as string | undefined; - const surface = (props?.surface as string)?.toLowerCase(); - - if (selectedRef.current && gmlId === selectedRef.current) { - return [0, 200, 0]; - } - if (surface === "roof") { - return [255, 80, 80]; - } - return [235, 235, 235]; - }, - [], - ); - - const onClick = useCallback((info: unknown) => { - const pickInfo = info as Enhanced3DTilePickingInfo; - if (!pickInfo.picked) return; - - const gmlId = pickInfo.featureProperties?.gml_id as string | undefined; - if (gmlId) { - const isDeselect = selectedRef.current === gmlId; - selectedRef.current = isDeselect ? null : gmlId; - setColorVersion((v) => v + 1); - } - }, []); - - return ( - <> - console.log(info)} - updateTrigger={colorVersion} - beforeId="waterway-name" - /> - - ); -} diff --git a/src/components/ThreeDTilesLayer/ThreeDTilesLayer_final.tsx b/src/components/ThreeDTilesLayer/ThreeDTilesLayer_final.tsx deleted file mode 100644 index cbc679b..0000000 --- a/src/components/ThreeDTilesLayer/ThreeDTilesLayer_final.tsx +++ /dev/null @@ -1,106 +0,0 @@ -import { useCallback, useRef, useState } from "react"; -import { Enhanced3DTilePickingInfo } from "../../lib/MlTile3DLayer/Tiles3DLayer2"; -import Ml3DTileLayer from "../../lib/MlTile3DLayer/Ml3DTilesLayer"; -import type { Tile3D } from "@loaders.gl/tiles"; -import type { Color } from "@deck.gl/core"; -import Box from "@mui/material/Box"; -import Typography from "@mui/material/Typography"; -import Divider from "@mui/material/Divider"; -import Paper from "@mui/material/Paper"; - -type Props = {}; - -export default function ThreeDTilesLayer({}: Props) { - const [colorVersion, setColorVersion] = useState(0); - const selectedRef = useRef(null); - const [selectedProps, setSelectedProps] = useState | null>(null); - - const getFeatureColor = useCallback( - (featureId: number, tile: Tile3D): Color => { - const props = tile.content?.propertyTable?.[featureId]; - const gmlId = props?.gml_id as string | undefined; - const surface = (props?.surface as string)?.toLowerCase(); - - if (selectedRef.current && gmlId === selectedRef.current) { - return [0, 200, 0]; - } - if (surface === "roof") { - return [255, 80, 80]; - } - return [235, 235, 235]; - }, - [], - ); - - const onClick = useCallback((info: unknown) => { - const pickInfo = info as Enhanced3DTilePickingInfo; - if (!pickInfo.picked) return; - - const gmlId = pickInfo.featureProperties?.gml_id as string | undefined; - if (gmlId) { - const isDeselect = selectedRef.current === gmlId; - selectedRef.current = isDeselect ? null : gmlId; - setSelectedProps( - isDeselect ? null : (pickInfo.featureProperties ?? null), - ); - setColorVersion((v) => v + 1); - } - }, []); - - return ( - <> - - - {selectedProps && ( - - - - Selected Building - - - - - {Object.entries(selectedProps).map(([key, value]) => ( - - - {key} - - - {String(value)} - - - ))} - - - )} - - ); -} diff --git a/src/components/TreeLayer/TreeLayer_1.tsx b/src/components/TreeLayer/TreeLayer_1.tsx deleted file mode 100644 index 2a397d2..0000000 --- a/src/components/TreeLayer/TreeLayer_1.tsx +++ /dev/null @@ -1,78 +0,0 @@ -import { useEffect, useState } from "react"; -import { MlSceneGraphLayer } from "@mapcomponents/deck-gl"; - -interface TreeFeature { - type: "Feature"; - properties: { - leaf_type?: string; - height?: string | number; - [key: string]: unknown; - }; - geometry: { - type: "Point"; - coordinates: [number, number] | [number, number, number]; - }; -} - -const getPosition = (d: unknown): [number, number, number] => { - const f = d as TreeFeature; - const [lon, lat] = f.geometry.coordinates; - return [lon, lat, 0]; -}; - -interface TreeLayerProps { - mapId?: string; - sizeScale?: number; -} - -const TreeLayer = ({ mapId, sizeScale = 15 }: TreeLayerProps) => { - const [pineFeatures, setPineFeatures] = useState([]); - const [broadleafFeatures, setBroadleafFeatures] = useState([]); - - useEffect(() => { - fetch("/assets/trees.geojson") - .then((res) => res.json()) - .then((data: { features: TreeFeature[] }) => { - const features = data.features; - setPineFeatures( - features.filter((f) => f.properties.leaf_type === "needleleaved") - ); - setBroadleafFeatures( - features.filter((f) => f.properties.leaf_type !== "needleleaved") - ); - }); - }, []); - - return ( - <> - {pineFeatures.length > 0 && ( - - )} - {broadleafFeatures.length > 0 && ( - - )} - - ); -}; - -export default TreeLayer; diff --git a/src/components/TreeLayer/TreeLayer_final.tsx b/src/components/TreeLayer/TreeLayer_final.tsx deleted file mode 100644 index 8378acd..0000000 --- a/src/components/TreeLayer/TreeLayer_final.tsx +++ /dev/null @@ -1,152 +0,0 @@ -import { useCallback, useEffect, useState } from "react"; -import { MlSceneGraphLayer } from "@mapcomponents/deck-gl"; -import Box from "@mui/material/Box"; -import Divider from "@mui/material/Divider"; -import Paper from "@mui/material/Paper"; -import Typography from "@mui/material/Typography"; - -interface TreeFeature { - type: "Feature"; - properties: { - leaf_type?: string; - height?: string | number; - [key: string]: unknown; - }; - geometry: { - type: "Point"; - coordinates: [number, number] | [number, number, number]; - }; -} - -const getPosition = (d: unknown): [number, number, number] => { - const f = d as TreeFeature; - const [lon, lat] = f.geometry.coordinates; - return [lon, lat, 0]; -}; - -interface TreeLayerProps { - mapId?: string; - sizeScale?: number; -} - -const TreeLayer = ({ mapId, sizeScale = 15 }: TreeLayerProps) => { - const [pineFeatures, setPineFeatures] = useState([]); - const [broadleafFeatures, setBroadleafFeatures] = useState([]); - const [selectedFeature, setSelectedFeature] = useState(null); - - const selectedProps = selectedFeature ? (selectedFeature.properties as Record) : null; - - const onClick = useCallback((info: unknown) => { - const pickInfo = info as { picked?: boolean; object?: TreeFeature }; - if (!pickInfo.picked || !pickInfo.object) return; - const feature = pickInfo.object; - setSelectedFeature((prev) => - JSON.stringify(prev?.geometry.coordinates) === JSON.stringify(feature.geometry.coordinates) - ? null - : feature - ); - }, []); - - useEffect(() => { - fetch("/assets/trees.geojson") - .then((res) => res.json()) - .then((data: { features: TreeFeature[] }) => { - const features = data.features; - setPineFeatures( - features.filter((f) => f.properties.leaf_type === "needleleaved") - ); - setBroadleafFeatures( - features.filter((f) => f.properties.leaf_type !== "needleleaved") - ); - }); - }, []); - - const isSelected = useCallback( - (f: TreeFeature) => - selectedFeature !== null && - JSON.stringify(f.geometry.coordinates) === - JSON.stringify(selectedFeature.geometry.coordinates), - [selectedFeature] - ); - - const yellowColor: [number, number, number, number] = [255, 255, 0, 255]; - - return ( - <> - {pineFeatures.length > 0 && ( - !isSelected(f)) as unknown[]} - scenegraph="/assets/low_poly_pine.glb" - getPosition={getPosition} - getOrientation={[0, 0, 90]} - sizeScale={sizeScale} - _lighting="pbr" - updateTriggers={{ data: selectedFeature }} - pickable - onClick={onClick} - /> - )} - {broadleafFeatures.length > 0 && ( - !isSelected(f)) as unknown[]} - scenegraph="/assets/low_poly_tree.glb" - getPosition={getPosition} - getOrientation={[0, 0, 90]} - sizeScale={sizeScale} - _lighting="pbr" - updateTriggers={{ data: selectedFeature }} - pickable - onClick={onClick} - /> - )} - {selectedFeature && ( - yellowColor} - pickable - onClick={onClick} - /> - )} - - {selectedProps && ( - - - - Selected Tree - - - - - {Object.entries(selectedProps).map(([key, value]) => ( - - - {key} - - - {String(value)} - - - ))} - - - )} - - ); -}; - -export default TreeLayer; diff --git a/src/index.css b/src/index.css deleted file mode 100644 index 22321e3..0000000 --- a/src/index.css +++ /dev/null @@ -1,9 +0,0 @@ -body { - padding: 0; -} - -h1 { - font-family:'Trebuchet MS'; - margin: 0; - text-align: center; -} \ No newline at end of file diff --git a/src/lib/MlTile3DLayer/Ml3DTilesLayer.tsx b/src/lib/MlTile3DLayer/Ml3DTilesLayer.tsx deleted file mode 100644 index 2a9be29..0000000 --- a/src/lib/MlTile3DLayer/Ml3DTilesLayer.tsx +++ /dev/null @@ -1,93 +0,0 @@ -// This file is inspired by @mapcomponents/deck-gl's Ml3DTileLayer -// (https://github.com/mapcomponents/react-map-components-maplibre) -// -// Original work: Copyright (c) 2021 WhereGroup GmbH — MIT License -// Modified to use the custom Tile3DLayer2 class (Tiles3DLayer2.tsx) instead of -// deck.gl's built-in Tile3DLayer, enabling in-place layer replacement without -// restarting tile loading and exposing the updateTrigger prop. -// -// SPDX-License-Identifier: MIT - -import { useContext, useEffect, useMemo, useRef } from 'react'; -import { useMap } from '@mapcomponents/react-maplibre'; -//import { Tile3DLayer, Tile3DLayerProps } from '@deck.gl/geo-layers'; -import { default as Tile3DLayer, Tile3DLayer2Props } from './Tiles3DLayer2'; -import { DeckGlContext } from '@mapcomponents/deck-gl'; -import type { Layer } from '@deck.gl/core'; - -export interface Ml3DTileLayerProps extends Tile3DLayer2Props { - /** - * Id of the target MapLibre instance in mapContext - */ - mapId?: string; - /** - * Id of an existing layer in the mapLibre instance to help specify the layer order - * This layer will be visually beneath the layer with the "beforeId" id. - */ - beforeId?: string; -} - -const Ml3DTileLayer = (props: Ml3DTileLayerProps) => { - const { mapId, ...Ml3DTileProps } = props; - const mapHook = useMap({ mapId: mapId }); - const deckGlContext = useContext(DeckGlContext); - const layerRef = useRef(null); - - const tile3dLayer = useMemo(() => { - if (!Ml3DTileProps.data) return null; - else - return new Tile3DLayer({ - ...Ml3DTileProps, - }); - }, [ - Ml3DTileProps.data, - Ml3DTileProps.id, - Ml3DTileProps.pickable, - Ml3DTileProps.onTileLoad, - Ml3DTileProps.onTileUnload, - Ml3DTileProps.loadOptions, - Ml3DTileProps.loaders, - Ml3DTileProps.visible, - Ml3DTileProps.opacity, - Ml3DTileProps.pointSize, - Ml3DTileProps.beforeId, - Ml3DTileProps.getFeatureColor, - Ml3DTileProps.onClick, - Ml3DTileProps.updateTrigger, - ]); - - // Add or replace the layer in the deck.gl layer array in-place. - // This avoids remove+add which would destroy the tileset via MapboxOverlay. - useEffect(() => { - if (!mapHook.map || !tile3dLayer) return; - - const prev = layerRef.current; - layerRef.current = tile3dLayer; - - deckGlContext.setDeckGlLayerArray((layers) => { - if (prev) { - // Replace old layer reference in-place - return layers.map((l) => (l === prev ? tile3dLayer : l)); - } - // First mount: append - return [...layers, tile3dLayer]; - }); - }, [mapHook.map, tile3dLayer]); - - // Remove layer only on unmount - useEffect(() => { - return () => { - const layer = layerRef.current; - if (layer) { - deckGlContext.setDeckGlLayerArray((layers) => - layers.filter((l) => l !== layer) - ); - layerRef.current = null; - } - }; - }, []); - - return <>; -}; - -export default Ml3DTileLayer; \ No newline at end of file diff --git a/src/lib/MlTile3DLayer/Tiles3DLayer2.tsx b/src/lib/MlTile3DLayer/Tiles3DLayer2.tsx deleted file mode 100644 index 43dd5ed..0000000 --- a/src/lib/MlTile3DLayer/Tiles3DLayer2.tsx +++ /dev/null @@ -1,544 +0,0 @@ -// This file is derived from deck.gl's Tile3DLayer -// (https://github.com/visgl/deck.gl/blob/master/modules/geo-layers/src/tile-3d-layer/tile-3d-layer.ts) -// -// Original work: Copyright (c) Vis.gl contributors — MIT License -// Modified work: per-feature GPU picking, per-feature color via getFeatureColor, -// glTF→MESH conversion with EXT_structural_metadata property table support, -// and enhanced PickingInfo type (Enhanced3DTilePickingInfo). -// -// SPDX-License-Identifier: MIT - -import {Geometry} from '@luma.gl/engine'; -import { - Accessor, - Color, - CompositeLayer, - CompositeLayerProps, - COORDINATE_SYSTEM, - FilterContext, - GetPickingInfoParams, - Layer, - LayersList, - log, - PickingInfo, - UpdateParameters, - Viewport, - DefaultProps, -} from '@deck.gl/core'; -import {PointCloudLayer} from '@deck.gl/layers'; -import {ScenegraphLayer} from '@deck.gl/mesh-layers'; -// Internal MeshLayer supports featureIds + PBR; the public SimpleMeshLayer does not. -import MeshLayer from '../../../node_modules/@deck.gl/geo-layers/dist/mesh-layer/mesh-layer.js'; -import {load} from '@loaders.gl/core'; -import type {MeshAttributes} from '@loaders.gl/schema'; -import {Tileset3D, Tile3D, TILE_TYPE} from '@loaders.gl/tiles'; -import {Tiles3DLoader} from '@loaders.gl/3d-tiles'; - -export type Enhanced3DTilePickingInfo = PickingInfo & { - sourceTile: Tile3D | null; - featureId?: number; - featureProperties?: Record; -}; - -const SINGLE_DATA = [0]; - -export type Tile3DLayer2Props = _Tile3DLayer2Props & - CompositeLayerProps; - -type _Tile3DLayer2Props = { - data: string; - getPointColor?: Accessor; - pointSize?: number; - /** @deprecated Use `loaders` instead */ - loader?: typeof Tiles3DLoader; - onTilesetLoad?: (tileset: Tileset3D) => void; - onTileLoad?: (tile: Tile3D) => void; - onTileUnload?: (tile: Tile3D) => void; - onTileError?: (tile: Tile3D, url: string, message: string) => void; - /** Per-feature color function. Receives featureId and owning Tile3D. Returns [r,g,b] or [r,g,b,a] in 0–255. */ - getFeatureColor?: (featureId: number, tile: Tile3D) => Color; - /** Tile-level fallback color for MESH tiles when getFeatureColor is not provided. */ - _getMeshColor?: (tile: Tile3D) => Color; - /** Bump to force a per-feature color rebuild without restarting tile loading. */ - updateTrigger?: number; -}; - -const defaultProps: DefaultProps = { - getPointColor: {type: 'accessor', value: [0, 0, 0, 255]}, - pointSize: 1.0, - data: '', - loader: Tiles3DLoader, - onTilesetLoad: {type: 'function', value: () => {}}, - onTileLoad: {type: 'function', value: () => {}}, - onTileUnload: {type: 'function', value: () => {}}, - onTileError: {type: 'function', value: () => {}}, - getFeatureColor: {type: 'function', value: null, optional: true} as any, - _getMeshColor: {type: 'function', value: () => [255, 255, 255]}, - updateTrigger: 0, -}; - -/** - * Drop-in replacement for deck.gl's Tile3DLayer with per-feature GPU picking - * and per-feature mesh coloring. onClick/onHover receive featureId and - * featureProperties in addition to the tile object. - */ -export default class Tile3DLayer2< - DataT = any, - ExtraPropsT extends {} = {}, -> extends CompositeLayer>> { - static defaultProps = defaultProps; - static layerName = 'Tile3DLayer2'; - - declare state: { - activeViewports: Record; - frameNumber?: number; - lastUpdatedViewports: Record | null; - layerMap: Record; - tileset3d: Tileset3D | null; - }; - - initializeState(): void { - if ('onTileLoadFail' in this.props) { - log.removed('onTileLoadFail', 'onTileError')(); - } - this.state = { - layerMap: {}, - tileset3d: null, - activeViewports: {}, - lastUpdatedViewports: null, - }; - } - - get isLoaded(): boolean { - return Boolean(this.state?.tileset3d?.isLoaded() && super.isLoaded); - } - - shouldUpdateState({changeFlags}: UpdateParameters): boolean { - return changeFlags.somethingChanged; - } - - updateState({props, oldProps, changeFlags}: UpdateParameters): void { - if (props.data && props.data !== oldProps.data) { - // eslint-disable-next-line @typescript-eslint/no-floating-promises - this._loadTileset(props.data); - } - if (changeFlags.viewportChanged) { - const {activeViewports} = this.state; - if (Object.keys(activeViewports).length) { - this._updateTileset(activeViewports); - this.state.lastUpdatedViewports = activeViewports; - this.state.activeViewports = {}; - } - } - if (changeFlags.propsChanged) { - for (const key in this.state.layerMap) { - this.state.layerMap[key].needsUpdate = true; - } - this.setNeedsUpdate(); - } - } - - activateViewport(viewport: Viewport): void { - const {activeViewports, lastUpdatedViewports} = this.state; - this.internalState!.viewport = viewport; - activeViewports[viewport.id] = viewport; - const lastViewport = lastUpdatedViewports?.[viewport.id]; - if (!lastViewport || !viewport.equals(lastViewport)) { - this.setChangeFlags({viewportChanged: true}); - this.setNeedsUpdate(); - } - } - - getPickingInfo({info, sourceLayer}: GetPickingInfoParams): Enhanced3DTilePickingInfo { - const sourceTile: Tile3D | null = sourceLayer - ? (sourceLayer.props as any).tile ?? null - : null; - - const result = info as Enhanced3DTilePickingInfo; - result.sourceTile = sourceTile; - - if (info.picked && sourceTile) { - result.object = sourceTile; - const featureIds: ArrayLike | undefined = sourceTile.content?.featureIds; - if (featureIds && featureIds.length > 0) { - const featureId = info.index; - if (featureId != null && featureId >= 0) { - result.featureId = featureId; - result.featureProperties = resolveFeatureProperties(sourceTile, featureId); - } - } - } - - return result; - } - - filterSubLayer({layer, viewport}: FilterContext): boolean { - const {tile} = layer.props as unknown as {tile: Tile3D}; - return tile.selected && tile.viewportIds.includes(viewport.id); - } - - protected _updateAutoHighlight(info: PickingInfo): void { - const sourceTile = (info as Enhanced3DTilePickingInfo).sourceTile; - const layerCache = sourceTile ? this.state.layerMap[sourceTile.id] : null; - if (layerCache?.layer) { - (layerCache.layer as any).updateAutoHighlight(info); - } - } - - private async _loadTileset(tilesetUrl: string): Promise { - const {loadOptions = {}} = this.props; - // @ts-ignore — support both deprecated `loader` and `loaders` - const loaders = this.props.loader || this.props.loaders; - const loader = Array.isArray(loaders) ? loaders[0] : loaders; - - const options: any = {loadOptions: {...loadOptions}}; - let actualTilesetUrl = tilesetUrl; - - if (loader?.preload) { - const preloadOptions = await loader.preload(tilesetUrl, loadOptions); - if (preloadOptions.url) actualTilesetUrl = preloadOptions.url; - if (preloadOptions.headers) { - options.loadOptions.fetch = { - ...options.loadOptions.fetch, - headers: preloadOptions.headers, - }; - } - Object.assign(options, preloadOptions); - } - - const tilesetJson = await load(actualTilesetUrl, loader, options.loadOptions); - const tileset3d = new Tileset3D(tilesetJson, { - onTileLoad: this._onTileLoad.bind(this), - onTileUnload: this._onTileUnload.bind(this), - onTileError: this.props.onTileError, - ...options, - }); - - this.setState({tileset3d, layerMap: {}}); - this._updateTileset(this.state.activeViewports); - this.props.onTilesetLoad(tileset3d); - } - - private _onTileLoad(tileHeader: Tile3D): void { - this._convertScenegraphToMesh(tileHeader); - this.props.onTileLoad(tileHeader); - this._updateTileset(this.state.lastUpdatedViewports); - this.setNeedsUpdate(); - } - - private _onTileUnload(tileHeader: Tile3D): void { - delete this.state.layerMap[tileHeader.id]; - this.props.onTileUnload(tileHeader); - } - - private _updateTileset(viewports: Record | null): void { - if (!viewports) return; - const {tileset3d} = this.state; - const {timeline} = this.context; - if (!timeline || !Object.keys(viewports).length || !tileset3d) return; - // eslint-disable-next-line @typescript-eslint/no-floating-promises - tileset3d.selectTiles(Object.values(viewports)).then((frameNumber) => { - if (this.state.frameNumber !== frameNumber) { - this.setState({frameNumber}); - } - }); - } - - /** Converts glTF SCENEGRAPH tiles to MESH in-place to enable per-feature picking and coloring. */ - private _convertScenegraphToMesh(tileHeader: Tile3D): void { - const content = tileHeader.content; - if (!content?.gltf || content.attributes) return; - - const gltf = content.gltf; - const prim = gltf.meshes?.[0]?.primitives?.[0]; - if (!prim?.attributes?.POSITION) return; - - const posAttr = prim.attributes.POSITION; - const normAttr = prim.attributes.NORMAL; - const featureIdRaw = - prim.attributes._FEATURE_ID_0 || - prim.attributes._BATCHID || - prim.attributes.BATCHID; - - const rawPositions: Float32Array = posAttr.value || posAttr; - const rawNormals: Float32Array | undefined = normAttr?.value || normAttr; - const indices = prim.indices?.value || prim.indices; - - const node = gltf.nodes?.find((n: any) => n.mesh != null); - const nodeMatrix: number[] | undefined = node?.matrix; - const positions = new Float32Array(rawPositions.length); - const normals = rawNormals ? new Float32Array(rawNormals.length) : undefined; - - if (nodeMatrix && !isIdentityMatrix(nodeMatrix)) { - // Apply glTF node transform (affine: M * [x, y, z, 1]) - for (let i = 0; i < rawPositions.length; i += 3) { - const x = rawPositions[i], y = rawPositions[i + 1], z = rawPositions[i + 2]; - positions[i] = nodeMatrix[0] * x + nodeMatrix[4] * y + nodeMatrix[8] * z + nodeMatrix[12]; - positions[i + 1] = nodeMatrix[1] * x + nodeMatrix[5] * y + nodeMatrix[9] * z + nodeMatrix[13]; - positions[i + 2] = nodeMatrix[2] * x + nodeMatrix[6] * y + nodeMatrix[10] * z + nodeMatrix[14]; - } - // Apply upper-3x3 to normals (no translation) - if (rawNormals && normals) { - for (let i = 0; i < rawNormals.length; i += 3) { - const x = rawNormals[i], y = rawNormals[i + 1], z = rawNormals[i + 2]; - normals[i] = nodeMatrix[0] * x + nodeMatrix[4] * y + nodeMatrix[8] * z; - normals[i + 1] = nodeMatrix[1] * x + nodeMatrix[5] * y + nodeMatrix[9] * z; - normals[i + 2] = nodeMatrix[2] * x + nodeMatrix[6] * y + nodeMatrix[10] * z; - } - } - } else { - positions.set(rawPositions); - if (rawNormals && normals) normals.set(rawNormals); - } - - content.attributes = { - positions: {size: 3, value: positions}, - ...(normals ? {normals: {size: 3, value: normals}} : {}), - }; - content.indices = indices || undefined; - if (prim.material) content.material = prim.material; - - if (featureIdRaw) { - const rawValues = featureIdRaw.value || featureIdRaw; - const featureIds = new Uint32Array(rawValues.length); - for (let i = 0; i < rawValues.length; i++) featureIds[i] = rawValues[i]; - content.featureIds = featureIds; - } - - // Build per-feature property table from EXT_structural_metadata. - // loaders.gl resolves the binary arrays into typed JS arrays at load time. - const pt = gltf.extensions?.EXT_structural_metadata?.propertyTables?.[0]; - if (pt) { - content.propertyTable = Array.from({length: pt.count || 0}, (_, i) => { - const row: Record = {}; - for (const [key, prop] of Object.entries(pt.properties || {})) { - const data = (prop as any).data; - if (Array.isArray(data)) row[key] = data[i]; - } - return row; - }); - } - - (tileHeader as any).type = TILE_TYPE.MESH; - } - - private _getSubLayer( - tileHeader: Tile3D, - oldLayer?: Layer, - ): MeshLayer | PointCloudLayer | ScenegraphLayer | null { - if (!tileHeader.content) return null; - switch (tileHeader.type as TILE_TYPE) { - case TILE_TYPE.POINTCLOUD: - return this._makePointCloudLayer(tileHeader, oldLayer as PointCloudLayer); - case TILE_TYPE.SCENEGRAPH: - return this._make3DModelLayer(tileHeader); - case TILE_TYPE.MESH: - return this._makeSimpleMeshLayer(tileHeader, oldLayer as MeshLayer); - default: - throw new Error(`Tile3DLayer2: unsupported tile type ${tileHeader.content.type}`); - } - } - - private _makePointCloudLayer( - tileHeader: Tile3D, - oldLayer?: PointCloudLayer, - ): PointCloudLayer | null { - const {attributes, pointCount, constantRGBA, cartographicOrigin, modelMatrix} = - tileHeader.content; - const {positions, normals, colors} = attributes; - if (!positions) return null; - - const data = (oldLayer && oldLayer.props.data) || { - header: {vertexCount: pointCount}, - attributes: {POSITION: positions, NORMAL: normals, COLOR_0: colors}, - }; - - const {pointSize, getPointColor} = this.props; - const SubLayerClass = this.getSubLayerClass('pointcloud', PointCloudLayer); - return new SubLayerClass( - {pointSize}, - this.getSubLayerProps({id: 'pointcloud'}), - { - id: `${this.id}-pointcloud-${tileHeader.id}`, - tile: tileHeader, - data, - coordinateSystem: COORDINATE_SYSTEM.METER_OFFSETS, - coordinateOrigin: cartographicOrigin, - modelMatrix, - getColor: constantRGBA || getPointColor, - _offset: 0, - }, - ); - } - - private _make3DModelLayer(tileHeader: Tile3D): ScenegraphLayer { - const {gltf, instances, cartographicOrigin, modelMatrix} = tileHeader.content; - const SubLayerClass = this.getSubLayerClass('scenegraph', ScenegraphLayer); - return new SubLayerClass( - {_lighting: 'pbr'}, - this.getSubLayerProps({id: 'scenegraph'}), - { - id: `${this.id}-scenegraph-${tileHeader.id}`, - tile: tileHeader, - data: instances || SINGLE_DATA, - scenegraph: gltf, - coordinateSystem: COORDINATE_SYSTEM.METER_OFFSETS, - coordinateOrigin: cartographicOrigin, - modelMatrix, - getTransformMatrix: (instance: any) => instance.modelMatrix, - getPosition: [0, 0, 0], - _offset: 0, - }, - ); - } - - private _makeSimpleMeshLayer( - tileHeader: Tile3D, - oldLayer?: MeshLayer, - ): MeshLayer { - const content = tileHeader.content; - const { - attributes, - indices, - modelMatrix, - cartographicOrigin, - coordinateSystem = COORDINATE_SYSTEM.METER_OFFSETS, - material, - featureIds, - } = content; - - const {getFeatureColor, _getMeshColor} = this.props; - const mergedAttributes = buildMeshGeometry(attributes, featureIds, getFeatureColor, tileHeader); - const geometry = - (!getFeatureColor && oldLayer && oldLayer.props.mesh) || - new Geometry({topology: 'triangle-list', attributes: mergedAttributes, indices}); - - const SubLayerClass = this.getSubLayerClass('mesh', MeshLayer); - return new SubLayerClass( - this.getSubLayerProps({id: 'mesh'}), - { - id: `${this.id}-mesh-${tileHeader.id}`, - tile: tileHeader, - mesh: geometry, - data: SINGLE_DATA, - getColor: getFeatureColor != null ? [255, 255, 255, 255] : _getMeshColor(tileHeader), - // Spread material into a new object so MeshLayer.updateState always calls - // updatePbrMaterialUniforms() after a geometry rebuild (binds GPU sampler to new model). - pbrMaterial: {...(material || {})}, - modelMatrix, - coordinateOrigin: cartographicOrigin, - coordinateSystem, - featureIds, - _offset: 0, - }, - ); - } - - renderLayers(): Layer | null | LayersList { - const {tileset3d, layerMap} = this.state; - if (!tileset3d) return null; - - return (tileset3d.tiles as Tile3D[]) - .map((tile) => { - const layerCache = (layerMap[tile.id] = layerMap[tile.id] || {tile}); - let {layer} = layerCache; - if (tile.selected) { - if (!layer) { - layer = this._getSubLayer(tile); - } else if (layerCache.needsUpdate) { - layer = this._getSubLayer(tile, layer as Layer); - layerCache.needsUpdate = false; - } - } - layerCache.layer = layer; - return layer; - }) - .filter(Boolean) as LayersList; - } -} - -function resolveFeatureProperties( - tile: Tile3D, - featureId: number, -): Record | undefined { - const content = tile.content; - if (!content) return undefined; - - // 3D Tiles 1.1 — propertyTable built from EXT_structural_metadata - const propertyTable: Record[] | undefined = content.propertyTable; - if (propertyTable) return propertyTable[featureId] as Record | undefined; - - // 3D Tiles 1.0 — batchTableJson (column-oriented arrays indexed by featureId) - const batchTableJson: Record> | undefined = content.batchTableJson; - if (batchTableJson) { - const properties: Record = {}; - for (const key of Object.keys(batchTableJson)) { - const col = batchTableJson[key]; - if (Array.isArray(col) || ArrayBuffer.isView(col)) { - properties[key] = (col as any)[featureId]; - } - } - return properties; - } - - return undefined; -} - -function buildMeshGeometry( - contentAttributes: MeshAttributes, - featureIds: ArrayLike | undefined, - getFeatureColor: ((featureId: number, tile: Tile3D) => Color) | null | undefined, - tileHeader: Tile3D, -): MeshAttributes { - const attributes: MeshAttributes = { - positions: { - ...contentAttributes.positions, - // Always copy into a fresh array — geometry creation may mutate the buffer - value: new Float32Array(contentAttributes.positions.value as ArrayLike), - }, - }; - - if (contentAttributes.normals) attributes.normals = contentAttributes.normals; - if (contentAttributes.texCoords) attributes.texCoords = contentAttributes.texCoords; - if (contentAttributes.uvRegions) attributes.uvRegions = contentAttributes.uvRegions; - - if (getFeatureColor && featureIds && featureIds.length > 0) { - const colorBuffer = new Uint8Array(featureIds.length * 4); - for (let i = 0; i < featureIds.length; i++) { - const color = getFeatureColor(featureIds[i], tileHeader); - colorBuffer[i * 4] = color[0]; - colorBuffer[i * 4 + 1] = color[1]; - colorBuffer[i * 4 + 2] = color[2]; - colorBuffer[i * 4 + 3] = color[3] ?? 255; - } - attributes.colors = {size: 4, value: colorBuffer, normalized: true}; - } else if (getFeatureColor) { - // No featureIds — color all vertices uniformly via featureId 0 - const vertexCount = - (contentAttributes.positions.value as ArrayLike).length / - (contentAttributes.positions.size || 3); - const color = getFeatureColor(0, tileHeader); - const colorBuffer = new Uint8Array(vertexCount * 4); - for (let i = 0; i < vertexCount; i++) { - colorBuffer[i * 4] = color[0]; - colorBuffer[i * 4 + 1] = color[1]; - colorBuffer[i * 4 + 2] = color[2]; - colorBuffer[i * 4 + 3] = color[3] ?? 255; - } - attributes.colors = {size: 4, value: colorBuffer, normalized: true}; - } else if (contentAttributes.colors) { - attributes.colors = contentAttributes.colors; - } - - return attributes; -} - -const IDENTITY_4X4 = [1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1]; - -function isIdentityMatrix(m: ArrayLike): boolean { - if (m.length !== 16) return false; - for (let i = 0; i < 16; i++) { - if (Math.abs(m[i] - IDENTITY_4X4[i]) > 1e-6) return false; - } - return true; -} diff --git a/src/main.tsx b/src/main.tsx deleted file mode 100644 index e928d93..0000000 --- a/src/main.tsx +++ /dev/null @@ -1,16 +0,0 @@ -import React from "react"; -import ReactDOM from "react-dom/client"; -import { MapComponentsProvider } from "@mapcomponents/react-maplibre"; -import App from "./App"; -import "./index.css"; -import { DeckGlContextProvider } from "@mapcomponents/deck-gl"; - -ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render( - - - - - - - , -); diff --git a/src/vite-env.d.ts b/src/vite-env.d.ts deleted file mode 100644 index 11f02fe..0000000 --- a/src/vite-env.d.ts +++ /dev/null @@ -1 +0,0 @@ -/// diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 9285ea0..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "compilerOptions": { - "target": "ES2023", - "useDefineForClassFields": true, - "lib": ["ES2023", "DOM", "DOM.Iterable"], - "module": "ESNext", - "skipLibCheck": true, - "noImplicitAny": false, - - /* Bundler mode */ - "moduleResolution": "node", - "resolveJsonModule": true, - "allowSyntheticDefaultImports": true, - "isolatedModules": true, - "noEmit": true, - "jsx": "react-jsx", - - /* Linting */ - "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true, - "noFallthroughCasesInSwitch": true, - }, - "include": ["src"], - "references": [{ "path": "./tsconfig.node.json" }] -} diff --git a/tsconfig.node.json b/tsconfig.node.json deleted file mode 100644 index cfa1ab5..0000000 --- a/tsconfig.node.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "compilerOptions": { - "composite": true, - "skipLibCheck": true, - "module": "ESNext", - "moduleResolution": "node", - "allowSyntheticDefaultImports": true - }, - "include": ["vite.config.ts"] -} diff --git a/vite.config.ts b/vite.config.ts deleted file mode 100644 index 5a33944..0000000 --- a/vite.config.ts +++ /dev/null @@ -1,7 +0,0 @@ -import { defineConfig } from 'vite' -import react from '@vitejs/plugin-react' - -// https://vitejs.dev/config/ -export default defineConfig({ - plugins: [react()], -})